Lines Matching refs:rPropSetInfo

2494         const Reference < XPropertySetInfo > & rPropSetInfo )  in lcl_txtpara_isBoundAsChar()
2498 if( rPropSetInfo->hasPropertyByName( sAnchorType ) ) in lcl_txtpara_isBoundAsChar()
2823 const Reference < XPropertySetInfo > & rPropSetInfo, in _exportTextFrame()
2830 if( rPropSetInfo->hasPropertyByName( sFrameStyleName ) ) in _exportTextFrame()
2851 if( rPropSetInfo->hasPropertyByName( sChainNextName ) ) in _exportTextFrame()
2879 exportTitleAndDescription( rPropSet, rPropSetInfo ); in _exportTextFrame()
2885 const Reference < XPropertySetInfo > & rPropSetInfo ) in exportContour()
2887 if( !rPropSetInfo->hasPropertyByName( sContourPolyPolygon ) ) in exportContour()
2907 if( rPropSetInfo->hasPropertyByName( sIsPixelContour ) ) in exportContour()
2969 if( rPropSetInfo->hasPropertyByName( sIsAutomaticContour ) ) in exportContour()
2984 const Reference < XPropertySetInfo > & rPropSetInfo ) in _exportTextGraphic()
2987 if( rPropSetInfo->hasPropertyByName( sFrameStyleName ) ) in _exportTextGraphic()
3081 exportTitleAndDescription( rPropSet, rPropSetInfo ); in _exportTextGraphic()
3085 exportContour( rPropSet, rPropSetInfo ); in _exportTextGraphic()
3115 const Reference < XPropertySetInfo > & rPropSetInfo ) in exportTitleAndDescription()
3118 if( rPropSetInfo->hasPropertyByName( sTitle ) ) in exportTitleAndDescription()
3131 if( rPropSetInfo->hasPropertyByName( sDescription ) ) in exportTitleAndDescription()
3154 const Reference< XPropertySetInfo > & rPropSetInfo ) in addHyperlinkAttributes()
3160 if ( rPropSetInfo->hasPropertyByName( sHyperLinkURL ) in addHyperlinkAttributes()
3176 if ( rPropSetInfo->hasPropertyByName( sHyperLinkName ) in addHyperlinkAttributes()
3185 if ( rPropSetInfo->hasPropertyByName( sHyperLinkTarget ) in addHyperlinkAttributes()
3194 if ( rPropSetInfo->hasPropertyByName( sServerMap ) in addHyperlinkAttributes()
3203 if ( rPropSetInfo->hasPropertyByName( sUnvisitedCharStyleName ) in addHyperlinkAttributes()
3212 if ( rPropSetInfo->hasPropertyByName( sVisitedCharStyleName ) in addHyperlinkAttributes()