summaryrefslogtreecommitdiffstats
path: root/sc/source
Commit message (Expand)AuthorAgeFilesLines
* This should be plural, since there are multiple dimensions.Kohei Yoshida2013-04-191-5/+5
* Move the dimension order calculation into ScDPSaveData.Kohei Yoshida2013-04-192-32/+50
* Retrieve the result value for GETPIVOTDATA for real (finally!)Kohei Yoshida2013-04-193-22/+51
* More progress. Getting closer...Kohei Yoshida2013-04-191-8/+39
* More progress. Getting more clue, but still not out of the dark yet.Kohei Yoshida2013-04-194-18/+64
* Add some more notes to make it easier to pick up on this for my next visit.Kohei Yoshida2013-04-192-0/+7
* fdo#60300: Work-in-progress change to rework pivot table core.Kohei Yoshida2013-04-196-80/+572
* No member named 'Get100Sec' in 'Time' any longerTor Lillqvist2013-04-191-1/+1
* WaE: format specifies type 'int' but the argument has type 'sal_uInt32'Tor Lillqvist2013-04-191-1/+1
* WaE: macro is not usedTor Lillqvist2013-04-191-1/+0
* date/time IDL datatypes incompatible changeLionel Elie Mamane2013-04-1815-51/+58
* Related: fdo#63546 bundle both changes together as one undoCaolán McNamara2013-04-182-0/+15
* Resolves: fdo#63592 changing text direction exits edit modeCaolán McNamara2013-04-181-5/+0
* fix fdo#63546 : set appropriate alignment when writing direction is changed.navin patidar2013-04-181-0/+23
* adapt code to solver dialog .ui conversionCaolán McNamara2013-04-175-694/+249
* adapt solver dialog to .ui conversionCaolán McNamara2013-04-171-1/+4
* stash the label widget for shrink mode in the edit, not the buttonCaolán McNamara2013-04-1721-92/+91
* let us use startsWith instead of indexOfMarkus Mohrhard2013-04-171-25/+25
* fdo#63290 - UI: Goal Seek - incorrect term "current cell"Joren De Cuyper2013-04-162-20/+10
* adapt code to goal seek dialog .ui conversionCaolán McNamara2013-04-165-245/+82
* Add missing #include <rtl/tencinfo.h>Tor Lillqvist2013-04-161-0/+2
* Populate the text width and script type arrays on import.Kohei Yoshida2013-04-162-0/+34
* Remove the 4th option from the pivot table source selection dialog.Kohei Yoshida2013-04-151-0/+3
* Revert "Calc Sort: Introducing new method AddKeyItem to avoid code duplication"Thomas Arnhold2013-04-154-20/+17
* basic inplace Font preview for calcNoel Power2013-04-157-5/+162
* Properly initialize data members.Kohei Yoshida2013-04-151-1/+2
* bnc#813528 stub out some missing XPageSetup apiNoel Power2013-04-152-0/+31
* adapt code to select source .uiCaolán McNamara2013-04-157-150/+39
* adapt code to data form .ui conversionCaolán McNamara2013-04-158-244/+73
* missing string, local resource used as if globalCaolán McNamara2013-04-152-2/+4
* Calc: converted sort warning dialog to .uiAlbert Thuswaldner2013-04-157-92/+27
* adapt code to create names .ui conversionCaolán McNamara2013-04-156-129/+23
* Calc Sort: Introducing new method AddKeyItem to avoid code duplicationAlbert Thuswaldner2013-04-154-17/+20
* convert external data dialog to .uiCaolán McNamara2013-04-158-241/+54
* fdo#60724 correct spellingThomas Arnhold2013-04-151-1/+1
* ScDocumentImport accessor to provide efficient means to fill document.Kohei Yoshida2013-04-135-77/+184
* resolved fdo#63421 crash in pivot table with accessibilityEike Rathke2013-04-131-27/+64
* Resolves: #i120105# Avoid MemoryLeak in ScTableSheetObj::PrintAreaUndo_ImplArmin Le Grand2013-04-131-14/+23
* Resolves: #i121215# fix the spreadsheet font familyHerbert Dürr2013-04-131-2/+12
* Increment progress also during post string cell insertion phase.Kohei Yoshida2013-04-131-0/+7
* Obviously we do support it now, albeit partially.Kohei Yoshida2013-04-131-1/+0
* Show progress indicator during document import via orcus.Kohei Yoshida2013-04-135-18/+118
* Parameter order is wrong.Kohei Yoshida2013-04-131-1/+1
* Import null date via orcus.Kohei Yoshida2013-04-132-1/+31
* Centralize D_TIMEFACTOR as DATE_TIME_FACTOR.Kohei Yoshida2013-04-136-24/+17
* Properly implement date / time value import from orcus.Kohei Yoshida2013-04-132-4/+26
* Implement set_date() interface method.Kohei Yoshida2013-04-132-24/+30
* Implement segment-based string import.Kohei Yoshida2013-04-132-2/+10
* Correctly implement add() and append() of shared strings interface.Kohei Yoshida2013-04-132-11/+34
* Defer string cell import until the end when importing via orcus.Kohei Yoshida2013-04-132-30/+64