Home
last modified time | relevance | path

Searched refs:m_pLanguage (Results 1 – 13 of 13) sorted by relevance

/dports/editors/abiword/abiword-3.0.5/src/af/xap/gtk/
H A Dxap_UnixDlg_Language.cpp82 if (!m_pLanguage || g_ascii_strcasecmp(m_pLanguage, m_ppLanguages[row])) in event_setLang()
171 if (m_pLanguage) { in _populateWindowData()
175 if (!g_ascii_strcasecmp(m_pLanguage, m_ppLanguages[i])) { in _populateWindowData()
/dports/editors/abiword/abiword-3.0.5/src/af/xap/xp/
H A Dxap_Dlg_Language.cpp59 m_pLanguage = NULL; in XAP_Dialog_Language()
128 m_pLanguage = m_pLangTable->getNthLangName(indx); in setLanguageProperty()
137 m_pLanguage = pLang; in _setLanguage()
H A Dxap_Dlg_Language.h94 const gchar * m_pLanguage; variable
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/inc/
H A Dswscanner.hxx38 const LanguageType* m_pLanguage; member in SwScanner
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/inc/
H A Dswscanner.hxx38 const LanguageType* m_pLanguage; member in SwScanner
/dports/editors/abiword/abiword-3.0.5/src/text/fmt/xp/
H A Dfp_TextRun.cpp76 m_pLanguage(NULL), in fp_TextRun()
269 const gchar * pszOldLanguage = m_pLanguage; in _lookupProperties()
270 m_pLanguage = lls.getCodeFromCode(pszLanguage); in _lookupProperties()
271 …BUGMSG(("!!!!!!!! Language of run set to %s pointer %x run %x \n",getLanguage(),m_pLanguage,this)); in _lookupProperties()
272 if(pszOldLanguage && (m_pLanguage != pszOldLanguage)) in _lookupProperties()
1055 || (pNext->m_pLanguage != m_pLanguage) //this is not a bug; see m_pLanguage in in canMergeWithNext()
1133 UT_ASSERT(m_pLanguage == pNext->m_pLanguage); //this is not a bug; see m_pLanguage in in mergeWithNext()
1200 pNew->m_pLanguage = this->m_pLanguage; in split()
1201 xxx_UT_DEBUGMSG(("!!!!--- Run %x gets Language pointer %x \n",pNew,pNew->m_pLanguage)); in split()
1501 return m_pLanguage; in getLanguage()
[all …]
H A Dfp_TextRun.h198 const gchar * m_pLanguage; variable
/dports/editors/abiword/abiword-3.0.5/src/af/xap/cocoa/
H A Dxap_CocoaDlg_Language.h52 const char * getCurrentLanguage() const { return (const char *) m_pLanguage; } in getCurrentLanguage()
/dports/editors/abiword/abiword-3.0.5/src/af/xap/win/
H A Dxap_Win32Dlg_Language.cpp125 if (strcmp(m_pLanguage, sLang)==0) in _fillTreeview()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/txtnode/
H A Dtxtedt.cxx719 , m_pLanguage(pLang) in SwScanner()
756 if ( m_pLanguage ) in SwScanner()
758 m_aCurrentLang = *m_pLanguage; in SwScanner()
821 if ( !m_pLanguage ) in NextWord()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/txtnode/
H A Dtxtedt.cxx721 , m_pLanguage(pLang) in SwScanner()
758 if ( m_pLanguage ) in SwScanner()
760 m_aCurrentLang = *m_pLanguage; in SwScanner()
823 if ( !m_pLanguage ) in NextWord()
/dports/astro/phd2/phd2-2.6.10/
H A Dmyframe.cpp2977 m_pLanguage = new wxChoice(parent, wxID_ANY, wxPoint(-1, -1), in MyFrameConfigDialogCtrlSet()
2979 AddLabeledCtrl(CtrlMap, AD_szLanguage, _("Language"), m_pLanguage, in MyFrameConfigDialogCtrlSet()
3140 m_pLanguage->SetSelection(m_oldLanguageChoice); in LoadValues()
3141 m_pLanguage->Enable(!pFrame->CaptureActive); in LoadValues()
3225 int idx = m_pLanguage->GetSelection(); in UnloadValues()
H A Dmyframe.h126 wxChoice *m_pLanguage; variable