Searched refs:mnTotalHeight (Results 1 – 3 of 3) sorted by relevance
128 sal_Int32 mnTotalHeight; member in sd::presenter::PresenterTextView::Implementation320 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 …]
392 inline sal_Int32 GetTotalHeight() const { return mnTotalHeight; } in GetTotalHeight()403 sal_Int32 mnTotalHeight; /// Total height of the last header/footer (twips). member in XclExpHFConverter
701 mnTotalHeight( 0 ) in XclExpHFConverter()711 mnTotalHeight = 0; in GenerateString()914 mnTotalHeight = ::std::max( mnTotalHeight, nHeight ); in AppendPortion()
Completed in 41 milliseconds