Home
last modified time | relevance | path

Searched refs:GetRightMax (Results 1 – 10 of 10) sorted by relevance

/trunk/main/sw/source/core/bastyp/
H A Dtabcol.cxx48 nRightMax( rCpy.GetRightMax() ), in SwTabCols()
73 nRightMax= rCpy.GetRightMax(); in operator =()
89 nRightMax== rCmp.GetRightMax()&& in operator ==()
/trunk/main/sw/source/ui/table/
H A Dswtablerep.cxx234 rTabCols.GetRight() > rTabCols.GetRightMax()) in FillTabCols()
235 rTabCols.SetRight(rTabCols.GetRightMax()); in FillTabCols()
H A Dtablemgr.cxx164 aCols.SetRight( Min( nNewWidth, aCols.GetRightMax()) ); in SetColWidth()
/trunk/main/sw/inc/
H A Dtabcol.hxx92 long GetRightMax()const { return nRightMax;} in GetRightMax() function in SwTabCols
/trunk/main/svx/inc/svx/
H A Druler.hxx185 long GetRightMax() const;
/trunk/main/sw/source/core/table/
H A Dswtable.cxx1023 aLR.SetRight( rNew.GetRightMax() - rNew.GetRight() - nShRight ); in SetTabCols()
1033 const sal_Bool bRightDist = rNew.GetRight() + nShRight != rNew.GetRightMax(); in SetTabCols()
1038 else if(!bLeftDist && rNew.GetRight() + nShRight < rNew.GetRightMax()) in SetTabCols()
/trunk/main/sw/source/core/docnode/
H A Dndtbl1.cxx1549 if ( !bBalance && nTabRight > aTabCols.GetRightMax() ) in AdjustCellWidth()
1551 const long nTmpD = nTabRight - aTabCols.GetRightMax(); in AdjustCellWidth()
/trunk/main/sw/source/core/frmedt/
H A Dfetab.cxx596 pLastCols->GetRightMax() == (sal_uInt16)nRightMax - pLastCols->GetLeftMin() ) in _GetTabCols()
665 pLastRows->GetRightMax() == nRightMax ) in _GetTabRows()
/trunk/main/svx/source/dialog/
H A Dsvxruler.cxx1561 inline long SvxRuler::GetRightMax() const in GetRightMax() function in SvxRuler
3002 GetPageWidth() - GetRightMax() : GetPageWidth(); in CalcMinMax()
/trunk/main/sw/source/ui/shells/
H A Dtabsh.cxx259 pRep->SetSpace(aCols.GetRightMax()); in lcl_TableParamToItemSet()

Completed in 100 milliseconds