User: kz Date: 2008-04-04 14:02:32+0000 Modified: dba/dbaccess/source/ui/inc/querycontroller.hxx
Log: INTEGRATION: CWS titles02 (1.38.10); FILE MERGED 2007/12/17 15:29:55 oj 1.38.10.2: #i45617# title feature 2007/12/10 11:39:01 oj 1.38.10.1: #i45909# #i45617# #i71469# change title handling File Changes: Directory: /dba/dbaccess/source/ui/inc/ ======================================= File [changed]: querycontroller.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/inc/querycontroller.hxx?r1=1.38&r2=1.39 Delta lines: +5 -4 ------------------- --- querycontroller.hxx 2007-11-21 16:05:27+0000 1.38 +++ querycontroller.hxx 2008-04-04 14:02:30+0000 1.39 @@ -95,7 +95,8 @@ ::rtl::OUString m_sUpdateCatalogName; // catalog for update data ::rtl::OUString m_sUpdateSchemaName; // schema for update data ::rtl::OUString m_sUpdateTableName; // table for update data - ::rtl::OUString m_sName; // name of the query + mutable ::rtl::OUString + m_sName; // name of the query sal_Int32 m_nVisibleRows; // which rows the selection browse should show sal_Int32 m_nSplitPos; // the position of the splitter @@ -132,6 +133,7 @@ void loadViewSettings(const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue>& _rViewProps); ::rtl::OUString translateStatement( bool _bFireStatementChange = true ); + ::rtl::OUString getDefaultName() const; protected: // all the features which should be handled by this class @@ -142,7 +144,7 @@ virtual void Execute(sal_uInt16 nId, const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue>& aArgs); virtual void reconnect( sal_Bool _bUI ); - virtual void updateTitle( ); + virtual ::rtl::OUString getPrivateTitle( ) const; OQueryContainerWindow* getContainer() const { return static_cast< OQueryContainerWindow* >( getView() ); } @@ -220,7 +222,6 @@ // OJoinController overridables virtual bool allowViews() const; virtual bool allowQueries() const; - private: DECL_LINK( OnExecuteAddTable, void* ); }; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
