Searched refs:rCommands (Results 1 – 8 of 8) sorted by relevance
56 rCommands.push_back( *it ); in getSystemPrintCommands()119 rCommands.push_back( *it ); in getSystemPdfCommands()135 for( it = rCommands.begin(); it != rCommands.end() && *it != aCommand; ++it ) in getStoredCommands()137 if( it == rCommands.end() ) in getStoredCommands()138 rCommands.push_back( aCommand ); in getStoredCommands()156 for( it = rCommands.begin(); it != rCommands.end(); ++it ) in setCommands()181 rCommands.clear(); in getPrintCommands()182 getSystemPrintCommands( rCommands ); in getPrintCommands()188 rCommands.clear(); in getPdfCommands()189 getSystemPdfCommands( rCommands ); in getPdfCommands()[all …]
47 static void getStoredCommands( const char* pGroup, ::std::list< String >& rCommands );48 static void getSystemPrintCommands( ::std::list< String >& rCommands );49 static void getSystemPdfCommands( ::std::list< String >& rCommands );50 …static void setCommands( const char* pGroup, const ::std::list< String >& rCommands, const ::std::…53 static void getPrintCommands( ::std::list< String >& rCommands );54 static void getFaxCommands( ::std::list< String >& rCommands );55 static void getPdfCommands( ::std::list< String >& rCommands );57 static void setPrintCommands( const ::std::list< String >& rCommands );58 static void setFaxCommands( const ::std::list< String >& rCommands );59 static void setPdfCommands( const ::std::list< String >& rCommands );
304 const Sequence< rtl::OUString >& rCommands, in retrieveShortcutsFromConfiguration()312 … Sequence< Any > aSeqKeyCode = rAccelCfg->getPreferredKeyEventsForCommandList( rCommands ); in retrieveShortcutsFromConfiguration()
1536 const Sequence< rtl::OUString >& rCommands, in impl_RetrieveShortcutsFromConfiguration()1545 … Sequence< Any > aSeqKeyCode = rAccelCfg->getPreferredKeyEventsForCommandList( rCommands ); in impl_RetrieveShortcutsFromConfiguration()
1057 void PrinterInfoManager::getSystemPrintCommands( std::list< OUString >& rCommands ) in getSystemPrintCommands() argument1067 rCommands.clear(); in getSystemPrintCommands()1073 rCommands.push_back( aCmd ); in getSystemPrintCommands()
211 virtual void getSystemPrintCommands( std::list< rtl::OUString >& rCommands );
109 … const ::com::sun::star::uno::Sequence< rtl::OUString >& rCommands,
229 … const ::com::sun::star::uno::Sequence< rtl::OUString >& rCommands,
Completed in 62 milliseconds