summaryrefslogtreecommitdiff
path: root/sc/source
AgeCommit message (Expand)AuthorFilesLines
2012-04-21simplify lifetime management of some variablesMarkus Mohrhard2-5/+5
2012-04-21simplify dxfs/dxf exportMarkus Mohrhard2-17/+8
2012-04-21first version of number format export into dxfMarkus Mohrhard2-21/+55
2012-04-20add stub vba implementation Application methodsNoel Power2-2/+50
2012-04-20vba api Application.DisplayScrollBars implementation bnc#757840Noel Power2-0/+23
2012-04-20implement VBA Application.DisplayFullScreen bnc#757885Noel Power3-1/+23
2012-04-20export font information into dxfMarkus Mohrhard1-2/+11
2012-04-20allow more complex conditional formats being exported to xlsxMarkus Mohrhard1-4/+11
2012-04-20export conditional formatting to xlsx, fdo#48360Markus Mohrhard3-2/+21
2012-04-19fdo#48856 update sheet-local named expressions correctlyEike Rathke3-29/+24
2012-04-19remove unused variablesLuboš Luňák4-5/+0
2012-04-19fix ambiguous in win buildMarkus Mohrhard1-1/+1
2012-04-19update relative local range names, fdo#48856Markus Mohrhard3-10/+7
2012-04-19export differential formatting to xlsxMarkus Mohrhard6-12/+267
2012-04-19Revert "do not include contents of huge sc/sd/sw libs into tiny unittests"Luboš Luňák3-5/+4
2012-04-19change strange way of testing a boolLuboš Luňák1-1/+1
2012-04-18Use global constants for initial tab count bounds checkingAlbert Thuswaldner2-9/+7
2012-04-18make sure nPos is and nChar are reset for string without placeholderNoel Power1-0/+5
2012-04-18Convert from tools/table.hxx to std::mapNoel Grandin1-39/+55
2012-04-18Remove unnecessary auto_ptr complexityNoel Grandin1-29/+11
2012-04-18callcatcher: update listCaolán McNamara3-120/+0
2012-04-18Removed duplicate set/get methods for initial tab countAlbert Thuswaldner3-19/+6
2012-04-18fdo#44861 make "Replace All" work with REsDavid Tardon1-2/+2
2012-04-18Just link statically to ScFilterCreate() in the DISABLE_DYNLOADING caseTor Lillqvist1-0/+15
2012-04-17forgot the normal range namesMarkus Mohrhard1-22/+17
2012-04-17some more uno removement in oox range name importMarkus Mohrhard1-14/+18
2012-04-17WaE: MacOSX pScRangeData may be unused uninitializedCaolán McNamara1-6/+4
2012-04-17Converting UNO calls to direct in WorkbookHelperDaniel Bankston6-39/+36
2012-04-17Have operators of ScViewOptions and ScPrintOptions return bool instead of intAlbert Thuswaldner2-3/+3
2012-04-17resolved rhbz#813280 the current document is not always the first in listEike Rathke2-10/+19
2012-04-18fdo#46983 Macros: Macro to set filter in Calc does not work with .StringValueTakeshi Abe1-1/+1
2012-04-17enable '*' repeat next char to fill available width for calc num formatsNoel Power2-5/+43
2012-04-17callcatcher: update unused code listCaolán McNamara6-226/+0
2012-04-17WaE: unused functionsTor Lillqvist2-22/+0
2012-04-16fdo#48431: More reliable way to check for RTL text.Kohei Yoshida2-26/+35
2012-04-16Remove unused code in sc.santi6-109/+0
2012-04-16callcatcher: update listCaolán McNamara10-255/+0
2012-04-16unused inlinesCaolán McNamara1-6/+0
2012-04-16callcatcher: update unused codeCaolán McNamara24-669/+0
2012-04-15Fix 2 "scope of the variable can be reduced"Julien Nabet2-3/+2
2012-04-15WaE: unused functionsTor Lillqvist3-23/+0
2012-04-15resolved fdo#48731 in CSV import do not strip leading apostropheEike Rathke5-9/+20
2012-04-15don't deduce increment from multiple equal list entries, fdo#39500Markus Mohrhard1-0/+16
2012-04-15autofill increment needs a bit more tolerance, fdo#37424Markus Mohrhard1-2/+2
2012-04-15remove one more wrong IsDataFiltered callMarkus Mohrhard1-1/+1
2012-04-14resolved fdo#48621 better handling of broken CSV filesEike Rathke2-30/+151
2012-04-14valgrind: Conditional jump or move depends on uninitialised valueCaolán McNamara1-1/+1
2012-04-14Some sc cleaning (oox)Julien Nabet12-472/+0
2012-04-13Put enum definition under class scope to avoid name clash.Kohei Yoshida4-12/+11
2012-04-13Some cleaning sc (oox)Julien Nabet4-196/+0