Home
last modified time | relevance | path

Searched refs:nLeftMin (Results 1 – 6 of 6) sorted by relevance

/trunk/main/sw/source/core/bastyp/
H A Dtabcol.cxx34 nLeftMin( 0 ), in SwTabCols()
45 nLeftMin( rCpy.GetLeftMin() ), in SwTabCols()
70 nLeftMin = rCpy.GetLeftMin(); in operator =()
86 if ( !(nLeftMin == rCmp.GetLeftMin() && in operator ==()
/trunk/main/sw/inc/
H A Dtabcol.hxx54 long nLeftMin, //Linker aeusserer Rand (Bezugspunkt) in member in SwTabCols
89 long GetLeftMin() const { return nLeftMin; } in GetLeftMin()
94 void SetLeftMin ( long nNew ) { nLeftMin = nNew; } in SetLeftMin()
/trunk/main/sw/source/core/docnode/
H A Dndtbl.cxx2610 const sal_uLong nLeftMin = (pTab->Frm().*fnRect->fnGetLeft)() - in GetTabCols() local
2615 rFill.SetLeftMin ( nLeftMin ); in GetTabCols()
2618 rFill.SetRightMax( nRightMax - nLeftMin ); in GetTabCols()
2699 const long nLeftMin = ( bVert ? in GetTabRows() local
2706 rFill.SetLeftMin( nLeftMin ); in GetTabRows()
2862 aOld.SetLeftMin ( nLeftMin ); in SetTabCols()
2865 aOld.SetRightMax( nRightMax - nLeftMin ); in SetTabCols()
2891 long nLeftMin; in SetTabRows() local
2894 nLeftMin = pTab->GetPrtLeft() - pPage->Frm().Left(); in SetTabRows()
2901 nLeftMin = pTab->GetPrtTop() - pPage->Frm().Top(); in SetTabRows()
[all …]
/trunk/main/sw/source/core/table/
H A Dswtable.cxx534 sal_uInt16 nLeftMin = 0; in lcl_SortedTabColInsert() local
549 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()
/trunk/main/sw/source/core/frmedt/
H A Dfetab.cxx567 const sal_uLong nLeftMin = (pTab->Frm().*fnRect->fnGetLeft)() - in _GetTabCols() local
580 pLastCols->SetLeftMin( nLeftMin ); in _GetTabCols()
593 pLastCols->GetLeftMin () == (sal_uInt16)nLeftMin && in _GetTabCols()
650 const long nLeftMin = ( bVert ? in _GetTabRows() local
662 pLastRows->GetLeftMin () == nLeftMin && in _GetTabRows()
/trunk/main/sw/source/core/text/
H A Dtxtfly.cxx474 const long nLeftMin = (rInf.X() || GetDropLeft()) ? nLeftMar : GetLeftMin(); in CalcFlyWidth() local
476 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 67 milliseconds