Searched refs:aActSize (Results 1 – 4 of 4) sorted by relevance
197 ::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()
160 ::Size aActSize( pToolBar->GetSizePixel() ); in initialize()162 aSize.Width() = aActSize.Width(); in initialize()
241 Size aActSize( pBox->GetSizePixel() ); in SetSymbolsSize_Impl() local244 aSize.Width() = aActSize.Width(); in SetSymbolsSize_Impl()246 aSize.Height() = aActSize.Height(); in SetSymbolsSize_Impl()
2130 Size aActSize; in getPropertyValue() local2135 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 200 milliseconds