Lines Matching refs:xPropertySetInfo

625 			uno::Reference< beans::XPropertySetInfo > xPropertySetInfo = mxExportInfo->getPropertySetInfo();  in ~SvXMLExport()  local
626 if (xPropertySetInfo.is()) in ~SvXMLExport()
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()
696 uno::Reference< beans::XPropertySetInfo > xPropertySetInfo = mxExportInfo->getPropertySetInfo(); in setSourceDocument() local
697 if (xPropertySetInfo.is()) in setSourceDocument()
700 if (xPropertySetInfo->hasPropertyByName(sUsePrettyPrinting)) in setSourceDocument()
719 if (xPropertySetInfo->hasPropertyByName(sWrittenNumberFormats)) in setSourceDocument()
828 uno::Reference< beans::XPropertySetInfo > xPropertySetInfo = in initialize() local
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()
1210 … uno::Reference< beans::XPropertySetInfo > xPropertySetInfo = mxExportInfo->getPropertySetInfo(); in ImplExportStyles() local
1211 …if ( xPropertySetInfo->hasPropertyByName( sStyleNames ) && xPropertySetInfo->hasPropertyByName( sS… in ImplExportStyles()
2096 uno::Reference< beans::XPropertySetInfo > xPropertySetInfo = mxExportInfo->getPropertySetInfo(); in GetProgressBarHelper() local
2097 if (xPropertySetInfo.is()) in GetProgressBarHelper()
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()