Home
last modified time | relevance | path

Searched defs:ContentHandler (Results 1 – 2 of 2) sorted by relevance

/trunk/main/framework/source/inc/constant/
H A Dcontenthandler.hxx32 struct ContentHandler struct
36 static const ::rtl::OUString PROP_NAME;
37 static const ::rtl::OUString PROP_TYPES;
/trunk/main/framework/inc/classes/
H A Dfiltercachedata.hxx416 struct ContentHandler struct
423 …inline ContentHandler( ) { impl_clear(); in ContentHandler() function
424 …inline ContentHandler( const ContentHandler& rCopy ) { impl_copy( rCopy ); … in ContentHandler() argument
425 …inline ~ContentHandler( ) { impl_clear(); in ~ContentHandler()
426 …inline ContentHandler& operator= ( const ContentHandler& rCopy ) { return impl_copy( rCopy … in operator =()
427 …inline 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 ;

Completed in 17 milliseconds