Lines Matching refs:aLogic
884 Point aLogic = aVDev.LogicToPixel( Point(1000,1000), MAP_TWIP ); in removeByName() local
885 double nPPTX = aLogic.X() / 1000.0; in removeByName()
886 double nPPTY = aLogic.Y() / 1000.0; in removeByName()
1240 Point aLogic = aVDev.LogicToPixel( Point(1000,1000), MAP_TWIP ); in setParentStyle() local
1241 double nPPTX = aLogic.X() / 1000.0; in setParentStyle()
1242 double nPPTY = aLogic.Y() / 1000.0; in setParentStyle()
1609 Point aLogic = aVDev.LogicToPixel( Point(1000,1000), MAP_TWIP ); in setAllPropertiesToDefault() local
1610 double nPPTX = aLogic.X() / 1000.0; in setAllPropertiesToDefault()
1611 double nPPTY = aLogic.Y() / 1000.0; in setAllPropertiesToDefault()
1980 const Point aLogic(aVDev.LogicToPixel(Point(1000,1000), MAP_TWIP)); in StyleSheetChangedUpdate() local
1981 const double nPPTX(aLogic.X() / 1000.0); in StyleSheetChangedUpdate()
1982 const double nPPTY(aLogic.Y() / 1000.0); in StyleSheetChangedUpdate()