summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2014-01-22convert more SvStream::operator<< callsNoel Grandin6-65/+65
2014-01-22reorient the ok/cancel/help buttons of external dataCaolán McNamara1-9/+10
2014-01-22bool improvements (related to mixing bool/sal_Bool in &=, |=, ^=)Stephan Bergmann3-9/+9
2014-01-22bool improvementsStephan Bergmann13-19/+19
2014-01-22fix-up of 6b8704d974abd4ab7fb58036a961fa0b7136aaa7Eike Rathke2-21/+29
2014-01-22some clean-up of 6b8704d974abd4ab7fb58036a961fa0b7136aaa7Eike Rathke9-32/+32
2014-01-21get rid of an extraneous parentheses in "if((A==B))"Herbert Dürr1-1/+1
2014-01-21ScCondFormatList is in scloCaolán McNamara1-1/+1
2014-01-21Fix bogus mass-conversion equalsAsciiL -> startsWithStephan Bergmann7-13/+13
2014-01-21Consistently let SetDesingMode functions take bool argumentStephan Bergmann1-1/+1
2014-01-21renamed misleading namesEike Rathke1-4/+4
2014-01-20Add vertical lines for testing.Kohei Yoshida1-0/+0
2014-01-20resolved fdo#73836 do not apply format twice to stringEike Rathke1-4/+6
2014-01-20Related: #i56998# use locale rules to format percentageCaolán McNamara3-3/+10
2014-01-20Resolves: #i56998# add a space separater between value and unit...Tsutomu Uchino1-2/+2
2014-01-20Related: #i56998# english doesn't put a space between numbers and percentCaolán McNamara1-1/+1
2014-01-20add missing space in help textThomas Arnhold1-1/+1
2014-01-20sal_Bool->boolNoel Grandin3-5/+5
2014-01-20sal_Bool->boolNoel Grandin2-13/+13
2014-01-20sal_Bool->boolNoel Grandin1-4/+4
2014-01-20sal_Bool->bool and remove unnecessary param on ScConsData::InitDataNoel Grandin2-20/+17
2014-01-20sal_Bool->boolNoel Grandin2-3/+3
2014-01-20sal_Bool->boolNoel Grandin6-43/+43
2014-01-20sal_Bool->boolNoel Grandin2-4/+4
2014-01-20sal_Bool->boolNoel Grandin2-11/+11
2014-01-20sal_Bool->boolNoel Grandin2-2/+2
2014-01-20Resolves: #i92785# fix label from Allow blank cells to...Tsutomu Uchino1-1/+1
2014-01-19CID#1158211: out-of-bounds accessMarkus Mohrhard1-1/+1
2014-01-19make strings localizable in *.ui (bin/ui-translatable.sh)Andras Timar4-46/+46
2014-01-19fdo#73799: Make some items in the filter dialogs translatable.Kohei Yoshida1-40/+40
2014-01-19more build fixesMarkus Mohrhard2-0/+5
2014-01-19CID#1158216: resource leakMarkus Mohrhard1-0/+1
2014-01-19CID#1157787: new[]/delete mismatchMarkus Mohrhard1-8/+8
2014-01-19CID#1157754: fix memory leakMarkus Mohrhard1-1/+2
2014-01-18fdo#73487: Write unit tests for this.Kohei Yoshida3-37/+54
2014-01-18Window::PreNotify should return boolStephan Bergmann9-18/+18
2014-01-17Follow-up (micro-?)optimisationTor Lillqvist1-5/+15
2014-01-17bool improvementsStephan Bergmann9-45/+43
2014-01-17Be explicit when using bool as integral value (as Link return value)Stephan Bergmann5-10/+8
2014-01-17EndDialog takes long nResult, not boolStephan Bergmann2-3/+3
2014-01-17Add border test file for XLSX import.Kohei Yoshida1-0/+0
2014-01-17Make the same change to the xlsx import filter.Kohei Yoshida2-21/+25
2014-01-17Remove TODO. Now these border thicknesses are permanently set.Kohei Yoshida1-3/+0
2014-01-17More faithful mapping of border line thicknesses.Kohei Yoshida1-4/+4
2014-01-17Disable these tests for now.Kohei Yoshida1-2/+2
2014-01-17Map Excel's normal dashed line to our FINE_DASHED.Kohei Yoshida1-1/+1
2014-01-17Excel's hair line is not "fine dashed". It's a solid line.Kohei Yoshida1-1/+1
2014-01-17Test Excel document that contains all cell borders that Excel supports.Kohei Yoshida1-0/+0
2014-01-17Avoid some global statics that drag in lots of code in the static linking caseTor Lillqvist2-29/+14
2014-01-17Window::Notify should return boolStephan Bergmann9-20/+20