Home
last modified time | relevance | path

Searched refs:nRightMax (Results 1 – 5 of 5) sorted by relevance

/trunk/main/sw/source/core/bastyp/
H A Dtabcol.cxx37 nRightMax( 0 ), in SwTabCols()
48 nRightMax( rCpy.GetRightMax() ), in SwTabCols()
73 nRightMax= rCpy.GetRightMax(); in operator =()
89 nRightMax== rCmp.GetRightMax()&& in operator ==()
/trunk/main/sw/inc/
H A Dtabcol.hxx59 nRightMax; //Maximaler rechter Rand der Tabelle. member in SwTabCols
92 long GetRightMax()const { return nRightMax;} in GetRightMax()
97 void SetRightMax( long nNew ) { nRightMax = nNew;} in SetRightMax()
/trunk/main/sw/source/core/table/
H A Dswtable.cxx535 sal_uInt16 nRightMax = 0; in lcl_SortedTabColInsert() local
556 if ( 0 == nRightMax ) in lcl_SortedTabColInsert()
557 nRightMax = (sal_uInt16)(nTmp - nPos); in lcl_SortedTabColInsert()
589 nRightMax = nPos + nRightMax; in lcl_SortedTabColInsert()
608 if ( nRightMax < nOldMax ) in lcl_SortedTabColInsert()
609 rEntry.nMax = nRightMax; in lcl_SortedTabColInsert()
613 else if ( (nRightMax >= ((nCmp >= COLFUZZY) ? nCmp - COLFUZZY : nCmp)) && in lcl_SortedTabColInsert()
614 (nRightMax <= (nCmp + COLFUZZY)) ) in lcl_SortedTabColInsert()
/trunk/main/sw/source/core/frmedt/
H A Dfetab.cxx569 const sal_uLong nRightMax = (pTab->Frm().*fnRect->fnGetRight)() - in _GetTabCols() local
596 pLastCols->GetRightMax() == (sal_uInt16)nRightMax - pLastCols->GetLeftMin() ) in _GetTabCols()
655 const long nRightMax = bVert ? nRight : LONG_MAX; in _GetTabRows() local
665 pLastRows->GetRightMax() == nRightMax ) in _GetTabRows()
/trunk/main/sw/source/core/docnode/
H A Dndtbl.cxx2612 const sal_uLong nRightMax = (pTab->Frm().*fnRect->fnGetRight)() - in GetTabCols() local
2618 rFill.SetRightMax( nRightMax - nLeftMin ); in GetTabCols()
2704 const long nRightMax = bVert ? nRight : LONG_MAX; in GetTabRows() local
2709 rFill.SetRightMax( nRightMax ); in GetTabRows()
2858 const sal_uLong nRightMax = (pTab->Frm().*fnRect->fnGetRight)() - in SetTabCols() local
2865 aOld.SetRightMax( nRightMax - nLeftMin ); in SetTabCols()

Completed in 67 milliseconds