Searched refs:mxPropertySet (Results 1 – 9 of 9) sorted by relevance
/aoo41x/main/sc/source/ui/vba/ |
H A D | vbaaxis.cxx | 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() 196 mxPropertySet->setPropertyValue(ORIGIN, uno::makeAny(_fCrossesAt)); in setCrossesAt() 211 mxPropertySet->getPropertyValue(ORIGIN) >>= fCrosses; in getCrossesAt() [all …]
|
H A D | vbaformat.cxx | 199 if ( mxPropertySet->getPropertyValue(sHoriJust) >>= aAPIAlignment ) in getHorizontalAlignment() 328 aWrap = mxPropertySet->getPropertyValue(aPropName); in getWrapText() 428 || !( mxPropertySet->getPropertyValue(sNumFormat) >>= nFormat ) ) in setNumberFormatLocal() 537 mxPropertySet->getPropertyValue(sCellProt) >>= aCellProtection; in setLocked() 557 mxPropertySet->getPropertyValue(sCellProt) >>= aCellProtection; in setFormulaHidden() 589 mxPropertySet->getPropertyValue(sCellProt) >>= aCellProtection; in getLocked() 622 mxPropertySet->getPropertyValue(sCellProt) >>= aCellProtection; in getFormulaHidden() 658 aRet = mxPropertySet->getPropertyValue(sShrinkToFit); in getShrinkToFit() 742 ( mxPropertySet->getPropertyValue(sNumFormat) >>= nFormat) ) in getNumberFormat() 793 xPropertyState.set( mxPropertySet, uno::UNO_QUERY_THROW ); in getXPropertyState() [all …]
|
H A D | vbastyle.cxx | 55 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 D | vbaaxis.hxx | 35 css::uno::Reference< css::beans::XPropertySet > mxPropertySet; member in ScVbaAxis
|
H A D | vbaformat.hxx | 46 css::uno::Reference< css::beans::XPropertySet > mxPropertySet; member in ScVbaFormat
|
H A D | vbarange.cxx | 1428 mxRange.set( mxPropertySet, uno::UNO_QUERY ); in ScVbaRange() 1429 mxRanges.set( mxPropertySet, uno::UNO_QUERY ); in ScVbaRange()
|
/aoo41x/main/sdext/source/minimizer/ |
H A D | impoptimizer.cxx | 410 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 D | graphiccollector.hxx | 62 …com::sun::star::uno::Reference< com::sun::star::beans::XPropertySet > mxPropertySet; // to be use… member
|
H A D | graphiccollector.cxx | 193 aUser.mxPropertySet = rxPropertySet; in ImpAddFillBitmapEntity()
|
Completed in 407 milliseconds