Searched refs:xShapePropertySet (Results 1 – 4 of 4) sorted by relevance
/trunk/main/sc/source/ui/vba/ |
H A D | vbatitle.hxx | 45 css::uno::Reference< css::beans::XPropertySet > xShapePropertySet; member in TitleImpl 51 xShapePropertySet.set( xTitleShape, css::uno::UNO_QUERY_THROW ); in TitleImpl() 60 return new ScVbaInterior( BaseClass::mxParent, BaseClass::mxContext, xShapePropertySet ); in Interior() 66 return new ScVbaFont( BaseClass::mxParent, BaseClass::mxContext, m_Palette, xShapePropertySet ); in Font() 73 …xShapePropertySet->setPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("String") ), css::… in setText() 85 …xShapePropertySet->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("String") ) ) >>= … in getText() 122 …xShapePropertySet->setPropertyValue(rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("TextRotation")), c… in setOrientation() 134 …xShapePropertySet->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("TextRotation"))) … in getOrientation()
|
H A D | vbachartobject.cxx | 68 uno::Reference< beans::XPropertySet > xShapePropertySet(xShape, uno::UNO_QUERY_THROW ); in setShape() local 70 xShapePropertySet->getPropertyValue(PERSIST_NAME ) >>=sName; in setShape()
|
/trunk/main/sdext/source/minimizer/ |
H A D | graphiccollector.cxx | 102 Reference< XPropertySet > xShapePropertySet( rxShape, UNO_QUERY_THROW ); in ImpAddGraphicEntity() local 103 if ( xShapePropertySet->getPropertyValue( TKGet( TK_Graphic ) ) >>= xGraphic ) in ImpAddGraphicEntity() 110 xShapePropertySet->getPropertyValue( TKGet( TK_GraphicURL ) ) >>= aUser.maGraphicURL; in ImpAddGraphicEntity() 111 xShapePropertySet->getPropertyValue( TKGet( TK_GraphicStreamURL ) ) >>= aUser.maGraphicStreamURL; in ImpAddGraphicEntity() 112 xShapePropertySet->getPropertyValue( TKGet( TK_GraphicCrop ) ) >>= aGraphicCropLogic; in ImpAddGraphicEntity() 249 Reference< XPropertySet > xShapePropertySet( xShape, UNO_QUERY_THROW ); in ImpCollectGraphicObjects() local 251 …ImpAddFillBitmapEntity( rxContext, xShapePropertySet, aLogicalSize, rGraphicEntities, rGraphicSett… in ImpCollectGraphicObjects() 376 Reference< XPropertySet > xShapePropertySet( xShape, UNO_QUERY_THROW ); in ImpCountGraphicObjects() local 380 if ( xShapePropertySet->getPropertyValue( TKGet( TK_FillStyle ) ) >>= eFillStyle ) in ImpCountGraphicObjects()
|
H A D | impoptimizer.cxx | 418 … Reference< XPropertySet > xShapePropertySet( aGraphicIter->maUser[ 0 ].mxShape, UNO_QUERY_THROW ); in CompressGraphics() local 419 xShapePropertySet->getPropertyValue( TKGet( TK_Graphic ) ) >>= xGraphic; in CompressGraphics() 435 Reference< XPropertySet > xShapePropertySet( aGraphicUserIter->mxShape, UNO_QUERY_THROW ); in CompressGraphics() local 436 xShapePropertySet->setPropertyValue( TKGet( TK_GraphicURL ), Any( sEmptyGraphicURL ) ); in CompressGraphics() 437 xShapePropertySet->setPropertyValue( TKGet( TK_Graphic ), Any( xNewGraphic ) ); in CompressGraphics() 451 xShapePropertySet->setPropertyValue( TKGet( TK_GraphicCrop ), Any( aGraphicCropLogic ) ); in CompressGraphics()
|
Completed in 91 milliseconds