Home
last modified time | relevance | path

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

/trunk/main/vcl/unx/generic/printer/
H A Dprinterinfomanager.cxx684 ::std::hash_map< OUString, Config*, OUStringHash >::iterator file_it; in writePrinterConfig()
816 for( file_it = files.begin(); file_it != files.end(); ++file_it ) in writePrinterConfig()
817 delete file_it->second; in writePrinterConfig()
898 … for( std::list< OUString >::const_iterator file_it = it->second.m_aAlternateFiles.begin(); in removePrinter() local
899 file_it != it->second.m_aAlternateFiles.end() && bSuccess; ++file_it ) in removePrinter()
901 if( ! checkWriteability( *file_it ) ) in removePrinter()
911 … for( std::list< OUString >::const_iterator file_it = it->second.m_aAlternateFiles.begin(); in removePrinter() local
912 file_it != it->second.m_aAlternateFiles.end() && bSuccess; ++file_it ) in removePrinter()
914 Config aAltConfig( *file_it ); in removePrinter()

Completed in 27 milliseconds