Home
last modified time | relevance | path

Searched refs:mxPropertySet (Results 1 – 9 of 9) sorted by relevance

/AOO41X/main/sc/source/ui/vba/
H A Dvbaaxis.cxx59 …2 _nType, sal_Int32 _nGroup ) : ScVbaAxis_BASE( xParent, xContext ), mxPropertySet( _xPropertySet… in ScVbaAxis()
61 …oShapeHelper.reset( new ShapeHelper( uno::Reference< drawing::XShape >( mxPropertySet, uno::UNO_QU… in ScVbaAxis()
70 uno::Reference< lang::XComponent > xComponent( mxPropertySet, uno::UNO_QUERY_THROW ); in Delete()
129 mxPropertySet->setPropertyValue(AUTOORIGIN, uno::makeAny( sal_True ) ); in setCrosses()
133 mxPropertySet->getPropertyValue(VBA_MIN) >>= fNum; in setCrosses()
138 mxPropertySet->getPropertyValue(VBA_MAX) >>= fNum; in setCrosses()
146 mxPropertySet->setPropertyValue(AUTOORIGIN, uno::makeAny(sal_False) ); in setCrosses()
160 mxPropertySet->getPropertyValue(AUTOORIGIN) >>= bisAutoOrigin; in getCrosses()
170 mxPropertySet->getPropertyValue(ORIGIN) >>= forigin; in getCrosses()
173 mxPropertySet->getPropertyValue(VBA_MIN) >>= fmin; in getCrosses()
[all …]
H A Dvbaformat.cxx57 …l::OUString( RTL_CONSTASCII_USTRINGPARAM( "US") ), rtl::OUString() ), mxPropertySet( _xPropertySet… in ScVbaFormat()
102mxPropertySet->setPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( SC_UNONAME_CELLVJUS )… in setVerticalAlignment()
120mxPropertySet->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( SC_UNONAME_CELLVJUS )… in getVerticalAlignment()
178mxPropertySet->setPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( SC_UNONAME_CELLHJUS )… in setHorizontalAlignment()
199 if ( mxPropertySet->getPropertyValue(sHoriJust) >>= aAPIAlignment ) in getHorizontalAlignment()
245mxPropertySet->setPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( SC_UNONAME_ROTANG ) )… in setOrientation()
257mxPropertySet->setPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( SC_UNONAME_CELLORI ) … in setOrientation()
275 …if ( !( mxPropertySet->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( SC_UNONAME_C… in getOrientation()
310mxPropertySet->setPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( SC_UNONAME_WRAP ) ), … in setWrapText()
328 aWrap = mxPropertySet->getPropertyValue(aPropName); in getWrapText()
[all …]
H A Dvbastyle.cxx55 uno::Reference< lang::XServiceInfo > xServiceInfo( mxPropertySet, uno::UNO_QUERY_THROW ); in initialise()
60 mxStyle.set( mxPropertySet, uno::UNO_QUERY_THROW ); in initialise()
115 mxPropertySet->setPropertyValue(DISPLAYNAME, uno::makeAny( NameLocal ) ); in setNameLocal()
129 mxPropertySet->getPropertyValue(DISPLAYNAME) >>= sName; in getNameLocal()
H A Dvbaaxis.hxx35 css::uno::Reference< css::beans::XPropertySet > mxPropertySet; member in ScVbaAxis
H A Dvbaformat.hxx46 css::uno::Reference< css::beans::XPropertySet > mxPropertySet; member in ScVbaFormat
H A Dvbarange.cxx1428 mxRange.set( mxPropertySet, uno::UNO_QUERY ); in ScVbaRange()
1429 mxRanges.set( mxPropertySet, uno::UNO_QUERY ); in ScVbaRange()
/AOO41X/main/sdext/source/minimizer/
H A Dimpoptimizer.cxx410 … if ( aGraphicIter->maUser[ 0 ].mbFillBitmap && aGraphicIter->maUser[ 0 ].mxPropertySet.is() ) in CompressGraphics()
413 …if ( aGraphicIter->maUser[ 0 ].mxPropertySet->getPropertyValue( TKGet( TK_FillBitmap ) ) >>= xFill… in CompressGraphics()
454 else if ( aGraphicUserIter->mxPropertySet.is() ) in CompressGraphics()
462 … Reference< XPropertySet >& rxPropertySet( aGraphicUserIter->mxPropertySet ); in CompressGraphics()
H A Dgraphiccollector.hxx62 …com::sun::star::uno::Reference< com::sun::star::beans::XPropertySet > mxPropertySet; // to … member
H A Dgraphiccollector.cxx193 aUser.mxPropertySet = rxPropertySet; in ImpAddFillBitmapEntity()