Lines Matching refs:hasPropertyByName

631                     if (xPropertySetInfo->hasPropertyByName(sProgressMax) &&  in ~SvXMLExport()
632 xPropertySetInfo->hasPropertyByName(sProgressCurrent)) in ~SvXMLExport()
642 if (xPropertySetInfo->hasPropertyByName(sRepeat)) in ~SvXMLExport()
648 if (xPropertySetInfo->hasPropertyByName(sWrittenNumberFormats)) in ~SvXMLExport()
698 if (xPropertySetInfo->hasPropertyByName(sUsePrettyPrinting)) in setSourceDocument()
717 if (xPropertySetInfo->hasPropertyByName(sWrittenNumberFormats)) in setSourceDocument()
830 if( xPropertySetInfo->hasPropertyByName(sPropName) ) in initialize()
839 if( xPropertySetInfo->hasPropertyByName(sPropName) ) in initialize()
846 if( xPropertySetInfo->hasPropertyByName(sPropName) ) in initialize()
864 if( xPropertySetInfo->hasPropertyByName( sOutlineStyleAsNormalListStyle ) ) in initialize()
872 if( xPropertySetInfo->hasPropertyByName( sTargetStorage ) ) in initialize()
878 if( xPropertySetInfo->hasPropertyByName( sExportTextNumberElement ) ) in initialize()
1209 …if ( xPropertySetInfo->hasPropertyByName( sStyleNames ) && xPropertySetInfo->hasPropertyByName( sS… in ImplExportStyles()
1228 && mxExportInfo->getPropertySetInfo()->hasPropertyByName( sStyleNames ) in ImplExportAutoStyles()
1229 && mxExportInfo->getPropertySetInfo()->hasPropertyByName( sStyleFamilies ) ) in ImplExportAutoStyles()
2101 if (xPropertySetInfo->hasPropertyByName(sProgressMax) && in GetProgressBarHelper()
2102 xPropertySetInfo->hasPropertyByName(sProgressCurrent) && in GetProgressBarHelper()
2103 xPropertySetInfo->hasPropertyByName(sProgressRange)) in GetProgressBarHelper()
2119 if (xPropertySetInfo->hasPropertyByName(sRepeat)) in GetProgressBarHelper()