Searched defs:Detector (Results 1 – 1 of 1) sorted by relevance
324 struct Detector struct331 inline Detector ( ) { impl_clear(); } in Detector() argument332 inline Detector ( const Detector& rCopy ) { impl_copy( rCopy ); } in Detector() function333 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 ;
Completed in 15 milliseconds