Home
last modified time | relevance | path

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

/trunk/main/registry/tools/
H A Dchecksingleton.cxx170 static sal_Bool checkSingletons(Options_Impl const & options, RegistryKey& singletonKey, RegistryKe… in checkSingletons() argument
188 if ( singletonKey.createKey(singletonName, entryKey) ) in checkSingletons()
221 if ( checkSingletons(options, singletonKey, elementKey) ) in checkSingletons()
305 RegistryKey singletonKey; in main() local
306 if ( indexRoot.createKey(OUString::createFromAscii("SINGLETONS"), singletonKey) ) in main()
313 sal_Bool bSingletonsExist = checkSingletons(options, singletonKey, typeKey); in main()
318 singletonKey.releaseKey(); in main()

Completed in 14 milliseconds