Searched refs:GetLeftMin (Results 1 – 9 of 9) sorted by relevance
45 nLeftMin( rCpy.GetLeftMin() ), in SwTabCols()70 nLeftMin = rCpy.GetLeftMin(); in operator =()86 if ( !(nLeftMin == rCmp.GetLeftMin() && in operator ==()
1314 nColLeft += rCols.GetLeftMin(); in lcl_CalcSubColValues()1315 nColRight += rCols.GetLeftMin(); in lcl_CalcSubColValues()1318 if ( rCols.GetLeftMin() != sal_uInt16((pTab->Frm().*fnRect->fnGetLeft)()) ) in lcl_CalcSubColValues()1320 const long nDiff = (pTab->Frm().*fnRect->fnGetLeft)() - rCols.GetLeftMin(); in lcl_CalcSubColValues()1400 nColLeft += rCols.GetLeftMin(); in lcl_CalcColValues()1401 nColRight += rCols.GetLeftMin(); in lcl_CalcColValues()1406 if ( rCols.GetLeftMin() != sal_uInt16((pTab->Frm().*fnRect->fnGetLeft)()) ) in lcl_CalcColValues()1408 const long nDiff = (pTab->Frm().*fnRect->fnGetLeft)() - rCols.GetLeftMin(); in lcl_CalcColValues()
841 long nBorder = (long)(aColItem.GetLeft() - aTabCols.GetLeftMin()); in ExecTabWin()844 …nBorder = (bVerticalWriting ? nPageHeight : nPageWidth) - aTabCols.GetLeftMin() - aColItem.GetRigh… in ExecTabWin()848 long nTmp2 = aTabCols.GetLeftMin() + nBorder; in ExecTabWin()976 long nBorder = nPageHeight - aTabCols.GetLeftMin() - aColItem.GetRight(); in ExecTabWin()1520 const int nLft = aTabCols.GetLeftMin() + aTabCols.GetLeft(); in StateTabWin()1522 (aTabCols.GetLeftMin() + in StateTabWin()1742 const int nLft = aTabCols.GetLeftMin(); in StateTabWin()1744 (aTabCols.GetLeftMin() + in StateTabWin()1819 const int nLft = aTabCols.GetLeftMin() + aTabCols.GetLeft(); in StateTabWin()1820 … const int nRgt = (sal_uInt16)nPageWidth -(aTabCols.GetLeftMin() + aTabCols.GetRight()); in StateTabWin()
593 pLastCols->GetLeftMin () == (sal_uInt16)nLeftMin && in _GetTabCols()596 pLastCols->GetRightMax() == (sal_uInt16)nRightMax - pLastCols->GetLeftMin() ) in _GetTabCols()662 pLastRows->GetLeftMin () == nLeftMin && in _GetTabRows()1466 const long nRight = aTabCols.GetLeftMin() + aTabCols.GetRight();; in GetCurTabColNum()1484 const long nLeft = aTabCols.GetLeftMin(); in GetCurTabColNum()2225 const long nLeft = aTabCols.GetLeftMin(); in GetCurMouseTabColNum()
89 long GetLeftMin() const { return nLeftMin; } in GetLeftMin() function in SwTabCols
184 long GetLeftMin() const;
171 inline SwTwips GetLeftMin() const { return nFirst < nLeft ? nFirst : nLeft; } in GetLeftMin() function in SwTxtMargin
474 const long nLeftMin = (rInf.X() || GetDropLeft()) ? nLeftMar : GetLeftMin(); in CalcFlyWidth()
1553 inline long SvxRuler::GetLeftMin() const in GetLeftMin() function in SvxRuler2915 pRuler_Imp->lMaxLeftLogic = GetLeftMin(); in CalcMinMax()
Completed in 82 milliseconds