Lines Matching refs:xPropSetInfo

483 		Reference< XPropertySetInfo > xPropSetInfo(rPropSet->getPropertySetInfo());  in Add()  local
489 if( xPropSetInfo->hasPropertyByName( sParaStyleName ) ) in Add()
493 if( xPropSetInfo->hasPropertyByName( sParaConditionalStyleName ) ) in Add()
497 if( xPropSetInfo->hasPropertyByName( sNumberingRules ) ) in Add()
566 if( xPropSetInfo->hasPropertyByName( sFrameStyleName ) ) in Add()
2110 xPropSetInfo(xMultiPropSet.is() ? in exportParagraph() local
2114 if (xPropSetInfo-> in exportParagraph()
2134 if (xPropSetInfo-> in exportParagraph()
2596 Reference< XPropertySetInfo > xPropSetInfo(rPropSet->getPropertySetInfo()); in addTextFrameAttributes() local
2600 if( xPropSetInfo->hasPropertyByName( sWidthType ) ) in addTextFrameAttributes()
2604 if( xPropSetInfo->hasPropertyByName( sWidth ) ) in addTextFrameAttributes()
2621 if( xPropSetInfo->hasPropertyByName( sIsSyncWidthToHeight ) ) in addTextFrameAttributes()
2628 if( !bSyncWidth && xPropSetInfo->hasPropertyByName( sRelativeWidth ) ) in addTextFrameAttributes()
2645 if( xPropSetInfo->hasPropertyByName( sSizeType ) ) in addTextFrameAttributes()
2650 if( xPropSetInfo->hasPropertyByName( sIsSyncHeightToWidth ) ) in addTextFrameAttributes()
2655 if( !bSyncHeight && xPropSetInfo->hasPropertyByName( sRelativeHeight ) ) in addTextFrameAttributes()
2659 if( xPropSetInfo->hasPropertyByName( sHeight ) ) in addTextFrameAttributes()
2694 if( xPropSetInfo->hasPropertyByName( sZOrder ) ) in addTextFrameAttributes()
2759 Reference< XPropertySetInfo > xPropSetInfo(xPropSet->getPropertySetInfo()); in exportAnyTextFrame() local
2763 lcl_txtpara_isBoundAsChar( xPropSet, xPropSetInfo ); in exportAnyTextFrame()
2792 xPropState,xPropSetInfo ), in exportAnyTextFrame()
2797 _exportTextFrame( xPropSet, xPropSetInfo, bIsProgress ); in exportAnyTextFrame()
2800 _exportTextGraphic( xPropSet, xPropSetInfo ); in exportAnyTextFrame()
2803 _exportTextEmbedded( xPropSet, xPropSetInfo ); in exportAnyTextFrame()
3258 Reference < XPropertySetInfo > & xPropSetInfo, in exportTextRangeSpan()
3266 bIsUICharStyle && aCharStyleNamesPropInfoCache.hasProperty( xPropSet, xPropSetInfo ), in exportTextRangeSpan()
3300 Reference < XPropertySetInfo > xPropSetInfo; in exportTextRange() local
3305 xPropSetInfo.set( xPropSet->getPropertySetInfo() ); in exportTextRange()
3306 bHyperlinkAttrsAdded = addHyperlinkAttributes( xPropSet, xPropState, xPropSetInfo ); in exportTextRange()
3315 if ( xPropSetInfo->hasPropertyByName( sHyperLinkEvents ) ) in exportTextRange()
3321 …exportTextRangeSpan( rTextRange, xPropSet, xPropSetInfo, bIsUICharStyle, bHasAutoStyle, sStyle, rP… in exportTextRange()
3325 …exportTextRangeSpan( rTextRange, xPropSet, xPropSetInfo, bIsUICharStyle, bHasAutoStyle, sStyle, rP… in exportTextRange()