Searched refs:SetTabCols (Results 1 – 11 of 11) sorted by relevance
/trunk/main/sw/source/core/frmedt/ |
H A D | fetab.cxx | 692 void SwFEShell::SetTabCols( const SwTabCols &rNew, sal_Bool bCurRowOnly ) in SetTabCols() function in SwFEShell 705 GetDoc()->SetTabCols( rNew, bCurRowOnly, 0, (SwCellFrm*)pBox ); in SetTabCols() 2191 GetDoc()->SetTabCols( rNew, bCurRowOnly, 0, (SwCellFrm*)pBox ); in SetMouseTabCols()
|
/trunk/main/sw/source/ui/table/ |
H A D | tablemgr.cxx | 167 pSh->SetTabCols( aCols, bCurrentOnly ); in SetColWidth()
|
/trunk/main/sw/inc/ |
H A D | swtable.hxx | 181 void SetTabCols( const SwTabCols &rNew, const SwTabCols &rOld,
|
H A D | doc.hxx | 1727 void SetTabCols( const SwTabCols &rNew, sal_Bool bCurRowOnly, 1736 void SetTabCols(SwTable& rTab, const SwTabCols &rNew, const SwTabCols &rOld,
|
H A D | fesh.hxx | 666 void SetTabCols( const SwTabCols &rNew, sal_Bool bCurRowOnly = sal_True );
|
/trunk/main/sw/source/core/docnode/ |
H A D | ndtbl.cxx | 2795 void SwDoc::SetTabCols( const SwTabCols &rNew, sal_Bool bCurRowOnly, in SetTabCols() function in SwDoc 2868 SetTabCols(rTab, rNew, aOld, pBox, bCurRowOnly ); in SetTabCols() 3000 void SwDoc::SetTabCols(SwTable& rTab, const SwTabCols &rNew, const SwTabCols &rOld, in SetTabCols() function in SwDoc 3008 rTab.SetTabCols( rNew, rOld, pStart, bCurRowOnly ); in SetTabCols()
|
H A D | ndtbl1.cxx | 1568 SetTabCols( aTabCols, sal_False, 0, (SwCellFrm*)pBoxFrm ); in AdjustCellWidth()
|
/trunk/main/sw/source/ui/shells/ |
H A D | tabsh.cxx | 476 rSh.SetTabCols( aTabCols, bSingleLine ); in ItemSetToTableParam()
|
/trunk/main/sw/source/ui/uiview/ |
H A D | viewtab.cxx | 894 rSh.SetTabCols(aTabCols, bSingleLine); in ExecTabWin()
|
/trunk/main/sw/source/core/table/ |
H A D | swtable.cxx | 990 void SwTable::SetTabCols( const SwTabCols &rNew, const SwTabCols &rOld, in SetTabCols() function in SwTable
|
/trunk/main/sw/source/core/unocore/ |
H A D | unotbl.cxx | 677 pDoc->SetTabCols(*pTable, aCols, aOldCols, pBox, bRow ); in lcl_SetTblSeparators()
|
Completed in 123 milliseconds