Searched defs:ControlModeSwitch (Results 1 – 1 of 1) sorted by relevance
96 struct ControlModeSwitch : public ::std::unary_function< Reference< XControl >, void > struct98 sal_Bool bDesign;99 ControlModeSwitch( sal_Bool _bDesign ) : bDesign( _bDesign ) { } in ControlModeSwitch() argument101 void operator() ( const Reference< XControl >& _rxControl ) const in operator ()()
Completed in 6 milliseconds