Searched refs:nLastId (Results 1 – 5 of 5) sorted by relevance
301 sal_uInt16 nLastId=nAnz!=0 ? GetObject(nAnz-1)->GetId() : 0; in Insert() local302 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()
387 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()
278 sal_uInt16 nLastId; member in XclExpChTrTabIdBuffer
4482 sal_uInt16 nLastId = GetId(p); in AdvSprm() local4483 p->pIdStk->push(nLastId); // merke Id fuer Attribut-Ende in AdvSprm()4492 sal_uInt16 nSprmL = maSprmParser.GetSprmSize(nLastId, p->pMemPos); in AdvSprm()
4929 sal_uInt16 nLastId = GetId(p); in AdvSprm() local4930 p->pIdStk->push(nLastId); // merke Id fuer Attribut-Ende in AdvSprm()4939 sal_uInt16 nSprmL = maSprmParser.GetSprmSize(nLastId, p->pMemPos); in AdvSprm()
Completed in 153 milliseconds