Home
last modified time | relevance | path

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

/trunk/main/filter/source/graphicfilter/eos2met/
H A Deos2met.cxx153 METChrSet* pChrSetList; // Liste der Character-Sets member in METWriter
419 pCS->pSucc = pChrSetList; pChrSetList=pCS; in CreateChrSet()
431 for (pCS=pChrSetList; pCS!=NULL; pCS=pCS->pSucc) in FindChrSet()
448 for (pCS=pChrSetList; pCS!=NULL; pCS=pCS->pSucc) in WriteChrSets()
2554 pChrSetList=NULL; in WriteMET()
2566 while( pChrSetList ) in WriteMET()
2568 pCS=pChrSetList; in WriteMET()
2569 pChrSetList=pCS->pSucc; in WriteMET()
/trunk/main/filter/source/graphicfilter/eps/
H A Deps.cxx151 ChrSet* pChrSetList; // Liste der Character-Sets member in PSWriter
390 pChrSetList = NULL; in WritePS()
407 while( pChrSetList ) in WritePS()
409 pCS=pChrSetList; in WritePS()
410 pChrSetList=pCS->pSucc; in WritePS()

Completed in 43 milliseconds