Home
last modified time | relevance | path

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

/aoo41x/main/sc/source/filter/excel/
H A Dtokstack.cxx72 pP_Id = new sal_uInt16[ nP_Id ]; in TokenPool()
123 delete[] pP_Id; in ~TokenPool()
283 pP_IdNew[ nL ] = pP_Id[ nL ]; in GrowId()
287 delete[] pP_Id; in GrowId()
288 pP_Id = pP_IdNew; in GrowId()
578 sal_uInt16* pAkt = nAnz ? &pP_Id[ nFirstId ] : NULL; in GetElementRek()
921 sal_uInt16 nSecId = pP_Id[ nPid ]; in IsSingleOp()
/aoo41x/main/sc/source/filter/inc/
H A Dtokstack.hxx106 sal_uInt16* pP_Id; // Pool fuer Id-Folgen member in TokenPool
313 pP_Id[ nP_IdAkt ] = ( ( sal_uInt16 ) nId ) - 1; in operator <<()
329 pP_Id[ nP_IdAkt ] = ( ( sal_uInt16 ) eId ) + nScTokenOff; in operator <<()
342 pP_Id[ nP_IdAkt ] = ( ( sal_uInt16 ) rStack.Get() ) - 1; in operator <<()

Completed in 51 milliseconds