Home
last modified time | relevance | path

Searched refs:m_aCUPSDestMap (Results 1 – 2 of 2) sorted by last modified time

/trunk/main/vcl/unx/generic/printer/
H A Dcupsmgr.cxx503 m_aCUPSDestMap.clear(); in initialize()
606 if( m_aCUPSDestMap.find( it->first ) != m_aCUPSDestMap.end() ) in initialize()
691 m_aCUPSDestMap.find( aPrinter ); in createCUPSParser()
789 if( dest_it == m_aCUPSDestMap.end() ) in setupJobContextData()
830 if( m_aCUPSDestMap.find( rPrintername ) == m_aCUPSDestMap.end() ) in startSpool()
912 m_aCUPSDestMap.find( rPrintername ); in endSpool()
913 if( dest_it == m_aCUPSDestMap.end() ) in endSpool()
1028 if( m_aCUPSDestMap.find( rName ) != m_aCUPSDestMap.end() || in addPrinter()
1038 if( m_aCUPSDestMap.find( rName ) != m_aCUPSDestMap.end() ) in removePrinter()
1048 m_aCUPSDestMap.find( rName ); in setDefaultPrinter()
[all …]
/trunk/main/vcl/inc/
H A Dcupsmgr.hxx51 std::hash_map< rtl::OUString, int, rtl::OUStringHash > m_aCUPSDestMap; member in psp::CUPSManager

Completed in 23 milliseconds