Home
last modified time | relevance | path

Searched refs:bUseFixedCellHeight (Results 1 – 9 of 9) sorted by relevance

/trunk/main/editeng/source/outliner/
H A Doutlin2.cxx710 void Outliner::SetFixedCellHeight( sal_Bool bUseFixedCellHeight ) in SetFixedCellHeight() argument
713 pEditEngine->SetFixedCellHeight( bUseFixedCellHeight ); in SetFixedCellHeight()
/trunk/main/svx/inc/svx/
H A Dsdtfchim.hxx33 SdrTextFixedCellHeightItem( sal_Bool bUseFixedCellHeight = sal_False );
/trunk/main/editeng/source/editeng/
H A Deditdoc.hxx729 …void SetFixedCellHeight( sal_Bool bUseFixedCellHeight ) { bIsFixedCellHeight = bUseFixedCellHeig… in SetFixedCellHeight() argument
H A Dimpedit3.cxx2547 void ImpEditEngine::SetFixedCellHeight( sal_Bool bUseFixedCellHeight ) in SetFixedCellHeight() argument
2549 if ( IsFixedCellHeight() != bUseFixedCellHeight ) in SetFixedCellHeight()
2551 GetEditDoc().SetFixedCellHeight( bUseFixedCellHeight ); in SetFixedCellHeight()
H A Dediteng.cxx530 void EditEngine::SetFixedCellHeight( sal_Bool bUseFixedCellHeight ) in SetFixedCellHeight() argument
533 pImpEditEngine->SetFixedCellHeight( bUseFixedCellHeight ); in SetFixedCellHeight()
H A Dimpedit.hxx730 void SetFixedCellHeight( sal_Bool bUseFixedCellHeight );
/trunk/main/editeng/inc/editeng/
H A Dediteng.hxx176 void SetFixedCellHeight( sal_Bool bUseFixedCellHeight );
H A Doutliner.hxx743 void SetFixedCellHeight( sal_Bool bUseFixedCellHeight );
/trunk/main/svx/source/svdraw/
H A Dsvdattr.cxx1442 SdrTextFixedCellHeightItem::SdrTextFixedCellHeightItem( sal_Bool bUseFixedCellHeight ) in SdrTextFixedCellHeightItem() argument
1443 : SfxBoolItem( SDRATTR_TEXT_USEFIXEDCELLHEIGHT, bUseFixedCellHeight ) in SdrTextFixedCellHeightItem()

Completed in 86 milliseconds