QueryTableView.hxx (2e2212a7) | QueryTableView.hxx (67bd56d3) |
---|---|
1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 59 unchanged lines hidden (view full) --- 68 69 virtual bool supressCrossNaturalJoin(const TTableConnectionData::value_type& _pData) const; 70 public: 71 OQueryTableView(Window* pParent,OQueryDesignView* pView); 72 virtual ~OQueryTableView(); 73 74 // Basisklasse ueberschrieben : Fenster kreieren und loeschen 75 // (eigentlich nicht wirklich LOESCHEN, es geht in die Verantwortung einer UNDO-Action ueber) | 1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 59 unchanged lines hidden (view full) --- 68 69 virtual bool supressCrossNaturalJoin(const TTableConnectionData::value_type& _pData) const; 70 public: 71 OQueryTableView(Window* pParent,OQueryDesignView* pView); 72 virtual ~OQueryTableView(); 73 74 // Basisklasse ueberschrieben : Fenster kreieren und loeschen 75 // (eigentlich nicht wirklich LOESCHEN, es geht in die Verantwortung einer UNDO-Action ueber) |
76 bool ContainsTabWin(const OTableWindow& rTabWin); // #122589# Allow to check if OTableWindow is registered |
|
76 virtual void AddTabWin( const ::rtl::OUString& _rTableName, const ::rtl::OUString& _rAliasName, sal_Bool bNewTable = sal_False ); 77 virtual void RemoveTabWin(OTableWindow* pTabWin); 78 79 // und ein AddTabWin, das einen Alias vorgibt 80 void AddTabWin(const ::rtl::OUString& strDatabase, const ::rtl::OUString& strTableName, const ::rtl::OUString& strAlias, sal_Bool bNewTable = sal_False); 81 // TabWin suchen 82 OQueryTableWindow* FindTable(const String& rAliasName); 83 sal_Bool FindTableFromField(const String& rFieldName, OTableFieldDescRef& rInfo, sal_uInt16& rCnt); --- 62 unchanged lines hidden --- | 77 virtual void AddTabWin( const ::rtl::OUString& _rTableName, const ::rtl::OUString& _rAliasName, sal_Bool bNewTable = sal_False ); 78 virtual void RemoveTabWin(OTableWindow* pTabWin); 79 80 // und ein AddTabWin, das einen Alias vorgibt 81 void AddTabWin(const ::rtl::OUString& strDatabase, const ::rtl::OUString& strTableName, const ::rtl::OUString& strAlias, sal_Bool bNewTable = sal_False); 82 // TabWin suchen 83 OQueryTableWindow* FindTable(const String& rAliasName); 84 sal_Bool FindTableFromField(const String& rFieldName, OTableFieldDescRef& rInfo, sal_uInt16& rCnt); --- 62 unchanged lines hidden --- |