Lines Matching refs:rPropSet
445 const Reference < XPropertySet > & rPropSet, in Add()
470 xPropMapper->Filter( rPropSet ); in Add()
483 Reference< XPropertySetInfo > xPropSetInfo(rPropSet->getPropertySetInfo()); in Add()
491 rPropSet->getPropertyValue( sParaStyleName ) >>= sParent; in Add()
495 rPropSet->getPropertyValue( sParaConditionalStyleName ) >>= sCondParent; in Add()
499 …Reference < XIndexReplace > xNumRule(rPropSet->getPropertyValue( sNumberingRules ), uno::UNO_QUERY… in Add()
568 rPropSet->getPropertyValue( sFrameStyleName ) >>= sParent; in Add()
592 const Reference < XPropertySet > & rPropSet, in Add()
604 vector< XMLPropertyState > xPropStates(xPropMapper->Filter( rPropSet )); in Add()
617 rPropSet, sal_True ), uno::UNO_QUERY); in Add()
663 rPropSetHelper.getValue( PARA_STYLE_NAME_AUTO, rPropSet, in Add()
669 rPropSet, sal_True ) >>= sCondParent; in Add()
686 const Reference < XPropertySet > & rPropSet, in Find()
710 vector< XMLPropertyState > xPropStates(xPropMapper->Filter( rPropSet )); in Find()
726 const Reference < XPropertySet > & rPropSet, in FindTextStyleAndHyperlink()
733 vector< XMLPropertyState > xPropStates(xPropMapper->Filter( rPropSet )); in FindTextStyleAndHyperlink()
804 const Reference < XPropertySet > & rPropSet, in FindTextStyle()
809 return FindTextStyleAndHyperlink( rPropSet, bDummy, rHasCharStyle, bDummy2 ); in FindTextStyle()
2444 const Reference<XPropertySet> & rPropSet, in exportTextMark() argument
2460 Reference<XNamed> xName(rPropSet->getPropertyValue(sProperty), UNO_QUERY); in exportTextMark()
2466 if( *(sal_Bool *)rPropSet->getPropertyValue(sIsCollapsed).getValue() ) in exportTextMark()
2472 nElement = *(sal_Bool *)rPropSet->getPropertyValue(sIsStart).getValue() ? 1 : 2; in exportTextMark()
2495 const Reference < XPropertySet > & rPropSet, in lcl_txtpara_isBoundAsChar()
2503 rPropSet->getPropertyValue( sAnchorType ) >>= eAnchor; in lcl_txtpara_isBoundAsChar()
2511 const Reference < XPropertySet >& rPropSet, in addTextFrameAttributes()
2521 Reference < XNamed > xNamed( rPropSet, UNO_QUERY ); in addTextFrameAttributes()
2535 rPropSet->getPropertyValue( sAnchorType ) >>= eAnchor; in addTextFrameAttributes()
2548 rPropSet->getPropertyValue( sAnchorPageNo ) >>= nPage; in addTextFrameAttributes()
2567 rPropSet->getPropertyValue( sHoriOrient ) >>= nHoriOrient; in addTextFrameAttributes()
2571 rPropSet->getPropertyValue( sHoriOrientPosition ) >>= nPos; in addTextFrameAttributes()
2584 rPropSet->getPropertyValue( sVertOrient ) >>= nVertOrient; in addTextFrameAttributes()
2588 rPropSet->getPropertyValue( sVertOrientPosition ) >>= nPos; in addTextFrameAttributes()
2598 Reference< XPropertySetInfo > xPropSetInfo(rPropSet->getPropertySetInfo()); in addTextFrameAttributes()
2604 rPropSet->getPropertyValue( sWidthType ) >>= nWidthType; in addTextFrameAttributes()
2612 rPropSet->getPropertyValue( sWidth ) >>= nWidth; in addTextFrameAttributes()
2625 bSyncWidth = *(sal_Bool *)rPropSet->getPropertyValue( sIsSyncWidthToHeight ).getValue(); in addTextFrameAttributes()
2633 rPropSet->getPropertyValue( sRelativeWidth ) >>= nRelWidth; in addTextFrameAttributes()
2649 rPropSet->getPropertyValue( sSizeType ) >>= nSizeType; in addTextFrameAttributes()
2654 bSyncHeight = *(sal_Bool *)rPropSet->getPropertyValue( sIsSyncHeightToWidth ).getValue(); in addTextFrameAttributes()
2659 rPropSet->getPropertyValue( sRelativeHeight ) >>= nRelHeight; in addTextFrameAttributes()
2666 rPropSet->getPropertyValue( sHeight ) >>= nHeight; in addTextFrameAttributes()
2699 rPropSet->getPropertyValue( sZOrder ) >>= nZIndex; in addTextFrameAttributes()
2824 const Reference < XPropertySet > & rPropSet, in _exportTextFrame()
2828 Reference < XTextFrame > xTxtFrame( rPropSet, UNO_QUERY ); in _exportTextFrame()
2834 rPropSet->getPropertyValue( sFrameStyleName ) >>= sStyle; in _exportTextFrame()
2839 sAutoStyle = Find( XML_STYLE_FAMILY_TEXT_FRAME, rPropSet, sStyle ); in _exportTextFrame()
2843 addTextFrameAttributes( rPropSet, sal_False, &aMinHeightValue ); in _exportTextFrame()
2856 if( (rPropSet->getPropertyValue( sChainNextName ) >>= sNext) && sNext.getLength() > 0 ) in _exportTextFrame()
2877 GetExport().GetImageMapExport().Export( rPropSet ); in _exportTextFrame()
2881 exportTitleAndDescription( rPropSet, rPropSetInfo ); in _exportTextFrame()
2886 const Reference < XPropertySet > & rPropSet, in exportContour()
2895 rPropSet->getPropertyValue( sContourPolyPolygon ) >>= aSourcePolyPolygon; in exportContour()
2911 bPixel = *(sal_Bool *)rPropSet->getPropertyValue( sIsPixelContour ).getValue(); in exportContour()
2973 sal_Bool bTmp = *(sal_Bool *)rPropSet->getPropertyValue( in exportContour()
2985 const Reference < XPropertySet > & rPropSet, in _exportTextGraphic()
2991 rPropSet->getPropertyValue( sFrameStyleName ) >>= sStyle; in _exportTextGraphic()
2995 sAutoStyle = Find( XML_STYLE_FAMILY_TEXT_FRAME, rPropSet, sStyle ); in _exportTextGraphic()
2999 addTextFrameAttributes( rPropSet, sal_False ); in _exportTextGraphic()
3003 rPropSet->getPropertyValue( sGraphicRotation ) >>= nVal; in _exportTextGraphic()
3021 rPropSet->getPropertyValue( sReplacementGraphicURL ) >>= sReplacementOrigURL; in _exportTextGraphic()
3045 rPropSet->getPropertyValue( sGraphicURL ) >>= sOrigURL; in _exportTextGraphic()
3047 setTextEmbeddedGraphicURL( rPropSet, sURL ); in _exportTextGraphic()
3061 rPropSet->getPropertyValue( sGraphicFilter ) >>= sGrfFilter; in _exportTextGraphic()
3075 Reference<XEventsSupplier> xEventsSupp( rPropSet, UNO_QUERY ); in _exportTextGraphic()
3079 GetExport().GetImageMapExport().Export( rPropSet ); in _exportTextGraphic()
3083 exportTitleAndDescription( rPropSet, rPropSetInfo ); in _exportTextGraphic()
3087 exportContour( rPropSet, rPropSetInfo ); in _exportTextGraphic()
3102 void XMLTextParagraphExport::exportEvents( const Reference < XPropertySet > & rPropSet ) in exportEvents() argument
3105 Reference<XEventsSupplier> xEventsSupp( rPropSet, UNO_QUERY ); in exportEvents()
3110 if (rPropSet->getPropertySetInfo()->hasPropertyByName(sImageMap)) in exportEvents()
3111 GetExport().GetImageMapExport().Export( rPropSet ); in exportEvents()
3116 const Reference < XPropertySet > & rPropSet, in exportTitleAndDescription()
3123 rPropSet->getPropertyValue( sTitle ) >>= sObjTitle; in exportTitleAndDescription()
3136 rPropSet->getPropertyValue( sDescription ) >>= sObjDesc; in exportTitleAndDescription()
3154 const Reference< XPropertySet > & rPropSet, in addHyperlinkAttributes()
3166 rPropSet->getPropertyValue( sHyperLinkURL ) >>= sHRef; in addHyperlinkAttributes()
3182 rPropSet->getPropertyValue( sHyperLinkName ) >>= sName; in addHyperlinkAttributes()
3191 rPropSet->getPropertyValue( sHyperLinkTarget ) >>= sTargetFrame; in addHyperlinkAttributes()
3200 bServerMap = *(sal_Bool *) rPropSet->getPropertyValue( sServerMap ).getValue(); in addHyperlinkAttributes()
3209 rPropSet->getPropertyValue( sUnvisitedCharStyleName ) >>= sUStyleName; in addHyperlinkAttributes()
3218 rPropSet->getPropertyValue( sVisitedCharStyleName ) >>= sVStyleName; in addHyperlinkAttributes()
3570 const Reference<XPropertySet> & rPropSet, in exportRuby() argument
3574 if (*(sal_Bool*)rPropSet->getPropertyValue(sIsCollapsed).getValue()) in exportRuby()
3578 sal_Bool bStart = (*(sal_Bool*)rPropSet->getPropertyValue(sIsStart).getValue()); in exportRuby()
3584 Add( XML_STYLE_FAMILY_TEXT_RUBY, rPropSet ); in exportRuby()
3606 rPropSet->getPropertyValue(sRubyText) >>= sOpenRubyText; in exportRuby()
3607 rPropSet->getPropertyValue(sRubyCharStyleName) >>= sOpenRubyCharStyle; in exportRuby()
3612 OUString sStyleName(Find( XML_STYLE_FAMILY_TEXT_RUBY, rPropSet, in exportRuby()