summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-08-13downgrade Unknown type: GailWindow warning to infoCaolán McNamara2-4/+1
2013-08-13Updated coreCaolán McNamara1-0/+0
2013-08-13Avoid warning: rtl_uString_newFromLiteral - Found char > 127Tor Lillqvist1-1/+1
2013-08-13Remove duplicated space in aWordDelimiters initialiserTor Lillqvist1-1/+1
2013-08-13String to OUString and some reduction of scopeMatteo Casalin14-366/+326
2013-08-13Unused memeberStephan Bergmann1-1/+0
2013-08-13Use stardard prefixes for data members, and english namesMatteo Casalin2-84/+84
2013-08-12Compile token array only once per formula group.Kohei Yoshida5-18/+38
2013-08-12Return something.Kohei Yoshida1-0/+2
2013-08-12This is clearly a bug. Let's fix it.Kohei Yoshida1-1/+1
2013-08-12Ungroup a cell when the group length becomes 1.Kohei Yoshida1-6/+18
2013-08-12Fix indentation.Kohei Yoshida1-6/+6
2013-08-12We still need to update cell positions for non-top cells.Kohei Yoshida2-12/+38
2013-08-12Do the splitting of formula groups.Kohei Yoshida4-9/+40
2013-08-12Collect all boundaries at which to split the formula group.Kohei Yoshida7-6/+160
2013-08-12If the formula cell is grouped, update reference only on the top cell.Kohei Yoshida1-0/+4
2013-08-12Export shared formulas to xls, from the new shared formula in the core.Kohei Yoshida4-36/+21
2013-08-12Fix the (Windows) build. No idea how this was buildable on Linux.Kohei Yoshida1-2/+2
2013-08-12Detect self-referencing groups, and disable group-calculation.Kohei Yoshida2-6/+96
2013-08-12Fix import of negative relative row reference from xls.Kohei Yoshida1-1/+1
2013-08-12Disable vectorization on named ranges for now.Kohei Yoshida2-26/+3
2013-08-12Uncomment this.Kohei Yoshida1-1/+1
2013-08-12No more RT_SHARED and RT_SHAREDMOD named range types.Kohei Yoshida8-38/+16
2013-08-12Rework shared formula import in orcus handler.Kohei Yoshida6-92/+213
2013-08-12This code is no longer needed.Kohei Yoshida3-49/+1
2013-08-12Map shared formulas to Calc's formula groups on xlsx import.Kohei Yoshida8-80/+237
2013-08-12Const correctness at ScFormulaCell side.Kohei Yoshida6-11/+33
2013-08-12Some cosmetic "fix"Kohei Yoshida2-40/+39
2013-08-12Handle shared token array correctly when adjusting formula grouping.Kohei Yoshida7-22/+77
2013-08-12Map shared formula from xls to formula groups, and share the tokens as well.Kohei Yoshida16-118/+159
2013-08-12Rename this to SharedFormulaBuffer, which is readable.Kohei Yoshida4-14/+14
2013-08-12Prepare for importing shared formulas as formula groups from xls.Kohei Yoshida5-94/+144
2013-08-13remove the accidentally committed cppunit/unxlngx6/bin/DllPlugInTesterMichael Stahl1-0/+0
2013-08-13fdo#66071: SfxUndoManager: allow Writer to set modified status properlyMichael Stahl1-0/+2
2013-08-12removed misleading comment about now obsolete CELLTYPE_NOTEEike Rathke1-1/+0
2013-08-12WaE: C4701: potentially uninitialized local variable 'pIdx' usedTor Lillqvist1-1/+1
2013-08-12WaE: '&=' : unsafe mix of type 'sal_Bool' and type 'bool' in operationTor Lillqvist1-1/+1
2013-08-12Include <map> for std::map with MSVCTor Lillqvist1-0/+1
2013-08-12fdo#37341 fix unending loop in calc with Goal SeekWinfried4-241/+179
2013-08-12WaE: rewrite call of rtl::OUString::equalsIgnoreAsciiCaseAscii ... [loplugin]Tor Lillqvist1-1/+1
2013-08-12Start removing obviously unused and/or obsolete "inet types": SCHEDULE stuffTor Lillqvist2-55/+0
2013-08-12Typo: controling => controllingJulien Nabet8-8/+8
2013-08-12Revert "Removed unused file"Caolán McNamara2-0/+18
2013-08-12Change String to OUString in some class and functions.Palenik Mihály21-417/+388
2013-08-12WaE: 'pTmpTbl' may be used uninitialized in this functionTor Lillqvist1-1/+1
2013-08-12Removed unused fileSrijan Choudhary2-18/+0
2013-08-12doh unitialised variableNoel Power1-1/+1
2013-08-12fdo#67930 don't use variables for formattedtext in header/footerLionel Elie Mamane1-24/+33
2013-08-12TypoMatteo Casalin1-3/+3
2013-08-12String to OUString and some optimizationsMatteo Casalin54-270/+250