# # # 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_Module_Module,eventattacher)) $(eval $(call gb_Module_add_targets,eventattacher,\ Library_evtatt \ )) n='2'>cgit logo index : lo/core
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sot
AgeCommit message (Expand)Author
2014-05-01Many spelling fixes: directories r* - z*.Pedro Giffuni
2014-04-20coverity#705538 Unintentional integer overflowCaolán McNamara
2014-04-19fixincludeguards.sh: some smaller dirsThomas Arnhold
2014-04-07Remove unused functionsStephan Bergmann
2014-04-07Replace SV_DECL/IMPL_REF macros with SvRef templateStephan Bergmann
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann
2014-03-30MSVC helpfully provides warning C4310: cast truncates constant valueMichael Stahl
2014-03-30sot: convert that to SAL_INFOMichael Stahl
2014-03-30deploy some asserts to detect truncated STREAM_SEEK_TO_ENDMichael Stahl
2014-03-30sot: fix some bizarre resize code that creates 4G temp files on 32bitMichael Stahl
2014-03-29Fix some types in virtual methods to properly override.Matúš Kukan
2014-03-29tools: support 64-bit file positions in SvStreamMichael Stahl
2014-03-28coverity#1078520 Logically dead codeCaolán McNamara
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-03-26Split TYPEINFO into plain and TYPEINFO_OVERRIDEStephan Bergmann
2014-03-18Find places where OUString and OString are passed by value.Noel Grandin
2014-03-05debug only code SotFactory::Find(SvGlobalName const&)Noel Grandin
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-25Remove visual noise from sotAlexander Wilms
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-20cid#1078823 Dereference before null checkNoel Grandin
2014-02-19sot: sal_Bool -> bool fixupStephan Bergmann
2014-02-12Perhaps it's better to use nMaxLegalStr here than using hardcoded 32.Kohei Yoshida
2014-02-12more SvStream:operator>> conversionNoel Grandin
2014-02-12convert SvStream::operator>> methods to ReadXXX methodsNoel Grandin
2014-02-12fdo#52547 SOT: Prefer embedding image data to embedding linked image.Andrzej Hunt
2014-02-10remove commented codeMarkus Mohrhard
2014-02-10fix crash during xls import, related fdo#36580Markus Mohrhard
2014-02-04convert specialised SvStream::operator>> methods to ReadXXX methodsNoel Grandin
2014-01-30Resolves: #i124085# disabled CF_DIBV5...Armin Le Grand