Searched refs:bCurRowOnly (Results 1 – 6 of 6) sorted by relevance
/aoo4110/main/sw/inc/ |
H A D | swtable.hxx | 149 const SwTableBox *pStart, sal_Bool bCurRowOnly ); 180 sal_Bool bHidden = sal_False, sal_Bool bCurRowOnly = sal_False ) const; 182 const SwTableBox *pStart, sal_Bool bCurRowOnly );
|
H A D | fesh.hxx | 666 void SetTabCols( const SwTabCols &rNew, sal_Bool bCurRowOnly = sal_True ); 668 void SetMouseTabCols( const SwTabCols &rNew, sal_Bool bCurRowOnly,
|
H A D | doc.hxx | 1735 void SetTabCols( const SwTabCols &rNew, sal_Bool bCurRowOnly, 1745 const SwTableBox *pStart, sal_Bool bCurRowOnly);
|
/aoo4110/main/sw/source/core/table/ |
H A D | swtable.cxx | 598 sal_Bool bRefreshHidden, sal_Bool bCurRowOnly ) const in GetTabCols() 665 if ( !bCurRowOnly ) in GetTabCols() 925 const SwTableBox *pStart, sal_Bool bCurRowOnly ) in SetTabCols() argument 1017 NewSetTabCols( aParm, rNew, rOld, pStart, bCurRowOnly ); in SetTabCols() 1020 if ( bCurRowOnly ) in SetTabCols() 1277 const SwTabCols &rOld, const SwTableBox *pStart, sal_Bool bCurRowOnly ) in NewSetTabCols() argument 1318 if( bCurRowOnly ) in NewSetTabCols()
|
/aoo4110/main/sw/source/core/frmedt/ |
H A D | fetab.cxx | 692 void SwFEShell::SetTabCols( const SwTabCols &rNew, sal_Bool bCurRowOnly ) in SetTabCols() argument 705 GetDoc()->SetTabCols( rNew, bCurRowOnly, 0, (SwCellFrm*)pBox ); in SetTabCols() 2183 void SwFEShell::SetMouseTabCols( const SwTabCols &rNew, sal_Bool bCurRowOnly, in SetMouseTabCols() argument 2191 GetDoc()->SetTabCols( rNew, bCurRowOnly, 0, (SwCellFrm*)pBox ); in SetMouseTabCols()
|
/aoo4110/main/sw/source/core/docnode/ |
H A D | ndtbl.cxx | 2795 void SwDoc::SetTabCols( const SwTabCols &rNew, sal_Bool bCurRowOnly, in SetTabCols() argument 2868 SetTabCols(rTab, rNew, aOld, pBox, bCurRowOnly ); in SetTabCols() 3001 const SwTableBox *pStart, sal_Bool bCurRowOnly ) in SetTabCols() argument 3008 rTab.SetTabCols( rNew, rOld, pStart, bCurRowOnly ); in SetTabCols()
|
Completed in 66 milliseconds