Home
last modified time | relevance | path

Searched refs:sShowChanges (Results 1 – 5 of 5) sorted by relevance

/aoo41x/main/sw/source/filter/xml/
H A DXMLRedlineImportHelper.cxx280 sShowChanges(RTL_CONSTASCII_USTRINGPARAM("ShowChanges")), in XMLRedlineImportHelper()
297 bHandleShowChanges = ! xInfo->hasPropertyByName( sShowChanges ); in XMLRedlineImportHelper()
305 ->getPropertyValue( sShowChanges ).getValue(); in XMLRedlineImportHelper()
374 bHandleShowChanges = ! xInfo->hasPropertyByName( sShowChanges ); in ~XMLRedlineImportHelper()
384 xModelPropertySet->setPropertyValue( sShowChanges, aAny ); in ~XMLRedlineImportHelper()
386 xImportInfoPropertySet->setPropertyValue( sShowChanges, aAny ); in ~XMLRedlineImportHelper()
H A Dxmlexp.cxx380 OUString sShowChanges( RTL_CONSTASCII_USTRINGPARAM("ShowChanges")); in exportDoc() local
382 sShowChanges ); in exportDoc()
516 OUString sShowChanges( RTL_CONSTASCII_USTRINGPARAM( "ShowChanges" )); in GetViewSettings() local
517 if( xInfoSet->getPropertySetInfo()->hasPropertyByName( sShowChanges ) ) in GetViewSettings()
520 getPropertyValue( sShowChanges ).getValue(); in GetViewSettings()
H A Dwrtxml.cxx214 OUString sShowChanges(RTL_CONSTASCII_USTRINGPARAM("ShowChanges")); in _Write() local
218 xInfoSet->setPropertyValue( sShowChanges, aAny ); in _Write()
458 aAny = xInfoSet->getPropertyValue( sShowChanges ); in _Write()
H A Dswxml.cxx850 OUString sShowChanges( RTL_CONSTASCII_USTRINGPARAM("ShowChanges") ); in Read() local
853 xInfoSet->setPropertyValue( sShowChanges, aAny ); in Read()
987 aAny = xInfoSet->getPropertyValue( sShowChanges ); in Read()
H A DXMLRedlineImportHelper.hxx52 const ::rtl::OUString sShowChanges; member in XMLRedlineImportHelper

Completed in 28 milliseconds