Searched refs:nMinBottom (Results 1 – 3 of 3) sorted by relevance
104 sal_Int32 nMinTop, nMinBottom, nMinLeft, nMinRight; in lcl_DefaultPageFmt() local107 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()
800 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()
122 long nMinBottom; member in SwTxtFly193 { return mpAnchoredObjList ? nMinBottom : CalcMinBottom(); } in GetMinBottom()
Completed in 25 milliseconds