/* -*- 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: * */ #ifndef CONFIG_OAUTH2_H #define CONFIG_OAUTH2_H /* Google Drive settings */ #define GDRIVE_BASE_URL "https://www.googleapis.com/drive/v2" #define GDRIVE_CLIENT_ID "" #define GDRIVE_CLIENT_SECRET "" #define GDRIVE_AUTH_URL "https://accounts.google.com/o/oauth2/auth" #define GDRIVE_TOKEN_URL "https://accounts.google.com/o/oauth2/token" #define GDRIVE_REDIRECT_URI "urn:ietf:wg:oauth:2.0:oob" #define GDRIVE_SCOPE "https://www.googleapis.com/auth/drive" /* Alfresco Cloud */ #define ALFRESCO_CLOUD_BASE_URL "https://api.alfresco.com/" #define ALFRESCO_CLOUD_CLIENT_ID "" #define ALFRESCO_CLOUD_CLIENT_SECRET "" #define ALFRESCO_CLOUD_AUTH_URL "https://api.alfresco.com/auth/oauth/versions/2/authorize" #define ALFRESCO_CLOUD_TOKEN_URL "https://api.alfresco.com/auth/oauth/versions/2/token" #define ALFRESCO_CLOUD_REDIRECT_URI "http://127.0.0.1/Callback" #define ALFRESCO_CLOUD_SCOPE "public_api" /* OneDrive */ #define ONEDRIVE_BASE_URL "https://graph.microsoft.com/v1.0" #define ONEDRIVE_CLIENT_ID "" #define ONEDRIVE_CLIENT_SECRET "" #define ONEDRIVE_AUTH_URL "https://login.microsoftonline.com/common/oauth2/v2.0/authorize" #define ONEDRIVE_TOKEN_URL "https://login.microsoftonline.com/common/oauth2/v2.0/token" #define ONEDRIVE_REDIRECT_URI "http://localhost/LibreOffice" #define ONEDRIVE_SCOPE "Files.ReadWrite offline_access" #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ b/libreoffice-6-2'>distro/cib/libreoffice-6-2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sc/inc/scextopt.hxx
AgeCommit message (Expand)Author
2011-03-13translate german comments in /sc/incNicolas Christener
2010-10-28add modelines to .hxx files as wellCaolán McNamara
2010-09-15sc-sheet-gridline-toggle.diff: Toggle gridline display per sheet.Kohei Yoshida
2010-07-27mib17: rebase to DEV300_m84Daniel Rentz
2010-07-07mib17: adjusted codename handling in xls filter, do not restrict vba event ha...Daniel Rentz
2010-05-21dr76: #i103453# import visual area for embedded documentsDaniel Rentz
2010-02-17CWS-TOOLING: integrate CWS changefileheader2Vladimir Glazunov
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun Mi...Jens-Heiner Rechtien
2010-01-29ab71: merge with DEV300_m54Jens-Heiner Rechtien
2009-07-01CWS-TOOLING: integrate CWS scsheetprotection02Release Engineers
2009-06-17#i102261# OLE control event handler supportAndreas Bregas
2009-01-06CWS-TOOLING: integrate CWS ooxml02Rüdiger Timm
2008-04-10INTEGRATION: CWS changefileheader (1.12.700); FILE MERGEDRüdiger Timm
2005-09-08INTEGRATION: CWS ooo19126 (1.11.146); FILE MERGEDRüdiger Timm
2005-02-21INTEGRATION: CWS dr32 (1.10.174); FILE MERGEDVladimir Glazounov
2004-08-11INTEGRATION: CWS encryption (1.9.72); FILE MERGEDOliver Bolte
2004-06-04INTEGRATION: CWS rowlimit (1.6.202); FILE MERGEDOliver Bolte
2004-03-02INTEGRATION: CWS calc18 (1.6.158); FILE MERGEDRüdiger Timm
2003-12-01INTEGRATION: CWS ooo20031110 (1.6.168); FILE MERGEDRüdiger Timm
2003-03-26MWS_SRX644: migrate branch mws_srx644 -> HEADJens-Heiner Rechtien
2002-12-10#i9835# preserve excel window protected stateJohn Marmion