Home
last modified time | relevance | path

Searched refs:TWIP_TO_MM100 (Results 26 – 33 of 33) sorted by relevance

12

/aoo42x/main/sw/source/ui/config/
H A Dfontcfg.cxx178 …pValues[nProp] <<= static_cast<sal_Int32>(TWIP_TO_MM100(nDefaultFontHeight[nProp - DEF_FONT_COUNT]… in Commit()
/aoo42x/main/sw/source/ui/index/
H A Dcntex.cxx427 nTempPos = TWIP_TO_MM100(nTempPos); in CreateOrUpdateExample()
/aoo42x/main/sw/source/ui/uno/
H A Dunotxvw.cxx1234 aRet.Y = TWIP_TO_MM100(nY); in getPosition()
1238 aRet.X = TWIP_TO_MM100(nX); in getPosition()
H A Dunotxdoc.cxx2972 aPageSize = awt::Size ( TWIP_TO_MM100( aTmpSize.Width() ), in getRenderer()
2973 TWIP_TO_MM100( aTmpSize.Height() )); in getRenderer()
/aoo42x/main/svx/source/xoutdev/
H A Dxattr.cxx69 #define TWIP_TO_MM100(TWIP) ((TWIP) >= 0 ? (((TWIP)*127L+36L)/72L) : (((TWIP)*127L-36L)/72L)) macro
1493 nValue = TWIP_TO_MM100(nValue); in QueryValue()
/aoo42x/main/sw/source/core/unocore/
H A Dunoframe.cxx2146 aTmp.Width = TWIP_TO_MM100(aActSize.Width()); in getPropertyValue()
2147 aTmp.Height = TWIP_TO_MM100(aActSize.Height()); in getPropertyValue()
H A Dunoidx.cxx3306 sal_Int32 nPos = (TWIP_TO_MM100(aToken.nTabStopPosition)); in getByIndex()
H A Dunotbl.cxx1386 aRet <<= (sal_Int32)(TWIP_TO_MM100(rSize.GetSize().Height())); in getPropertyValue()

Completed in 159 milliseconds

12