Home
last modified time | relevance | path

Searched refs:xShapePropertySet (Results 1 – 16 of 16) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/vba/
H A Dvbatitle.hxx37 css::uno::Reference< css::beans::XPropertySet > xShapePropertySet; member in TitleImpl
46 xShapePropertySet.set( xTitleShape, css::uno::UNO_QUERY_THROW ); in TitleImpl()
55 return new ScVbaInterior( BaseClass::mxParent, BaseClass::mxContext, xShapePropertySet ); in Interior()
61 … return new ScVbaFont( BaseClass::mxParent, BaseClass::mxContext, m_Palette, xShapePropertySet ); in Font()
68 xShapePropertySet->setPropertyValue("String", css::uno::makeAny( Text )); in setText()
80 xShapePropertySet->getPropertyValue("String") >>= sText; in getText()
109xShapePropertySet->setPropertyValue("TextRotation", css::uno::makeAny(_nOrientation*100)); in setOrientation()
121 xShapePropertySet->getPropertyValue("TextRotation") >>= nSOOrientation; in getOrientation()
H A Dvbachartobject.cxx63 … uno::Reference< beans::XPropertySet > xShapePropertySet(xShape, uno::UNO_QUERY_THROW ); in setShape() local
65 xShapePropertySet->getPropertyValue(PERSIST_NAME ) >>=sName; in setShape()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/vba/
H A Dvbatitle.hxx39 css::uno::Reference< css::beans::XPropertySet > xShapePropertySet; member in TitleImpl
48 xShapePropertySet.set( xTitleShape, css::uno::UNO_QUERY_THROW ); in TitleImpl()
57 return new ScVbaInterior( BaseClass::mxParent, BaseClass::mxContext, xShapePropertySet ); in Interior()
63 … return new ScVbaFont( BaseClass::mxParent, BaseClass::mxContext, m_Palette, xShapePropertySet ); in Font()
70 xShapePropertySet->setPropertyValue("String", css::uno::makeAny( Text )); in setText()
82 xShapePropertySet->getPropertyValue("String") >>= sText; in getText()
111xShapePropertySet->setPropertyValue("TextRotation", css::uno::makeAny(_nOrientation*100)); in setOrientation()
123 xShapePropertySet->getPropertyValue("TextRotation") >>= nSOOrientation; in getOrientation()
H A Dvbachartobject.cxx63 … uno::Reference< beans::XPropertySet > xShapePropertySet(xShape, uno::UNO_QUERY_THROW ); in setShape() local
65 xShapePropertySet->getPropertyValue(PERSIST_NAME ) >>=sName; in setShape()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/doc/
H A Dtextboxhelper.cxx111 uno::Reference<beans::XPropertySet> xShapePropertySet(xShape, uno::UNO_QUERY); in create() local
113 xShapePropertySet->getPropertyValue(UNO_NAME_HORI_ORIENT)); in create()
115 xShapePropertySet->getPropertyValue(UNO_NAME_HORI_ORIENT_RELATION)); in create()
117 xShapePropertySet->getPropertyValue(UNO_NAME_VERT_ORIENT)); in create()
119 xShapePropertySet->getPropertyValue(UNO_NAME_VERT_ORIENT_RELATION)); in create()
121 xShapePropertySet->getPropertyValue(UNO_NAME_HORI_ORIENT_POSITION)); in create()
123 xShapePropertySet->getPropertyValue(UNO_NAME_VERT_ORIENT_POSITION)); in create()
125 xShapePropertySet->getPropertyValue(UNO_NAME_TEXT_AUTOGROWHEIGHT)); in create()
127 xShapePropertySet->getPropertyValue(UNO_NAME_TEXT_VERT_ADJUST)); in create()
129 if (xShapePropertySet->getPropertyValue(UNO_NAME_TEXT_WRITINGMODE) >>= eMode) in create()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sdext/source/minimizer/
H A Dgraphiccollector.cxx86 Reference< XPropertySet > xShapePropertySet( rxShape, UNO_QUERY_THROW ); in ImpAddGraphicEntity() local
87 if ( !(xShapePropertySet->getPropertyValue( "Graphic" ) >>= xGraphic) ) in ImpAddGraphicEntity()
96 xShapePropertySet->getPropertyValue( "GraphicCrop" ) >>= aGraphicCropLogic; in ImpAddGraphicEntity()
227 Reference< XPropertySet > xShapePropertySet( xShape, UNO_QUERY_THROW ); in ImpCollectGraphicObjects() local
229 …ImpAddFillBitmapEntity( rxMSF, xShapePropertySet, aLogicalSize, rGraphicEntities, rGraphicSettings… in ImpCollectGraphicObjects()
346 Reference< XPropertySet > xShapePropertySet( xShape, UNO_QUERY_THROW ); in ImpCountGraphicObjects() local
348 if ( xShapePropertySet->getPropertyValue( "FillStyle" ) >>= eFillStyle ) in ImpCountGraphicObjects()
H A Dimpoptimizer.cxx390 … Reference< XPropertySet > xShapePropertySet( rGraphic.maUser[ 0 ].mxShape, UNO_QUERY_THROW ); in CompressGraphics() local
391 xShapePropertySet->getPropertyValue( "Graphic" ) >>= xGraphic; in CompressGraphics()
405 … Reference< XPropertySet > xShapePropertySet( rGraphicUser.mxShape, UNO_QUERY_THROW ); in CompressGraphics() local
406xShapePropertySet->setPropertyValue( "Graphic", Any( xNewGraphic ) ); in CompressGraphics()
420xShapePropertySet->setPropertyValue( "GraphicCrop", Any( aGraphicCropLogic ) ); in CompressGraphics()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sdext/source/minimizer/
H A Dgraphiccollector.cxx86 Reference< XPropertySet > xShapePropertySet( rxShape, UNO_QUERY_THROW ); in ImpAddGraphicEntity() local
87 if ( !(xShapePropertySet->getPropertyValue( "Graphic" ) >>= xGraphic) ) in ImpAddGraphicEntity()
96 xShapePropertySet->getPropertyValue( "GraphicCrop" ) >>= aGraphicCropLogic; in ImpAddGraphicEntity()
227 Reference< XPropertySet > xShapePropertySet( xShape, UNO_QUERY_THROW ); in ImpCollectGraphicObjects() local
229 …ImpAddFillBitmapEntity( rxMSF, xShapePropertySet, aLogicalSize, rGraphicEntities, rGraphicSettings… in ImpCollectGraphicObjects()
346 Reference< XPropertySet > xShapePropertySet( xShape, UNO_QUERY_THROW ); in ImpCountGraphicObjects() local
348 if ( xShapePropertySet->getPropertyValue( "FillStyle" ) >>= eFillStyle ) in ImpCountGraphicObjects()
H A Dimpoptimizer.cxx390 … Reference< XPropertySet > xShapePropertySet( rGraphic.maUser[ 0 ].mxShape, UNO_QUERY_THROW ); in CompressGraphics() local
391 xShapePropertySet->getPropertyValue( "Graphic" ) >>= xGraphic; in CompressGraphics()
405 … Reference< XPropertySet > xShapePropertySet( rGraphicUser.mxShape, UNO_QUERY_THROW ); in CompressGraphics() local
406xShapePropertySet->setPropertyValue( "Graphic", Any( xNewGraphic ) ); in CompressGraphics()
420xShapePropertySet->setPropertyValue( "GraphicCrop", Any( aGraphicCropLogic ) ); in CompressGraphics()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/doc/
H A Dtextboxhelper.cxx147 uno::Reference<beans::XPropertySet> xShapePropertySet(xShape, uno::UNO_QUERY); in create() local
151 xShapePropertySet->getPropertyValue(UNO_NAME_ANCHOR_TYPE)); in create()
153 xShapePropertySet->getPropertyValue(UNO_NAME_HORI_ORIENT)); in create()
155 xShapePropertySet->getPropertyValue(UNO_NAME_HORI_ORIENT_RELATION)); in create()
157 xShapePropertySet->getPropertyValue(UNO_NAME_VERT_ORIENT)); in create()
159 xShapePropertySet->getPropertyValue(UNO_NAME_VERT_ORIENT_RELATION)); in create()
161 xShapePropertySet->getPropertyValue(UNO_NAME_HORI_ORIENT_POSITION)); in create()
163 xShapePropertySet->getPropertyValue(UNO_NAME_VERT_ORIENT_POSITION)); in create()
165 xShapePropertySet->getPropertyValue(UNO_NAME_TEXT_AUTOGROWHEIGHT)); in create()
167 xShapePropertySet->getPropertyValue(UNO_NAME_TEXT_VERT_ADJUST)); in create()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sdext/source/presenter/
H A DPresenterController.cxx601 Reference<beans::XPropertySet> xShapePropertySet(xShape, UNO_QUERY); in HasCustomAnimation() local
606 xShapePropertySet->getPropertyValue("Effect") >>= aEffect; in HasCustomAnimation()
607 xShapePropertySet->getPropertyValue("TextEffect") >>= aTextEffect; in HasCustomAnimation()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sdext/source/presenter/
H A DPresenterController.cxx602 Reference<beans::XPropertySet> xShapePropertySet(xShape, UNO_QUERY); in HasCustomAnimation() local
607 xShapePropertySet->getPropertyValue("Effect") >>= aEffect; in HasCustomAnimation()
608 xShapePropertySet->getPropertyValue("TextEffect") >>= aTextEffect; in HasCustomAnimation()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/writerfilter/source/dmapper/
H A DDomainMapper_Impl.cxx2650 uno::Reference<beans::XPropertySet> xShapePropertySet(xShape, uno::UNO_QUERY); in PushShapeContext() local
2684 uno::Reference<beans::XPropertySet> xShapePropertySet(xShape, uno::UNO_QUERY); in PushShapeContext() local
2686 xShapePropertySet->getPropertyValue("FrameInteropGrabBag") >>= aGrabBag; in PushShapeContext()
2696 pZOrderHelper->addItem(xShapePropertySet, zOrder); in PushShapeContext()
2729 uno::Reference<beans::XPropertySet> xShapePropertySet(xShape, uno::UNO_QUERY); in PushShapeContext() local
2731 xShapePropertySet->getPropertyValue("InteropGrabBag") >>= aGrabBag; in PushShapeContext()
2740 pZOrderHelper->addItem(xShapePropertySet, zOrder); in PushShapeContext()
2757 if(xShapePropertySet.is()) in PushShapeContext()
2759 xPropSetInfo = xShapePropertySet->getPropertySetInfo(); in PushShapeContext()
2765xShapePropertySet->setPropertyValue("InteropGrabBag",uno::makeAny(aShapeGrabBag)); in PushShapeContext()
[all …]
H A DPropertyMap.cxx1717 const uno::Reference<beans::XPropertySet> xShapePropertySet( xShape, uno::UNO_QUERY ); in CloseSectionGroup() local
1718 if ( xShapePropertySet->getPropertySetInfo()->hasPropertyByName(sPropRelativeWidth) ) in CloseSectionGroup()
1723 xShapePropertySet->getPropertyValue(sPropRelativeWidth) >>= nPercent; in CloseSectionGroup()
/dports/editors/libreoffice/libreoffice-7.2.6.2/writerfilter/source/dmapper/
H A DDomainMapper_Impl.cxx3466 uno::Reference<beans::XPropertySet> xShapePropertySet(xShape, uno::UNO_QUERY); in PushShapeContext() local
3500 uno::Reference<beans::XPropertySet> xShapePropertySet(xShape, uno::UNO_QUERY); in PushShapeContext() local
3502 xShapePropertySet->getPropertyValue("FrameInteropGrabBag") >>= aGrabBag; in PushShapeContext()
3512 pZOrderHelper->addItem(xShapePropertySet, zOrder); in PushShapeContext()
3545 uno::Reference<beans::XPropertySet> xShapePropertySet(xShape, uno::UNO_QUERY); in PushShapeContext() local
3547 xShapePropertySet->getPropertyValue("InteropGrabBag") >>= aGrabBag; in PushShapeContext()
3556 pZOrderHelper->addItem(xShapePropertySet, zOrder); in PushShapeContext()
3573 if(xShapePropertySet.is()) in PushShapeContext()
3575 xPropSetInfo = xShapePropertySet->getPropertySetInfo(); in PushShapeContext()
3581xShapePropertySet->setPropertyValue("InteropGrabBag",uno::makeAny(aShapeGrabBag)); in PushShapeContext()
[all …]
H A DPropertyMap.cxx1901 const uno::Reference<beans::XPropertySet> xShapePropertySet( xShape, uno::UNO_QUERY ); in CloseSectionGroup() local
1902 if ( xShapePropertySet->getPropertySetInfo()->hasPropertyByName(sPropRelativeWidth) ) in CloseSectionGroup()
1907 xShapePropertySet->getPropertyValue(sPropRelativeWidth) >>= nPercent; in CloseSectionGroup()