Lines Matching refs:pUsedList
275 pUsedList = new SvXMLNumUsedList_Impl; in SvXMLNumFmtExport()
313 pUsedList = new SvXMLNumUsedList_Impl; in SvXMLNumFmtExport()
318 delete pUsedList; in ~SvXMLNumFmtExport()
1698 sal_Bool bNext(pUsedList->GetFirstUsed(nKey)); in Export()
1704 bNext = pUsedList->GetNextUsed(nKey); in Export()
1722 if (!pUsedList->IsUsed(nKey)) in Export()
1728 pUsedList->SetUsed(nKey); in Export()
1735 pUsedList->Export(); in Export()
1740 if(pUsedList->IsUsed(nKey) || pUsedList->IsWasUsed(nKey)) in GetStyleName()
1756 pUsedList->SetUsed( nKey ); in SetUsed()
1764 if (pUsedList) in GetWasUsed()
1765 pUsedList->GetWasUsed(rWasUsed); in GetWasUsed()
1770 if (pUsedList) in SetWasUsed()
1771 pUsedList->SetWasUsed(rWasUsed); in SetWasUsed()