Searched refs:xTmpDicList (Results 1 – 1 of 1) sorted by relevance
1135 uno::Reference< XDictionaryList > xTmpDicList( GetDictionaryList() ); in GetIgnoreAll() local1136 if (xTmpDicList.is()) in GetIgnoreAll()1138 xIgnoreAll = uno::Reference< XDictionary > ( xTmpDicList->getDictionaryByName( in GetIgnoreAll()1172 uno::Reference< XDictionaryList > xTmpDicList( GetDictionaryList() ); in GetStandard() local1173 if (!xTmpDicList.is()) in GetStandard()1177 uno::Reference< XDictionary > xDic( xTmpDicList->getDictionaryByName( aDicName ), in GetStandard()1185 xTmp = xTmpDicList->createDictionary( aDicName, in GetStandard()1197 xTmpDicList->addDictionary( xTmp ); in GetStandard()
Completed in 46 milliseconds