Searched refs:IsFixedCellHeight (Results 1 – 7 of 7) sorted by relevance
716 sal_Bool Outliner::IsFixedCellHeight() const in IsFixedCellHeight() function in Outliner719 return pEditEngine->IsFixedCellHeight(); in IsFixedCellHeight()
838 if ( IsFixedCellHeight() ) in CreateLines()1062 if ( IsFixedCellHeight() ) in CreateLines()1272 if ( IsFixedCellHeight() ) in CreateLines()1327 if ( nPara || IsFixedCellHeight() || pLine->GetStartPortion() ) // Nicht die aller erste Zeile in CreateLines()1638 if ( IsFixedCellHeight() ) in CreateAndInsertEmptyLine()1685 if ( nPara || IsFixedCellHeight() || pTmpLine->GetStartPortion() ) // Nicht die aller erste Zeile in CreateAndInsertEmptyLine()2549 if ( IsFixedCellHeight() != bUseFixedCellHeight ) in SetFixedCellHeight()2794 if ( IsFixedCellHeight() ) in RecalcFormatterFontMetrics()
731 sal_Bool IsFixedCellHeight() const { return GetEditDoc().IsFixedCellHeight(); } in IsFixedCellHeight() function in ImpEditEngine
730 sal_Bool IsFixedCellHeight() const { return bIsFixedCellHeight; } in IsFixedCellHeight() function in EditDoc
536 sal_Bool EditEngine::IsFixedCellHeight() const in IsFixedCellHeight() function in EditEngine539 return pImpEditEngine->IsFixedCellHeight(); in IsFixedCellHeight()
177 sal_Bool IsFixedCellHeight() const;
744 sal_Bool IsFixedCellHeight() const;
Completed in 121 milliseconds