Searched refs:bBalance (Results 1 – 5 of 5) sorted by relevance
1444 void SwDoc::AdjustCellWidth( const SwCursor& rCursor, sal_Bool bBalance ) in AdjustCellWidth() argument1489 if( bBalance ) in AdjustCellWidth()1549 if ( !bBalance && nTabRight > aTabCols.GetRightMax() ) in AdjustCellWidth()1582 if( !bBalance && nNewRight < nOldRight ) in AdjustCellWidth()
703 void AdjustCellWidth( sal_Bool bBalance = sal_False );705 sal_Bool IsAdjustCellWidthAllowed( sal_Bool bBalance = sal_False ) const;
1993 void AdjustCellWidth( const SwCursor& rCursor, sal_Bool bBalance = sal_False );
1256 void SwFEShell::AdjustCellWidth( sal_Bool bBalance ) in AdjustCellWidth() argument1265 GetDoc()->AdjustCellWidth( *getShellCrsr( false ), bBalance ); in AdjustCellWidth()1269 sal_Bool SwFEShell::IsAdjustCellWidthAllowed( sal_Bool bBalance ) const in IsAdjustCellWidthAllowed()1281 if ( bBalance ) in IsAdjustCellWidthAllowed()
827 sal_Bool bBalance = (FN_TABLE_BALANCE_CELLS == nSlot); in Execute() local828 if ( rSh.IsAdjustCellWidthAllowed(bBalance) ) in Execute()834 rSh.AdjustCellWidth(bBalance); in Execute()
Completed in 226 milliseconds