Home
last modified time | relevance | path

Searched refs:aActSize (Results 1 – 4 of 4) sorted by relevance

/trunk/main/framework/source/uielement/
H A Dtoolbarwrapper.cxx197 ::Size aActSize( pToolBar->GetSizePixel() ); in initialize()
199 aSize.Width() = aActSize.Width(); in initialize()
212 ::Size aActSize( pToolBar->GetSizePixel() ); in initialize()
214 aSize.Width() = aActSize.Width(); in initialize()
H A Daddonstoolbarwrapper.cxx160 ::Size aActSize( pToolBar->GetSizePixel() ); in initialize()
162 aSize.Width() = aActSize.Width(); in initialize()
/trunk/main/sfx2/source/toolbox/
H A Dimgmgr.cxx241 Size aActSize( pBox->GetSizePixel() ); in SetSymbolsSize_Impl() local
244 aSize.Width() = aActSize.Width(); in SetSymbolsSize_Impl()
246 aSize.Height() = aActSize.Height(); in SetSymbolsSize_Impl()
/trunk/main/sw/source/core/unocore/
H A Dunoframe.cxx2130 Size aActSize; in getPropertyValue() local
2135 aActSize = pGrfNode->GetTwipSize(); in getPropertyValue()
2136 if ( aActSize.Width() == 0 && aActSize.Height() == 0 && in getPropertyValue()
2140 aActSize = pGrfNode->GetTwipSize(); in getPropertyValue()
2146 aTmp.Width = TWIP_TO_MM100(aActSize.Width()); in getPropertyValue()
2147 aTmp.Height = TWIP_TO_MM100(aActSize.Height()); in getPropertyValue()

Completed in 47 milliseconds