Lines Matching refs:hasPropertyByName

633 					if (xPropertySetInfo->hasPropertyByName(sProgressMax) &&  in ~SvXMLExport()
634 xPropertySetInfo->hasPropertyByName(sProgressCurrent)) in ~SvXMLExport()
644 if (xPropertySetInfo->hasPropertyByName(sRepeat)) in ~SvXMLExport()
650 if (xPropertySetInfo->hasPropertyByName(sWrittenNumberFormats)) in ~SvXMLExport()
700 if (xPropertySetInfo->hasPropertyByName(sUsePrettyPrinting)) in setSourceDocument()
719 if (xPropertySetInfo->hasPropertyByName(sWrittenNumberFormats)) in setSourceDocument()
832 if( xPropertySetInfo->hasPropertyByName(sPropName) ) in initialize()
841 if( xPropertySetInfo->hasPropertyByName(sPropName) ) in initialize()
848 if( xPropertySetInfo->hasPropertyByName(sPropName) ) in initialize()
866 if( xPropertySetInfo->hasPropertyByName( sOutlineStyleAsNormalListStyle ) ) in initialize()
874 if( xPropertySetInfo->hasPropertyByName( sTargetStorage ) ) in initialize()
880 if( xPropertySetInfo->hasPropertyByName( sExportTextNumberElement ) ) in initialize()
1211 …if ( xPropertySetInfo->hasPropertyByName( sStyleNames ) && xPropertySetInfo->hasPropertyByName( sS… in ImplExportStyles()
1230 && mxExportInfo->getPropertySetInfo()->hasPropertyByName( sStyleNames ) in ImplExportAutoStyles()
1231 && mxExportInfo->getPropertySetInfo()->hasPropertyByName( sStyleFamilies ) ) in ImplExportAutoStyles()
2103 if (xPropertySetInfo->hasPropertyByName(sProgressMax) && in GetProgressBarHelper()
2104 xPropertySetInfo->hasPropertyByName(sProgressCurrent) && in GetProgressBarHelper()
2105 xPropertySetInfo->hasPropertyByName(sProgressRange)) in GetProgressBarHelper()
2121 if (xPropertySetInfo->hasPropertyByName(sRepeat)) in GetProgressBarHelper()