Lines Matching refs:VCLXFileControl

93 			*ppNewComp = new VCLXFileControl;  in CreateWindow()
546 VCLXFileControl::VCLXFileControl() : maTextListeners( *this ) in VCLXFileControl() function in VCLXFileControl
550 VCLXFileControl::~VCLXFileControl() in ~VCLXFileControl()
557 ::com::sun::star::uno::Any VCLXFileControl::queryInterface( const ::com::sun::star::uno::Type & rTy… in queryInterface()
567 IMPL_XTYPEPROVIDER_START( VCLXFileControl )
573 void SAL_CALL VCLXFileControl::setProperty( const ::rtl::OUString& PropertyName, const ::com::sun::…
600 void VCLXFileControl::SetWindow( Window* pWindow ) in SetWindow()
608 pNewFileControl->GetEdit().SetModifyHdl( LINK( this, VCLXFileControl, ModifyHdl ) ); in SetWindow()
613 void VCLXFileControl::addTextListener( const ::com::sun::star::uno::Reference< ::com::sun::star::aw… in addTextListener()
618 void VCLXFileControl::removeTextListener( const ::com::sun::star::uno::Reference< ::com::sun::star:… in removeTextListener()
623 void VCLXFileControl::setText( const ::rtl::OUString& aText ) throw(::com::sun::star::uno::RuntimeE… in setText()
638 void VCLXFileControl::insertText( const ::com::sun::star::awt::Selection& rSel, const ::rtl::OUStri… in insertText()
650 ::rtl::OUString VCLXFileControl::getText() throw(::com::sun::star::uno::RuntimeException) in getText()
661 ::rtl::OUString VCLXFileControl::getSelectedText() throw(::com::sun::star::uno::RuntimeException) in getSelectedText()
673 void VCLXFileControl::setSelection( const ::com::sun::star::awt::Selection& aSelection ) throw(::co… in setSelection()
682 ::com::sun::star::awt::Selection VCLXFileControl::getSelection() throw(::com::sun::star::uno::Runti… in getSelection()
696 sal_Bool VCLXFileControl::isEditable() throw(::com::sun::star::uno::RuntimeException) in isEditable()
704 void VCLXFileControl::setEditable( sal_Bool bEditable ) throw(::com::sun::star::uno::RuntimeExcepti… in setEditable()
713 void VCLXFileControl::setMaxTextLen( sal_Int16 nLen ) throw(::com::sun::star::uno::RuntimeException) in setMaxTextLen()
722 sal_Int16 VCLXFileControl::getMaxTextLen() throw(::com::sun::star::uno::RuntimeException) in getMaxTextLen()
731 IMPL_LINK( VCLXFileControl, ModifyHdl, Edit*, EMPTYARG ) in IMPL_LINK() argument
740 ::com::sun::star::awt::Size VCLXFileControl::getMinimumSize() throw(::com::sun::star::uno::RuntimeE… in getMinimumSize()
755 ::com::sun::star::awt::Size VCLXFileControl::getPreferredSize() throw(::com::sun::star::uno::Runtim… in getPreferredSize()
762 ::com::sun::star::awt::Size VCLXFileControl::calcAdjustedSize( const ::com::sun::star::awt::Size& r… in calcAdjustedSize()
777 ::com::sun::star::awt::Size VCLXFileControl::getMinimumSize( sal_Int16 nCols, sal_Int16 ) throw(::c… in getMinimumSize()
791 void VCLXFileControl::getColumnsAndLines( sal_Int16& nCols, sal_Int16& nLines ) throw(::com::sun::s… in getColumnsAndLines()
802 void VCLXFileControl::ImplGetPropertyIds( std::list< sal_uInt16 > &rIds ) in ImplGetPropertyIds()