Lines Matching refs:xPropSetInfo
481 Reference< XPropertySetInfo > xPropSetInfo(rPropSet->getPropertySetInfo()); in Add() local
487 if( xPropSetInfo->hasPropertyByName( sParaStyleName ) ) in Add()
491 if( xPropSetInfo->hasPropertyByName( sParaConditionalStyleName ) ) in Add()
495 if( xPropSetInfo->hasPropertyByName( sNumberingRules ) ) in Add()
564 if( xPropSetInfo->hasPropertyByName( sFrameStyleName ) ) in Add()
2108 xPropSetInfo(xMultiPropSet.is() ? in exportParagraph() local
2112 if (xPropSetInfo-> in exportParagraph()
2132 if (xPropSetInfo-> in exportParagraph()
2594 Reference< XPropertySetInfo > xPropSetInfo(rPropSet->getPropertySetInfo()); in addTextFrameAttributes() local
2598 if( xPropSetInfo->hasPropertyByName( sWidthType ) ) in addTextFrameAttributes()
2602 if( xPropSetInfo->hasPropertyByName( sWidth ) ) in addTextFrameAttributes()
2619 if( xPropSetInfo->hasPropertyByName( sIsSyncWidthToHeight ) ) in addTextFrameAttributes()
2626 if( !bSyncWidth && xPropSetInfo->hasPropertyByName( sRelativeWidth ) ) in addTextFrameAttributes()
2643 if( xPropSetInfo->hasPropertyByName( sSizeType ) ) in addTextFrameAttributes()
2648 if( xPropSetInfo->hasPropertyByName( sIsSyncHeightToWidth ) ) in addTextFrameAttributes()
2653 if( !bSyncHeight && xPropSetInfo->hasPropertyByName( sRelativeHeight ) ) in addTextFrameAttributes()
2657 if( xPropSetInfo->hasPropertyByName( sHeight ) ) in addTextFrameAttributes()
2692 if( xPropSetInfo->hasPropertyByName( sZOrder ) ) in addTextFrameAttributes()
2757 Reference< XPropertySetInfo > xPropSetInfo(xPropSet->getPropertySetInfo()); in exportAnyTextFrame() local
2761 lcl_txtpara_isBoundAsChar( xPropSet, xPropSetInfo ); in exportAnyTextFrame()
2790 xPropState,xPropSetInfo ), in exportAnyTextFrame()
2795 _exportTextFrame( xPropSet, xPropSetInfo, bIsProgress ); in exportAnyTextFrame()
2798 _exportTextGraphic( xPropSet, xPropSetInfo ); in exportAnyTextFrame()
2801 _exportTextEmbedded( xPropSet, xPropSetInfo ); in exportAnyTextFrame()
3256 Reference < XPropertySetInfo > & xPropSetInfo, in exportTextRangeSpan()
3264 bIsUICharStyle && aCharStyleNamesPropInfoCache.hasProperty( xPropSet, xPropSetInfo ), in exportTextRangeSpan()
3298 Reference < XPropertySetInfo > xPropSetInfo; in exportTextRange() local
3303 xPropSetInfo.set( xPropSet->getPropertySetInfo() ); in exportTextRange()
3304 bHyperlinkAttrsAdded = addHyperlinkAttributes( xPropSet, xPropState, xPropSetInfo ); in exportTextRange()
3313 if ( xPropSetInfo->hasPropertyByName( sHyperLinkEvents ) ) in exportTextRange()
3319 …exportTextRangeSpan( rTextRange, xPropSet, xPropSetInfo, bIsUICharStyle, bHasAutoStyle, sStyle, rP… in exportTextRange()
3323 …exportTextRangeSpan( rTextRange, xPropSet, xPropSetInfo, bIsUICharStyle, bHasAutoStyle, sStyle, rP… in exportTextRange()