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()
1613 Size aActSize; in getPropertyValue() local1618 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 49 milliseconds