Home
last modified time | relevance | path

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

/aoo4110/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()
/aoo4110/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()
/aoo4110/main/sw/source/core/unocore/
H A Dunoframe.cxx1613 Size aActSize; in getPropertyValue() local
1618 aActSize = pGrfNode->GetTwipSize(); in getPropertyValue()
1619 if ( aActSize.Width() == 0 && aActSize.Height() == 0 && in getPropertyValue()
1623 aActSize = pGrfNode->GetTwipSize(); in getPropertyValue()
1629 aTmp.Width = TWIP_TO_MM100(aActSize.Width()); in getPropertyValue()
1630 aTmp.Height = TWIP_TO_MM100(aActSize.Height()); in getPropertyValue()

Completed in 47 milliseconds