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()
2442 const Reference<XPropertySet> & rPropSet, in exportTextMark() argument
2458 Reference<XNamed> xName(rPropSet->getPropertyValue(sProperty), UNO_QUERY); in exportTextMark()
2464 if( *(sal_Bool *)rPropSet->getPropertyValue(sIsCollapsed).getValue() ) in exportTextMark()
2470 nElement = *(sal_Bool *)rPropSet->getPropertyValue(sIsStart).getValue() ? 1 : 2; in exportTextMark()
2493 const Reference < XPropertySet > & rPropSet, in lcl_txtpara_isBoundAsChar()
2501 rPropSet->getPropertyValue( sAnchorType ) >>= eAnchor; in lcl_txtpara_isBoundAsChar()
2509 const Reference < XPropertySet >& rPropSet, in addTextFrameAttributes()
2519 Reference < XNamed > xNamed( rPropSet, UNO_QUERY ); in addTextFrameAttributes()
2533 rPropSet->getPropertyValue( sAnchorType ) >>= eAnchor; in addTextFrameAttributes()
2546 rPropSet->getPropertyValue( sAnchorPageNo ) >>= nPage; in addTextFrameAttributes()
2565 rPropSet->getPropertyValue( sHoriOrient ) >>= nHoriOrient; in addTextFrameAttributes()
2569 rPropSet->getPropertyValue( sHoriOrientPosition ) >>= nPos; in addTextFrameAttributes()
2582 rPropSet->getPropertyValue( sVertOrient ) >>= nVertOrient; in addTextFrameAttributes()
2586 rPropSet->getPropertyValue( sVertOrientPosition ) >>= nPos; in addTextFrameAttributes()
2596 Reference< XPropertySetInfo > xPropSetInfo(rPropSet->getPropertySetInfo()); in addTextFrameAttributes()
2602 rPropSet->getPropertyValue( sWidthType ) >>= nWidthType; in addTextFrameAttributes()
2610 rPropSet->getPropertyValue( sWidth ) >>= nWidth; in addTextFrameAttributes()
2623 bSyncWidth = *(sal_Bool *)rPropSet->getPropertyValue( sIsSyncWidthToHeight ).getValue(); in addTextFrameAttributes()
2631 rPropSet->getPropertyValue( sRelativeWidth ) >>= nRelWidth; in addTextFrameAttributes()
2647 rPropSet->getPropertyValue( sSizeType ) >>= nSizeType; in addTextFrameAttributes()
2652 bSyncHeight = *(sal_Bool *)rPropSet->getPropertyValue( sIsSyncHeightToWidth ).getValue(); in addTextFrameAttributes()
2657 rPropSet->getPropertyValue( sRelativeHeight ) >>= nRelHeight; in addTextFrameAttributes()
2664 rPropSet->getPropertyValue( sHeight ) >>= nHeight; in addTextFrameAttributes()
2697 rPropSet->getPropertyValue( sZOrder ) >>= nZIndex; in addTextFrameAttributes()
2822 const Reference < XPropertySet > & rPropSet, in _exportTextFrame()
2826 Reference < XTextFrame > xTxtFrame( rPropSet, UNO_QUERY ); in _exportTextFrame()
2832 rPropSet->getPropertyValue( sFrameStyleName ) >>= sStyle; in _exportTextFrame()
2837 sAutoStyle = Find( XML_STYLE_FAMILY_TEXT_FRAME, rPropSet, sStyle ); in _exportTextFrame()
2841 addTextFrameAttributes( rPropSet, sal_False, &aMinHeightValue ); in _exportTextFrame()
2854 if( (rPropSet->getPropertyValue( sChainNextName ) >>= sNext) && sNext.getLength() > 0 ) in _exportTextFrame()
2875 GetExport().GetImageMapExport().Export( rPropSet ); in _exportTextFrame()
2879 exportTitleAndDescription( rPropSet, rPropSetInfo ); in _exportTextFrame()
2884 const Reference < XPropertySet > & rPropSet, in exportContour()
2893 rPropSet->getPropertyValue( sContourPolyPolygon ) >>= aSourcePolyPolygon; in exportContour()
2909 bPixel = *(sal_Bool *)rPropSet->getPropertyValue( sIsPixelContour ).getValue(); in exportContour()
2971 sal_Bool bTmp = *(sal_Bool *)rPropSet->getPropertyValue( in exportContour()
2983 const Reference < XPropertySet > & rPropSet, in _exportTextGraphic()
2989 rPropSet->getPropertyValue( sFrameStyleName ) >>= sStyle; in _exportTextGraphic()
2993 sAutoStyle = Find( XML_STYLE_FAMILY_TEXT_FRAME, rPropSet, sStyle ); in _exportTextGraphic()
2997 addTextFrameAttributes( rPropSet, sal_False ); in _exportTextGraphic()
3001 rPropSet->getPropertyValue( sGraphicRotation ) >>= nVal; in _exportTextGraphic()
3019 rPropSet->getPropertyValue( sReplacementGraphicURL ) >>= sReplacementOrigURL; in _exportTextGraphic()
3043 rPropSet->getPropertyValue( sGraphicURL ) >>= sOrigURL; in _exportTextGraphic()
3045 setTextEmbeddedGraphicURL( rPropSet, sURL ); in _exportTextGraphic()
3059 rPropSet->getPropertyValue( sGraphicFilter ) >>= sGrfFilter; in _exportTextGraphic()
3073 Reference<XEventsSupplier> xEventsSupp( rPropSet, UNO_QUERY ); in _exportTextGraphic()
3077 GetExport().GetImageMapExport().Export( rPropSet ); in _exportTextGraphic()
3081 exportTitleAndDescription( rPropSet, rPropSetInfo ); in _exportTextGraphic()
3085 exportContour( rPropSet, rPropSetInfo ); in _exportTextGraphic()
3100 void XMLTextParagraphExport::exportEvents( const Reference < XPropertySet > & rPropSet ) in exportEvents() argument
3103 Reference<XEventsSupplier> xEventsSupp( rPropSet, UNO_QUERY ); in exportEvents()
3108 if (rPropSet->getPropertySetInfo()->hasPropertyByName(sImageMap)) in exportEvents()
3109 GetExport().GetImageMapExport().Export( rPropSet ); in exportEvents()
3114 const Reference < XPropertySet > & rPropSet, in exportTitleAndDescription()
3121 rPropSet->getPropertyValue( sTitle ) >>= sObjTitle; in exportTitleAndDescription()
3134 rPropSet->getPropertyValue( sDescription ) >>= sObjDesc; in exportTitleAndDescription()
3152 const Reference< XPropertySet > & rPropSet, in addHyperlinkAttributes()
3164 rPropSet->getPropertyValue( sHyperLinkURL ) >>= sHRef; in addHyperlinkAttributes()
3180 rPropSet->getPropertyValue( sHyperLinkName ) >>= sName; in addHyperlinkAttributes()
3189 rPropSet->getPropertyValue( sHyperLinkTarget ) >>= sTargetFrame; in addHyperlinkAttributes()
3198 bServerMap = *(sal_Bool *) rPropSet->getPropertyValue( sServerMap ).getValue(); in addHyperlinkAttributes()
3207 rPropSet->getPropertyValue( sUnvisitedCharStyleName ) >>= sUStyleName; in addHyperlinkAttributes()
3216 rPropSet->getPropertyValue( sVisitedCharStyleName ) >>= sVStyleName; in addHyperlinkAttributes()
3568 const Reference<XPropertySet> & rPropSet, in exportRuby() argument
3572 if (*(sal_Bool*)rPropSet->getPropertyValue(sIsCollapsed).getValue()) in exportRuby()
3576 sal_Bool bStart = (*(sal_Bool*)rPropSet->getPropertyValue(sIsStart).getValue()); in exportRuby()
3582 Add( XML_STYLE_FAMILY_TEXT_RUBY, rPropSet ); in exportRuby()
3604 rPropSet->getPropertyValue(sRubyText) >>= sOpenRubyText; in exportRuby()
3605 rPropSet->getPropertyValue(sRubyCharStyleName) >>= sOpenRubyCharStyle; in exportRuby()
3610 OUString sStyleName(Find( XML_STYLE_FAMILY_TEXT_RUBY, rPropSet, in exportRuby()