Searched refs:StringList_t (Results 1 – 7 of 7) sorted by relevance
50 typedef std::vector<std::string> StringList_t; typedef51 typedef StringList_t::const_iterator StringListIterator_t;62 StringList_t gTo;63 StringList_t gCc;64 StringList_t gBcc;65 StringList_t gAttachments;
70 typedef std::vector<rtl::OUString> StringList_t; typedef71 typedef StringList_t::const_iterator StringListIterator_t;175 static bool executeSenddoc(const StringList_t& rCommandArgs) in executeSenddoc()236 StringList_t& rCommandArgs) in assembleCommandLine()311 StringList_t senddocParams; in sendMailMessage()
29 typedef std::vector<std::string> StringList_t; typedef30 typedef std::auto_ptr<StringList_t> StringListPtr_t;
90 StringListPtr_t arg_cont(new StringList_t()); in get_arg_names()
52 StringList_t::const_iterator keywords_Iter= m_slKeywords.begin( ); in getTagContent()53 StringList_t::const_iterator keywords_Iter_end = m_slKeywords.end( ); in getTagContent()
46 StringList_t m_slKeywords;
41 typedef std::vector<std::wstring> StringList_t; typedef
Completed in 24 milliseconds