Home
last modified time | relevance | path

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

/aoo4110/main/UnoControls/source/controls/
H A Dprogressbar.cxx394 …sal_Int32 nBlockStart = 0 … in impl_paint() local
402 nBlockStart = nX ; in impl_paint()
407 nBlockStart += FREESPACE ; in impl_paint()
409 rGraphics->drawRect (nBlockStart, nY+FREESPACE, m_aBlockSize.Width, m_aBlockSize.Height) ; in impl_paint()
411 nBlockStart += m_aBlockSize.Width ; in impl_paint()
419 nBlockStart = nY+impl_getHeight() ; in impl_paint()
420 nBlockStart -= m_aBlockSize.Height ; in impl_paint()
425 nBlockStart -= FREESPACE ; 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()
/aoo4110/main/sc/source/core/data/
H A Dolinetab.cxx305 sal_Bool ScOutlineArray::FindTouchedLevel( SCCOLROW nBlockStart, SCCOLROW nBlockEnd, sal_uInt16& rF… in FindTouchedLevel() argument
320 if ( ( nBlockStart>=nStart && nBlockStart<=nEnd ) || in FindTouchedLevel()
406 sal_Bool ScOutlineArray::Remove( SCCOLROW nBlockStart, SCCOLROW nBlockEnd, sal_Bool& rSizeChanged ) in Remove() argument
409 FindTouchedLevel( nBlockStart, nBlockEnd, nLevel ); in Remove()
422 if ( nBlockStart<=nEnd && nBlockEnd>=nStart ) in Remove()
479 sal_uInt16 nLevel, SCCOLROW nBlockStart, SCCOLROW nBlockEnd, sal_uInt16& rnIndex ) const in GetEntryIndexInRange() argument
486 if ( (nBlockStart <= pEntry->GetStart()) && (pEntry->GetEnd() <= nBlockEnd) ) in GetEntryIndexInRange()
/aoo4110/main/sc/inc/
H A Dolinetab.hxx96 sal_Bool FindTouchedLevel( SCCOLROW nBlockStart, SCCOLROW nBlockEnd,
101 …sal_Bool Remove( SCCOLROW nBlockStart, SCCOLROW nBlockEnd, sal_Bool& rSizeChang…
109 sal_uInt16 nLevel, SCCOLROW nBlockStart, SCCOLROW nBlockEnd,
/aoo4110/main/sc/source/filter/excel/
H A Dxetable.cxx2229 size_t nBlockStart = 0; in Save() local
2232 while( nBlockStart < nSize ) in Save()
2235 size_t nBlockEnd = nBlockStart + 1; in Save()
2241 for( nPos = nBlockStart; nPos < nBlockEnd; ++nPos ) in Save()
2245 for( nPos = nBlockStart; nPos < nBlockEnd; ++nPos ) in Save()
2248 nBlockStart = nBlockEnd; in Save()

Completed in 48 milliseconds