Home
last modified time | relevance | path

Searched refs:sOrganizerMode (Results 1 – 6 of 6) sorted by relevance

/aoo41x/main/xmloff/source/draw/
H A Dsdxmlimp.cxx443 ::rtl::OUString const sOrganizerMode( in initialize()
445 if (xInfoSetInfo->hasPropertyByName(sOrganizerMode)) in initialize()
448 if (xInfoSet->getPropertyValue(sOrganizerMode) >>= bStyleOnly) in initialize()
/aoo41x/main/sw/source/filter/xml/
H A Dxmlimp.cxx662 OUString sOrganizerMode( in startDocument() local
664 if( xPropertySetInfo->hasPropertyByName(sOrganizerMode) ) in startDocument()
666 aAny = xImportInfo->getPropertyValue(sOrganizerMode); in startDocument()
H A Dswxml.cxx803 OUString sOrganizerMode( in Read() local
808 xInfoSet->setPropertyValue( sOrganizerMode, aAny ); in Read()
/aoo41x/main/sd/source/filter/xml/
H A Dsdxmlwrp.cxx634 ::rtl::OUString const sOrganizerMode( in Import()
636 xInfoSet->setPropertyValue(sOrganizerMode, uno::makeAny(sal_True)); in Import()
/aoo41x/main/sc/source/filter/xml/
H A Dxmlwrap.cxx496 ::rtl::OUString const sOrganizerMode( in Import()
498 xInfoSet->setPropertyValue(sOrganizerMode, uno::makeAny(sal_True)); in Import()
H A Dxmlimprt.cxx2644 ::rtl::OUString const sOrganizerMode( in startDocument()
2646 if (xPropertySetInfo->hasPropertyByName(sOrganizerMode)) in startDocument()
2649 if (xImportInfo->getPropertyValue(sOrganizerMode) >>= bStyleOnly) in startDocument()

Completed in 66 milliseconds