Home
last modified time | relevance | path

Searched refs:aTempSize (Results 1 – 6 of 6) sorted by path

/trunk/main/sd/source/core/
H A Dsdpage.cxx1202 Size aTempSize; in CalcAutoLayoutRectangles() local
1224 aTempSize = aLayoutSize; in CalcAutoLayoutRectangles()
1234 aLayoutSize = aTempSize; in CalcAutoLayoutRectangles()
1246 aTempSize = aLayoutSize; in CalcAutoLayoutRectangles()
1255 aLayoutSize = aTempSize; in CalcAutoLayoutRectangles()
/trunk/main/sd/source/ui/dlg/
H A Danimobjs.cxx730 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()
/trunk/main/sfx2/source/doc/
H A Dprinthelper.cxx406 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()
/trunk/main/svtools/source/control/
H A Dvalueset.cxx1060 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()
/trunk/main/svx/source/dialog/
H A Dpagectrl.cxx182 Size aTempSize = aSize; in DrawPage() local
187 DrawRect(Rectangle(rOrg,aTempSize)); in DrawPage()
191 DrawRect(Rectangle(rOrg,aTempSize)); in DrawPage()
210 aRect.Right() = rOrg.X() + aTempSize.Width() - nR; in DrawPage()
212 aRect.Bottom() = rOrg.Y() + aTempSize.Height() - nBottom; in DrawPage()
/trunk/main/vcl/source/window/
H A Dtoolbox.cxx5354 Size aTempSize = ImplCalcFloatSize( this, nTemp ); in Resizing() local
5355 while ( (aTempSize.Width() > rSize.Width()) && in Resizing()
5360 aTempSize = ImplCalcFloatSize( this, nTemp ); in Resizing()
5362 rSize = aTempSize; in Resizing()

Completed in 67 milliseconds