Searched refs:nRightMax (Results 1 – 5 of 5) sorted by relevance
37 nRightMax( 0 ), in SwTabCols()48 nRightMax( rCpy.GetRightMax() ), in SwTabCols()73 nRightMax= rCpy.GetRightMax(); in operator =()89 nRightMax== rCmp.GetRightMax()&& in operator ==()
59 nRightMax; //Maximaler rechter Rand der Tabelle. member in SwTabCols92 long GetRightMax()const { return nRightMax;} in GetRightMax()97 void SetRightMax( long nNew ) { nRightMax = nNew;} in SetRightMax()
535 sal_uInt16 nRightMax = 0; in lcl_SortedTabColInsert() local556 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()
569 const sal_uLong nRightMax = (pTab->Frm().*fnRect->fnGetRight)() - in _GetTabCols() local596 pLastCols->GetRightMax() == (sal_uInt16)nRightMax - pLastCols->GetLeftMin() ) in _GetTabCols()655 const long nRightMax = bVert ? nRight : LONG_MAX; in _GetTabRows() local665 pLastRows->GetRightMax() == nRightMax ) in _GetTabRows()
2612 const sal_uLong nRightMax = (pTab->Frm().*fnRect->fnGetRight)() - in GetTabCols() local2618 rFill.SetRightMax( nRightMax - nLeftMin ); in GetTabCols()2704 const long nRightMax = bVert ? nRight : LONG_MAX; in GetTabRows() local2709 rFill.SetRightMax( nRightMax ); in GetTabRows()2858 const sal_uLong nRightMax = (pTab->Frm().*fnRect->fnGetRight)() - in SetTabCols() local2865 aOld.SetRightMax( nRightMax - nLeftMin ); in SetTabCols()
Completed in 68 milliseconds