Home
last modified time | relevance | path

Searched refs:mnTotalHeight (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sd/source/ui/presenter/
H A DPresenterTextView.cxx128 sal_Int32 mnTotalHeight; member in sd::presenter::PresenterTextView::Implementation
320 mnTotalHeight(-1) in Implementation()
442 mnTotalHeight = -1; in SetSize()
500 mnTotalHeight = -1; in SetFontDescriptor()
504 mnTotalHeight = -1; in SetFontDescriptor()
536 mnTotalHeight = -1; in SetText()
609 if (mnTotalHeight < 0) in GetTotalHeight()
615 return mnTotalHeight; in GetTotalHeight()
625 if (mnTotalHeight < 0) in CheckTop()
630 if (mnTotalHeight < maSize.Height()) in CheckTop()
[all …]
/trunk/main/sc/source/filter/inc/
H A Dxehelper.hxx392 inline sal_Int32 GetTotalHeight() const { return mnTotalHeight; } in GetTotalHeight()
403 sal_Int32 mnTotalHeight; /// Total height of the last header/footer (twips). member in XclExpHFConverter
/trunk/main/sc/source/filter/excel/
H A Dxehelper.cxx701 mnTotalHeight( 0 ) in XclExpHFConverter()
711 mnTotalHeight = 0; in GenerateString()
914 mnTotalHeight = ::std::max( mnTotalHeight, nHeight ); in AppendPortion()

Completed in 27 milliseconds