/aoo4110/main/qadevOOo/tests/java/ifc/registry/ |
H A D | _XImplementationRegistration.java | 61 private XSimpleRegistry reg = null ; field in _XImplementationRegistration 81 reg = RegistryTools.openRegistry in _registerImplementation() 84 oObj.registerImplementation(loader, url, reg) ; in _registerImplementation() 86 RegistryTools.printRegistryInfo(reg.getRootKey(), log) ; in _registerImplementation() 88 String[] subKeys = reg.getRootKey().getKeyNames() ; in _registerImplementation() 174 oObj.revokeImplementation(url, reg); in _revokeImplementation() 175 RegistryTools.printRegistryInfo(reg, log) ; in _revokeImplementation() 178 String[] subKeys = reg.getRootKey().getKeyNames() ; in _revokeImplementation()
|
H A D | _XSimpleRegistry.java | 239 XSimpleRegistry reg = null; in _mergeKey() local 242 reg = RegistryTools.createRegistryService((XMultiServiceFactory) tParam.getMSF()); in _mergeKey() 251 openReg(reg, mergeF, false, true); in _mergeKey() 255 XRegistryKey mergeKey = reg.getRootKey(); in _mergeKey() 265 closeReg(reg); in _mergeKey() 383 public void openReg(XSimpleRegistry reg, String url, boolean arg1, in openReg() argument 387 reg.open(url, arg1, arg2); in openReg() 400 public void closeReg(XSimpleRegistry reg) { in closeReg() argument 403 reg.close(); in closeReg()
|
/aoo4110/main/registry/tools/ |
H A D | regmerge.cxx | 117 Registry reg; in main() local 119 if (reg.open(regName, REG_READWRITE) != REG_NO_ERROR) in main() 121 if (reg.create(regName) != REG_NO_ERROR) in main() 130 if (reg.openRootKey(rootKey) != REG_NO_ERROR) in main() 141 …RegError _ret = reg.mergeKey(rootKey, mergeKeyName, targetRegName, sal_False, options.isVerbose()); in main() 167 if (reg.close() != REG_NO_ERROR) in main()
|
/aoo4110/main/cui/source/options/ |
H A D | dbregisterednamesconfig.cxx | 98 for ( DatabaseRegistrations::const_iterator reg = rNewRegistrations.begin(); in SetOptions() local 99 reg != rNewRegistrations.end(); in SetOptions() 100 ++reg in SetOptions() 103 const ::rtl::OUString sName = reg->first; in SetOptions() 104 const ::rtl::OUString sLocation = reg->second.sLocation; in SetOptions()
|
/aoo4110/main/qadevOOo/tests/java/ifc/container/ |
H A D | _XContainer.java | 285 Object reg = null; in performChanges3() local 288 reg = NV.getRegisteredObject("MyFactory"); in performChanges3() 296 reg = NV.getRegisteredObject("MyFactory"); in performChanges3() 297 res &= (reg != null); in performChanges3() 306 reg = NV.getRegisteredObject("MyFactory"); in performChanges3()
|
/aoo4110/main/pyuno/source/module/ |
H A D | unohelper.py | 206 … reg = smgr.createInstanceWithContext( "com.sun.star.registry.SimpleRegistry", contextRuntime ) 207 reg.open( "", 0, 1 ) 214 implReg.registerImplementation( loaderName,componentUrl, reg ) 215 rootKey = reg.getRootKey() 222 reg.close()
|
/aoo4110/main/qadevOOo/runner/util/ |
H A D | RegistryTools.java | 66 XSimpleRegistry reg = createRegistryService(xMSF) ; in openRegistry() local 68 reg.open(file, false, true) ; in openRegistry() 70 return reg ; in openRegistry() 238 public static void printRegistryInfo(XSimpleRegistry reg, PrintWriter out) { in printRegistryInfo() argument 240 printRegistryInfo(reg.getRootKey(), out) ; in printRegistryInfo()
|
/aoo4110/main/registry/prj/ |
H A D | d.lst | 7 ..\%__SRC%\lib\reg*.lib %_DEST%\lib%_EXT%\* 9 ..\%__SRC%\bin\reg*.dll %_DEST%\bin%_EXT%\reg*.dll
|
/aoo4110/main/cpputools/source/registercomponent/ |
H A D | registercomponent.cxx | 647 Reference< XSimpleRegistry > & reg ) throw ( Exception ) in bootstrap() 690 reg = Reference< XSimpleRegistry >( in bootstrap() 694 if (reg.is()) in bootstrap() 698 reg->open( convertToFileUrl(opt.sRegName), sal_False, sal_True); in bootstrap() 699 if (!reg->isValid()) in bootstrap()
|
/aoo4110/main/desktop/source/app/ |
H A D | check_ext_deps.cxx | 287 ::beans::Ambiguous< sal_Bool > const & reg = option.Value; in impl_checkDependencies() 288 if ( reg.IsAmbiguous ) in impl_checkDependencies() 291 bRegistered = reg.Value ? true : false; in impl_checkDependencies()
|
/aoo4110/main/qadevOOo/tests/java/ifc/awt/ |
H A D | _XToolkit.java | 138 XRegion reg = oObj.createRegion(); in _createRegion() local 139 tRes.tested("createRegion()", reg != null); in _createRegion()
|
/aoo4110/main/desktop/source/deployment/gui/ |
H A D | dp_gui_theextmgr.cxx | 345 ::beans::Ambiguous< sal_Bool > const & reg = option.Value; in getPackageState() 346 if ( reg.IsAmbiguous ) in getPackageState() 349 return reg.Value ? REGISTERED : NOT_REGISTERED; in getPackageState()
|
H A D | dp_gui_dialog2.cxx | 1682 ::beans::Ambiguous< sal_Bool > const & reg = option.Value; in isEnabled() 1683 if ( reg.IsAmbiguous ) in isEnabled() 1686 bRegistered = reg.Value ? true : false; in isEnabled()
|
/aoo4110/main/desktop/source/pkgchk/unopkg/ |
H A D | unopkg_misc.cxx | 294 beans::Ambiguous<sal_Bool> const & reg = option.Value; in printf_package() local 295 if (reg.IsAmbiguous) in printf_package() 298 value = reg.Value ? OUSTR("yes") : OUSTR("no"); in printf_package()
|
/aoo4110/main/desktop/source/deployment/registry/package/ |
H A D | dp_package.cxx | 545 bool reg = false; in isRegistered_() local 567 if (reg != (status.Value != sal_False)) { in isRegistered_() 570 reg = false; in isRegistered_() 577 reg = status.Value; in isRegistered_() 583 present, beans::Ambiguous<sal_Bool>(reg, ambig) ); in isRegistered_()
|
/aoo4110/main/desktop/source/deployment/manager/ |
H A D | dp_extensionmanager.cxx | 452 beans::Optional<beans::Ambiguous<sal_Bool> > reg = in isUserDisabled() local 458 if (reg.IsPresent && in isUserDisabled() 459 ! reg.Value.IsAmbiguous && ! reg.Value.Value) in isUserDisabled()
|
/aoo4110/main/registry/ |
H A D | version.mk | 25 REGISTRY_TARGET=reg
|
/aoo4110/main/xmlhelp/source/treeview/ |
H A D | tvread.cxx | 1006 beans::Ambiguous<sal_Bool> const & reg = option.Value; in implGetHelpPackageFromPackage() local 1007 if( !reg.IsAmbiguous && reg.Value ) in implGetHelpPackageFromPackage()
|
/aoo4110/main/registry/util/ |
H A D | makefile.mk | 27 TARGET=reg
|
/aoo4110/main/desktop/test/deployment/boxt/ |
H A D | makefile.mk | 45 SHL1VERSIONMAP = $(SOLARENV)/src/reg-component.map
|
/aoo4110/main/basic/source/uno/ |
H A D | namecont.cxx | 3318 beans::Ambiguous<sal_Bool> const & reg = option.Value; in ScriptSubPackageIterator() local 3319 if( !reg.IsAmbiguous && reg.Value ) in ScriptSubPackageIterator() 3404 beans::Ambiguous<sal_Bool> const & reg = option.Value; in implGetScriptPackageFromPackage() local 3405 if( !reg.IsAmbiguous && reg.Value ) in implGetScriptPackageFromPackage()
|
/aoo4110/main/sdext/source/pdfimport/ |
H A D | makefile.mk | 89 SHL1VERSIONMAP=$(SOLARENV)/src/reg-component.map
|
/aoo4110/main/desktop/test/deployment/active/ |
H A D | makefile.mk | 44 SHL1VERSIONMAP = $(SOLARENV)/src/reg-component.map
|
/aoo4110/main/desktop/source/pagein/ |
H A D | makefile.mk | 138 @-echo $(URELIBPATH)$/$(DLLPRE)reg$(UDKDLLPOST) >> $@
|
/aoo4110/main/xmlhelp/source/cxxhelp/provider/ |
H A D | databases.cxx | 1423 beans::Ambiguous<sal_Bool> const & reg = option.Value; in implGetHelpPackageFromPackage() local 1424 if( !reg.IsAmbiguous && reg.Value ) in implGetHelpPackageFromPackage()
|