Searched refs:rCfgSvcs (Results 1 – 1 of 1) sorted by relevance
96 sal_Bool lcl_FindEntry( const OUString &rEntry, const Sequence< OUString > &rCfgSvcs ) in lcl_FindEntry() argument99 sal_Int32 nEntries = rCfgSvcs.getLength(); in lcl_FindEntry()100 const OUString *pEntry = rCfgSvcs.getConstArray(); in lcl_FindEntry()111 const Sequence< OUString > &rCfgSvcs, in lcl_RemoveMissingEntries()114 Sequence< OUString > aRes( rCfgSvcs.getLength() ); in lcl_RemoveMissingEntries()118 sal_Int32 nEntries = rCfgSvcs.getLength(); in lcl_RemoveMissingEntries()119 const OUString *pEntry = rCfgSvcs.getConstArray(); in lcl_RemoveMissingEntries()195 const Sequence< OUString > &rCfgSvcs, in lcl_MergeSeq()198 Sequence< OUString > aRes( rCfgSvcs.getLength() + rNewSvcs.getLength() ); in lcl_MergeSeq()206 const Sequence< OUString > &rSeq = k == 0 ? rCfgSvcs : rNewSvcs; in lcl_MergeSeq()
Completed in 25 milliseconds