/************************************************************************* * * 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 * * for a copy of the LGPLv3 License. * ************************************************************************/ #ifndef INCLUDED_SW_PRIMITIVETYPES2D_HXX #define INCLUDED_SW_PRIMITIVETYPES2D_HXX #ifndef INCLUDED_DRAWINGLAYER_PRIMITIVE2D_PRIMITIVETYPES2D_HXX #include #endif ////////////////////////////////////////////////////////////////////////////// #define PRIMITIVE2D_ID_SWVIRTFLYDRAWOBJPRIMITIVE2D (PRIMITIVE2D_ID_RANGE_SW| 0) #define PRIMITIVE2D_ID_SWSIDEBARANCHORPRIMITIVE (PRIMITIVE2D_ID_RANGE_SW| 1) #define PRIMITIVE2D_ID_SWSIDEBARSHADOWPRIMITIVE (PRIMITIVE2D_ID_RANGE_SW| 2) ////////////////////////////////////////////////////////////////////////////// #endif // INCLUDED_SW_PRIMITIVETYPES2D_HXX ////////////////////////////////////////////////////////////////////////////// // eof tion> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-10-01sw: std::auto_ptr -> std::unique_ptrStephan Bergmann
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann
2014-09-10Replace uses of old SFX_ITEM_AVAILABLE alias with SFX_ITEM_DEFAULTStephan Bergmann
2014-08-22QueryBox QB_CONNECT -> MessageDialog + stringCaolán McNamara
2014-08-20fix crashing on exit in static SvxBrushItem dtorCaolán McNamara
2014-08-18InfoBox REG_WRONG_PASSWORD and REG_WRONG_PASSWD_REPEAT to StringThomas Arnhold
2014-07-26Massive 'Dialogdiet fail' and similar to 'Dialog creation failed'Matteo Casalin
2014-06-11Change SfxTabPage ctor SfxItemSet param from ref to pointerStephan Bergmann
2014-06-11Change SfxTabPage::Reset param from ref to pointerStephan Bergmann
2014-06-10Change SfxTabPage::FillItemSet param from ref to pointerStephan Bergmann
2014-06-02Avoid possible memory leaks in case of exceptionsTakeshi Abe
2014-05-27sw: move sw/source/core/uibase to sw/source/uibaseMichael Stahl
2014-05-27Remove ASCII art and useless comments from sw moduleChris Laplante
2014-05-12fdo#78271: sw: Insert Section dialog: fix editing of nameMichael Stahl
2014-04-30sw: sal_Bool->boolNoel Grandin
2014-04-15sw: clean up inter-module includesThomas Arnhold
2014-04-15Clean up function declarations and some unused functionsStephan Bergmann
2014-04-07WaE: -Werror=uninitializedCaolán McNamara
2014-04-06Use index to get consecutive OUString tokensMatteo Casalin
2014-04-06OUString: constify, remove temporaries and unneeded castsMatteo Casalin
2014-04-06Constify some variablesMatteo Casalin
2014-04-03svl: sal_Bool->boolNoel Grandin
2014-04-01Bin pointless INET_HEX_ESCAPETor Lillqvist
2014-03-27sfx2: sal_Bool->boolNoel Grandin
2014-03-25svtools: sal_Bool->boolNoel Grandin
2014-03-11svx: sal_Bool->boolNoel Grandin
2014-03-09fdo#70422 Moved the linked files from sw/source/ui to a new core/uibase dirroopak12345
2014-02-27Remove visual noise from swAlexander Wilms
2014-02-24Replace exisiting TriState, AutoState with more generic TriStateStephan Bergmann
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-21vcl: sal_Bool -> boolStephan Bergmann
2014-02-20svl: sal_Bool -> boolStephan Bergmann
2014-01-28bool improvementsStephan Bergmann
2014-01-17bool improvementsStephan Bergmann
2014-01-08123792: complete annotations on text ranges featureOliver-Rainer Wittmann
2013-12-02Integrate branch of IAccessible2Steve Yin