Home
last modified time | relevance | path

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

/dports/editors/abiword/abiword-3.0.5/src/af/xap/xp/
H A Dxap_App.cpp86 m_szAbiSuiteLibDir(NULL), in XAP_App()
145 FREEP(m_szAbiSuiteLibDir); in ~XAP_App()
826 FREEP(m_szAbiSuiteLibDir); in _setAbiSuiteLibDir()
827 m_szAbiSuiteLibDir = g_strdup(sz); in _setAbiSuiteLibDir()
840 return m_szAbiSuiteLibDir; in getAbiSuiteLibDir()
H A Dxap_App.h292 const char * m_szAbiSuiteLibDir; variable