Home
last modified time | relevance | path

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

/AOO42X/main/vcl/unx/generic/printer/
H A Dcupsmgr.cxx389 m_pDests( NULL ), in CUPSManager()
405 if( m_nDests && m_pDests ) in ~CUPSManager()
406 m_pCUPSWrapper->cupsFreeDests( m_nDests, (cups_dest_t*)m_pDests ); in ~CUPSManager()
458 m_pDests = pDests; in runDests()
505 if( ! (m_nDests && m_pDests ) ) in initialize()
517 cups_dest_t* pDest = ((cups_dest_t*)m_pDests); in initialize()
544 pDest = ((cups_dest_t*)m_pDests)+nPrinter; in initialize()
688 if( m_nDests && m_pDests && ! isCUPSDisabled() ) in createCUPSParser()
694 cups_dest_t* pDest = ((cups_dest_t*)m_pDests) + dest_it->second; in createCUPSParser()
931 cups_dest_t* pDest = ((cups_dest_t*)m_pDests) + dest_it->second; in endSpool()
[all …]
/AOO42X/main/vcl/inc/
H A Dcupsmgr.hxx49 void* m_pDests; member in psp::CUPSManager