summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Make OUStringLiteral more usefulStephan Bergmann2015-02-062-1/+95
* shared_ptr<T>(new T(args)) -> make_shared<T>(args)Caolán McNamara2015-02-068-39/+38
* sal: add back the append / insert assertions that were...Michael Stahl2015-02-062-0/+4
* Move OpenCLError::strerror() from sc to opencl, and rename to errorString()Tor Lillqvist2015-02-061-0/+6
* sal: add some argument checking assertions for strings and buffersMichael Stahl2015-02-052-19/+0
* convert all remaining BOOST_STATIC_ASSERT to static_assertCaolán McNamara2015-02-052-8/+5
* Deprecate salhelper::SimpleReferenceObjectStephan Bergmann2015-02-051-1/+3
* The horrible CHECK_OPENCL() fortunately is used only in openclwrapper.cxxTor Lillqvist2015-02-051-8/+0
* callcatcher: update unused codeCaolán McNamara2015-02-053-6/+0
* fdo#39440: replace C-style cast'sJuan Picca2015-02-051-0/+2
* rename MenuConfiguration::Attributes->MenuAttributesCaolán McNamara2015-02-041-44/+44
* Adapt for iOS, tooTor Lillqvist2015-02-041-3/+9
* fix leak from framework::AddonMenuManager::BuildMenuCaolán McNamara2015-02-042-8/+34
* make idle timers actually activate only when idleLuboš Luňák2015-02-041-1/+4
* Fix TYPEINFO_VISIBILITY vs. TYPEINFO_VISIBILITY_OVERRIDEStephan Bergmann2015-02-032-3/+3
* add some SAL_INFO to group area listener and formula cell ctor/dtorEike Rathke2015-02-031-0/+2
* callcatcher: shave off some moreCaolán McNamara2015-02-038-27/+1
* callcatcher: shave off a few moreCaolán McNamara2015-02-021-1/+0
* crash on toggling "empty" menu in basic's language toolbarCaolán McNamara2015-02-021-0/+4
* callcatcher: remove some unused methodsCaolán McNamara2015-02-022-1/+2
* fdo#88826: replace MM100toEMU() by convertHmmToEmu()Juan Picca2015-02-021-5/+0
* Kill superfluous vertical whitespaceTor Lillqvist2015-02-022-14/+1
* Use our standard include guard naming conventionTor Lillqvist2015-02-024-12/+17
* coverity#1267693 Uncaught exceptionCaolán McNamara2015-02-011-1/+1
* Extract SfxUndoManager::dumpAsXml() from swMiklos Vajna2015-02-011-0/+2
* Extract SfxUndoAction::dumpAsXml() from swMiklos Vajna2015-01-311-0/+2
* coverity#1267689 Uncaught exceptionCaolán McNamara2015-01-301-1/+2
* chisel off some more unused codeCaolán McNamara2015-01-302-3/+0
* callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara2015-01-2931-236/+0
* tdf#78854 do not crash when undoing layout changeDavid Tardon2015-01-291-3/+0
* cppu: the LogBrige really needs its own SAL_LOG areaMichael Stahl2015-01-291-0/+1
* That is well worth an assertLionel Elie Mamane2015-01-281-3/+2
* Query Design: use correct name for columns that come from another query.Lionel Elie Mamane2015-01-281-1/+4
* Use vector::dataStephan Bergmann2015-01-281-1/+1
* Some more loplugin:cstylecast clean-upStephan Bergmann2015-01-282-3/+3
* This typedef is not unusedTor Lillqvist2015-01-281-0/+1
* tdf#60739 code factorisationMichaël Lefèvre2015-01-281-0/+1
* remove unused typedefsNoel Grandin2015-01-2818-38/+0
* make it possible to easily have variants of glsl programsLuboš Luňák2015-01-272-5/+11
* Get rid of std::auto_ptr in stable URE interfaceStephan Bergmann2015-01-272-9/+5
* fdo#76870 Add support for Excel2013 function ENCODEURLWinfried Donkers2015-01-262-1/+3
* implement css::i18n::XCalendar4 and LocaleCalendar2 service, tdf#63230Eike Rathke2015-01-261-6/+12
* Visible function type RTTI for Clang -fsanitize=functionStephan Bergmann2015-01-2617-23/+27
* LOK: move postMouseEvent to DocumentMiklos Vajna2015-01-263-16/+25
* Add initial lok::Office::postMouseEvent()Miklos Vajna2015-01-262-0/+24
* followup code removal after changing virtual methods to non-virtualNoel Grandin2015-01-2684-468/+342
* new loplugin: change virtual methods to non-virtualNoel Grandin2015-01-26188-656/+617
* fdo#84592 Improve SvTreeListBox class with alternating rows.Palenik Mihály2015-01-251-3/+0
* Typo: syncro->synchroJulien Nabet2015-01-242-2/+2
* coverity#1265796 Dereference null return valueCaolán McNamara2015-01-241-7/+1