Home
last modified time | relevance | path

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

/aoo41x/main/sw/source/core/doc/
H A Ddocdesc.cxx104 sal_Int32 nMinTop, nMinBottom, nMinLeft, nMinRight; in lcl_DefaultPageFmt() local
107 nMinRight = nMinTop = nMinBottom = GetMetricVal( CM_1 ); in lcl_DefaultPageFmt()
112 nMinTop = nMinBottom = nMinLeft = nMinRight = 1134; //2 Zentimeter in lcl_DefaultPageFmt()
116 nMinTop = nMinBottom = 1440; //al la WW: 1Inch in lcl_DefaultPageFmt()
125 aUL.SetLower( (sal_uInt16)nMinBottom ); in lcl_DefaultPageFmt()
/aoo41x/main/sw/source/core/text/
H A Dtxtfly.cxx800 nMinBottom = 0; in CtorInitTxtFly()
1587 nMinBottom = ( bVert && nMinBottom ) ? in InitAnchoredObjList()
1588 Min( nMinBottom, aBound.Left() ) : in InitAnchoredObjList()
1589 Max( nMinBottom, (aBound.*fnRect->fnGetBottom)() ); in InitAnchoredObjList()
1595 if( nMinBottom ) in InitAnchoredObjList()
1598 if( (*fnRect->fnYDiff)( nMinBottom, nMax ) > 0 ) in InitAnchoredObjList()
1599 nMinBottom = nMax; in InitAnchoredObjList()
H A Dtxtfly.hxx122 long nMinBottom; member in SwTxtFly
193 { return mpAnchoredObjList ? nMinBottom : CalcMinBottom(); } in GetMinBottom()

Completed in 34 milliseconds