Searched refs:cEcho (Results 1 – 4 of 4) sorted by relevance
45 [oneway] void setEchoChar( [in] char cEcho );
568 sal_Unicode cEcho = (sal_Unicode)nEcho; in readEditModel() local570 OUString( &cEcho, 1 ) ); in readEditModel()
647 void SAL_CALL setEchoChar( sal_Unicode cEcho ) throw(::com::sun::star::uno::RuntimeException);
3685 void VCLXEdit::setEchoChar( sal_Unicode cEcho ) throw(::com::sun::star::uno::RuntimeException) in setEchoChar() argument3691 pEdit->SetEchoChar( cEcho ); in setEchoChar()
Completed in 46 milliseconds