Searched refs:registries (Results 1 – 11 of 11) sorted by relevance
41 /** supports a shared view on two different registries. The registry 72 <dd> returns a virtual rootkey of both registries.104 <dd> returns a sequence of all subkeys in both registries.110 registries.121 How to initialize the registries:<br>129 the two open registries.131 any parameter must be the sequence with the two open registries.
65 <dd> returns a virtual rootkey of both registries.95 <dd> returns a sequence of all subkeys in both registries.99 <dd> returns a sequence with the names of all subkeys in both registries.110 <dt>How to find the registries:
38 /** is thrown if entries of two registries are contradictory in the context of
92 const ::std::vector< ::rtl::OUString > registries) in init()114 if ( !registries.empty() ) { in init()124 Sequence<Any> seqArgs(registries.size()); in init()126 std::vector< OUString >::const_iterator iter = registries.begin(); in init()128 while ( iter != registries.end() ) in init()
262 vector< OUString > const & registries, in open_registries()265 if (registries.empty()) in open_registries()273 for ( size_t nPos = registries.size(); nPos--; ) in open_registries()279 xReg->open( registries[ nPos ], sal_True, sal_False ); in open_registries()283 OUSTR("invalid registry: ") + registries[ nPos ], in open_registries()
149 std::vector< OUString > registries; variable250 registries.push_back(sOption);292 if ( !manager.init(registries) ) {
78 sal_Bool init(const ::std::vector< ::rtl::OUString > registries);
40 /** A factory for propertyset registries. This factory must create
39 /** A factory for propertyset registries.
189 - regcomp, regmerge, and regview are tools that work with binary registries that213 - types.rdb and services.rdb are preconfigured UNO type and service registries.
23 Reference registries for the OOo 2.0 branch copied from the OOo 1.1 branch:
Completed in 25 milliseconds