Home
last modified time | relevance | path

Searched refs:aSizeLogic (Results 1 – 5 of 5) sorted by relevance

/trunk/main/svx/source/sdr/overlay/
H A Doverlayobjectlist.cxx93 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()
/trunk/main/cppcanvas/source/mtfrenderer/
H A Dmtftools.cxx99 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()
/trunk/main/svtools/source/contnr/
H A Dsvtreebx.cxx1000 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()
/trunk/main/sc/source/ui/view/
H A Dprevloc.cxx354 Size aSizeLogic( nSizeX, nSizeY ); in GetOffsetPixel() local
356 Size aSizePixel = pWindow->LogicToPixel( aSizeLogic, aCellMapMode ); in GetOffsetPixel()
/trunk/main/sw/source/core/crsr/
H A Dcrstrvl.cxx1193 Size aSizeLogic(aTmpState.nInNumPostionOffset, 0); in GetContentAtPos() local
1194 Size aSizePixel = GetWin()->LogicToPixel(aSizeLogic); in GetContentAtPos()

Completed in 87 milliseconds