Home
last modified time | relevance | path

Searched refs:c_it (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/jvmfwk/plugins/sunmajor/pluginlib/
H A Dutil.cxx708 typedef vector<OUString>::const_iterator c_it; in getJREInfoFromBinPath() typedef
709 for (c_it i = vecPaths.begin(); i != vecPaths.end(); i++) in getJREInfoFromBinPath()
904 typedef vector<OUString>::const_iterator c_it; in getJREInfoByPath() typedef
905 for (c_it i = vecPaths.begin(); i != vecPaths.end(); i++) in getJREInfoByPath()
/aoo4110/main/vcl/unx/generic/printer/
H A Dcupsmgr.cxx585 …std::hash_map< OUString, PPDContext, OUStringHash >::const_iterator c_it = m_aDefaultContexts.find… in initialize() local
586 if( c_it != m_aDefaultContexts.end() ) in initialize()
588 aPrinter.m_aInfo.m_pParser = c_it->second.getParser(); in initialize()
589 aPrinter.m_aInfo.m_aContext = c_it->second; in initialize()

Completed in 29 milliseconds