Searched refs:nLeftMin (Results 1 – 6 of 6) sorted by relevance
34 nLeftMin( 0 ), in SwTabCols()45 nLeftMin( rCpy.GetLeftMin() ), in SwTabCols()70 nLeftMin = rCpy.GetLeftMin(); in operator =()86 if ( !(nLeftMin == rCmp.GetLeftMin() && in operator ==()
54 long nLeftMin, //Linker aeusserer Rand (Bezugspunkt) in member in SwTabCols89 long GetLeftMin() const { return nLeftMin; } in GetLeftMin()94 void SetLeftMin ( long nNew ) { nLeftMin = nNew; } in SetLeftMin()
2610 const sal_uLong nLeftMin = (pTab->Frm().*fnRect->fnGetLeft)() - in GetTabCols() local2615 rFill.SetLeftMin ( nLeftMin ); in GetTabCols()2618 rFill.SetRightMax( nRightMax - nLeftMin ); in GetTabCols()2699 const long nLeftMin = ( bVert ? in GetTabRows() local2706 rFill.SetLeftMin( nLeftMin ); in GetTabRows()2862 aOld.SetLeftMin ( nLeftMin ); in SetTabCols()2865 aOld.SetRightMax( nRightMax - nLeftMin ); in SetTabCols()2891 long nLeftMin; in SetTabRows() local2894 nLeftMin = pTab->GetPrtLeft() - pPage->Frm().Left(); in SetTabRows()2901 nLeftMin = pTab->GetPrtTop() - pPage->Frm().Top(); in SetTabRows()[all …]
534 sal_uInt16 nLeftMin = 0; in lcl_SortedTabColInsert() local549 if ( pLine == pBox->GetUpper() || 0 == nLeftMin ) in lcl_SortedTabColInsert()550 nLeftMin = (sal_uInt16)(nTmp - nPos); in lcl_SortedTabColInsert()588 nLeftMin = nPos - nLeftMin; in lcl_SortedTabColInsert()604 if ( nLeftMin > nOldMin ) in lcl_SortedTabColInsert()605 rEntry.nMin = nLeftMin; in lcl_SortedTabColInsert()
567 const sal_uLong nLeftMin = (pTab->Frm().*fnRect->fnGetLeft)() - in _GetTabCols() local580 pLastCols->SetLeftMin( nLeftMin ); in _GetTabCols()593 pLastCols->GetLeftMin () == (sal_uInt16)nLeftMin && in _GetTabCols()650 const long nLeftMin = ( bVert ? in _GetTabRows() local662 pLastRows->GetLeftMin () == nLeftMin && in _GetTabRows()
474 const long nLeftMin = (rInf.X() || GetDropLeft()) ? nLeftMar : GetLeftMin(); in CalcFlyWidth() local476 SwRect aLine( rInf.X() + nLeftMin, nTop, rInf.RealWidth() - rInf.X() in CalcFlyWidth()477 + nLeftMar - nLeftMin , nHeight ); in CalcFlyWidth()497 if( aInter.Left() <= nLeftMin ) in CalcFlyWidth()
Completed in 84 milliseconds