Searched defs:ContentHandler (Results 1 – 2 of 2) sorted by relevance
32 struct ContentHandler struct36 static const ::rtl::OUString PROP_NAME;37 static const ::rtl::OUString PROP_TYPES;
416 struct ContentHandler struct423 …inline ContentHandler( ) { impl_clear(); … in ContentHandler() function424 …inline ContentHandler( const ContentHandler& rCopy ) { impl_copy( rCopy ); … in ContentHandler() argument425 …ne ~ContentHandler( ) { impl_clear(); } in ~ContentHandler()426 …ne ContentHandler& operator= ( const ContentHandler& rCopy ) { return impl_copy( rCopy ); } in operator =()427 …ne void free ( ) { impl_clear(); } in free()434 inline void impl_clear() in impl_clear()440 inline ContentHandler& impl_copy( const ContentHandler& rCopy ) in impl_copy()453 OUStringList lTypes ;