# # 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 . # Title=%PRODUCTNAME Writer Language=sid Order=2 Start=text%2Fswriter%2Fmain0000.xhp Heading=headingheading Program=WRITER fice-7-4-LTS LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/appluno.cxx
AgeCommit message (Expand)Author
2014-05-06Avoid possible memory leaks in case of exceptionsTakeshi Abe
2014-04-23sc: sal_Bool->boolNoel Grandin
2014-04-14Clean up function declarations and some unused functionsStephan Bergmann
2014-04-06whitespace cleanup in scMarkus Mohrhard
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-24coverity#737355 Uncaught exceptionCaolán McNamara
2014-02-24coverity#737354 Uncaught exceptionCaolán McNamara
2014-02-24coverity#737278 Uncaught exceptionCaolán McNamara
2014-02-24coverity#737277 Uncaught exceptionCaolán McNamara
2014-02-24coverity#737274 Uncaught exceptionCaolán McNamara
2014-02-24coverity#737273 Uncaught exceptionCaolán McNamara
2014-02-24coverity#737272 Uncaught exceptionCaolán McNamara
2014-02-24coverity#737271 Uncaught exceptionCaolán McNamara
2014-02-24coverity#737270 Uncaught exceptionCaolán McNamara
2014-02-24coverity#737269 Uncaught exceptionCaolán McNamara
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-11coverity#737276 Uncaught exceptionCaolán McNamara
2014-02-11coverity#737275 Uncaught exceptionCaolán McNamara
2013-12-12Convert OUString** to std::vector<OUString> in ScFuncDescNoel Grandin
2013-12-12Don't hold css::uno::Type instances by pointerStephan Bergmann
2013-12-11Revert "Don't hold css::uno::Type instances by pointer"Stephan Bergmann
2013-12-11Don't hold css::uno::Type instances by pointerStephan Bergmann
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist
2013-10-08convert sc/source/ui/unoobj/*.cxx from String to OUStringNoel Grandin
2013-07-09Mark as constTakeshi Abe
2013-05-20Resolves: #i121420# merge sidebar featureOliver-Rainer Wittmann
2013-05-14initialized with plain 0, instead of sal_False/falseTakeshi Abe
2013-05-13fix uninitialised warningsNoel Grandin
2013-05-13fdo#46808, Convert sheet::GlobalSheetSettings service to new styleNoel Grandin
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák
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
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold
2012-12-15calcishmakkica: #i90269# #i95144# #i101466# implement SUMIFS, AVERAGEIFS, COU...Marina Plakalovic
2012-12-04re-base on ALv2 code. Includes:Michael Meeks