Searched refs:bUseFixedCellHeight (Results 1 – 9 of 9) sorted by relevance
710 void Outliner::SetFixedCellHeight( sal_Bool bUseFixedCellHeight ) in SetFixedCellHeight() argument713 pEditEngine->SetFixedCellHeight( bUseFixedCellHeight ); in SetFixedCellHeight()
33 SdrTextFixedCellHeightItem( sal_Bool bUseFixedCellHeight = sal_False );
730 …void SetFixedCellHeight( sal_Bool bUseFixedCellHeight ) { bIsFixedCellHeight = bUseFixedCellHeig… in SetFixedCellHeight() argument
530 void EditEngine::SetFixedCellHeight( sal_Bool bUseFixedCellHeight ) in SetFixedCellHeight() argument533 pImpEditEngine->SetFixedCellHeight( bUseFixedCellHeight ); in SetFixedCellHeight()
2547 void ImpEditEngine::SetFixedCellHeight( sal_Bool bUseFixedCellHeight ) in SetFixedCellHeight() argument2549 if ( IsFixedCellHeight() != bUseFixedCellHeight ) in SetFixedCellHeight()2551 GetEditDoc().SetFixedCellHeight( bUseFixedCellHeight ); in SetFixedCellHeight()
730 void SetFixedCellHeight( sal_Bool bUseFixedCellHeight );
176 void SetFixedCellHeight( sal_Bool bUseFixedCellHeight );
743 void SetFixedCellHeight( sal_Bool bUseFixedCellHeight );
1442 SdrTextFixedCellHeightItem::SdrTextFixedCellHeightItem( sal_Bool bUseFixedCellHeight ) in SdrTextFixedCellHeightItem() argument1443 : SfxBoolItem( SDRATTR_TEXT_USEFIXEDCELLHEIGHT, bUseFixedCellHeight ) in SdrTextFixedCellHeightItem()
Completed in 179 milliseconds