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()
2598 Reference< XPropertySetInfo > xPropSetInfo(rPropSet->getPropertySetInfo()); in addTextFrameAttributes() local
2602 if( xPropSetInfo->hasPropertyByName( sWidthType ) ) in addTextFrameAttributes()
2606 if( xPropSetInfo->hasPropertyByName( sWidth ) ) in addTextFrameAttributes()
2623 if( xPropSetInfo->hasPropertyByName( sIsSyncWidthToHeight ) ) in addTextFrameAttributes()
2630 if( !bSyncWidth && xPropSetInfo->hasPropertyByName( sRelativeWidth ) ) in addTextFrameAttributes()
2647 if( xPropSetInfo->hasPropertyByName( sSizeType ) ) in addTextFrameAttributes()
2652 if( xPropSetInfo->hasPropertyByName( sIsSyncHeightToWidth ) ) in addTextFrameAttributes()
2657 if( !bSyncHeight && xPropSetInfo->hasPropertyByName( sRelativeHeight ) ) in addTextFrameAttributes()
2661 if( xPropSetInfo->hasPropertyByName( sHeight ) ) in addTextFrameAttributes()
2696 if( xPropSetInfo->hasPropertyByName( sZOrder ) ) in addTextFrameAttributes()
2761 Reference< XPropertySetInfo > xPropSetInfo(xPropSet->getPropertySetInfo()); in exportAnyTextFrame() local
2765 lcl_txtpara_isBoundAsChar( xPropSet, xPropSetInfo ); in exportAnyTextFrame()
2794 xPropState,xPropSetInfo ), in exportAnyTextFrame()
2799 _exportTextFrame( xPropSet, xPropSetInfo, bIsProgress ); in exportAnyTextFrame()
2802 _exportTextGraphic( xPropSet, xPropSetInfo ); in exportAnyTextFrame()
2805 _exportTextEmbedded( xPropSet, xPropSetInfo ); in exportAnyTextFrame()
3260 Reference < XPropertySetInfo > & xPropSetInfo, in exportTextRangeSpan()
3268 bIsUICharStyle && aCharStyleNamesPropInfoCache.hasProperty( xPropSet, xPropSetInfo ), in exportTextRangeSpan()
3302 Reference < XPropertySetInfo > xPropSetInfo; in exportTextRange() local
3307 xPropSetInfo.set( xPropSet->getPropertySetInfo() ); in exportTextRange()
3308 bHyperlinkAttrsAdded = addHyperlinkAttributes( xPropSet, xPropState, xPropSetInfo ); in exportTextRange()
3317 if ( xPropSetInfo->hasPropertyByName( sHyperLinkEvents ) ) in exportTextRange()
3323 …exportTextRangeSpan( rTextRange, xPropSet, xPropSetInfo, bIsUICharStyle, bHasAutoStyle, sStyle, rP… in exportTextRange()
3327 …exportTextRangeSpan( rTextRange, xPropSet, xPropSetInfo, bIsUICharStyle, bHasAutoStyle, sStyle, rP… in exportTextRange()