summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2015-02-02crash on toggling "empty" menu in basic's language toolbarCaolán McNamara1-0/+4
2015-02-02callcatcher: remove some unused methodsCaolán McNamara2-1/+2
2015-02-02fdo#88826: replace MM100toEMU() by convertHmmToEmu()Juan Picca1-5/+0
2015-02-02Kill superfluous vertical whitespaceTor Lillqvist2-14/+1
2015-02-02Use our standard include guard naming conventionTor Lillqvist4-12/+17
2015-02-01coverity#1267693 Uncaught exceptionCaolán McNamara1-1/+1
2015-02-01Extract SfxUndoManager::dumpAsXml() from swMiklos Vajna1-0/+2
2015-01-31Extract SfxUndoAction::dumpAsXml() from swMiklos Vajna1-0/+2
2015-01-30coverity#1267689 Uncaught exceptionCaolán McNamara1-1/+2
2015-01-30chisel off some more unused codeCaolán McNamara2-3/+0
2015-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara31-236/+0
2015-01-29tdf#78854 do not crash when undoing layout changeDavid Tardon1-3/+0
2015-01-29cppu: the LogBrige really needs its own SAL_LOG areaMichael Stahl1-0/+1
2015-01-28That is well worth an assertLionel Elie Mamane1-3/+2
2015-01-28Query Design: use correct name for columns that come from another query.Lionel Elie Mamane1-1/+4
2015-01-28Use vector::dataStephan Bergmann1-1/+1
2015-01-28Some more loplugin:cstylecast clean-upStephan Bergmann2-3/+3
2015-01-28This typedef is not unusedTor Lillqvist1-0/+1
2015-01-28tdf#60739 code factorisationMichaël Lefèvre1-0/+1
2015-01-28remove unused typedefsNoel Grandin18-38/+0
2015-01-27make it possible to easily have variants of glsl programsLuboš Luňák2-5/+11
2015-01-27Get rid of std::auto_ptr in stable URE interfaceStephan Bergmann2-9/+5
2015-01-26fdo#76870 Add support for Excel2013 function ENCODEURLWinfried Donkers2-1/+3
2015-01-26implement css::i18n::XCalendar4 and LocaleCalendar2 service, tdf#63230Eike Rathke1-6/+12
2015-01-26Visible function type RTTI for Clang -fsanitize=functionStephan Bergmann17-23/+27
2015-01-26LOK: move postMouseEvent to DocumentMiklos Vajna3-16/+25
2015-01-26Add initial lok::Office::postMouseEvent()Miklos Vajna2-0/+24
2015-01-26followup code removal after changing virtual methods to non-virtualNoel Grandin84-468/+342
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin188-656/+617
2015-01-25fdo#84592 Improve SvTreeListBox class with alternating rows.Palenik Mihály1-3/+0
2015-01-24Typo: syncro->synchroJulien Nabet2-2/+2
2015-01-24coverity#1265796 Dereference null return valueCaolán McNamara1-7/+1
2015-01-24coverity#1265799 Dereference null return valueCaolán McNamara1-11/+7
2015-01-24Typo: ..syncronous..=>synchronous (dbaccess)(new)Julien Nabet2-7/+7
2015-01-24Revert "Typo: ..syncronous..=>synchronous (dbaccess)"Julien Nabet2-7/+7
2015-01-24Typo: ..syncronous..=>synchronous (dbaccess)Julien Nabet2-7/+7
2015-01-23sal: remove GCC 4.6 check, it does not claim C++11 supportMichael Stahl2-6/+0
2015-01-23sal: try to fix prematurely pushed 853c2fc71a96755a9dee629fd5d0e1cff9a48034Michael Stahl2-0/+12
2015-01-23sal: try to avoid abuse of OUStringBuffer(int) ctorMichael Stahl2-0/+34
2015-01-23Factor out SfxPoolItem::dumpAsXml() from swMiklos Vajna20-19/+20
2015-01-22Resolves: fdo#87639 Image-filter Smooth crashesCaolán McNamara1-1/+0
2015-01-22Revert "fdo#88475 BrowseBox/grid: reposition data cursor to current row after...Lionel Elie Mamane1-1/+0
2015-01-22SAL_DLLPUBLIC_RTTI for proper RTTI visibility for LLVMStephan Bergmann3-2/+10
2015-01-22Factor out SfxStringItem::dumpAsXml() from swMiklos Vajna1-0/+2
2015-01-22fdo#88551 no need to update content from field when activating grid cellLionel Elie Mamane1-1/+0
2015-01-21Resolves: fdo#88562 convert filename widget from ro-edit to selectable-labelCaolán McNamara1-1/+1
2015-01-21Related: fdo#88562 Nothing actually sets ID_FILETP_READONLY or ID_FILETP_TITLECaolán McNamara2-5/+0
2015-01-21callcatcher: update unused codeCaolán McNamara1-4/+2
2015-01-20Make the RAND() and RANDBETWEEN() Calc functions non-random when requestedTor Lillqvist1-0/+31
2015-01-20font cache gets broken on adding an embedded fontCaolán McNamara1-0/+9