summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2012-10-04sal_Bool->bool in svl::SfxStyleSheetBaseNoel Grandin2-14/+14
2012-10-04really export default row heights for xlsx fdo#55621Noel Power2-1/+8
2012-10-04xlsx fix import/export of column widths fdo#55623Noel Power3-5/+6
2012-10-04fdo#46808, Adapt xml::sax::XParser UNO service to new styleNoel Grandin2-11/+6
2012-10-04Fixes/improvements on previous commitStephan Bergmann3-5/+5
2012-10-04fdo#46808, Adapt task::InteractionHandler UNO service to new styleNoel Grandin4-12/+10
2012-10-04Add "Compress Graphic" menu entry for bitmaps to CalcTomaž Vajngerl4-2/+64
2012-10-03changing conditional formats invalids the streamMarkus Mohrhard1-0/+2
2012-10-03probable attempts to find the parent dialogCaolán McNamara1-2/+2
2012-10-02simplify and speed up color format renderingMarkus Mohrhard2-134/+88
2012-10-02XubString->OUStringCaolán McNamara4-31/+25
2012-10-02fix errorin translation from german to englishMarkus Mohrhard1-1/+1
2012-10-02iterating here is wrong, join will already merge all necessary rangesMarkus Mohrhard1-2/+1
2012-10-02add test for ScRangeList::JoinMarkus Mohrhard1-0/+27
2012-10-01No vbaobj component if DISABLE_SCRIPTINGTor Lillqvist15-15/+30
2012-10-01fdo#54940 - fix last small ergonomic issue.Michael Meeks1-1/+1
2012-10-01Deduplication of lcl_HasOnlyControls for disable-dynlinkingTor Lillqvist1-1/+1
2012-09-30create guids that excel acceptsMarkus Mohrhard1-1/+9
2012-09-29fdo #50343: Fixed crash on xlsx import of file with array formulaKatarina Behrens1-7/+6
2012-09-29Use comphelper::getComponentContextStephan Bergmann7-82/+54
2012-09-29sc/qa/unit: recover xDocSh->DoClose()Korrawit Pruegsanusak1-0/+2
2012-09-28vba procedures and macro names will result in crash, fdo#55174Markus Mohrhard1-0/+4
2012-09-28use a as prefix for local variablesMarkus Mohrhard1-7/+7
2012-09-28fetime of mpCondFormat is more complex, fdo#55379Markus Mohrhard2-6/+6
2012-09-28halt corrupted styles with multi-saved xlsx document fdo#55418Noel Power1-1/+4
2012-09-28Unwind some of the resource ID nastiness between sc and svx.Kohei Yoshida2-3/+126
2012-09-28fix xlsx export missing alignment attributes with cellstyle fdo#55417Noel Power1-1/+7
2012-09-28add the remaining parts to previous commitMarkus Mohrhard1-2/+2
2012-09-28fdo#54940 - make editing relative refs more intuitive to meMichael Meeks3-2/+19
2012-09-28double-click on a conditional format inspects / edits it.Michael Meeks2-0/+2
2012-09-28auto-expand the first conditional format in the list.Michael Meeks1-0/+2
2012-09-28improve conditional formatting height calculations.Michael Meeks1-21/+16
2012-09-28gbuild: invert handling of standard system libraries:Michael Stahl24-48/+0
2012-09-28gbuild: gb_Library_PLAINLIBS_NONE cleanup for WNT:Michael Stahl2-6/+6
2012-09-28gbuild: replace direct gb_STDLIBS use with ...Michael Stahl24-24/+48
2012-09-28gbuild: split uwinapi out of gb_STDLIBSMichael Stahl24-0/+24
2012-09-28convert GetRepeatComment to OUStringCaolán McNamara4-10/+8
2012-09-28rename expander for help and remove now unused hidsCaolán McNamara1-1/+1
2012-09-28convert writer, draw, impress, calc and starmath printer dialogsCaolán McNamara4-30/+104
2012-09-28having two SetPosSizePixel is a blasted nuisanceCaolán McNamara4-11/+10
2012-09-27Remove unnecessary semicolon.Kohei Yoshida1-1/+1
2012-09-28fix vell value import from ooxml with array formulas, fdo#54559Markus Mohrhard1-8/+9
2012-09-28ooxml spec allow ext ref to non existent entry, fdo#54558Markus Mohrhard1-1/+7
2012-09-27fdo#46808, Adapt sdb::DatabaseContext UNO service to new styleNoel Grandin1-19/+11
2012-09-27tubes: fix glibc detected memory corruption in ScDocShellMatúš Kukan1-4/+0
2012-09-26don't access out of bound array index, fdo#55022Markus Mohrhard1-1/+5
2012-09-26unusedcode: more removingMatúš Kukan2-19/+0
2012-09-26don't let numforats in dxf entries clobber global number formats & update testNoel Power6-4/+27
2012-09-25Use this flag to make the compiler warning go away.Kohei Yoshida1-1/+1
2012-09-25Leave the formula cell dirty when a cached result is not given.Kohei Yoshida1-3/+12