Home
last modified time | relevance | path

Searched refs:aPixSize (Results 1 – 9 of 9) sorted by last modified time

/trunk/main/svtools/source/misc/
H A Dembedhlp.cxx824 Size aPixSize = pOut->LogicToPixel( rRect.GetSize() ); in DrawShading() local
825 aPixSize.Width() -= 1; in DrawShading()
826 aPixSize.Height() -= 1; in DrawShading()
828 sal_Int32 nMax = aPixSize.Width() + aPixSize.Height(); in DrawShading()
832 if( i > aPixSize.Width() ) in DrawShading()
833 a1 += Point( aPixSize.Width(), i - aPixSize.Width() ); in DrawShading()
836 if( i > aPixSize.Height() ) in DrawShading()
837 a2 += Point( i - aPixSize.Height(), aPixSize.Height() ); in DrawShading()
/trunk/main/sc/source/core/data/
H A Dcolumn2.cxx542 Size aPixSize = pDev->LogicToPixel( aSize, aHMMMode ); in GetNeededSize() local
544 nValue = aPixSize.Width(); in GetNeededSize()
547 nValue = aPixSize.Height(); in GetNeededSize()
/trunk/main/svtools/source/filter/
H A Dfilter2.cxx184 aPixSize.Width() = nTemp32; in ImpDetectBMP()
188 aPixSize.Height() = nTemp32; in ImpDetectBMP()
258 aPixSize.Width() = nTemp16; in ImpDetectGIF()
262 aPixSize.Height() = nTemp16; in ImpDetectGIF()
622 aPixSize.Width() = nTemp32; in ImpDetectPNG()
626 aPixSize.Height() = nTemp32; in ImpDetectPNG()
762 aPixSize.Width() = nTemp16; in ImpDetectTIF()
768 aPixSize.Width() = nTemp32; in ImpDetectTIF()
779 aPixSize.Height() = nTemp16; in ImpDetectTIF()
1020 aPixSize.Width() = nColumns; in ImpDetectPSD()
[all …]
/trunk/main/vcl/source/gdi/
H A Dprint.cxx1227 const Size aPixSize = LogicToPixel( rSize ); in SetPaperSizeUser() local
1228 const Size aPageSize = PixelToLogic( aPixSize, MAP_100TH_MM ); in SetPaperSizeUser()
/trunk/main/vcl/aqua/source/window/
H A Dsalnsmenu.mm140 const Size aPixSize = rButtons[i].maButton.maImage.GetSizePixel();
141 … const NSRect aFromRect = { NSZeroPoint, NSMakeSize( aPixSize.Width(), aPixSize.Height()) };
163 const Size aPixSize = rButtons[i].maButton.maImage.GetSizePixel();
164 … const NSRect aFromRect = { NSZeroPoint, NSMakeSize( aPixSize.Width(), aPixSize.Height()) };
196 const Size aPixSize = rButtons[i].maButton.maImage.GetSizePixel();
197 const int nY = floor( aSize.height - aPixSize.Height() ) / 2;
198 NSRect aImgRect = NSMakeRect( aSize.width, nY, aPixSize.Width(), aPixSize.Height());
/trunk/main/sw/source/core/access/
H A Daccdoc.cxx319 Size aPixSize( pWin->GetWindowExtentsRelative( 0 ).GetSize() ); in getSize()
320 awt::Size aSize( aPixSize.Width(), aPixSize.Height() ); in getSize()
/trunk/main/svtools/source/control/
H A Druler.cxx469 Size aPixSize = maVirDev.LogicToPixel( Size( nTick3, nTick3 ), maMapMode ); in ImplDrawTicks() local
479 nTickWidth = aPixSize.Width(); in ImplDrawTicks()
491 nTickWidth = aPixSize.Height(); in ImplDrawTicks()
529 aPixSize = maVirDev.LogicToPixel( Size( nTick3, nTick3 ), maMapMode ); in ImplDrawTicks()
531 nTickWidth = aPixSize.Width(); in ImplDrawTicks()
533 nTickWidth = aPixSize.Height(); in ImplDrawTicks()
567 aPixSize = maVirDev.LogicToPixel( Size( nTick, nTick ), maMapMode ); in ImplDrawTicks()
570 n = aPixSize.Width(); in ImplDrawTicks()
572 n = aPixSize.Height(); in ImplDrawTicks()
/trunk/main/svtools/inc/svtools/
H A Dfilter.hxx145 Size aPixSize; member in GraphicDescriptor
213 const Size& GetSizePixel() const { return (Size&) aPixSize; } in GetSizePixel()
/trunk/main/sd/source/ui/docshell/
H A Ddocshel2.cxx271 const Size aPixSize( aVDev.LogicToPixel( aSize ) ); in GetPagePreviewBitmap() local
272 const sal_uLong nMaxEdgePix = Max( aPixSize.Width(), aPixSize.Height() ); in GetPagePreviewBitmap()

Completed in 52 milliseconds