Home
last modified time | relevance | path

Searched refs:IsFixedCellHeight (Results 1 – 7 of 7) sorted by last modified time

/trunk/main/editeng/source/editeng/
H A Dimpedit.hxx731 sal_Bool IsFixedCellHeight() const { return GetEditDoc().IsFixedCellHeight(); } in IsFixedCellHeight() function in ImpEditEngine
H A Dimpedit3.cxx838 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()
H A Dediteng.cxx536 sal_Bool EditEngine::IsFixedCellHeight() const in IsFixedCellHeight() function in EditEngine
539 return pImpEditEngine->IsFixedCellHeight(); in IsFixedCellHeight()
H A Deditdoc.hxx730 sal_Bool IsFixedCellHeight() const { return bIsFixedCellHeight; } in IsFixedCellHeight() function in EditDoc
/trunk/main/editeng/source/outliner/
H A Doutlin2.cxx716 sal_Bool Outliner::IsFixedCellHeight() const in IsFixedCellHeight() function in Outliner
719 return pEditEngine->IsFixedCellHeight(); in IsFixedCellHeight()
/trunk/main/editeng/inc/editeng/
H A Doutliner.hxx744 sal_Bool IsFixedCellHeight() const;
H A Dediteng.hxx177 sal_Bool IsFixedCellHeight() const;

Completed in 78 milliseconds