Home
last modified time | relevance | path

Searched refs:aDicName (Results 1 – 20 of 20) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/linguistic/source/
H A Ddicimp.cxx108 sal_Int16 ReadDicVersion( SvStream& rStream, LanguageType &nLng, bool &bNeg, OUString &aDicName ) in ReadDicVersion() argument
161 aDicName = OStringToOUString( aTagValue, RTL_TEXTENCODING_UTF8) + in ReadDicVersion()
221 aDicName (rName), in DictionaryNeo()
296 nDicVersion = ReadDicVersion(*pStream, nLang, bNegativ, aDicName); in loadEntries()
449 if (aDicName.endsWith(EXTENSION_FOR_TITLE_TEXT)) in saveEntries()
453 aDicName.subView(0, aDicName.lastIndexOf(EXTENSION_FOR_TITLE_TEXT)), eEnc))); in saveEntries()
744 return aDicName; in getName()
751 if (aDicName != aName) in setName()
753 aDicName = aName; in setName()
H A Ddicimp.hxx35 sal_Int16 ReadDicVersion( SvStream& rStream, LanguageType &nLng, bool &bNeg, OUString &aDicName );
48 OUString aDicName; member in DictionaryNeo
H A Ddlistimp.cxx55 …ool IsVers2OrNewer( const OUString& rFileURL, LanguageType& nLng, bool& bNeg, OUString& aDicName );
318 OUString aDicName = aURLObj.getName( INetURLObject::LAST_SEGMENT, in SearchForDictionaries() local
323 …new DictionaryNeo( aDicTitle.isEmpty() ? aDicName : aDicTitle, nLang, eType, aURL, bIsWriteablePat… in SearchForDictionaries()
746 …bool IsVers2OrNewer( const OUString& rFileURL, LanguageType& nLng, bool& bNeg, OUString& aDicName ) in IsVers2OrNewer() argument
778 int nDicVersion = ReadDicVersion(*pStream, nLng, bNeg, aDicName); in IsVers2OrNewer()
H A Dconvdiclist.cxx290 OUString aDicName = aURLObj.getBase( INetURLObject::LAST_SEGMENT, in AddConvDics() local
297 xDic = new HHConvDic( aDicName, aURL ); in AddConvDics()
302 xDic = new ConvDic( aDicName, nLang, nConvType, false, aURL ); in AddConvDics()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/linguistic/source/
H A Ddicimp.cxx110 …6 ReadDicVersion( SvStreamPtr const &rpStream, LanguageType &nLng, bool &bNeg, OUString &aDicName ) in ReadDicVersion() argument
163 aDicName = OStringToOUString( aTagValue, RTL_TEXTENCODING_UTF8) + in ReadDicVersion()
223 aDicName (rName), in DictionaryNeo()
298 nDicVersion = ReadDicVersion(pStream, nLang, bNegativ, aDicName); in loadEntries()
453 if (aDicName.endsWith(EXTENSION_FOR_TITLE_TEXT)) in saveEntries()
457 aDicName.copy(0, aDicName.lastIndexOf(EXTENSION_FOR_TITLE_TEXT)), eEnc)); in saveEntries()
742 return aDicName; in getName()
749 if (aDicName != aName) in setName()
751 aDicName = aName; in setName()
H A Ddicimp.hxx35 … ReadDicVersion( SvStreamPtr const &rpStream, LanguageType &nLng, bool &bNeg, OUString &aDicName );
48 OUString aDicName; member in DictionaryNeo
H A Ddlistimp.cxx57 …ool IsVers2OrNewer( const OUString& rFileURL, LanguageType& nLng, bool& bNeg, OUString& aDicName );
321 OUString aDicName = aURLObj.getName( INetURLObject::LAST_SEGMENT, in SearchForDictionaries() local
326 …new DictionaryNeo( aDicTitle.isEmpty() ? aDicName : aDicTitle, nLang, eType, aURL, bIsWriteablePat… in SearchForDictionaries()
783 …bool IsVers2OrNewer( const OUString& rFileURL, LanguageType& nLng, bool& bNeg, OUString& aDicName ) in IsVers2OrNewer() argument
815 int nDicVersion = ReadDicVersion(pStream, nLng, bNeg, aDicName); in IsVers2OrNewer()
H A Dconvdiclist.cxx292 OUString aDicName = aURLObj.getBase( INetURLObject::LAST_SEGMENT, in AddConvDics() local
299 xDic = new HHConvDic( aDicName, aURL ); in AddConvDics()
304 xDic = new ConvDic( aDicName, nLang, nConvType, false, aURL ); in AddConvDics()
/dports/editors/libreoffice/libreoffice-7.2.6.2/editeng/source/misc/
H A Dunolingu.cxx635 static const OUStringLiteral aDicName( u"standard.dic" ); in GetStandard() local
636 uno::Reference< XDictionary > xDic = xTmpDicList->getDictionaryByName( aDicName ); in GetStandard()
643 xTmp = xTmpDicList->createDictionary( aDicName, in GetStandard()
646 linguistic::GetWritableDictionaryURL( aDicName ) ); in GetStandard()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/editeng/source/misc/
H A Dunolingu.cxx640 const OUString aDicName( "standard.dic" ); in GetStandard() local
641 uno::Reference< XDictionary > xDic = xTmpDicList->getDictionaryByName( aDicName ); in GetStandard()
648 xTmp = xTmpDicList->createDictionary( aDicName, in GetStandard()
651 linguistic::GetWritableDictionaryURL( aDicName ) ); in GetStandard()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/lingu/
H A Dolmenu.cxx776 OUString aDicName; in Execute() local
781 aDicName = pMenu->GetItemText(nId); in Execute()
784 aDicName = m_aDicNameSingle; in Execute()
789 xDic = xDicList->getDictionaryByName( aDicName ); in Execute()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/lingu/
H A Dolmenu.cxx761 OUString aDicName; in Execute() local
766 aDicName = pMenu->GetItemText(nId); in Execute()
769 aDicName = m_aDicNameSingle; in Execute()
774 xDic = xDicList->getDictionaryByName( aDicName ); in Execute()
/dports/editors/libreoffice/libreoffice-7.2.6.2/cui/source/options/
H A Doptdict.cxx269 OUString aDicName( xDic->getName() ); in SvxEditDictionaryDialog() local
270 const OUString aTxt( ::GetDicInfoStr( aDicName, in SvxEditDictionaryDialog()
274 if (rName == aDicName) in SvxEditDictionaryDialog()
H A Doptlingu.cxx1007 OUString aDicName( xDic->getName() ); in FillItemSet() local
1008 pActiveDic[ nActiveDics++ ] = aDicName; in FillItemSet()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/cui/source/options/
H A Doptdict.cxx265 OUString aDicName( xDic->getName() ); in SvxEditDictionaryDialog() local
266 const OUString aTxt( ::GetDicInfoStr( aDicName, in SvxEditDictionaryDialog()
270 if (rName == aDicName) in SvxEditDictionaryDialog()
H A Doptlingu.cxx997 OUString aDicName( xDic->getName() ); in FillItemSet() local
998 pActiveDic[ nActiveDics++ ] = aDicName; in FillItemSet()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/editeng/source/editeng/
H A Deditview.cxx1102 OUString aDicName; in ExecuteSpellPopup() local
1104 aDicName = pInsertMenu->GetItemText(nId); in ExecuteSpellPopup()
1106 aDicName = aDicNameSingle; in ExecuteSpellPopup()
1110 xDic = xDicList->getDictionaryByName( aDicName ); in ExecuteSpellPopup()
/dports/editors/libreoffice/libreoffice-7.2.6.2/editeng/source/editeng/
H A Deditview.cxx1213 OUString aDicName; in ExecuteSpellPopup() local
1217 aDicName = pPopupParent->strip_mnemonic(xInsertMenu->get_label(sId)); in ExecuteSpellPopup()
1220 aDicName = aDicNameSingle; in ExecuteSpellPopup()
1224 xDic = xDicList->getDictionaryByName( aDicName ); in ExecuteSpellPopup()
/dports/editors/libreoffice/libreoffice-7.2.6.2/cui/source/dialogs/
H A DSpellDialog.cxx847 OUString aDicName(m_xAddToDictMB->get_item_label(rItemId)); in AddToDictionaryExecute() local
852 xDic = xDicList->getDictionaryByName( aDicName ); in AddToDictionaryExecute()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/cui/source/dialogs/
H A DSpellDialog.cxx843 OUString aDicName(m_xAddToDictMB->get_item_label(rItemId)); in AddToDictionaryExecute() local
848 xDic = xDicList->getDictionaryByName( aDicName ); in AddToDictionaryExecute()