/aoo41x/main/cui/source/options/ |
H A D | optdict.cxx | 139 Sequence< Reference< XDictionary > > aDics; in IMPL_LINK() local 141 aDics = xDicList->getDictionaries(); in IMPL_LINK() 142 const Reference< XDictionary > *pDic = aDics.getConstArray(); in IMPL_LINK() 143 sal_Int32 nCount = (sal_uInt16) aDics.getLength(); in IMPL_LINK() 195 aDics = xDicList->getDictionaries(); in IMPL_LINK() 197 pDic = aDics.getConstArray(); in IMPL_LINK() 198 nCount = (sal_uInt16) aDics.getLength(); in IMPL_LINK() 255 aDics = SvxGetDictionaryList()->getDictionaries(); in IMPL_LINK_INLINE_END() 282 const Reference< XDictionary > *pDic = aDics.getConstArray(); in IMPL_LINK_INLINE_END() 283 sal_Int32 nCount = aDics.getLength(); in IMPL_LINK_INLINE_END() [all …]
|
H A D | optlingu.cxx | 1198 aDics = xDicList->getDictionaries(); in SvxLinguTabPage() 1353 sal_Int32 nDics = aDics.getLength(); in FillItemSet() 1498 sal_Int32 nDics = aDics.getLength(); in UpdateDicBox_Impl() 1771 sal_Int32 nLen = aDics.getLength(); in IMPL_LINK() 1772 aDics.realloc( nLen + 1 ); in IMPL_LINK() 1774 aDics.getArray()[ nLen ] = xNewDic; in IMPL_LINK() 1788 sal_Int32 nDics = aDics.getLength(); in IMPL_LINK() 1792 xDic = aDics.getConstArray()[ nDicPos ]; in IMPL_LINK() 1819 sal_Int32 nDics = aDics.getLength(); in IMPL_LINK() 1823 xDic = aDics.getConstArray()[ nDicPos ]; in IMPL_LINK() [all …]
|
/aoo41x/main/lingucomponent/source/spellcheck/spell/ |
H A D | sspellimp.cxx | 136 std::list< SvtLinguConfigDictionaryEntry > aDics; in getLocales() local 145 aDics.insert( aDics.end(), aTmpDic.begin(), aTmpDic.end() ); in getLocales() 157 MergeNewStyleDicsAndOldStyleDics( aDics, aOldStyleDics ); in getLocales() 159 numdict = aDics.size(); in getLocales() 166 for (aDictIt = aDics.begin(); aDictIt != aDics.end(); ++aDictIt) in getLocales() 192 for (aDictIt = aDics.begin(); aDictIt != aDics.end(); ++aDictIt) in getLocales() 201 for (aDictIt = aDics.begin(); aDictIt != aDics.end(); ++aDictIt) in getLocales()
|
/aoo41x/main/lingucomponent/source/thesaurus/libnth/ |
H A D | nthesimp.cxx | 165 std::list< SvtLinguConfigDictionaryEntry > aDics; in getLocales() local 174 aDics.insert( aDics.end(), aTmpDic.begin(), aTmpDic.end() ); in getLocales() 186 MergeNewStyleDicsAndOldStyleDics( aDics, aOldStyleDics ); in getLocales() 188 numthes = aDics.size(); in getLocales() 195 for (aDictIt = aDics.begin(); aDictIt != aDics.end(); ++aDictIt) in getLocales() 221 for (aDictIt = aDics.begin(); aDictIt != aDics.end(); ++aDictIt) in getLocales() 232 for (aDictIt = aDics.begin(); aDictIt != aDics.end(); ++aDictIt) in getLocales()
|
/aoo41x/main/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/ |
H A D | hyphenimp.cxx | 144 std::list< SvtLinguConfigDictionaryEntry > aDics; in getLocales() local 153 aDics.insert( aDics.end(), aTmpDic.begin(), aTmpDic.end() ); in getLocales() 165 MergeNewStyleDicsAndOldStyleDics( aDics, aOldStyleDics ); in getLocales() 167 numdict = aDics.size(); in getLocales() 174 for (aDictIt = aDics.begin(); aDictIt != aDics.end(); ++aDictIt) in getLocales() 200 for (aDictIt = aDics.begin(); aDictIt != aDics.end(); ++aDictIt) in getLocales() 207 for (aDictIt = aDics.begin(); aDictIt != aDics.end(); ++aDictIt) in getLocales()
|
/aoo41x/main/linguistic/source/ |
H A D | misc.cxx | 347 aDics( xDicList->getDictionaries() ); in SearchDicList() local 349 *pDic = aDics.getConstArray(); in SearchDicList() 390 Sequence< uno::Reference< XDictionary > > aDics( xDicList->getDictionaries() ); in SaveDictionaries() local 391 const uno::Reference< XDictionary > *pDic = aDics.getConstArray(); in SaveDictionaries() 392 sal_Int32 nCount = aDics.getLength(); in SaveDictionaries()
|
H A D | dlistimp.cxx | 433 uno::Sequence< uno::Reference< XDictionary > > aDics( rDicList.size() ); in getDictionaries() local 434 uno::Reference< XDictionary > *pDic = aDics.getArray(); in getDictionaries() 436 sal_Int32 n = (sal_uInt16) aDics.getLength(); in getDictionaries() 440 return aDics; in getDictionaries()
|
H A D | spelldta.cxx | 131 aDics( xDicList->getDictionaries() ); in SearchSimilarText() local 133 *pDic = aDics.getConstArray(); in SearchSimilarText()
|
/aoo41x/main/editeng/source/misc/ |
H A D | splwrap.cxx | 535 Sequence< Reference< XDictionary > > aDics( xDicList->getDictionaries() ); in GetAllRightDic() local 536 const Reference< XDictionary > *pDic = aDics.getConstArray(); in GetAllRightDic() 537 sal_Int32 nCount = aDics.getLength(); in GetAllRightDic()
|
/aoo41x/main/sw/source/ui/lingu/ |
H A D | olmenu.cxx | 484 aDics = xDicList->getDictionaries(); in SwSpellPopup() 485 const uno::Reference< linguistic2::XDictionary > *pDic = aDics.getConstArray(); in SwSpellPopup() 486 sal_uInt16 nDicCount = static_cast< sal_uInt16 >(aDics.getLength()); in SwSpellPopup()
|
/aoo41x/main/cui/source/dialogs/ |
H A D | SpellDialog.cxx | 82 Sequence< Reference< XDictionary > > aDics; member 952 pImpl->aDics = xDicList->getDictionaries(); in InitUserDicts() 955 bEnable = pImpl->aDics.getLength(); in InitUserDicts() 971 const sal_Int32 nSize = pImpl->aDics.getLength(); 972 pDic = pImpl->aDics.getConstArray();
|
/aoo41x/main/editeng/source/editeng/ |
H A D | editview.cxx | 1143 Sequence< Reference< XDictionary > > aDics; in ExecuteSpellPopup() local 1154 aDics = xDicList->getDictionaries(); in ExecuteSpellPopup() 1155 pDic = aDics.getConstArray(); in ExecuteSpellPopup() 1157 sal_uInt16 nDicCount = (sal_uInt16)aDics.getLength(); in ExecuteSpellPopup()
|
/aoo41x/main/sw/source/ui/inc/ |
H A D | olmenu.hxx | 45 ::com::sun::star::linguistic2::XDictionary > > aDics;
|
/aoo41x/main/cui/source/inc/ |
H A D | optdict.hxx | 139 ::com::sun::star::linguistic2::XDictionary > > aDics; //! snapshot copy to work on
|
H A D | optlingu.hxx | 141 com::sun::star::linguistic2::XDictionary > > aDics; member in SvxLinguTabPage
|