Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/presenter/
H A DPresenterTextView.cxx86 sal_Int32 mnTotalHeight; member in sd::presenter::PresenterTextView::Implementation
216 mnTotalHeight(-1) in Implementation()
298 mnTotalHeight = -1; in SetSize()
345 mnTotalHeight = -1; in SetFontDescriptor()
349 mnTotalHeight = -1; in SetFontDescriptor()
367 mnTotalHeight = -1; in SetText()
431 if (mnTotalHeight < 0) in GetTotalHeight()
437 return mnTotalHeight; in GetTotalHeight()
449 if (mnTotalHeight < maSize.Height()) in CheckTop()
452 if (mnTotalHeight - mnTop < maSize.Height()) in CheckTop()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/presenter/
H A DPresenterTextView.cxx86 sal_Int32 mnTotalHeight; member in sd::presenter::PresenterTextView::Implementation
216 mnTotalHeight(-1) in Implementation()
298 mnTotalHeight = -1; in SetSize()
345 mnTotalHeight = -1; in SetFontDescriptor()
349 mnTotalHeight = -1; in SetFontDescriptor()
367 mnTotalHeight = -1; in SetText()
431 if (mnTotalHeight < 0) in GetTotalHeight()
437 return mnTotalHeight; in GetTotalHeight()
449 if (mnTotalHeight < maSize.Height()) in CheckTop()
452 if (mnTotalHeight - mnTop < maSize.Height()) in CheckTop()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/inc/
H A Dxehelper.hxx380 sal_Int32 GetTotalHeight() const { return mnTotalHeight; } in GetTotalHeight()
391 sal_Int32 mnTotalHeight; /// Total height of the last header/footer (twips). member in XclExpHFConverter
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/inc/
H A Dxehelper.hxx378 sal_Int32 GetTotalHeight() const { return mnTotalHeight; } in GetTotalHeight()
389 sal_Int32 mnTotalHeight; /// Total height of the last header/footer (twips). member in XclExpHFConverter
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/excel/
H A Dxehelper.cxx663 mnTotalHeight( 0 ) in XclExpHFConverter()
673 mnTotalHeight = 0; in GenerateString()
882 mnTotalHeight = ::std::max( mnTotalHeight, nHeight ); in AppendPortion()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/excel/
H A Dxehelper.cxx663 mnTotalHeight( 0 ) in XclExpHFConverter()
673 mnTotalHeight = 0; in GenerateString()
875 mnTotalHeight = ::std::max( mnTotalHeight, nHeight ); in AppendPortion()