Home
last modified time | relevance | path

Searched refs:nLastId (Results 1 – 5 of 5) sorted by relevance

/trunk/main/svx/source/svdraw/
H A Dsvdglue.cxx301 sal_uInt16 nLastId=nAnz!=0 ? GetObject(nAnz-1)->GetId() : 0; in Insert() local
302 DBG_ASSERT(nLastId>=nAnz,"SdrGluePointList::Insert(): nLastId<nAnz"); in Insert()
303 FASTBOOL bHole=nLastId>nAnz; in Insert()
304 if (nId<=nLastId) { in Insert()
306 nId=nLastId+1; in Insert()
313 nId=nLastId+1; // bereits vorhanden in Insert()
/trunk/main/sc/source/filter/xcl97/
H A DXclExpChangeTrack.cxx387 nLastId( nCount ) in XclExpChTrTabIdBuffer()
396 nLastId( rCopy.nLastId ) in XclExpChTrTabIdBuffer()
410 DBG_ASSERT( nIndex < nLastId, "XclExpChTrTabIdBuffer::Insert - out of range" ); in InitFill()
419 *pElem = nLastId--; in InitFill()
431 nLastId = nBufSize; in InitFillup()
444 while( (pElem <= pLast) && (*pElem != nLastId) ) in Remove()
452 nLastId--; in Remove()
/trunk/main/sc/source/filter/inc/
H A DXclExpChangeTrack.hxx278 sal_uInt16 nLastId; member in XclExpChTrTabIdBuffer
/trunk/main/sw/source/filter/ww8/dump/
H A Dww8scan.cxx4482 sal_uInt16 nLastId = GetId(p); in AdvSprm() local
4483 p->pIdStk->push(nLastId); // merke Id fuer Attribut-Ende in AdvSprm()
4492 sal_uInt16 nSprmL = maSprmParser.GetSprmSize(nLastId, p->pMemPos); in AdvSprm()
/trunk/main/sw/source/filter/ww8/
H A Dww8scan.cxx4929 sal_uInt16 nLastId = GetId(p); in AdvSprm() local
4930 p->pIdStk->push(nLastId); // merke Id fuer Attribut-Ende in AdvSprm()
4939 sal_uInt16 nSprmL = maSprmParser.GetSprmSize(nLastId, p->pMemPos); in AdvSprm()

Completed in 65 milliseconds