Home
last modified time | relevance | path

Searched refs:nMinBottom (Results 1 – 3 of 3) sorted by relevance

/aoo42x/main/sw/source/core/doc/
H A Ddocdesc.cxx102 sal_Int32 nMinTop, nMinBottom, nMinLeft, nMinRight; in lcl_DefaultPageFmt() local
105 nMinRight = nMinTop = nMinBottom = GetMetricVal( CM_1 ); in lcl_DefaultPageFmt()
110 nMinTop = nMinBottom = nMinLeft = nMinRight = 1134; //2 centimeters in lcl_DefaultPageFmt()
114 nMinTop = nMinBottom = 1440; //al la WW: 1 Inch in lcl_DefaultPageFmt()
123 aUL.SetLower( (sal_uInt16)nMinBottom ); in lcl_DefaultPageFmt()
/aoo42x/main/sw/source/core/text/
H A Dtxtfly.cxx800 nMinBottom = 0; in CtorInitTxtFly()
1593 nMinBottom = ( bVert && nMinBottom ) ? in InitAnchoredObjList()
1594 Min( nMinBottom, aBound.Left() ) : in InitAnchoredObjList()
1595 Max( nMinBottom, (aBound.*fnRect->fnGetBottom)() ); in InitAnchoredObjList()
1601 if( nMinBottom ) in InitAnchoredObjList()
1604 if( (*fnRect->fnYDiff)( nMinBottom, nMax ) > 0 ) in InitAnchoredObjList()
1605 nMinBottom = nMax; in InitAnchoredObjList()
H A Dtxtfly.hxx122 long nMinBottom; member in SwTxtFly
193 { return mpAnchoredObjList ? nMinBottom : CalcMinBottom(); } in GetMinBottom()

Completed in 34 milliseconds