Kaydet (Commit) a3a7fec0 authored tarafından Kurt Zenker's avatar Kurt Zenker

INTEGRATION: CWS dba23a (1.12.254); FILE MERGED

2007/02/26 10:34:00 fs 1.12.254.1: remove unused code
Issue number:  #i74776#
Submitted by:  jnavrati@openoffice.org
Reviewed by:   frank.schoenheit@sun.com
üst c4b411e3
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: QueryViewSwitch.hxx,v $ * $RCSfile: QueryViewSwitch.hxx,v $
* *
* $Revision: 1.12 $ * $Revision: 1.13 $
* *
* last change: $Author: rt $ $Date: 2005-09-08 15:31:11 $ * last change: $Author: kz $ $Date: 2007-05-10 10:28:48 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -84,19 +84,13 @@ namespace dbaui ...@@ -84,19 +84,13 @@ namespace dbaui
void setNoneVisbleRow(sal_Int32 _nRows); void setNoneVisbleRow(sal_Int32 _nRows);
// returs the add table dialog from the design view // returs the add table dialog from the design view
OAddTableDlg* getAddTableDialog(); OAddTableDlg* getAddTableDialog();
BOOL IsAddAllowed();
void zoomTableView(const Fraction& _rFraction);
void SaveUIConfig(); void SaveUIConfig();
void clearDesignView();
void GetFocus();
void reset(); void reset();
void GrabFocus(); void GrabFocus();
OQueryDesignView* getDesignView() const { return m_pDesignView; } OQueryDesignView* getDesignView() const { return m_pDesignView; }
OQueryContainerWindow* getContainer() const; OQueryContainerWindow* getContainer() const;
Window* getActive() const;
void SetPosSizePixel( Point _rPt,Size _rSize); void SetPosSizePixel( Point _rPt,Size _rSize);
::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > getORB() const; ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > getORB() const;
protected: protected:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment