Home
last modified time | relevance | path

Searched refs:GetMetricVal (Results 1 – 4 of 4) sorted by relevance

/AOO41X/main/sw/source/core/doc/
H A Dpoolfmt.cxx91 #define HTML_PARSPACE GetMetricVal( CM_05 )
266 sal_uInt16 nLeft = nFact ? GetMetricVal( CM_05 ) * nFact : 0; in lcl_SetRegister()
417 aLR.SetTxtFirstLineOfst( GetMetricVal( CM_05 )); in GetTxtCollFromPool()
424 aLR.SetTxtFirstLineOfst( -(short)GetMetricVal( CM_05 )); in GetTxtCollFromPool()
425 aLR.SetTxtLeft( GetMetricVal( CM_1 )); in GetTxtCollFromPool()
435 aLR.SetTxtLeft( GetMetricVal( CM_05 )); in GetTxtCollFromPool()
443 aLR.SetTxtFirstLineOfst( - short( GetMetricVal( CM_1 ) * 4 + in GetTxtCollFromPool()
444 GetMetricVal( CM_05)) ); in GetTxtCollFromPool()
445 aLR.SetTxtLeft( GetMetricVal( CM_1 ) * 5 ); in GetTxtCollFromPool()
455 aLR.SetTxtLeft( GetMetricVal( CM_1 ) * 4 ); in GetTxtCollFromPool()
[all …]
H A Ddocdesc.cxx107 nMinRight = nMinTop = nMinBottom = GetMetricVal( CM_1 ); in lcl_DefaultPageFmt()
/AOO41X/main/sw/source/core/inc/
H A DGetMetricVal.hxx32 inline sal_uInt16 GetMetricVal( int n ) in GetMetricVal() function
/AOO41X/main/sw/source/core/unocore/
H A Dunostyle.cxx2982 sal_Int32 nSize = GetMetricVal ( CM_1) * 2; in setAllPropertiesToDefault()