Home
last modified time | relevance | path

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

/aoo42x/main/sc/source/ui/docshell/
H A Dsizedev.cxx58 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()
/aoo42x/main/sc/source/ui/unoobj/
H A Dstyleuno.cxx884 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 …]
/aoo42x/main/sc/source/ui/undo/
H A Dundostyl.cxx128 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()
/aoo42x/main/sc/source/ui/view/
H A Ddrawview.cxx374 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 Ddrawvie4.cxx269 Point aLogic = pDev->LogicToPixel( Point(1000,1000), MAP_TWIP ); in CalcNormScale() local

Completed in 69 milliseconds