Lines Matching refs:PrinterInfoManager
67 std::list< PrinterInfoManager::SystemPrintQueue >
81 void getSystemQueues( std::list< PrinterInfoManager::SystemPrintQueue >& rQueues );
91 PrinterInfoManager& PrinterInfoManager::get() in get()
99 pSalData->m_pPIManager = new PrinterInfoManager(); in get()
110 void PrinterInfoManager::release() in release()
119 PrinterInfoManager::PrinterInfoManager( Type eType ) : in PrinterInfoManager() function in PrinterInfoManager
134 PrinterInfoManager::~PrinterInfoManager() in ~PrinterInfoManager()
144 bool PrinterInfoManager::isCUPSDisabled() const in isCUPSDisabled()
151 void PrinterInfoManager::setCUPSDisabled( bool bDisable ) in setCUPSDisabled()
162 void PrinterInfoManager::initSystemDefaultPaper() in initSystemDefaultPaper()
171 bool PrinterInfoManager::checkPrintersChanged( bool bWait ) in checkPrintersChanged()
221 void PrinterInfoManager::initialize() in initialize()
627 void PrinterInfoManager::listPrinters( ::std::list< OUString >& rList ) const in listPrinters()
637 const PrinterInfo& PrinterInfoManager::getPrinterInfo( const OUString& rPrinter ) const in getPrinterInfo()
649 void PrinterInfoManager::changePrinterInfo( const OUString& rPrinter, const PrinterInfo& rNewInfo ) in changePrinterInfo()
679 bool PrinterInfoManager::writePrinterConfig() in writePrinterConfig()
824 bool PrinterInfoManager::addPrinter( const OUString& rPrinterName, const OUString& rDriverName ) in addPrinter()
881 bool PrinterInfoManager::removePrinter( const OUString& rPrinterName, bool bCheckOnly ) in removePrinter()
935 bool PrinterInfoManager::setDefaultPrinter( const OUString& rPrinterName ) in setDefaultPrinter()
953 bool PrinterInfoManager::addOrRemovePossible() const in addOrRemovePossible()
960 void PrinterInfoManager::fillFontSubstitutions( PrinterInfo& rInfo ) const in fillFontSubstitutions()
1057 void PrinterInfoManager::getSystemPrintCommands( std::list< OUString >& rCommands ) in getSystemPrintCommands()
1077 const std::list< PrinterInfoManager::SystemPrintQueue >& PrinterInfoManager::getSystemPrintQueues() in getSystemPrintQueues()
1089 bool PrinterInfoManager::checkFeatureToken( const rtl::OUString& rPrinterName, const char* pToken )… in checkFeatureToken()
1104 FILE* PrinterInfoManager::startSpool( const OUString& rPrintername, bool bQuickCommand ) in startSpool()
1115 int PrinterInfoManager::endSpool( const OUString& /*rPrintername*/, const OUString& /*rJobTitle*/, … in endSpool()
1120 void PrinterInfoManager::setupJobContextData( JobData& rData ) in setupJobContextData()
1131 void PrinterInfoManager::setDefaultPaper( PPDContext& rContext ) const in setDefaultPaper()
1200 void SystemQueueInfo::getSystemQueues( std::list< PrinterInfoManager::SystemPrintQueue >& rQueues ) in getSystemQueues()
1216 std::list< PrinterInfoManager::SystemPrintQueue >&,
1232 std::list< PrinterInfoManager::SystemPrintQueue >& o_rQueues, in lpgetSysQueueTokenHandler()
1293 o_rQueues.push_back( PrinterInfoManager::SystemPrintQueue() ); in lpgetSysQueueTokenHandler()
1329 std::list< PrinterInfoManager::SystemPrintQueue >& o_rQueues, in standardSysQueueTokenHandler()
1362 o_rQueues.push_back( PrinterInfoManager::SystemPrintQueue() ); in standardSysQueueTokenHandler()
1408 std::list< PrinterInfoManager::SystemPrintQueue > aSysPrintQueues; in run()