Home
last modified time | relevance | path

Searched refs:mbSaveLinkedSections (Results 1 – 3 of 3) sorted by relevance

/trunk/main/xmloff/inc/xmloff/
H A Dxmlexp.hxx229 sal_Bool mbSaveLinkedSections; member in SvXMLExport
508 inline sal_Bool IsSaveLinkedSections() { return mbSaveLinkedSections; } in IsSaveLinkedSections()
/trunk/main/xmloff/source/core/
H A Dxmlexp.cxx489 mbSaveLinkedSections(sal_True) in SvXMLExport()
521 mbSaveLinkedSections(sal_True) in SvXMLExport()
561 mbSaveLinkedSections(sal_True) in SvXMLExport()
602 mbSaveLinkedSections(sal_True) in SvXMLExport()
/trunk/main/sw/source/filter/xml/
H A Dxmlexp.cxx336 mbSaveLinkedSections = pDoc->get(IDocumentSettingAccess::GLOBAL_DOCUMENT_SAVE_LINKS); in exportDoc()