summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2013-04-16adapt code to goal seek dialog .ui conversionCaolán McNamara9-258/+117
2013-04-16Add missing #include <rtl/tencinfo.h>Tor Lillqvist1-0/+2
2013-04-16Converted Tools -> Goal Seek widget.Abdulelah Alarifi1-0/+244
2013-04-16Populate the text width and script type arrays on import.Kohei Yoshida3-0/+36
2013-04-15Remove the 4th option from the pivot table source selection dialog.Kohei Yoshida1-0/+3
2013-04-15Revert "Calc Sort: Introducing new method AddKeyItem to avoid code duplication"Thomas Arnhold4-20/+17
2013-04-15basic inplace Font preview for calcNoel Power9-5/+172
2013-04-15No need for Android, iOS or CROSS_COMPILING conditionals for unit testsTor Lillqvist3-13/+0
2013-04-15No vbahelper library if DISABLE_SCRIPTINGTor Lillqvist1-1/+2
2013-04-15Properly initialize data members.Kohei Yoshida1-1/+2
2013-04-15bnc#813528 stub out some missing XPageSetup apiNoel Power2-0/+31
2013-04-15adapt code to select source .uiCaolán McNamara12-184/+82
2013-04-15selectsource.ui widgetAlia Almusaireae1-0/+210
2013-04-15adapt code to data form .ui conversionCaolán McNamara12-288/+223
2013-04-15dataform.ui widgetAlia Almusaireae1-0/+151
2013-04-15missing string, local resource used as if globalCaolán McNamara2-2/+4
2013-04-15add title and default button to sort warning dialogCaolán McNamara1-0/+3
2013-04-15Calc: converted sort warning dialog to .uiAlbert Thuswaldner11-94/+162
2013-04-15adapt code to create names .ui conversionCaolán McNamara11-139/+52
2013-04-15Converted Insert -> Names -> creat widget.Abdulelah Alarifi1-0/+181
2013-04-15Calc Sort: Introducing new method AddKeyItem to avoid code duplicationAlbert Thuswaldner4-17/+20
2013-04-15convert external data dialog to .uiCaolán McNamara14-273/+109
2013-04-15Converted Insert -> Link to External data widget.Abdulelah Alarifi1-0/+293
2013-04-15fdo#60724 correct spellingThomas Arnhold1-1/+1
2013-04-15fdo#60724 correct spellingThomas Arnhold1-1/+1
2013-04-13ScDocumentImport accessor to provide efficient means to fill document.Kohei Yoshida10-77/+260
2013-04-13resolved fdo#63421 crash in pivot table with accessibilityEike Rathke1-27/+64
2013-04-13Resolves: #i120105# Avoid MemoryLeak in ScTableSheetObj::PrintAreaUndo_ImplArmin Le Grand1-14/+23
2013-04-13Resolves: #i121215# fix the spreadsheet font familyHerbert Dürr1-2/+12
2013-04-13Get cppunit in sc to link with orcus-parser.Kohei Yoshida1-0/+1
2013-04-13Get sc to build.Kohei Yoshida5-0/+5
2013-04-13Increment progress also during post string cell insertion phase.Kohei Yoshida1-0/+7
2013-04-13Obviously we do support it now, albeit partially.Kohei Yoshida1-1/+0
2013-04-13Show progress indicator during document import via orcus.Kohei Yoshida6-22/+123
2013-04-13Parameter order is wrong.Kohei Yoshida1-1/+1
2013-04-13Import null date via orcus.Kohei Yoshida2-1/+31
2013-04-13Centralize D_TIMEFACTOR as DATE_TIME_FACTOR.Kohei Yoshida7-24/+19
2013-04-13Properly implement date / time value import from orcus.Kohei Yoshida2-4/+26
2013-04-13Implement set_date() interface method.Kohei Yoshida2-24/+30
2013-04-13Implement segment-based string import.Kohei Yoshida2-2/+10
2013-04-13Correctly implement add() and append() of shared strings interface.Kohei Yoshida2-11/+34
2013-04-13Defer string cell import until the end when importing via orcus.Kohei Yoshida2-30/+64
2013-04-13Try not to crash during import of xlsx and ods documents.Kohei Yoshida2-17/+18
2013-04-13Manage to use orcus to import ods, xlsx, and csv.Kohei Yoshida5-5/+76
2013-04-11prevent vector and sequence out of bounds access, fdo#60300Eike Rathke1-12/+42
2013-04-11prevent out of bounds vector access in ooo62493-1.xls recalculationEike Rathke1-0/+2
2013-04-11fdo#51828 - UI: Sort: can use more than 3 criteria once onlyAlbert Thuswaldner1-2/+11
2013-04-11adapt code for delete cells dialogCaolán McNamara11-168/+61
2013-04-11deletecells.ui widgetAlia Almusaireae1-0/+188
2013-04-11Related: #i120077# Added local var for SfxItemPool for EditEngineArmin Le Grand1-32/+53