Lines Matching refs:rPropSetInfo
2492 const Reference < XPropertySetInfo > & rPropSetInfo ) in lcl_txtpara_isBoundAsChar()
2496 if( rPropSetInfo->hasPropertyByName( sAnchorType ) ) in lcl_txtpara_isBoundAsChar()
2821 const Reference < XPropertySetInfo > & rPropSetInfo, in _exportTextFrame()
2828 if( rPropSetInfo->hasPropertyByName( sFrameStyleName ) ) in _exportTextFrame()
2849 if( rPropSetInfo->hasPropertyByName( sChainNextName ) ) in _exportTextFrame()
2877 exportTitleAndDescription( rPropSet, rPropSetInfo ); in _exportTextFrame()
2883 const Reference < XPropertySetInfo > & rPropSetInfo ) in exportContour()
2885 if( !rPropSetInfo->hasPropertyByName( sContourPolyPolygon ) ) in exportContour()
2905 if( rPropSetInfo->hasPropertyByName( sIsPixelContour ) ) in exportContour()
2967 if( rPropSetInfo->hasPropertyByName( sIsAutomaticContour ) ) in exportContour()
2982 const Reference < XPropertySetInfo > & rPropSetInfo ) in _exportTextGraphic()
2985 if( rPropSetInfo->hasPropertyByName( sFrameStyleName ) ) in _exportTextGraphic()
3079 exportTitleAndDescription( rPropSet, rPropSetInfo ); in _exportTextGraphic()
3083 exportContour( rPropSet, rPropSetInfo ); in _exportTextGraphic()
3113 const Reference < XPropertySetInfo > & rPropSetInfo ) in exportTitleAndDescription()
3116 if( rPropSetInfo->hasPropertyByName( sTitle ) ) in exportTitleAndDescription()
3129 if( rPropSetInfo->hasPropertyByName( sDescription ) ) in exportTitleAndDescription()
3152 const Reference< XPropertySetInfo > & rPropSetInfo ) in addHyperlinkAttributes()
3158 if ( rPropSetInfo->hasPropertyByName( sHyperLinkURL ) in addHyperlinkAttributes()
3174 if ( rPropSetInfo->hasPropertyByName( sHyperLinkName ) in addHyperlinkAttributes()
3183 if ( rPropSetInfo->hasPropertyByName( sHyperLinkTarget ) in addHyperlinkAttributes()
3192 if ( rPropSetInfo->hasPropertyByName( sServerMap ) in addHyperlinkAttributes()
3201 if ( rPropSetInfo->hasPropertyByName( sUnvisitedCharStyleName ) in addHyperlinkAttributes()
3210 if ( rPropSetInfo->hasPropertyByName( sVisitedCharStyleName ) in addHyperlinkAttributes()