LibreOffice Module sw (master) 1
|
Public Member Functions | |
Writer_Impl () | |
void | RemoveFontList (SwDoc &rDoc) |
void | InsertBkmk (const ::sw::mark::IMark &rBkmk) |
Public Attributes | |
SvStream * | m_pStream |
std::map< OUString, OUString > | maFileNameMap |
std::vector< const SvxFontItem * > | aFontRemoveLst |
SwBookmarkNodeTable | aBkmkNodePos |
Definition at line 43 of file writer.cxx.
Writer_Impl::Writer_Impl | ( | ) |
Definition at line 57 of file writer.cxx.
References m_pStream.
void Writer_Impl::InsertBkmk | ( | const ::sw::mark::IMark & | rBkmk | ) |
Definition at line 70 of file writer.cxx.
References aBkmkNodePos.
void Writer_Impl::RemoveFontList | ( | SwDoc & | rDoc | ) |
Definition at line 62 of file writer.cxx.
References aFontRemoveLst, SwDoc::GetAttrPool(), and SfxItemPool::Remove().
SwBookmarkNodeTable Writer_Impl::aBkmkNodePos |
Definition at line 49 of file writer.cxx.
Referenced by InsertBkmk().
std::vector<const SvxFontItem*> Writer_Impl::aFontRemoveLst |
Definition at line 48 of file writer.cxx.
Referenced by RemoveFontList().
SvStream* Writer_Impl::m_pStream |
Definition at line 45 of file writer.cxx.
std::map<OUString, OUString> Writer_Impl::maFileNameMap |
Definition at line 47 of file writer.cxx.