/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* * This file is part of the LibreOffice project. * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * * This file incorporates work covered by the following license notice: * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed * with this work for additional information regarding copyright * ownership. The ASF licenses this file to you under the Apache * License, Version 2.0 (the "License"); you may not use this file * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ #ifndef _SELECTDBTABLEDIALOG_HXX #define _SELECTDBTABLEDIALOG_HXX #include #include #include #include #include namespace com{namespace sun{namespace star{ namespace sdbc{ class XConnection; } }}} class SwSelectDBTableDialog : public SfxModalDialog { FixedText m_aSelectFI; HeaderBar m_aTableHB; SvTabListBox m_aTableLB; PushButton m_aPreviewPB; FixedLine m_aSeparatorFL; OKButton m_aOK; CancelButton m_aCancel; HelpButton m_aHelp; String m_sName; String m_sType; String m_sTable; String m_sQuery; ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection> m_xConnection; DECL_LINK(PreviewHdl, PushButton*); public: SwSelectDBTableDialog(Window* pParent, const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection>& xConnection ); ~SwSelectDBTableDialog(); String GetSelectedTable(bool& bIsTable); void SetSelectedTable(const String& rTable, bool bIsTable); }; #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ ollabora/cd-5.3-3.1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2012-06-22 21:04:04 +0200
committerMichael Stahl <mstahl@redhat.com>2012-06-22 22:39:31 +0200
commit1ab899c4c8a5f05b22ddc9906b2ef71e0063e600 (patch)
tree4c348158281de8e10fff456b71e436e4ae02adcd /scripting/examples/beanshell/InteractiveBeanShell/parcel-descriptor.xml
parent4077192c38747f29714b5bed676d1e2cf0844f3c (diff)
.xml files don't need executable bits
Change-Id: I399d086181a9f513cd95157e815551f0be9b9e95