summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2016-02-15Remove newly unused .java fileStephan Bergmann1-264/+0
2016-02-15Rename rtl::isValidCodePoint -> rtl::isUnicodeCodePointStephan Bergmann1-1/+1
2016-02-15tdf#94858, avoid O(n^2) algorithm during outline importMarkus Mohrhard9-2/+68
2016-02-15tdf#45904 move java based api tests to c++kadertarlan4-2/+295
2016-02-14coverity#1352321 Dereference null return valueCaolán McNamara1-2/+2
2016-02-14coverity#1352451 Uncaught exceptionCaolán McNamara4-8/+8
2016-02-11cppcheck: unreadVariable 'bTextWrap'Jochen Nitschke1-10/+0
2016-02-11[API CHANGE] add operator==/!= to UNO structsNoel Grandin4-65/+0
2016-02-11tdf#67343 Standardize order of dialog buttonsOlivier Hallot1-12/+13
2016-02-10Refactor ScMarkData for tdf#50916Dennis Francis14-125/+539
2016-02-09don't assert that no ODF import happens without a base URLMichael Stahl1-1/+2
2016-02-09Remove excess newlinesChris Sherlock7-9/+0
2016-02-09Formatting changes across all modulesChris Sherlock14-45/+36
2016-02-08vcl: cmdevt.[hc]xx -> commandevent.[hc]xxChris Sherlock1-1/+1
2016-02-08revert part of "loplugin:unusedmethods"Noel Grandin1-0/+2
2016-02-08Export attribute only applies to SvMetaSlot, so move it downNoel Grandin1-12/+0
2016-02-08remove unused ModulePrefix in *.SDI filesNoel Grandin1-4/+2
2016-02-08remove unused HelpText attribute from *.sdi filesNoel Grandin2-6/+0
2016-02-08remove unnecessary module GUIDs in *.sdi filesNoel Grandin1-2/+0
2016-02-08svx: SdrModel::mbTiledRendering is never readMiklos Vajna1-1/+0
2016-02-08tdf#97369: Fix SUMming in the software interpreterTor Lillqvist1-6/+5
2016-02-08tdf#97587: Treat plain NaNs as zero in the software interpreter for SUMTor Lillqvist2-0/+32
2016-02-08loplugin:unusedmethodsNoel Grandin7-73/+25
2016-02-06mpColumn can already be dead in ~FormulaGroupAreaListenerStephan Bergmann1-4/+1
2016-02-06lok: Search result should contain info if it is a 'search all' result.Jan Holesovsky1-0/+1
2016-02-06vcl: bmpacc.hxx -> bitmapaccess.hxxChris Sherlock3-3/+3
2016-02-06vcl: split exception types from input typesChris Sherlock1-6/+5
2016-02-05coverity#1351877 'Constant' variable guards dead codeCaolán McNamara1-1/+1
2016-02-05interface to new XTextSearch2 with SearchOptions2, tdf#72196Eike Rathke1-1/+1
2016-02-05Resolves: tdf#97465 like scroll ignore wheel for sc input handler inputchangedCaolán McNamara1-0/+4
2016-02-05remove unnecessary comments from .SDI filesNoel Grandin1-730/+0
2016-02-05Avoid ambiguities among operator[] overloadsStephan Bergmann1-20/+0
2016-02-05Fix typosAndrea Gelmini11-16/+16
2016-02-05remove commented out stuff from .SDI filesNoel Grandin2-24/+0
2016-02-05remove unused UUID and VERSION from .SDI filesNoel Grandin5-58/+1
2016-02-05remove unused Readonly from .SDI filesNoel Grandin3-64/+0
2016-02-05remove unused Automation from .SDI filesNoel Grandin5-5/+5
2016-02-05vcl: remove VCL_INPUT_MOUSEANDKEYBOARD, not necessaryChris Sherlock1-1/+1
2016-02-04Patch#1 : Dynamic column container in the pursuit of tdf#50916Dennis Francis10-34/+233
2016-02-04show parameter tip help below instead of above, tdf#95878 follow-upEike Rathke1-2/+5
2016-02-04tdf#65206 Highlighted (colored) references limited to 32 references in formulaKumar Thangavel1-1/+1
2016-02-04remove unused GET/SET/STATUSBARCONFIG in .SDI filesNoel Grandin2-362/+0
2016-02-04remove unused HasDialog from SDI filesNoel Grandin2-361/+0
2016-02-04remove unused Synchron from SDI filesNoel Grandin1-336/+0
2016-02-04remove unused Cachable keyword from SDI filesNoel Grandin6-391/+2
2016-02-04coverity#1351755 Dereference null return valueCaolán McNamara1-1/+5
2016-02-04pItem isn't used here, its the same as result, so weird cast can goCaolán McNamara1-20/+15
2016-02-04vcl: take into account the font width is the average font widthChris Sherlock14-35/+35
2016-02-03sc: replace boost::bind with C++11 lambdaMichael Stahl8-14/+7
2016-02-03tdf#97437: Don't crash when creating new pivot tableKatarina Behrens1-11/+14