Searched refs:nBlockEnd (Results 1 – 3 of 3) sorted by relevance
/aoo41x/main/sc/source/core/data/ |
H A D | olinetab.cxx | 305 sal_Bool ScOutlineArray::FindTouchedLevel( SCCOLROW nBlockStart, SCCOLROW nBlockEnd, sal_uInt16& rF… in FindTouchedLevel() argument 321 ( nBlockEnd >=nStart && nBlockEnd <=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()
|
/aoo41x/main/sc/inc/ |
H A D | olinetab.hxx | 96 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,
|
/aoo41x/main/sc/source/filter/excel/ |
H A D | xetable.cxx | 2235 size_t nBlockEnd = nBlockStart + 1; in Save() local 2236 …while( (nBlockEnd < nSize) && (maRowList.GetRecord( nBlockEnd )->GetXclRow() - nStartXclRow < EXC_… in Save() 2237 ++nBlockEnd; 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 40 milliseconds