Home
last modified time | relevance | path

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

/aoo4110/main/UnoControls/source/controls/
H A Dprogressbar.cxx66 , m_aBlockSize ( DEFAULT_BLOCKDIMENSION ) in ProgressBar()
409 rGraphics->drawRect (nBlockStart, nY+FREESPACE, m_aBlockSize.Width, m_aBlockSize.Height) ; in impl_paint()
411 nBlockStart += m_aBlockSize.Width ; in impl_paint()
420 nBlockStart -= m_aBlockSize.Height ; in impl_paint()
427 rGraphics->drawRect (nX+FREESPACE, nBlockStart, m_aBlockSize.Width, m_aBlockSize.Height) ; in impl_paint()
429 nBlockStart -= m_aBlockSize.Height; in impl_paint()
477 m_aBlockSize.Height = (sal_Int32)fBlockHeight; in impl_recalcRange()
478 m_aBlockSize.Width = (sal_Int32)fBlockWidth ; in impl_recalcRange()
/aoo4110/main/UnoControls/source/inc/
H A Dprogressbar.hxx429 UNO3_SIZE m_aBlockSize ; // width and height of a block [>=0,0] member in unocontrols::ProgressBar

Completed in 21 milliseconds