Searched refs:CommandStore (Results 1 – 3 of 3) sorted by relevance
59 void CommandStore::getSystemPdfCommands( ::std::list< String >& rCommands ) in getSystemPdfCommands()143 void CommandStore::setCommands( in setCommands()179 void CommandStore::getPrintCommands( ::std::list< String >& rCommands ) in getPrintCommands()186 void CommandStore::getPdfCommands( ::std::list< String >& rCommands ) in getPdfCommands()193 void CommandStore::getFaxCommands( ::std::list< String >& rCommands ) in getFaxCommands()254 CommandStore::getPrintCommands( m_aPrinterCommands ); in RTSCommandPage()255 CommandStore::getFaxCommands( m_aFaxCommands ); in RTSCommandPage()256 CommandStore::getPdfCommands( m_aPdfCommands ); in RTSCommandPage()414 CommandStore::setPrintCommands( m_aPrinterCommands ); in save()415 CommandStore::setFaxCommands( m_aFaxCommands ); in save()[all …]
386 case DeviceKind::Printer: CommandStore::getPrintCommands( aCommands );break; in APCommandPage()387 case DeviceKind::Fax: CommandStore::getFaxCommands( aCommands );break; in APCommandPage()388 case DeviceKind::Pdf: CommandStore::getPdfCommands( aCommands );break; in APCommandPage()431 case DeviceKind::Printer: CommandStore::setPrintCommands( aCommands );break; in ~APCommandPage()432 case DeviceKind::Fax: CommandStore::setFaxCommands( aCommands );break; in ~APCommandPage()433 case DeviceKind::Pdf: CommandStore::setPdfCommands( aCommands );break; in ~APCommandPage()
45 class CommandStore class
Completed in 277 milliseconds