# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- #************************************************************************* # # 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/. # #************************************************************************* $(eval $(call gb_CppunitTest_CppunitTest,cppcanvas_test)) $(eval $(call gb_CppunitTest_add_exception_objects,cppcanvas_test, \ cppcanvas/qa/unit/test \ )) $(eval $(call gb_CppunitTest_use_external,cppcanvas_test,boost_headers)) $(eval $(call gb_CppunitTest_use_libraries,cppcanvas_test, \ cppcanvas \ basegfx \ canvastools \ comphelper \ cppu \ cppuhelper \ i18nlangtag \ sal \ svt \ test \ tl \ vcl \ $(gb_UWINAPI) \ )) $(eval $(call gb_CppunitTest_use_api,cppcanvas_test,\ offapi \ udkapi \ )) $(eval $(call gb_CppunitTest_use_ure,cppcanvas_test)) $(eval $(call gb_CppunitTest_use_vcl,cppcanvas_test)) $(eval $(call gb_CppunitTest_use_components,cppcanvas_test,\ canvas/source/cairo/cairocanvas \ canvas/source/factory/canvasfactory \ configmgr/source/configmgr \ i18npool/util/i18npool \ linguistic/source/lng \ package/util/package2 \ sax/source/expatwrap/expwrap \ ucb/source/core/ucb1 \ unoxml/source/service/unoxml \ )) $(eval $(call gb_CppunitTest_use_configuration,cppcanvas_test)) # vim: set noet sw=4 ts=4: -3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sc/source/ui/undo/undoblk.cxx
AgeCommit message (Expand)Author
2014-11-15Remove brdcst.hxx from document.hxx.Kohei Yoshida
2014-10-28loplugin: cstylecastNoel Grandin
2014-09-04create type-safe bitfield for sc insert/delete flagsNoel Grandin
2014-07-31fdo#78555: Retain formula results when moving a range of cells.Kohei Yoshida
2014-06-27remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud
2014-06-25remove whitespaceMarkus Mohrhard
2014-06-24new compilerplugin returnbyrefNoel Grandin
2014-06-13loplugin:staticcallStephan Bergmann
2014-05-19Register OpenGL windows to ScGridWindow upon file load.Kohei Yoshida
2014-05-13fdo#78402: Adjust references of validity entries as appropriate.Kohei Yoshida
2014-05-02Avoid possible memory leaks in case of exceptionsTakeshi Abe
2014-04-24add undo action for conditional formatting, cp#1000050, fdo#77381Markus Mohrhard
2014-04-14typo: reverese -> reverseThomas Arnhold
2014-03-15We should broadcast on reference move only when undoing move, not copy.Kohei Yoshida
2014-03-15fdo#71491: Adjust reference during undo of drag-n-drop of cell range.Kohei Yoshida
2014-03-06coverity#1190369 Uninitialized scalar fieldCaolán McNamara
2014-02-25fdo#75386: Totally fix reference update during range move.Kohei Yoshida
2014-02-19sal_Bool->boolNoel Grandin
2014-02-19sal_Bool->boolNoel Grandin
2014-02-19sal_Bool->boolNoel Grandin
2014-02-17fdo#75032: Handle note copying correctly.Kohei Yoshida
2014-02-17fdo#75032: Skip notes when copying values from undo document.Kohei Yoshida
2014-02-05fdo#74556: Correctly handle note captions life cycles.Kohei Yoshida
2014-02-05Remove use of GetMark*Ranges() from DeleteMulti().Kohei Yoshida
2014-02-01Add RowHeightContext to stuff all parameters for SetOptimalHeights().Kohei Yoshida
2014-01-29fdo#74014: Broadcast changes during undo and redo after paste.Kohei Yoshida
2014-01-28bool improvementsStephan Bergmann
2014-01-28fdo#74014: Better fix, to re-use existing method.Kohei Yoshida
2014-01-27fdo#74014: Broadcast cells on undoing of "cut".Kohei Yoshida
2013-10-23Re-implement cell note storage using mdds::multi_type_vector.Laurent Godard
2013-10-08convert sc/source/ui/undo/*.cxx from String to OUStringNoel Grandin
2013-10-04convert sc/.../undoblk.hxx from String to OUStringNoel Grandin
2013-07-07module svl: all String and some bool and related clean-upNorbert Thiebaud
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2012-12-04re-base on ALv2 code. Includes:Michael Meeks
2012-11-01Explicitly call these methods to init / update note positions.Kohei Yoshida
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák
2012-08-25removed commented out code in sc/source/ui/undoPhilipp Riemer
2012-08-25remove ascii-art and blank lines in sc/source/ui/undoPhilipp Riemer
2012-08-25fdo#39468: Translated German comments in sc/source/ui/undoPhilipp Riemer
2012-08-24Translation of comments from german in sc/source/ui/undoAlbert Thuswaldner
2012-07-23-Werror=unused-parameterStephan Bergmann
2012-06-09remove dead codeThomas Arnhold
2012-06-09Remove superfluous include commentsThomas Arnhold
2012-06-09Remove superfluous include commentsThomas Arnhold
2012-05-14convert GetComment family to rtl::OUStringCaolán McNamara
2012-04-02Don't instantiate ScDocFunc objects, get them from the doc-shellMichael Meeks