summaryrefslogtreecommitdiff
path: root/sw/inc/swunodef.hxx
blob: e63514e11f1a66665de6cabd859bbf542f54d5bc (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
29
30
31
32
33
34
35
36
/*************************************************************************
 *
 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
 *
 * Copyright 2000, 2010 Oracle and/or its affiliates.
 *
 * OpenOffice.org - a multi-platform office productivity suite
 *
 * This file is part of OpenOffice.org.
 *
 * OpenOffice.org is free software: you can redistribute it and/or modify
 * it under the terms of the GNU Lesser General Public License version 3
 * only, as published by the Free Software Foundation.
 *
 * OpenOffice.org 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 version 3 for more details
 * (a copy is included in the LICENSE file that accompanied this code).
 *
 * You should have received a copy of the GNU Lesser General Public License
 * version 3 along with OpenOffice.org.  If not, see
 * <http://www.openoffice.org/license.html>
 * for a copy of the LGPLv3 License.
 *
 ************************************************************************/
#ifndef _SWUNODEF_HXX
#define _SWUNODEF_HXX

#define STAR_NMSPC              ::com::sun::star
#define UNO_NMSPC               STAR_NMSPC::uno
#define CLIP_NMSPC              STAR_NMSPC::datatransfer::clipboard

#define STAR_REFERENCE(aType)   UNO_NMSPC::Reference< STAR_NMSPC::aType >

#endif
Markus Mohrhard 2013-03-23Related coverity#704213/704214/704215 Logically dead codeJulien Nabet 2013-03-20n#734735: Use full available size for pie charts.Muthu Subramanian 2013-03-20simplify OUString assignmentsChr. Rossmanith 2013-03-20fdo#46808, Convert a bunch of comphelper::ComponentContext stuffNoel Grandin 2013-03-20fdo#46808, convert drawing::GraphicExportFilter to new styleNoel Grandin 2013-03-19Assume that these shall indeed check full string equalityStephan Bergmann 2013-03-19let us keep the gnumeric value handling in xmloffMarkus Mohrhard 2013-03-19fdo#61135 stepped lines graph: handle ods filesEricSeynaeve 2013-03-14remove legacy build.pl prj/build.lst files.Michael Meeks 2013-03-14warning C4101: unreferenced local variableMichael Stahl 2013-03-14warning C4101: unreferenced local variableMichael Stahl 2013-03-14n#734735: Decrease pie chart's thickness.Muthu Subramanian 2013-03-13vcl: make Region ctors explicit to prevent overloading desastersMichael Stahl 2013-03-11Fix chart2 buildFridrich Štrba 2013-03-11 #119989# Support relative 3D pie chart height when importing charts.Armin Le Grand 2013-03-09fdo#43460: use isEmpty()Thomas Arnhold 2013-03-09remove commented out codeThomas Arnhold