'************************************************************************* '* '* $RCSfile: connection_XConnector.xba,v $ '* '* $Revision: 1.1 $ '* '* last change:$Date: 2003-01-27 17:45:54 $ '* '* The Contents of this file are made available subject to the terms of '* either of the following licenses '* '* - GNU Lesser General Public License Version 2.1 '* - Sun Industry Standards Source License Version 1.1 '* '* Sun Microsystems Inc., October, 2000 '* '* GNU Lesser General Public License Version 2.1 '* ============================================= '* Copyright 2000 by Sun Microsystems, Inc. '* 901 San Antonio Road, Palo Alto, CA 94303, USA '* '* This library is free software; you can redistribute it and/or '* modify it under the terms of the GNU Lesser General Public '* License version 2.1, as published by the Free Software Foundation. '* '* This library is distributed in the hope that it will be useful, '* but WITHOUT ANY WARRANTY; without even the implied warranty of '* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU '* Lesser General Public License for more details. '* '* You should have received a copy of the GNU Lesser General Public '* License along with this library; if not, write to the Free Software '* Foundation, Inc., 59 Temple Place, Suite 330, Boston, '* MA 02111-1307 USA '* '* '* Sun Industry Standards Source License Version 1.1 '* ================================================= '* The contents of this file are subject to the Sun Industry Standards '* Source License Version 1.1 (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.openoffice.org/license.html. '* '* Software provided under this License is provided on an "AS IS" basis, '* WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, '* WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS, '* MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING. '* See the License for the specific provisions governing your rights and '* obligations concerning the Software. '* '* The Initial Developer of the Original Code is: Sun Microsystems, Inc. '* '* Copyright: 2000 by Sun Microsystems, Inc. '* '* All Rights Reserved. '* '* Contributor(s): _______________________________________ '* '* '************************************************************************* '************************************************************************* Sub RunTest() '************************************************************************* ' INTERFACE: ' com.sun.star.connection.XConnector '************************************************************************* On Error Goto ErrHndl Dim bOK As Boolean Dim xConn As Object Dim sConnStr As String Test.StartMethod("connect()") bOK = true sConnStr = mid(CNCSTR, inStr(CNCSTR, "socket")) Out.Log("Trying to connect with '" & sConnStr & "'") xConn = oObj.connect(sConnStr) bOK = bOK AND hasUNOInterfaces(xConn, "com.sun.star.connection.XConnection") if (bOK) then Out.Log("Connected! Connection description: " & xConn.getDescription()) Out.Log("Closing connection...") xConn.close() end if Test.MethodTested("connect()", bOK) Exit Sub ErrHndl: Test.Exception() bOK = false resume next End Sub llabora/cp-6.2'>distro/collabora/cp-6.2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sd/inc/glob.hrc
AgeCommit message (Expand)Author
2017-01-19flatten resource, drop LocalResource classCaolán McNamara
2016-11-17tdf#103950 Undo does not revert bundled font size changes for table cellsNoel Grandin
2016-08-13tdf#89466 Add Master Slide and Close Master View buttonSusobhan Ghosh
2016-04-12Avoid reserved identifiersStephan Bergmann
2015-11-04STR_3DOBJECTBARSHELL, STR_FONTWORKOBJECTBARSHELL appear to be unusedStephan Bergmann
2015-11-04STR_MASTERPAGESSELECTOR appears to be unusedStephan Bergmann
2015-01-08brute-force find-and-remove of unused #define constants.Noel Grandin
2014-11-25all these ids and their associated resources were unnecessaryCaolán McNamara
2014-11-24move RID_APPTITLE to desktop where its usedCaolán McNamara
2014-06-30Impress Remote: allow removal of authorised remotes.Andrzej Hunt
2014-05-19hrc and src files: squeeze multiple newlinesThomas Arnhold
2014-02-26Remove visual noise from sdAlexander Wilms
2013-11-15convert impress remote dialog to .uiCaolán McNamara
2013-09-02unused string resourceCaolán McNamara
2013-05-20Resolves: #i121420# merge sidebar featureOliver-Rainer Wittmann
2013-04-11Resolves: #i119287# exchanged hard attributes for OLE and GraphicObjectArmin Le Grand