Searched refs:aTempSize (Results 1 – 6 of 6) sorted by relevance
/aoo4110/main/svx/source/dialog/ |
H A D | pagectrl.cxx | 195 Size aTempSize = aSize; in DrawPage() local 200 DrawRect( Rectangle( rOrg, aTempSize ) ); in DrawPage() 204 DrawRect( Rectangle( rOrg, aTempSize ) ); in DrawPage() 223 aRect.Right() = rOrg.X() + aTempSize.Width() - nR; in DrawPage() 225 aRect.Bottom()= rOrg.Y() + aTempSize.Height() - nBottom; in DrawPage()
|
/aoo4110/main/svtools/source/control/ |
H A D | valueset.cxx | 1060 Size aTempSize( aSize.Width(), aScrPos.Y() ); in ImplDraw() local 1062 DrawOutDev( aDefPos, aTempSize, aDefPos, aTempSize, maVirDev ); in ImplDraw() 1063 aTempSize.Width() = aScrPos.X()-1; in ImplDraw() 1064 aTempSize.Height() = aScrSize.Height(); in ImplDraw() 1065 DrawOutDev( aTempPos, aTempSize, aTempPos, aTempSize, maVirDev ); in ImplDraw() 1067 aTempSize.Width() = aSize.Width(); in ImplDraw() 1068 aTempSize.Height() = aSize.Height()-aTempPos.Y(); in ImplDraw() 1069 DrawOutDev( aTempPos, aTempSize, aTempPos, aTempSize, maVirDev ); in ImplDraw()
|
/aoo4110/main/sfx2/source/doc/ |
H A D | printhelper.cxx | 406 awt::Size aTempSize ; in impl_setPrinter() local 407 if ( ( rProp.Value >>= aTempSize ) == sal_False ) in impl_setPrinter() 413 aSetPaperSize = impl_Size_Struct2Object(aTempSize); in impl_setPrinter()
|
/aoo4110/main/sd/source/ui/dlg/ |
H A D | animobjs.cxx | 730 Size aTempSize( pBitmapEx->GetBitmap().GetSizePixel() ); in GetScale() local 731 aBmpSize.Width() = Max( aBmpSize.Width(), aTempSize.Width() ); in GetScale() 732 aBmpSize.Height() = Max( aBmpSize.Height(), aTempSize.Height() ); in GetScale()
|
/aoo4110/main/sd/source/core/ |
H A D | sdpage.cxx | 1218 Size aTempSize; in CalcAutoLayoutRectangles() local 1240 aTempSize = aLayoutSize; in CalcAutoLayoutRectangles() 1250 aLayoutSize = aTempSize; in CalcAutoLayoutRectangles() 1262 aTempSize = aLayoutSize; in CalcAutoLayoutRectangles() 1271 aLayoutSize = aTempSize; in CalcAutoLayoutRectangles()
|
/aoo4110/main/vcl/source/window/ |
H A D | toolbox.cxx | 5362 Size aTempSize = ImplCalcFloatSize( this, nTemp ); in Resizing() local 5363 while ( (aTempSize.Width() > rSize.Width()) && in Resizing() 5368 aTempSize = ImplCalcFloatSize( this, nTemp ); in Resizing() 5370 rSize = aTempSize; in Resizing()
|
Completed in 602 milliseconds