Home
last modified time | relevance | path

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

/trunk/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.cxx376 OUString sShowChanges( RTL_CONSTASCII_USTRINGPARAM("ShowChanges")); in exportDoc() local
378 sShowChanges ); in exportDoc()
512 OUString sShowChanges( RTL_CONSTASCII_USTRINGPARAM( "ShowChanges" )); in GetViewSettings() local
513 if( xInfoSet->getPropertySetInfo()->hasPropertyByName( sShowChanges ) ) in GetViewSettings()
516 getPropertyValue( sShowChanges ).getValue(); in GetViewSettings()
H A Dwrtxml.cxx213 OUString sShowChanges(RTL_CONSTASCII_USTRINGPARAM("ShowChanges")); in _Write() local
217 xInfoSet->setPropertyValue( sShowChanges, aAny ); in _Write()
457 aAny = xInfoSet->getPropertyValue( sShowChanges ); in _Write()
H A Dswxml.cxx834 OUString sShowChanges( RTL_CONSTASCII_USTRINGPARAM("ShowChanges") ); in Read() local
837 xInfoSet->setPropertyValue( sShowChanges, aAny ); in Read()
971 aAny = xInfoSet->getPropertyValue( sShowChanges ); in Read()
H A DXMLRedlineImportHelper.hxx52 const ::rtl::OUString sShowChanges; member in XMLRedlineImportHelper

Completed in 31 milliseconds