Home
last modified time | relevance | path

Searched refs:string_t (Results 1 – 3 of 3) sorted by relevance

/aoo41x/main/shell/source/unix/sysshell/
H A Drecently_used_file_handler.cxx63 public std::binary_function<string_t, string_t, bool>
65 bool operator() (const string_t& s1, const string_t& s2) const in operator ()()
77 const string_t& uri, in recently_used_item()
176 …void write_xml_tag(const string_t& name, const string_t& value, const recently_used_file& file) co… in write_xml_tag()
208 string_t uri_;
209 string_t mime_type_;
249 virtual void end_element(const string_t& /*raw_name*/, const string_t& local_name) in end_element() argument
284 const string_t& /*target*/, const string_t& /*data*/) in processing_instruction() argument
292 string_t current_element_;
398 string_t uri_;
[all …]
/aoo41x/main/shell/inc/internal/
H A Di_xml_parser_event_handler.hxx31 typedef std::wstring string_t; typedef
34 typedef std::string string_t; typedef
39 typedef std::map<string_t, string_t> xml_tag_attribute_container_t;
53 const string_t& raw_name,
54 const string_t& local_name,
58 const string_t& raw_name,
59 const string_t& local_name) = 0;
62 const string_t& character) = 0;
65 const string_t& whitespaces) = 0;
68 const string_t& target, const string_t& data) = 0;
[all …]
/aoo41x/main/shell/source/all/
H A Dxml_parser.cxx144 pDocHdl->ignore_whitespace(string_t(reinterpret_cast<const char_t*>(s), len)); in xml_character_data_handler()
146 pDocHdl->characters(string_t(reinterpret_cast<const char_t*>(s), len)); in xml_character_data_handler()

Completed in 28 milliseconds