summaryrefslogtreecommitdiff
path: root/sc/source/ui/dbgui
AgeCommit message (Expand)AuthorFilesLines
2012-09-11-Werror,-Wunused-private-field (various sc)Stephan Bergmann5-12/+3
2012-08-20fdo#47674 Save setting for Import Ascii Text DlgLaurent Balland-Poirier1-4/+3
2012-08-16fix a linguistic issue on Calc UIBence Babati3-13/+8
2012-08-16String to OUStringBence Babati3-44/+52
2012-08-14changes to "fdo#47674 Save settings for Import Ascii Text Dlg"Eike Rathke1-74/+93
2012-08-14fdo#47674 Save settings for Import Ascii Text DlgLaurent Balland-Poirier1-66/+90
2012-08-07move UniString::GetQuotedToken to sc, you can keep itCaolán McNamara1-2/+3
2012-08-01resolved fdo#53012 crash in CSV fixed width importEike Rathke1-1/+2
2012-07-30Typo ressource -> resourceStephan Bergmann1-2/+2
2012-07-13don't use wrong sort direction in some casesMarkus Mohrhard1-1/+20
2012-07-09resolved rhbz#838248 init filter criteria stringEike Rathke1-1/+25
2012-07-09some UniString->rtl::OUStringCaolán McNamara5-7/+7
2012-07-03ditch String::CreateFromAsciiCaolán McNamara1-2/+2
2012-07-02fdo#51222: Use multi-list box for subtotal dialog.Kohei Yoshida2-4/+6
2012-07-01Remove unused definesThomas Arnhold1-1/+0
2012-06-27Get rid of annoying IAccessibility2 commentsThomas Arnhold1-2/+0
2012-06-22re-base on ALv2 code.Michael Meeks1-26/+17
2012-06-21re-base on ALv2 code.Michael Meeks7-167/+104
2012-06-21re-base on ALv2 code.Michael Meeks7-173/+110
2012-06-21hrc cleanup: Remove unused definesThomas Arnhold1-5/+0
2012-06-18Change validate "between" and "not between" to "valid/invalid range"Joel Madero2-8/+8
2012-06-15callcatcher: chainsaw out some unnecessary codeCaolán McNamara1-8/+0
2012-06-11remove EraseLeadingChars and EraseTrailingCharsCaolán McNamara2-7/+4
2012-06-09Remove superfluous empty lines on topThomas Arnhold3-9/+0
2012-06-09Remove superfluous include commentsThomas Arnhold6-18/+0
2012-06-09Remove superfluous include commentsThomas Arnhold6-35/+0
2012-06-05fix some issues with sort dlg patchMarkus Mohrhard3-17/+2
2012-06-05fdo#45747 remove the limitation to 3 sort entries in calc part2Albert Thuswaldner2-143/+308
2012-05-17Better string values for "empty" and "non-empty" filtering option.Kohei Yoshida2-4/+4
2012-05-17fdo#49921 make sure all tab pages have the same dimensionsDavid Tardon1-3/+5
2012-05-07use correct content for returned ScDBData, fdo#49531Markus Mohrhard1-36/+34
2012-04-30make ResId::toString a non-static memberCaolán McNamara4-20/+20
2012-04-25changes to fdo#45664 EasyHackEike Rathke2-28/+23
2012-04-25fdo#45664 EasyHack: Add a "Save cell formulas" checkbox to the CSV Export panel.Florent Gallaire5-1/+32
2012-04-10resolved fdo#48516 use "max columns exceeded" message if appropriateEike Rathke1-1/+4
2012-04-10resolved fdo#48501 enable line size >64k in SvStream::Read*Line()Eike Rathke4-23/+22
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-1/+1
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-1/+1
2012-04-05Revert "Cleanup. ScPivot(Collection) is no more."Markus Mohrhard2-181/+175
2012-04-04Cleanup. ScPivot(Collection) is no more.Kohei Yoshida2-175/+181
2012-04-04removed unused member variableEike Rathke1-1/+0
2012-04-04fdo#33088 better CSV import default separatorsEike Rathke1-1/+1
2012-04-04fdo#45747 reverted use of init lists for backwards compabillityAlbert Thuswaldner1-4/+15
2012-04-04fdo#45747 remove the limitation to 3 sort entries in calc part1Albert Thuswaldner1-180/+163
2012-03-31revert "remove limitation to 3 sort entries in calc part1"Markus Mohrhard1-163/+180
2012-03-31fdo#45747 remove the limitation to 3 sort entries in calc part1Albert Thuswaldner1-180/+163
2012-03-09prevent creating new db ranges with the internal anonymous db nameMarkus Mohrhard1-1/+1
2012-03-09remove one more reference to the anonymous db stringMarkus Mohrhard1-2/+3
2012-03-09don't show the anonymous db string, it is for internal use onlyMarkus Mohrhard1-3/+11
2012-03-09use new anonymous db name in filter dlg, fdo#47105Markus Mohrhard3-16/+10