Home
last modified time | relevance | path

Searched refs:aLogSize (Results 1 – 8 of 8) sorted by relevance

/trunk/main/svtools/source/filter/
H A Dfilter2.cxx206 aLogSize.Width() = ( aPixSize.Width() * 100000 ) / nTemp32; in ImpDetectBMP()
211 aLogSize.Height() = ( aPixSize.Height() * 100000 ) / nTemp32; in ImpDetectBMP()
404 aLogSize = OutputDevice::LogicToLogic( aPixSize, aMap, MapMode( MAP_100TH_MM ) ); in ImpDetectJPG()
572 aLogSize = OutputDevice::LogicToLogic( aPixSize, aMap, in ImpDetectPCX()
671 aLogSize.Width() = ( aPixSize.Width() * 100000 ) / in ImpDetectPNG()
675 aLogSize.Height() = ( aPixSize.Height() * 100000 ) / in ImpDetectPNG()
1218 aLogSize.Width() = nTemp32; in ImpDetectSVM()
1222 aLogSize.Height() = nTemp32; in ImpDetectSVM()
1226 aLogSize = OutputDevice::LogicToLogic( aLogSize, in ImpDetectSVM()
1254 rStm >> aLogSize; in ImpDetectSVM()
[all …]
/trunk/main/svx/source/dialog/
H A Dfntctrl.cxx701 const Size aLogSize( GetOutputSize() ); in Paint() local
703 long nX = aLogSize.Width() / 2 - aTxtSize.Width() / 2; in Paint()
704 long nY = aLogSize.Height() / 2 - aTxtSize.Height() / 2; in Paint()
706 if ( nY + pImpl->nAscent > aLogSize.Height() ) in Paint()
707 nY = aLogSize.Height() - pImpl->nAscent; in Paint()
711 Rectangle aRect( Point( 0, 0 ), aLogSize ); in Paint()
760 long _nX = (aLogSize.Width() - nResultWidth) / 2; in Paint()
762 DrawLine( Point( _nX + nResultWidth, nY ), Point( aLogSize.Width(), nY ) ); in Paint()
794 DrawLine( Point( nX + aTxtSize.Width(), nY ), Point( aLogSize.Width(), nY ) ); in Paint()
/trunk/main/svx/source/gallery2/
H A Dgalobj.cxx122 …Size aLogSize( OutputDevice::LogicToLogic( aBmpEx.GetPrefSize(), aBmpEx.GetPrefMapMode(), MAP_100T… in CreateThumb() local
124 if( aLogSize.Width() > 0 && aLogSize.Height() > 0 ) in CreateThumb()
126 double fFactorLog = static_cast< double >( aLogSize.Width() ) / aLogSize.Height(); in CreateThumb()
/trunk/main/sw/source/ui/frmdlg/
H A Dcolex.cxx373 Size aLogSize(PixelToLogic(GetOutputSizePixel())); in Paint() local
374 Rectangle aCompleteRect(Point(0,0), aLogSize); in Paint()
380 Point aTL( (aLogSize.Width() - m_aFrmSize.Width()) / 2, in Paint()
381 (aLogSize.Height() - m_aFrmSize.Height()) / 2); in Paint()
396 long nLength = aLogSize.Height() - 2 * aTL.Y(); in Paint()
/trunk/main/canvas/source/vcl/
H A Ddevicehelper.cxx77 const Size aLogSize( rOutDev.PixelToLogic(rOutDev.GetOutputSizePixel()) ); in getPhysicalSize() local
80 return ::vcl::unotools::size2DFromSize( aLogSize ); in getPhysicalSize()
/trunk/main/canvas/source/cairo/
H A Dcairo_devicehelper.cxx125 const Size aLogSize( mpRefDevice->PixelToLogic(mpRefDevice->GetOutputSizePixel()) ); in getPhysicalSize() local
128 return ::vcl::unotools::size2DFromSize( aLogSize ); in getPhysicalSize()
/trunk/main/svtools/inc/svtools/
H A Dfilter.hxx146 Size aLogSize; member in GraphicDescriptor
216 const Size& GetSize_100TH_MM() const { return (Size&) aLogSize; } in GetSize_100TH_MM()
/trunk/main/svx/source/form/
H A Ddatanavi.cxx1568 Size aLogSize = PixelToLogic( aOutSz, MAP_APPFONT ); in DataNavigatorWindow() local
1569 m_nMinWidth = aLogSize.Width(); in DataNavigatorWindow()
1570 m_nMinHeight = aLogSize.Height(); in DataNavigatorWindow()
2391 Size aLogSize = PixelToLogic( aSize, MAP_APPFONT ); in DBG_NAME() local
2392 SfxDockingWindow::SetFloatingSize( aLogSize ); in DBG_NAME()

Completed in 55 milliseconds