Searched refs:pIdStk (Results 1 – 4 of 4) sorted by relevance
4235 p->pIdStk = 0; in WW8PLCFMan()4256 p->pIdStk = new std::stack<sal_uInt16>; in WW8PLCFMan()4279 delete aD[i].pIdStk; in ~WW8PLCFMan()4406 if (!(p->pIdStk->empty())) in GetSprmEnd()4464 if (!p || !p->pIdStk) in TransferOpenSprms()4466 while (!p->pIdStk->empty()) in TransferOpenSprms()4469 p->pIdStk->pop(); in TransferOpenSprms()4515 if (!(p->pIdStk->empty())) in AdvSprm()4516 p->pIdStk->pop(); in AdvSprm()4517 if (p->pIdStk->empty()) in AdvSprm()[all …]
646 UShortStk* pIdStk;// Speicher fuer Attr-Id fuer Attr-Ende(n) member
4680 p->pIdStk = 0; in WW8PLCFMan()4724 delete aD[i].pIdStk; in ~WW8PLCFMan()4853 if (!(p->pIdStk->empty())) in GetSprmEnd()4911 if (!p || !p->pIdStk) in TransferOpenSprms()4913 while (!p->pIdStk->empty()) in TransferOpenSprms()4915 rStack.push(p->pIdStk->top()); in TransferOpenSprms()4916 p->pIdStk->pop(); in TransferOpenSprms()4962 if (!(p->pIdStk->empty())) in AdvSprm()4963 p->pIdStk->pop(); in AdvSprm()4964 if (p->pIdStk->empty()) in AdvSprm()[all …]
793 ::std::stack<sal_uInt16>* pIdStk; // Speicher fuer Attr-Id fuer Attr-Ende(n)822 WW8PLCFxDesc() : pIdStk(0), nStartPos(WW8_CP_MAX) {} in WW8PLCFxDesc()
Completed in 238 milliseconds