Home
last modified time | relevance | path

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

/AOO41X/main/framework/inc/classes/
H A Dfiltercachedata.hxx324 struct Detector struct
331 … inline Detector ( ) { impl_clear(); } in Detector() argument
332 … inline Detector ( const Detector& rCopy ) { impl_copy( rCopy ); } in Detector() argument
333 … inline ~Detector ( ) { impl_clear(); } in ~Detector()
334 … inline Detector& operator= ( const Detector& rCopy ) { return impl_copy( rCopy ); } in operator =()
335 … inline void free ( ) { impl_clear(); } in free()
342 inline void impl_clear() in impl_clear()
348 inline Detector& impl_copy( const Detector& rCopy ) in impl_copy()
361 OUStringList lTypes ;