Searched refs:csl_rdbs (Results 1 – 1 of 1) sorted by relevance
277 OUString csl_rdbs, in nestRegistries() argument314 index = csl_rdbs.indexOf((sal_Unicode)' '); in nestRegistries()315 OUString rdb_name = (index == -1) ? csl_rdbs : csl_rdbs.copy(0, index); in nestRegistries()316 csl_rdbs = (index == -1) ? OUString() : csl_rdbs.copy(index + 1); in nestRegistries()372 while(index != -1 && csl_rdbs.getLength()); // are there more rdbs in list? in nestRegistries()
Completed in 12 milliseconds