Lines Matching refs:VCLXEdit

1354     VCLXEdit::ImplGetPropertyIds( rIds );  in ImplGetPropertyIds()
1366 return (aRet.hasValue() ? aRet : VCLXEdit::queryInterface( rType )); in queryInterface()
1372 VCLXEdit::getTypes()
1475 VCLXEdit::ProcessWindowEvent( rVclWindowEvent ); in ProcessWindowEvent()
3488 void VCLXEdit::ImplGetPropertyIds( std::list< sal_uInt16 > &rIds ) in ImplGetPropertyIds()
3523 VCLXEdit::VCLXEdit() : maTextListeners( *this ) in VCLXEdit() function in VCLXEdit
3528 ::com::sun::star::uno::Any VCLXEdit::queryInterface( const ::com::sun::star::uno::Type & rType ) th… in queryInterface()
3538 IMPL_XTYPEPROVIDER_START( VCLXEdit )
3545 ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleContext > VCLXEdit::C…
3550 void VCLXEdit::dispose() throw(::com::sun::star::uno::RuntimeException) in dispose()
3560 void VCLXEdit::addTextListener( const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XTex… in addTextListener()
3566 void VCLXEdit::removeTextListener( const ::com::sun::star::uno::Reference< ::com::sun::star::awt::X… in removeTextListener()
3572 void VCLXEdit::setText( const ::rtl::OUString& aText ) throw(::com::sun::star::uno::RuntimeExceptio… in setText()
3589 void VCLXEdit::insertText( const ::com::sun::star::awt::Selection& rSel, const ::rtl::OUString& aTe… in insertText()
3607 ::rtl::OUString VCLXEdit::getText() throw(::com::sun::star::uno::RuntimeException) in getText()
3618 ::rtl::OUString VCLXEdit::getSelectedText() throw(::com::sun::star::uno::RuntimeException) in getSelectedText()
3630 void VCLXEdit::setSelection( const ::com::sun::star::awt::Selection& aSelection ) throw(::com::sun:… in setSelection()
3639 ::com::sun::star::awt::Selection VCLXEdit::getSelection() throw(::com::sun::star::uno::RuntimeExcep… in getSelection()
3650 sal_Bool VCLXEdit::isEditable() throw(::com::sun::star::uno::RuntimeException) in isEditable()
3658 void VCLXEdit::setEditable( sal_Bool bEditable ) throw(::com::sun::star::uno::RuntimeException) in setEditable()
3668 void VCLXEdit::setMaxTextLen( sal_Int16 nLen ) throw(::com::sun::star::uno::RuntimeException) in setMaxTextLen()
3677 sal_Int16 VCLXEdit::getMaxTextLen() throw(::com::sun::star::uno::RuntimeException) in getMaxTextLen()
3685 void VCLXEdit::setEchoChar( sal_Unicode cEcho ) throw(::com::sun::star::uno::RuntimeException) in setEchoChar()
3694 void VCLXEdit::setProperty( const ::rtl::OUString& PropertyName, const ::com::sun::star::uno::Any& … in setProperty()
3739 ::com::sun::star::uno::Any VCLXEdit::getProperty( const ::rtl::OUString& PropertyName ) throw(::com… in getProperty()
3771 ::com::sun::star::awt::Size VCLXEdit::getMinimumSize( ) throw(::com::sun::star::uno::RuntimeExcept… in getMinimumSize()
3782 ::com::sun::star::awt::Size VCLXEdit::getPreferredSize( ) throw(::com::sun::star::uno::RuntimeExce… in getPreferredSize()
3796 ::com::sun::star::awt::Size VCLXEdit::calcAdjustedSize( const ::com::sun::star::awt::Size& rNewSize… in calcAdjustedSize()
3808 ::com::sun::star::awt::Size VCLXEdit::getMinimumSize( sal_Int16 nCols, sal_Int16 ) throw(::com::sun… in getMinimumSize()
3824 void VCLXEdit::getColumnsAndLines( sal_Int16& nCols, sal_Int16& nLines ) throw(::com::sun::star::un… in getColumnsAndLines()
3835 void VCLXEdit::ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent ) in ProcessWindowEvent()
3927 VCLXEdit::dispose(); in dispose()
4097 VCLXEdit::setProperty( PropertyName, Value ); in setProperty()
4145 aProp <<= VCLXEdit::getProperty( PropertyName ); in getProperty()
4194 VCLXEdit::ProcessWindowEvent( rVclWindowEvent ); in ProcessWindowEvent()
4357 VCLXEdit::disposing( i_rEvent ); in disposing()