Searched refs:aSizeLogic (Results 1 – 5 of 5) sorted by relevance
/aoo41x/main/svx/source/sdr/overlay/ |
H A D | overlayobjectlist.cxx | 93 const Size aSizeLogic(pManager->getOutputDevice().PixelToLogic( in isHitLogic() local 95 fLogicTolerance = aSizeLogic.Width(); in isHitLogic() 146 …const Size aSizeLogic(pManager->getOutputDevice().PixelToLogic(Size(nDiscreteTolerance, nDiscreteT… in isHitPixel() local 147 return isHitLogic(aPosition, (double)aSizeLogic.Width()); in isHitPixel()
|
/aoo41x/main/cppcanvas/source/mtfrenderer/ |
H A D | mtftools.cxx | 99 const ::Size aSizeLogic( 0x00010000L, in calcLogic2PixelLinearTransform() local 102 const ::Size aSizePixel( rVDev.LogicToPixel( aSizeLogic ) ); in calcLogic2PixelLinearTransform() 105 aSizePixel.Width() / (double)aSizeLogic.Width(), in calcLogic2PixelLinearTransform() 106 aSizePixel.Height() / (double)aSizeLogic.Height() ); in calcLogic2PixelLinearTransform()
|
/aoo41x/main/svtools/source/contnr/ |
H A D | svtreebx.cxx | 1000 short SvTreeListBox::GetHeightOffset(const Image& rBmp, Size& aSizeLogic ) in GetHeightOffset() argument 1004 aSizeLogic = rBmp.GetSizePixel(); in GetHeightOffset() 1005 if( GetEntryHeight() > aSizeLogic.Height() ) in GetHeightOffset() 1006 nOffset = ( GetEntryHeight() - (short)aSizeLogic.Height()) / 2; in GetHeightOffset() 1010 short SvTreeListBox::GetHeightOffset(const Font& /* rFont */, Size& aSizeLogic ) in GetHeightOffset() argument 1014 aSizeLogic = Size(GetTextWidth('X'), GetTextHeight()); in GetHeightOffset() 1015 if( GetEntryHeight() > aSizeLogic.Height() ) in GetHeightOffset() 1016 nOffset = ( GetEntryHeight() - (short)aSizeLogic.Height()) / 2; in GetHeightOffset()
|
/aoo41x/main/sc/source/ui/view/ |
H A D | prevloc.cxx | 354 Size aSizeLogic( nSizeX, nSizeY ); in GetOffsetPixel() local 356 Size aSizePixel = pWindow->LogicToPixel( aSizeLogic, aCellMapMode ); in GetOffsetPixel()
|
/aoo41x/main/sw/source/core/crsr/ |
H A D | crstrvl.cxx | 1193 Size aSizeLogic(aTmpState.nInNumPostionOffset, 0); in GetContentAtPos() local 1194 Size aSizePixel = GetWin()->LogicToPixel(aSizeLogic); in GetContentAtPos()
|
Completed in 50 milliseconds