Tag: cws_src680_hsqlcsv User: fs Date: 2008-01-17 02:18:57+0000 Modified: dba/dbaccess/source/ui/app/AppDetailPageHelper.hxx
Log: RESYNC: (1.11-1.13); FILE MERGED File Changes: Directory: /dba/dbaccess/source/ui/app/ ======================================= File [changed]: AppDetailPageHelper.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/app/AppDetailPageHelper.hxx?r1=1.10.12.5&r2=1.10.12.6 Delta lines: +6 -9 ------------------- --- AppDetailPageHelper.hxx 2006-10-11 08:51:10+0000 1.10.12.5 +++ AppDetailPageHelper.hxx 2008-01-17 02:18:55+0000 1.10.12.6 @@ -266,6 +266,12 @@ */ void getSelectionElementNames( ::std::vector< ::rtl::OUString>& _rNames ) const; + /** select all names on the currently selected container. Non existence names where ignored. + * + * \param _aNames the element names + */ + void selectElements(const ::com::sun::star::uno::Sequence< ::rtl::OUString>& _aNames); + /** return the qualified name. @param _pEntry The entry of a table, or query, form, report to get the qualified name. @@ -352,9 +358,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 @@ -382,12 +385,6 @@ const ::rtl::OUString& _sName, sal_Bool _bTable); - /** disable the controls - @param _bDisable - if <TRUE/> then the controls will be disabled otherwise they will be enabled. - */ - void disableControls(sal_Bool _bDisable); - protected: void DataChanged( const DataChangedEvent& rDCEvt ); }; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
