Home
last modified time | relevance | path

Searched refs:m_aBlockSize (Results 1 – 4 of 4) sorted by relevance

/dports/editors/libreoffice6/libreoffice-6.4.7.2/UnoControls/source/controls/
H A Dprogressbar.cxx42 , m_aBlockSize ( PROGRESSBAR_DEFAULT_BLOCKDIMENSION ) in ProgressBar()
338 …rGraphics->drawRect (nBlockStart, nY+PROGRESSBAR_FREESPACE, m_aBlockSize.Width, m_aBlockSize.Heigh… in impl_paint()
340 nBlockStart += m_aBlockSize.Width; in impl_paint()
349 nBlockStart -= m_aBlockSize.Height; in impl_paint()
356 …rGraphics->drawRect (nX+PROGRESSBAR_FREESPACE, nBlockStart, m_aBlockSize.Width, m_aBlockSize.Heigh… in impl_paint()
358 nBlockStart -= m_aBlockSize.Height; in impl_paint()
404 m_aBlockSize.Height = static_cast<sal_Int32>(fBlockHeight); in impl_recalcRange()
405 m_aBlockSize.Width = static_cast<sal_Int32>(fBlockWidth); in impl_recalcRange()
/dports/editors/libreoffice/libreoffice-7.2.6.2/UnoControls/source/controls/
H A Dprogressbar.cxx42 , m_aBlockSize ( PROGRESSBAR_DEFAULT_BLOCKDIMENSION ) in ProgressBar()
325 …rGraphics->drawRect (nBlockStart, nY+PROGRESSBAR_FREESPACE, m_aBlockSize.Width, m_aBlockSize.Heigh… in impl_paint()
327 nBlockStart += m_aBlockSize.Width; in impl_paint()
336 nBlockStart -= m_aBlockSize.Height; in impl_paint()
343 …rGraphics->drawRect (nX+PROGRESSBAR_FREESPACE, nBlockStart, m_aBlockSize.Width, m_aBlockSize.Heigh… in impl_paint()
345 nBlockStart -= m_aBlockSize.Height; in impl_paint()
390 m_aBlockSize.Height = static_cast<sal_Int32>(fBlockHeight); in impl_recalcRange()
391 m_aBlockSize.Width = static_cast<sal_Int32>(fBlockWidth); in impl_recalcRange()
/dports/editors/libreoffice/libreoffice-7.2.6.2/UnoControls/source/inc/
H A Dprogressbar.hxx125 css::awt::Size m_aBlockSize; // width and height of a block [>=0,0] member in unocontrols::ProgressBar
/dports/editors/libreoffice6/libreoffice-6.4.7.2/UnoControls/source/inc/
H A Dprogressbar.hxx133 css::awt::Size m_aBlockSize; // width and height of a block [>=0,0] member in unocontrols::ProgressBar