User: ihi Date: 2007-11-20 19:23:07+0000 Modified: dba/dbaccess/source/ui/app/AppController.hxx
Log: INTEGRATION: CWS reportdesign01 (1.19.48); FILE MERGED 2007/10/15 08:45:19 oj 1.19.48.2: RESYNC: (1.19-1.20); FILE MERGED 2007/09/21 10:51:39 oj 1.19.48.1: #i77690# add new context menu entry to create a report with prefilled table or query File Changes: Directory: /dba/dbaccess/source/ui/app/ ======================================= File [changed]: AppController.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/app/AppController.hxx?r1=1.20&r2=1.21 Delta lines: +6 -0 ------------------- --- AppController.hxx 2007-09-26 14:46:38+0000 1.20 +++ AppController.hxx 2007-11-20 19:23:05+0000 1.21 @@ -444,6 +444,12 @@ */ void doAction(sal_uInt16 _nId ,OLinkedDocumentsAccess::EOpenMode _eOpenMode); + /** returns the currently selected table or query name. + * + * \return the name of the currently table or query. If the tables or query container is selected otherwise an empty string will be returned. + */ + ::rtl::OUString getCurrentlySelectedName(sal_Int32& _rnCommandType) const; + /** select the give entry */ void selectEntry(const ElementType _eType,const ::rtl::OUString& _sName); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
