Tag: cws_src680_dba23ui User: fs Date: 2007-05-19 21:25:55+0000 Log: RESYNC: (1.11-1.12); FILE MERGED
File Changes: Directory: /dba/dbaccess/source/ui/app/ ======================================= File [changed]: AppView.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/app/AppView.hxx?r1=1.11.50.1&r2=1.11.50.2 Delta lines: +3 -16 -------------------- --- AppView.hxx 2006-12-21 08:29:58+0000 1.11.50.1 +++ AppView.hxx 2007-05-19 21:25:52+0000 1.11.50.2 @@ -289,10 +289,6 @@ void elementRemoved(ElementType _eType ,const ::rtl::OUString& _rName ); - /** clears the selection in the icon choice control and calls the handler - */ - void clearSelection(); - /** changes the container which should be displayed. The select handler will also be called. @param _eType @@ -306,9 +302,6 @@ /// <TRUE/> if the preview is enabled sal_Bool isPreviewEnabled(); - /// switches the current preview - void switchPreview(); - /** switches to the given preview mode @param _eMode the mode to set for the preview @@ -339,12 +332,6 @@ SvLBoxEntry* getEntry( const Point& _aPosPixel ) const; - /** disable the controls - @param _bDisable - if <TRUE/> then the controls will be disabled otherwise they will be enabled. - */ - void disableControls(sal_Bool _bDisable); - DECL_LINK( SwitchHdl, Accelerator* ); }; } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
