Home
last modified time | relevance | path

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

/aoo4110/main/linguistic/source/
H A Dlngsvcmgr.hxx105 typedef std::vector< SvcInfo * > SvcInfoArray; typedef in LngSvcMgr
106 SvcInfoArray * pAvailSpellSvcs;
107 SvcInfoArray * pAvailGrammarSvcs;
108 SvcInfoArray * pAvailHyphSvcs;
109 SvcInfoArray * pAvailThesSvcs;
140 const SvcInfoArray &rAvailSvcs );
142 static void clearSvcInfoArray(SvcInfoArray *pInfo);
H A Dlngsvcmgr.cxx190 const SvcInfoArray &rAvailSvcs ) in SetAvailableCfgServiceLists()
606 void LngSvcMgr::clearSvcInfoArray(SvcInfoArray* pInfo) in clearSvcInfoArray()
859 pAvailSpellSvcs = new SvcInfoArray; in GetAvailableSpellSvcs_Impl()
925 pAvailGrammarSvcs = new SvcInfoArray; in GetAvailableGrammarSvcs_Impl()
991 pAvailHyphSvcs = new SvcInfoArray; in GetAvailableHyphSvcs_Impl()
1056 pAvailThesSvcs = new SvcInfoArray; in GetAvailableThesSvcs_Impl()
1405 const SvcInfoArray *pInfoArray = 0; in getAvailableServices()

Completed in 30 milliseconds