summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2014-01-17convert data field dialog to .uiCaolán McNamara11-251/+451
2014-01-17sal_Bool->boolNoel Grandin1-5/+5
2014-01-17sal_Bool->boolNoel Grandin3-5/+5
2014-01-17sal_Bool->boolNoel Grandin3-5/+5
2014-01-17sal_Bool->boolNoel Grandin2-4/+4
2014-01-17sal_Bool->boolNoel Grandin4-10/+10
2014-01-17sal_Bool -> boolNoel Grandin3-6/+6
2014-01-16fdo#73655: Write unit test for this.Kohei Yoshida3-1/+84
2014-01-16fdo#73655: Don't adjust formula tokens on non-top shared formula cells.Kohei Yoshida1-0/+17
2014-01-16convert SvStream::operator<< overloads to more explicit methodsNoel Grandin2-10/+11
2014-01-16Resolves: rhbz#1047871 convert conditional formattting dialog to widget layoutCaolán McNamara9-121/+315
2014-01-16Resolves: #i123725# choose by default the following options...Tsutomu Uchino1-0/+2
2014-01-16unit test for shared formula row deletion, fdo#72293Eike Rathke2-0/+76
2014-01-15resolved fdo#72293 correctly split grouped formulas and regroupEike Rathke2-5/+14
2014-01-15DdeSetData should apparently return boolStephan Bergmann2-10/+8
2014-01-15DdeGetData should apparently return boolStephan Bergmann2-10/+8
2014-01-15Translate German comments to EnglishSven Wehner1-22/+22
2014-01-14The "true" is likely meant for sal_Bool bAppendStr, not sal_Unicode cSeparatorStephan Bergmann1-1/+1
2014-01-14Fix check for odd nStrLen, as suggested by the commentsStephan Bergmann1-4/+4
2014-01-14Be explicit when using bool as integral valueStephan Bergmann8-80/+80
2014-01-14bool improvementsStephan Bergmann13-32/+33
2014-01-14fdo#73606: Avoid calling MarkDataChanged() when nothing is selected.Kohei Yoshida1-3/+9
2014-01-14WaE: unused function 'advanceNonEmptyBlock'Tor Lillqvist1-26/+0
2014-01-14fdo#73606: Avoid excessive and unnecessary heap allocation of array objects.Kohei Yoshida8-28/+59
2014-01-14sc: re-work ScHorizontalCellIterator to try to improve performance.Michael Meeks3-85/+268
2014-01-14nFlags parameter to Window::Hide appears effectively unusedStephan Bergmann1-2/+2
2014-01-14resolved fdo#73522 always create LinkManager if it doesn't exist yetEike Rathke2-2/+7
2014-01-14Remove unused bForBrowsing parameterStephan Bergmann4-7/+7
2014-01-14PrepareClose should probably return boolStephan Bergmann5-7/+7
2014-01-14Fix typoTakeshi Abe1-1/+1
2014-01-13longparas: convert ValidateKashidas to sal_Int32Caolán McNamara1-0/+1
2014-01-13resolved fdo#73555 compile statistics templates using English grammarEike Rathke8-13/+24
2014-01-13Related: rhbz#1047871 conditional formatting doesn't fit on screenCaolán McNamara1-9/+9
2014-01-13Revert "fdo#32530 calc:alignment depend on 1st char direct"Michael Stahl1-3/+24
2014-01-13Related: #i91494# same for CTL as CJKCaolán McNamara1-0/+2
2014-01-13Resolves: #i91494# use the same font height for CJK text...Tsutomu Uchino1-0/+6
2014-01-12fdo#32530 calc:alignment depend on 1st char directAbdulaziz A Alayed1-24/+3
2014-01-11correct loops in UpdateNoteCaptions for notesLaurent Godard1-2/+2
2014-01-11Resolves: #i42309# change behavior for equal button of input line...Tsutomu Uchino1-2/+34
2014-01-10fdo#73484: Ensure that we import all tab settings from Excel.Kohei Yoshida3-0/+23
2014-01-10restore original commentThomas Arnhold1-1/+2
2014-01-10SfxPoolItem::operator ==, != should return boolStephan Bergmann16-46/+46
2014-01-10re-write SvStream operator<< to non-overloaded methodsNoel Grandin13-84/+84
2014-01-09Move some of the link related methods to the document link manager.Kohei Yoshida10-191/+208
2014-01-09fdo#68961: Check visible range during scrolling, and re-paint if necessary.Kohei Yoshida4-9/+24
2014-01-09GPU Calc: masked formulae that aren't supported well on some OpenCL platformshaochen1-30/+32
2014-01-09specify that grid color listbox can shrink...Caolán McNamara1-380/+367
2014-01-09Consolidate XServiceInfo for classes derived from SvXMLImportStephan Bergmann2-33/+8
2014-01-09WaE [loplugin]: statement aligned as second statement in if body ...Tor Lillqvist1-1/+1
2014-01-08GPU Calc: support reduction kernel in AVERAGEhaochen1-45/+243