Lines Matching refs:rPropSetInfo
2496 const Reference < XPropertySetInfo > & rPropSetInfo ) in lcl_txtpara_isBoundAsChar()
2500 if( rPropSetInfo->hasPropertyByName( sAnchorType ) ) in lcl_txtpara_isBoundAsChar()
2825 const Reference < XPropertySetInfo > & rPropSetInfo, in _exportTextFrame()
2832 if( rPropSetInfo->hasPropertyByName( sFrameStyleName ) ) in _exportTextFrame()
2853 if( rPropSetInfo->hasPropertyByName( sChainNextName ) ) in _exportTextFrame()
2881 exportTitleAndDescription( rPropSet, rPropSetInfo ); in _exportTextFrame()
2887 const Reference < XPropertySetInfo > & rPropSetInfo ) in exportContour()
2889 if( !rPropSetInfo->hasPropertyByName( sContourPolyPolygon ) ) in exportContour()
2909 if( rPropSetInfo->hasPropertyByName( sIsPixelContour ) ) in exportContour()
2971 if( rPropSetInfo->hasPropertyByName( sIsAutomaticContour ) ) in exportContour()
2986 const Reference < XPropertySetInfo > & rPropSetInfo ) in _exportTextGraphic()
2989 if( rPropSetInfo->hasPropertyByName( sFrameStyleName ) ) in _exportTextGraphic()
3083 exportTitleAndDescription( rPropSet, rPropSetInfo ); in _exportTextGraphic()
3087 exportContour( rPropSet, rPropSetInfo ); in _exportTextGraphic()
3117 const Reference < XPropertySetInfo > & rPropSetInfo ) in exportTitleAndDescription()
3120 if( rPropSetInfo->hasPropertyByName( sTitle ) ) in exportTitleAndDescription()
3133 if( rPropSetInfo->hasPropertyByName( sDescription ) ) in exportTitleAndDescription()
3156 const Reference< XPropertySetInfo > & rPropSetInfo ) in addHyperlinkAttributes()
3162 if ( rPropSetInfo->hasPropertyByName( sHyperLinkURL ) in addHyperlinkAttributes()
3178 if ( rPropSetInfo->hasPropertyByName( sHyperLinkName ) in addHyperlinkAttributes()
3187 if ( rPropSetInfo->hasPropertyByName( sHyperLinkTarget ) in addHyperlinkAttributes()
3196 if ( rPropSetInfo->hasPropertyByName( sServerMap ) in addHyperlinkAttributes()
3205 if ( rPropSetInfo->hasPropertyByName( sUnvisitedCharStyleName ) in addHyperlinkAttributes()
3214 if ( rPropSetInfo->hasPropertyByName( sVisitedCharStyleName ) in addHyperlinkAttributes()