summaryrefslogtreecommitdiff
path: root/sc/inc/scwarngs.hxx
blob: fb460d2cec1259eb3d552c15c4eb2e56728a8396 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
/* -*- 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 INCLUDED_SC_INC_SCWARNGS_HXX
#define INCLUDED_SC_INC_SCWARNGS_HXX

#define ERRCODE_SC_EXPORT_WRN_ASCII       (ERRCODE_WARNING_MASK | ERRCODE_AREA_SC | ERRCODE_CLASS_WRITE | 1)
#define ERRCODE_SC_IMPORT_WRN_RNGOVRFLW   (ERRCODE_WARNING_MASK | ERRCODE_AREA_SC | ERRCODE_CLASS_READ  | 1)

#endif

/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
class='decoration'>Noel 2021-01-02introduce Degree100 strong_int typeNoel 2020-12-23add utility NbcRotate methodNoel Grandin 2020-12-03tdf#34828 sd navigator: make unnamed shape select select shape objectJim Raykowski 2020-11-23pragma once for svdobj.hxxTomaž Vajngerl 2020-11-23svx: organize forward declarations in svdobj.hxxTomaž Vajngerl 2020-11-06make SdrObject Identifiers SdrObjKind enum membersCaolán McNamara 2020-10-26switching long to a 64-bit type on 64-bit windowsNoel 2020-10-16try to prefetch also graphics for background fill bitmapLuboš Luňák 2020-04-16tdf#122444 Use fontwork name for object nameJim Raykowski 2020-03-13Revert "loplugin:constfields in svx"Noel Grandin 2020-02-02tdf#128302: Split SVXCORE_DLLPUBLIC from SVX_DLLPUBLICStephan Bergmann 2019-11-05Looks like UBSan still needs SdrObjGeoData's RTTI for some reasonStephan Bergmann 2019-11-05make some classes module-privateNoel Grandin 2019-10-28tdf#125191 Give object copies unique namesJim Raykowski 2019-10-09rename ImpTakeDescriptionStr -> ImpGetDescriptionStrNoel Grandin 2019-09-27loplugin:virtualdead in svxNoel Grandin 2019-09-06use unique_ptr in DoConvertToPolyObjNoel Grandin 2019-09-05use unique_ptr in SdrObject::getFullDragCloneNoel Grandin 2019-09-03loplugin:constmethod in svxNoel Grandin 2019-08-27no need to add a new virtual method (tdf#119388 related)Noel Grandin 2019-08-23tdf#119388 use virtual to bypass dynamic_castNoel Grandin 2019-08-05SmartArt: store diagram data model in SdrObjectGrzegorz Araminowicz 2019-08-03Fix typosAndrea Gelmini 2019-06-11tdf#42949 Fix IWYU warnings in include/svx/[sS][v-Z]*Gabor Kelemen 2019-04-24tdf#89522 PERF FILEOPEN xlsx, part 1Noel Grandin