summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2013-08-31Fix typo in 0d4238770e278abf8701863530f41b353ad51d08Tor Lillqvist1-1/+1
2013-08-31fdo#62475 removed pointless commentsJelle van der Waa45-339/+48
2013-08-30-Werror,-Wunused-variable 'aRS'Eike Rathke1-1/+0
2013-08-30-Werror,-WswitchStephan Bergmann1-18/+11
2013-08-30-Werror,-Wunused-variable 'theAreaStr'Eike Rathke1-2/+0
2013-08-30resolved fdo#67836 do not overwrite already interpreted English cellEike Rathke1-6/+11
2013-08-30Patch for milestone1-0829-v4.Haidong Lian4-743/+2188
2013-08-30clean no more used header declarationLaurent Godard1-2/+0
2013-08-30Related: fdo#38838 remove UniString::ToUpperAsciiCaolán McNamara83-480/+342
2013-08-30disentangled the LANGUAGE_CHINESE messEike Rathke1-2/+2
2013-08-29add support for in-place style previewNoel Power11-33/+189
2013-08-29clean obsolete parts of ScMyCellLaurent Godard3-65/+15
2013-08-29Check whether or not a visible range has changed.Kohei Yoshida6-13/+27
2013-08-29Update visible ranges when updating the scroll bars.Kohei Yoshida2-2/+2
2013-08-29GetChar->operator[]Caolán McNamara1-6/+6
2013-08-29convert include/sfx2/childwin.hxx from String to OUStringNoel Grandin2-39/+37
2013-08-29convert includes/sfx2/frame.hxx from String to OUStringNoel Grandin1-4/+0
2013-08-29convert include/sfx2/linkmgr.hxx from String to OUStringNoel Grandin13-64/+64
2013-08-29convert include/sfx2/linksrc.hxx from String to OUStringNoel Grandin2-2/+2
2013-08-29convert includes/sfx2/lnkbase.hxx from String to OUStringNoel Grandin8-8/+8
2013-08-29convert include/sfx2/objsh.hxx from String to OUStringNoel Grandin2-3/+3
2013-08-28Rename SectionAttribute to Section.Kohei Yoshida2-17/+17
2013-08-28warning C4805: == : unsafe mix of type[s]Stephan Bergmann1-1/+1
2013-08-27interpr/vlookup: use ScMatrix func to find matching cellsPierre-Eric Pelloux-Prayer1-11/+25
2013-08-27Follow-up change for coding styles, boundary checks etc.Kohei Yoshida1-16/+24
2013-08-27Fix the build.Kohei Yoshida1-3/+5
2013-08-27matrix: add functions to lookup a double or string in columnsPierre-Eric Pelloux-Prayer2-0/+128
2013-08-27add HelpIDs to CALC Conditional Formatting dialogsAndras Timar2-0/+2
2013-08-27Resolves: fdo#68555 use (current) consistent ok/cancel/help button orderCaolán McNamara1-8/+8
2013-08-27callcatcher: update unused code, esp unused Resource based ctorCaolán McNamara2-7/+0
2013-08-26staticEike Rathke1-1/+1
2013-08-26fdo#68581: The first paragraph text can be legitimately empty.Kohei Yoshida2-9/+9
2013-08-26Add more test cases for rich text cell export to ODS.Kohei Yoshida1-9/+174
2013-08-26Fix this export test. Now this test passes.Kohei Yoshida1-3/+4
2013-08-26resolved fdo#53449 weight given separators to pick one for outputEike Rathke4-19/+60
2013-08-26WaE: unused variable 'vParts' [loplugin]Tor Lillqvist1-1/+0
2013-08-26add magic incantation for expander buttons in treelist, tweak some methodsNoel Power2-26/+69
2013-08-26treelist for autofilter ( nested nodes for dates ) ( using SvxTreeListBox )Noel Power6-17/+261
2013-08-26Document a bit the Ugly bad and nasty workaroundFridrich Štrba2-0/+14
2013-08-26translated commentsEike Rathke1-44/+16
2013-08-26typo in commentEike Rathke1-1/+1
2013-08-26sal_Bool to boolEike Rathke2-18/+18
2013-08-26Ugly bad and nasty workaround for some dupplicate symbols issueFridrich Štrba2-0/+36
2013-08-26resolved fdo#68437 append the bDetectSpecialNumber "true" string in optionsEike Rathke1-1/+1
2013-08-25Unused variable.Kohei Yoshida1-1/+0
2013-08-25A little more cleanup.Kohei Yoshida3-15/+5
2013-08-25Combine SetMatrixCellData() with SetCellData().Kohei Yoshida2-6/+1
2013-08-25Now we don't need to increment progress bar on every edit cell.Kohei Yoshida2-8/+4
2013-08-25fdo#60740: Export multi-line formula results to ods without UNO API.Kohei Yoshida4-3/+45
2013-08-25fdo#60740: Export cell field items without using UNO API.Kohei Yoshida3-99/+194