Searched refs:aLogSize (Results 1 – 8 of 8) sorted by relevance
/aoo4110/main/svtools/source/filter/ |
H A D | filter2.cxx | 206 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 …]
|
/aoo4110/main/svx/source/dialog/ |
H A D | fntctrl.cxx | 701 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()
|
/aoo4110/main/svx/source/gallery2/ |
H A D | galobj.cxx | 122 …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()
|
/aoo4110/main/sw/source/ui/frmdlg/ |
H A D | colex.cxx | 350 Size aLogSize(PixelToLogic(GetOutputSizePixel())); in Paint() local 351 Rectangle aCompleteRect(Point(0,0), aLogSize); in Paint() 357 Point aTL( (aLogSize.Width() - m_aFrmSize.Width()) / 2, in Paint() 358 (aLogSize.Height() - m_aFrmSize.Height()) / 2); in Paint() 373 long nLength = aLogSize.Height() - 2 * aTL.Y(); in Paint()
|
/aoo4110/main/canvas/source/vcl/ |
H A D | devicehelper.cxx | 77 const Size aLogSize( rOutDev.PixelToLogic(rOutDev.GetOutputSizePixel()) ); in getPhysicalSize() local 80 return ::vcl::unotools::size2DFromSize( aLogSize ); in getPhysicalSize()
|
/aoo4110/main/canvas/source/cairo/ |
H A D | cairo_devicehelper.cxx | 125 const Size aLogSize( mpRefDevice->PixelToLogic(mpRefDevice->GetOutputSizePixel()) ); in getPhysicalSize() local 128 return ::vcl::unotools::size2DFromSize( aLogSize ); in getPhysicalSize()
|
/aoo4110/main/svtools/inc/svtools/ |
H A D | filter.hxx | 146 Size aLogSize; member in GraphicDescriptor 216 const Size& GetSize_100TH_MM() const { return (Size&) aLogSize; } in GetSize_100TH_MM()
|
/aoo4110/main/svx/source/form/ |
H A D | datanavi.cxx | 1568 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 331 milliseconds