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