Searched refs:SetFixedCellHeight (Results 1 – 13 of 13) sorted by relevance
710 void Outliner::SetFixedCellHeight( sal_Bool bUseFixedCellHeight ) in SetFixedCellHeight() function in Outliner713 pEditEngine->SetFixedCellHeight( bUseFixedCellHeight ); in SetFixedCellHeight()
750 rOutliner.SetFixedCellHeight(rSdrBlockTextPrimitive.isFixedCellHeight()); in impDecomposeBlockTextPrimitive()957 rOutliner.SetFixedCellHeight(rSdrStretchTextPrimitive.isFixedCellHeight()); in impDecomposeStretchTextPrimitive()
88 …rOutl.SetFixedCellHeight(((const SdrTextFixedCellHeightItem&)GetMergedItem(SDRATTR_TEXT_USEFIXEDCE… in BegTextEdit()
149 …rOutliner.SetFixedCellHeight(((const SdrTextFixedCellHeightItem&)GetMergedItem(SDRATTR_TEXT_USEFIX… in AdjustTextFrameWidthAndHeight()
927 …rOutliner.SetFixedCellHeight(((const SdrTextFixedCellHeightItem&)GetMergedItem(SDRATTR_TEXT_USEFIX… in TakeTextRect()1423 …rOutliner.SetFixedCellHeight(((const SdrTextFixedCellHeightItem&)GetMergedItem(SDRATTR_TEXT_USEFIX… in ImpSetupDrawOutlinerForPaint()
469 …pTextEditOutliner->SetFixedCellHeight(((const SdrTextFixedCellHeightItem&)pText->GetMergedItem(SDR… in ImpMakeOutlinerView()
2676 …rOutliner.SetFixedCellHeight(((const SdrTextFixedCellHeightItem&)GetMergedItem(SDRATTR_TEXT_USEFIX… in AdjustTextFrameWidthAndHeight()
176 void SetFixedCellHeight( sal_Bool bUseFixedCellHeight );
743 void SetFixedCellHeight( sal_Bool bUseFixedCellHeight );
729 …void SetFixedCellHeight( sal_Bool bUseFixedCellHeight ) { bIsFixedCellHeight = bUseFixedCellHeig… in SetFixedCellHeight() function in EditDoc
530 void EditEngine::SetFixedCellHeight( sal_Bool bUseFixedCellHeight ) in SetFixedCellHeight() function in EditEngine533 pImpEditEngine->SetFixedCellHeight( bUseFixedCellHeight ); in SetFixedCellHeight()
730 void SetFixedCellHeight( sal_Bool bUseFixedCellHeight );
2547 void ImpEditEngine::SetFixedCellHeight( sal_Bool bUseFixedCellHeight ) in SetFixedCellHeight() function in ImpEditEngine2551 GetEditDoc().SetFixedCellHeight( bUseFixedCellHeight ); in SetFixedCellHeight()
Completed in 146 milliseconds