summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
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
2013-08-25fdo#60740: Handle empty paragraphs correctly.Kohei Yoshida1-3/+0
2013-08-25fdo#60740: Export edit cells to ods without using UNO API.Kohei Yoshida2-4/+88
2013-08-24Make this a separate function.Kohei Yoshida1-188/+198
2013-08-24We can simplify this one too.Kohei Yoshida1-13/+0
2013-08-24Remove ugly and expensive hack only to see if the cell is an edit cell.Kohei Yoshida4-27/+6
2013-08-24Use smart pointer for this too.Kohei Yoshida2-17/+21
2013-08-24Provide a way to retrieve current cell instance during ods export.Kohei Yoshida2-1/+10
2013-08-24Use smart pointer for this.Kohei Yoshida2-12/+14
2013-08-23semibold -> boldCaolán McNamara3-6/+6
2013-08-23cppcheck: fix reassigned valueJulien Nabet1-2/+1
2013-08-22fdo#39484 - don't loose outlines while trying to undo formulae changes.Michael Meeks3-6/+8
2013-08-22fdo#68252: Add FONTWORK into the INSERT menuIvan Timofeev1-0/+1
2013-08-22convert include/svtools/htmlout.hxx from String to OUStringNoel Grandin7-9/+9
2013-08-22cppcheck: various fixesJulien Nabet1-16/+13
2013-08-22Unused variable.Kohei Yoshida1-1/+1
2013-08-22cppcheck: fix redundant assignmentsJulien Nabet1-0/+1
2013-08-22Don't forget to export underline attributes.Kohei Yoshida1-0/+31
2013-08-21fdo#60740: Populate auto styles from edit cells without using UNO API.Kohei Yoshida5-96/+302
2013-08-21fdo#68381 take care of cell notes on TransposeLaurent Godard1-0/+14
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák49-177/+177
2013-08-20Add edit text iterator that iterates through only edit text cells.Kohei Yoshida8-0/+249
2013-08-20fdo#53032 - Use the right mark area to undo paste of RTF.Michael Meeks1-4/+4
2013-08-19Revert "Seems unused too"Julien Nabet1-0/+5
2013-08-19Return on NULL right away, to avoid null dereferencing below.Kohei Yoshida1-1/+1
2013-08-19fdo#67699: Don't forget to set filter name to the descriptor.Kohei Yoshida1-0/+10
2013-08-19Seems unused tooJulien Nabet1-5/+0
2013-08-19fdo#67699: Remove a whole bunch of old hacks.Kohei Yoshida1-331/+174
2013-08-19Fix deprecated: use rtl::isAsciiDigit/isAsciiAlpha instead (part2)Julien Nabet2-14/+14
2013-08-19sc/externalrefmgr: reduce individual cell queriesPierre-Eric Pelloux-Prayer1-9/+18
2013-08-19sc/externalrefmgr: batch same-type cells copyPierre-Eric Pelloux-Prayer1-8/+73
2013-08-19set some default widths/heights for validate multiline edit boxesCaolán McNamara2-5/+5
2013-08-19erroralerttabpage.ui widgetsManal Alhassoun6-138/+236
2013-08-18Simplify a bitJulien Nabet1-15/+7
2013-08-17No need for pointers here, use referencesMatteo Casalin1-7/+7
2013-08-17sal_Bool to boolTakeshi Abe4-72/+72
2013-08-17Mark as constTakeshi Abe6-6/+6
2013-08-17WaE: C4305: 'argument' : truncation from 'int' to 'const bool'Tor Lillqvist1-1/+11
2013-08-16import .xlsx files saved by Calc before fdo#59727 was patchedWinfried Donkers1-2/+12
2013-08-16fdo#37230 Add legacy cell selection behavior and config. optionTomaž Vajngerl8-16/+83
2013-08-16pass gb_DEBUG_CFLAGS for the remaining NOOPT filesMichael Stahl1-1/+1
2013-08-16cppcheck: memory leak + test rResult before freeing itJulien Nabet1-2/+4
2013-08-16fix for bnc#834705 missing drop downs for autofilterNoel Power3-4/+33