Home
last modified time | relevance | path

Searched refs:m_expProps (Results 1 – 5 of 5) sorted by relevance

/dports/editors/abiword/abiword-3.0.5/src/wp/ap/xp/
H A Dap_Args.cpp52 const char * AP_Args::m_expProps=NULL; member in AP_Args
68 …{"exp-props", 'e', 0, G_OPTION_ARG_STRING, &AP_Args::m_expProps, "Exporter Arguments", "CSS String…
167 if (m_expProps) XX_inplaceDecode(m_expProps); in parseOptions()
232 if (m_expProps) in doWindowlessArgs()
233 conv->setExpProps (m_expProps); in doWindowlessArgs()
H A Dap_Convert.cpp75 m_szFile(szOut), m_count(0), m_ieft(out_ieft), m_expProps(szExpProps) in Save_MailMerge_Listener()
97 …if (UT_OK == static_cast<AD_Document*>(m_doc)->saveAs (out_file.utf8_str(), m_ieft, m_expProps.utf… in fireUpdate()
107 UT_UTF8String m_expProps; member in Save_MailMerge_Listener
273 …ilMerge_Listener * listener = new Save_MailMerge_Listener (pNewDoc, uri, targetFormat, m_expProps); in convertTo()
282 error = static_cast<AD_Document*>(pNewDoc)->saveAs(uri, targetFormat, m_expProps.utf8_str()); in convertTo()
424 UT_parse_properties(m_expProps.utf8_str(), props_map); in print()
H A Dap_Convert.h62 m_expProps = props; in setExpProps()
70 UT_UTF8String m_expProps; variable
H A Dap_Args.h71 static const char * m_expProps; variable
/dports/editors/abiword/abiword-3.0.5/src/wp/ap/win/
H A Dap_Win32App.cpp1394 if (Args->m_expProps) in doWindowlessArgs()
1395 conv.setExpProps (Args->m_expProps); in doWindowlessArgs()