Searched refs:sOrganizerMode (Results 1 – 6 of 6) sorted by relevance
443 ::rtl::OUString const sOrganizerMode( in initialize()445 if (xInfoSetInfo->hasPropertyByName(sOrganizerMode)) in initialize()448 if (xInfoSet->getPropertyValue(sOrganizerMode) >>= bStyleOnly) in initialize()
662 OUString sOrganizerMode( in startDocument() local664 if( xPropertySetInfo->hasPropertyByName(sOrganizerMode) ) in startDocument()666 aAny = xImportInfo->getPropertyValue(sOrganizerMode); in startDocument()
803 OUString sOrganizerMode( in Read() local808 xInfoSet->setPropertyValue( sOrganizerMode, aAny ); in Read()
634 ::rtl::OUString const sOrganizerMode( in Import()636 xInfoSet->setPropertyValue(sOrganizerMode, uno::makeAny(sal_True)); in Import()
496 ::rtl::OUString const sOrganizerMode( in Import()498 xInfoSet->setPropertyValue(sOrganizerMode, uno::makeAny(sal_True)); in Import()
2644 ::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