Searched refs:aLogic (Results 1 – 5 of 5) sorted by relevance
/aoo41x/main/sc/source/ui/docshell/ |
H A D | sizedev.cxx | 58 Point aLogic = pDevice->LogicToPixel( Point(1000,1000), MAP_TWIP ); in ScSizeDeviceProvider() local 59 nPPTX = aLogic.X() / 1000.0; in ScSizeDeviceProvider() 60 nPPTY = aLogic.Y() / 1000.0; in ScSizeDeviceProvider()
|
/aoo41x/main/sc/source/ui/unoobj/ |
H A D | styleuno.cxx | 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() 1981 const double nPPTX(aLogic.X() / 1000.0); in StyleSheetChangedUpdate() [all …]
|
/aoo41x/main/sc/source/ui/undo/ |
H A D | undostyl.cxx | 128 Point aLogic = aVDev.LogicToPixel( Point(1000,1000), MAP_TWIP ); in lcl_DocStyleChanged() local 129 double nPPTX = aLogic.X() / 1000.0; in lcl_DocStyleChanged() 130 double nPPTY = aLogic.Y() / 1000.0; in lcl_DocStyleChanged()
|
/aoo41x/main/sc/source/ui/view/ |
H A D | drawview.cxx | 374 Point aLogic = pDev->LogicToPixel( Point(1000,1000), MAP_TWIP ); in RecalcScale() local 375 nPPTX = aLogic.X() / 1000.0; in RecalcScale() 376 nPPTY = aLogic.Y() / 1000.0; in RecalcScale()
|
H A D | drawvie4.cxx | 269 Point aLogic = pDev->LogicToPixel( Point(1000,1000), MAP_TWIP ); in CalcNormScale() local
|
Completed in 44 milliseconds