summaryrefslogtreecommitdiff
path: root/sc/source
AgeCommit message (Expand)AuthorFilesLines
2012-09-28convert GetRepeatComment to OUStringCaolán McNamara4-10/+8
2012-09-28convert writer, draw, impress, calc and starmath printer dialogsCaolán McNamara1-30/+36
2012-09-28having two SetPosSizePixel is a blasted nuisanceCaolán McNamara4-11/+10
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-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 Power4-2/+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
2012-09-25Support opcodes 101 through 111 in SUBTOTAL.Kohei Yoshida1-0/+10
2012-09-25workaround broken uno implementation with ScRangeList in ScCellRangeObjMarkus Mohrhard1-0/+14
2012-09-25replace remaining InterlockedCount() with inlined versionNorbert Thiebaud13-16/+16
2012-09-24kill O(N^2) algorithm generating cond format render information, fdo#54396Markus Mohrhard2-43/+130
2012-09-24fix parent style import xlsx fdo#55198Noel Power2-5/+28
2012-09-23bool to sal_Bool for rtl::OUStringBuffer::appendMarkus Mohrhard1-1/+1
2012-09-23WaE unused parameterMarkus Mohrhard1-3/+2
2012-09-23SCCOL and SCTAB to sal_Int32Markus Mohrhard1-1/+1
2012-09-23int to sal_Int32Markus Mohrhard1-2/+2
2012-09-23improve the dump code for cond formatsMarkus Mohrhard2-8/+50
2012-09-23fix another problem in dxf exportMarkus Mohrhard1-3/+1
2012-09-23correctly export number formats in conditional format export to xlsxMarkus Mohrhard1-2/+2
2012-09-22some more fixes for ScRangeList::DeleteAreaMarkus Mohrhard1-6/+6
2012-09-21Fixed all discovered errors and extra unit tests to cover them.Kohei Yoshida1-24/+22
2012-09-21Improve readability.Kohei Yoshida1-122/+316
2012-09-22set conditional format range for xls import, fdo#54555Markus Mohrhard1-0/+1
2012-09-21fix problem in ScRangeList::UpdateReference when deleting one row/colMarkus Mohrhard1-2/+2
2012-09-20unusedcode: vbafoundfiles.?xx and XFoundFiles.idlMatúš Kukan2-221/+0
2012-09-20Use scoped_ptr instead of deprecated auto_ptrStephan Bergmann1-1/+2
2012-09-20xlsx fix cyclic referenced defined names partially fixes bnc#780296 bnc#781166Noel Power2-14/+35
2012-09-20Add some static goodness here, tooTor Lillqvist1-2/+2
2012-09-19use correct cell for broadcasting, fdo#55059Markus Mohrhard1-1/+4
2012-09-19ComponentContext::getUnoContext -> getComponentContext simplificationStephan Bergmann2-14/+4
2012-09-19tabs to spaces + whitespace clean-upMarkus Mohrhard1-25/+25
2012-09-19import values and formulas from lotus-123, fdo#55066Markus Mohrhard1-3/+3
2012-09-19tabs to spacesMarkus Mohrhard1-21/+21
2012-09-18Some cleanups.Kohei Yoshida2-12/+1
2012-09-18adapt xls import of borders to new border drawing code, fdo#53287Markus Mohrhard1-3/+3
2012-09-18rows with cond formats don't have empty background, fdo#54661, fdo#52535Markus Mohrhard1-0/+2
2012-09-18shrink to used area for duplicate codn format, fdo#54349Markus Mohrhard1-2/+15
2012-09-18WaE: calm android tinderboxenMichael Meeks1-3/+3
2012-09-18broadcaster cells are empty, fdo#54553Markus Mohrhard1-0/+3
2012-09-18use light red as error colorMarkus Mohrhard1-2/+2
2012-09-18Use mdds::flat_segment_tree to store row flags.Kohei Yoshida3-64/+90
2012-09-18Do the same for the no-parameter variant of fillTable().Kohei Yoshida1-23/+21
2012-09-18Refactor fillTable (3-param variant) to skip trailing empty rows.Kohei Yoshida2-24/+33
2012-09-18Determine data size in cache that doesn't include trailing empty rows.Kohei Yoshida2-0/+21
2012-09-18Reduce indentation by early bailout.Kohei Yoshida1-24/+24
2012-09-18use the typedefs in ScRangeListMarkus Mohrhard1-9/+9