Home
last modified time | relevance | path

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

/AOO41X/main/vcl/os2/source/gdi/
H A Dsalprn.cxx539 static void ImplFreeFormAndTrayList( Os2SalInfoPrinter* pOs2SalInfoPrinter ) in ImplFreeFormAndTrayList() argument
541 if ( pOs2SalInfoPrinter->mnFormCount ) in ImplFreeFormAndTrayList()
543 for ( USHORT i = 0; i < pOs2SalInfoPrinter->mnFormCount; i++ ) in ImplFreeFormAndTrayList()
544 delete pOs2SalInfoPrinter->mpFormArray[i]; in ImplFreeFormAndTrayList()
545 delete [] pOs2SalInfoPrinter->mpFormArray; in ImplFreeFormAndTrayList()
546 pOs2SalInfoPrinter->mnFormCount = 0; in ImplFreeFormAndTrayList()
549 if ( pOs2SalInfoPrinter->mnTrayCount ) in ImplFreeFormAndTrayList()
551 for ( USHORT i = 0; i < pOs2SalInfoPrinter->mnTrayCount; i++ ) in ImplFreeFormAndTrayList()
552 delete pOs2SalInfoPrinter->mpTrayArray[i]; in ImplFreeFormAndTrayList()
553 delete [] pOs2SalInfoPrinter->mpTrayArray; in ImplFreeFormAndTrayList()
[all …]