Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/docnode/
H A Dndtbl1.cxx1444 void SwDoc::AdjustCellWidth( const SwCursor& rCursor, sal_Bool bBalance ) in AdjustCellWidth() argument
1489 if( bBalance ) in AdjustCellWidth()
1549 if ( !bBalance && nTabRight > aTabCols.GetRightMax() ) in AdjustCellWidth()
1582 if( !bBalance && nNewRight < nOldRight ) in AdjustCellWidth()
/trunk/main/sw/source/core/frmedt/
H A Dfetab.cxx1256 void SwFEShell::AdjustCellWidth( sal_Bool bBalance ) in AdjustCellWidth() argument
1265 GetDoc()->AdjustCellWidth( *getShellCrsr( false ), bBalance ); in AdjustCellWidth()
1269 sal_Bool SwFEShell::IsAdjustCellWidthAllowed( sal_Bool bBalance ) const in IsAdjustCellWidthAllowed()
1281 if ( bBalance ) in IsAdjustCellWidthAllowed()
/trunk/main/sw/inc/
H A Dfesh.hxx703 void AdjustCellWidth( sal_Bool bBalance = sal_False );
705 sal_Bool IsAdjustCellWidthAllowed( sal_Bool bBalance = sal_False ) const;
H A Ddoc.hxx1985 void AdjustCellWidth( const SwCursor& rCursor, sal_Bool bBalance = sal_False );
/trunk/main/sw/source/ui/shells/
H A Dtabsh.cxx827 sal_Bool bBalance = (FN_TABLE_BALANCE_CELLS == nSlot); in Execute() local
828 if ( rSh.IsAdjustCellWidthAllowed(bBalance) ) in Execute()
834 rSh.AdjustCellWidth(bBalance); in Execute()

Completed in 53 milliseconds