Home
last modified time | relevance | path

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

/trunk/main/sw/source/ui/uiview/
H A Dviewtab.cxx825 SwTabCols aTabCols; in ExecTabWin() local
827 rSh.GetMouseTabCols( aTabCols, aTabColFromDocPos ); in ExecTabWin()
829 rSh.GetTabCols(aTabCols); in ExecTabWin()
832 long nBorder = (long)(aColItem.GetLeft() - aTabCols.GetLeftMin()); in ExecTabWin()
833 aTabCols.SetLeft( nBorder ); in ExecTabWin()
835 …nBorder = (bVerticalWriting ? nPageHeight : nPageWidth) - aTabCols.GetLeftMin() - aColItem.GetRigh… in ExecTabWin()
839 long nTmp2 = aTabCols.GetLeftMin() + nBorder; in ExecTabWin()
845 aTabCols.SetRight( nBorder ); in ExecTabWin()
860 aTabCols[i] = aTabCols.GetRight() - rCol.nStart; in ExecTabWin()
861 aTabCols.SetHidden( i, !rCol.bVisible ); in ExecTabWin()
[all …]
/trunk/main/sw/source/core/docnode/
H A Dndtbl1.cxx1463 SwTabCols aTabCols; in AdjustCellWidth() local
1464 GetTabCols( aTabCols, 0, (SwCellFrm*)pBoxFrm ); in AdjustCellWidth()
1466 if ( ! aTabCols.Count() ) in AdjustCellWidth()
1469 const sal_uInt8 nTmp = (sal_uInt8)Max( sal_uInt16(255), sal_uInt16(aTabCols.Count() + 1) ); in AdjustCellWidth()
1474 for ( i = 0; i <= aTabCols.Count(); ++i ) in AdjustCellWidth()
1479 ::lcl_CalcColValues( aWish, aTabCols, pStart, pEnd, sal_True ); in AdjustCellWidth()
1487 ::lcl_CalcColValues( aMins, aTabCols, pStart, pEnd, sal_False ); in AdjustCellWidth()
1495 for ( i = 0; i <= aTabCols.Count(); ++i ) in AdjustCellWidth()
1501 nWish = static_cast<sal_uInt16>( nWish + aTabCols[i] - aTabCols.GetLeft() ); in AdjustCellWidth()
1502 else if ( i == aTabCols.Count() ) in AdjustCellWidth()
[all …]
/trunk/main/sw/source/core/frmedt/
H A Dfetab.cxx285 SwTabCols aTabCols; in IsLastCellInRow() local
286 GetTabCols( aTabCols ); in IsLastCellInRow()
294 bResult = aTabCols.Count() == GetCurTabColNum(); in IsLastCellInRow()
1459 SwTabCols aTabCols; in GetCurTabColNum() local
1460 GetTabCols( aTabCols ); in GetCurTabColNum()
1466 const long nRight = aTabCols.GetLeftMin() + aTabCols.GetRight(); in GetCurTabColNum()
1470 nX = nRight - nX + aTabCols.GetLeft(); in GetCurTabColNum()
1471 for ( sal_uInt16 i = 0; i < aTabCols.Count(); ++i ) in GetCurTabColNum()
1472 if ( ::IsSame( nX, aTabCols[i] ) ) in GetCurTabColNum()
1484 const long nLeft = aTabCols.GetLeftMin(); in GetCurTabColNum()
[all …]
/trunk/main/sw/source/ui/dbui/
H A Ddbinsdlg.cxx754 SwTabCols aTabCols; in IMPL_LINK() local
755 aTabCols.SetRight( nWidth ); in IMPL_LINK()
756 aTabCols.SetRightMax( nWidth ); in IMPL_LINK()
757 pRep = new SwTableRep( aTabCols, sal_False ); in IMPL_LINK()
774 SwTabCols aTabCols( nCols ); in IMPL_LINK() local
775 aTabCols.SetRight( nWidth ); in IMPL_LINK()
776 aTabCols.SetRightMax( nWidth ); in IMPL_LINK()
781 aTabCols.Insert( nW, sal_False, n ); in IMPL_LINK()
784 pRep = new SwTableRep( aTabCols, sal_False ); in IMPL_LINK()
/trunk/main/sw/source/ui/shells/
H A Dtabsh.cxx252 SwTabCols aTabCols; in lcl_TableParamToItemSet() local
253 rSh.GetTabCols( aTabCols ); in lcl_TableParamToItemSet()
258 SwTableRep* pRep = new SwTableRep( aTabCols, rSh.IsTblComplex()); in lcl_TableParamToItemSet()
393 SwTabCols aTabCols; in ItemSetToTableParam() local
474 rSh.GetTabCols( aTabCols ); in ItemSetToTableParam()
475 bSingleLine = pRep->FillTabCols( aTabCols ); in ItemSetToTableParam()
476 rSh.SetTabCols( aTabCols, bSingleLine ); in ItemSetToTableParam()