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()
712 if (xPropertySetInfo->hasPropertyByName(sWrittenNumberFormats)) in setSourceDocument()
821 uno::Reference< beans::XPropertySetInfo > xPropertySetInfo = in initialize() local
825 if( xPropertySetInfo->hasPropertyByName(sPropName) ) in initialize()
834 if( xPropertySetInfo->hasPropertyByName(sPropName) ) in initialize()
841 if( xPropertySetInfo->hasPropertyByName(sPropName) ) in initialize()
859 if( xPropertySetInfo->hasPropertyByName( sOutlineStyleAsNormalListStyle ) ) in initialize()
867 if( xPropertySetInfo->hasPropertyByName( sTargetStorage ) ) in initialize()
873 if( xPropertySetInfo->hasPropertyByName( sExportTextNumberElement ) ) in initialize()
1203 … uno::Reference< beans::XPropertySetInfo > xPropertySetInfo = mxExportInfo->getPropertySetInfo(); in ImplExportStyles() local
1204 …if ( xPropertySetInfo->hasPropertyByName( sStyleNames ) && xPropertySetInfo->hasPropertyByName( sS… in ImplExportStyles()
2089 uno::Reference< beans::XPropertySetInfo > xPropertySetInfo = mxExportInfo->getPropertySetInfo(); in GetProgressBarHelper() local
2090 if (xPropertySetInfo.is()) in GetProgressBarHelper()
2096 if (xPropertySetInfo->hasPropertyByName(sProgressMax) && in GetProgressBarHelper()
2097 xPropertySetInfo->hasPropertyByName(sProgressCurrent) && in GetProgressBarHelper()
2098 xPropertySetInfo->hasPropertyByName(sProgressRange)) in GetProgressBarHelper()
2114 if (xPropertySetInfo->hasPropertyByName(sRepeat)) in GetProgressBarHelper()