summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Collapse)Author
2012-07-17tubes: more helpful exception printing on file load failureMichael Meeks
2012-07-17tubes: fix crash with no collaboration setupMichael Meeks
2012-07-17tubes: start session only if LIBO_TUBES=masterEike Rathke
2012-07-17tubes: add hooks for send / recv file (untested)Michael Meeks
2012-07-17tubes: adapt to new contact list interfaceEike Rathke
2012-07-17tubes: wrapper to enable tubesEike Rathke
If environment variable LIBO_TUBES is set, Calc's ScDocFuncSend and ScDocFuncRecv act over tubes.
2012-07-17tubes: pull in tubes headers and linkageEike Rathke
2012-07-17tubes: re-use autorecovery to serialize to a file for exchangeMichael Meeks
2012-07-17tubes: escape and quote strings if necessary.Michael Meeks
2012-07-17tubes: proxy more docfunc functions, and improve escaping / parsingMichael Meeks
2012-07-17tubes: chain noddy serialize & de-serialize to partial docfunc re-impl.Michael Meeks
2012-07-17split ScDocFunc interceptor to new collab/ module and start on itMichael Meeks
2012-07-17re-direct EnterData and turn it into many smaller ops.Michael Meeks
2012-07-17dummy interception of ScFunc methods with INTERCEPT env var set.Michael Meeks
2012-07-17EnterData - remove un-necessary bRecord parameter for corner-caseMichael Meeks
2012-07-17Add undo / redo lists to ScDocFuncMichael Meeks
2012-07-16correct but ugly fix for i#118877Markus Mohrhard
This fix is better than the AOO patch and does not require direct ref count manipulation but still feels dirty. Change-Id: I1f37bc4c72f668fec229b874cfa1ea5e9ab9153e
2012-07-16There is not need to allocate memory just for getting the 'indexOf'Christophe JAILLET
a literal within a OUString. Change-Id: I01ca30c68228f81b3d313dfca5b975448f3c4fc7
2012-07-16unusedcode: drop CellBlock and one small methodMatúš Kukan
Change-Id: I7cad80ea59b4527193a35ea1b7cfdd56e07a0efe
2012-07-16disable edit field for min and max type, fdo#51834Markus Mohrhard
Change-Id: Id77c58f333bfab5446cf96d24cd9ccfc18802862
2012-07-16use correct value to check for min and max, fdo#51831Markus Mohrhard
Change-Id: I8a5412bc9c22048dd8f6618b38e5a522b7ea02c2
2012-07-15MSVC complains about too many implicit conversionsMichael Stahl
Change-Id: I33b40ec877270de4ed037dfaf6652c07935a727c
2012-07-15fdo#47947 Data Form dialog layout fixAndras Timar
Change-Id: Ifa1689ff9be7afa14f5694825c506f7c8c3eff43
2012-07-15prevent double delete in calc's html parser, fdo#52107Markus Mohrhard
Change-Id: I0a203a39697d3b12304e4b9dc99714cd7b2a008c
2012-07-15Revert "don't delete ScPatternAttr from doc pool for swap, i#118877"Markus Mohrhard
This reverts commit 902082656655aeab559c0b5781907ff004179468.
2012-07-14Remove unused HIDsThomas Arnhold
Those were only listed in help_hid.lst Change-Id: I491a037b375015db76c30c93a59b615a63fb1838
2012-07-14Remove unused HIDsThomas Arnhold
Those aren't referenced at any point. Change-Id: Ie66d3828cfc13a826c87f4ca8ca712b6702c96bc
2012-07-14disable chart test for nowMarkus Mohrhard
will need to adapt the reference file and need the tinderbox to execute the sd test Change-Id: Ia5db091f3ce6ad8fb43d79933ea41a81069e93f3
2012-07-14Check for assignment to self for =operatorJulien Nabet
Change-Id: I2e537a27d605e564330c897f306f30a12cd7a280
2012-07-13Merge branch 'feature/gsoc_test_improvements2'Markus Mohrhard
2012-07-13Search for char instead of 1 char long string, when possible.Christophe JAILLET
It is faster and even avoid memory allocation somtimes. Change-Id: Ic12ff70e95953de44ef5798131150669d07a5445
2012-07-13Resolves: fdo#48256 clean out Hide/Show CursorThomas Arnhold
Change-Id: I0249d42f06f9c1168c2c0c59af927c4a0535c39e
2012-07-13java: printStackTrace always to stderrThomas Arnhold
like 3d3b3f656f92790225b89aa31ee61163fb2fc7e5 Change-Id: I6e80717de009e8a3a89ffc80cb945cc832917f8c
2012-07-13test: move XMLDiff implementation details to cxx fileMichael Stahl
This makes it unnecessary to link clients against libxml2. Change-Id: Ifd295623c01bdc6f579afbf81d5b609a2b29f4bf
2012-07-13don't use wrong sort direction in some casesMarkus Mohrhard
2012-07-13don't delete ScPatternAttr from doc pool for swap, i#118877Markus Mohrhard
the original apache commit is quite ugly and should not be used!! Change-Id: Id02d2cf474e49b97bfe285fe76867d1b1d944ec3
2012-07-12Fix broken ODS column width import fdo#51446Daniel Bankston
Change-Id: I43b6558de6e92b0fe40a38b5f2417bebad2b7f8b
2012-07-12Add test case for ODS column width importDaniel Bankston
-This also re-enables ScFiltersTest::testFormatsODS, but disables checks for row height import which was causing win tinderbox failures. -If checks for column width cause win tinderbox failures, we may need to temporarily disable them too until we find out cause of failures. Change-Id: Ibfef98d412cf0a25b98d739ad53308dac09ed370
2012-07-12ExtGlobalContext::onCreateContext: warning C4702: unreachable codeMichael Stahl
Change-Id: Iccbf66d8838fcfa2f2c620dd768aba75f9e071f4
2012-07-12ScValidationDataList: use const_iteratorMichael Stahl
Change-Id: Ia465bc3b4bb4c075d235ccd14cac0248b198d470
2012-07-12NumberFormatsBuffer: use new configmgr apiMiklos Vajna
Change-Id: I74931a6dfe08d443125956d0a93f48f7d2886601
2012-07-12fdo#35953 resize controls on Solver dialog of CalcAndras Timar
Change-Id: Ia1130d241f6c01079449e670e26054bbc1a798ea
2012-07-12hrc cleanup: Remove unused Strings in scThomas Arnhold
Change-Id: Ifa1fa8d9e1f18163ba64edb8f26e1fcf7b21153e
2012-07-12Convert SV_DECL_PTRARR_SORT(ScValidationEntries_Impl) to std::setNoel Grandin
Change-Id: I2ccd12b8e9516f59a39db7c9a123b2b76a0b6c28
2012-07-12Convert SV_DECL_PTRARR_SORT(ScAddInAsyncs) to std::setNoel Grandin
Change-Id: I08959c0de113264aaa7b1ca8c4f3124b2177d30f
2012-07-12Convert SV_DECL_PTRARR_SORT(ScAddInDocs) to std::setNoel Grandin
Change-Id: If9faa49b3d3fc36f36db4a7cc6ab82f8af54935a
2012-07-12show comments in the navigator, fdo#51859Markus Mohrhard
Change-Id: I967ce4765fdb85263eea4cea5a8728470b32ad82
2012-07-12fdo#51852: Temporary, band-aid fix.Kohei Yoshida
Eventually, once we re-work ODS's style import to get it to populate ScDocument directly, we don't need this IsImportingXML() ugly-hack. Until then, we'll need this. Change-Id: Ic2abf7c375d6c49a286544551e45734bef2dc03a
2012-07-12this change was a mistakeMarkus Mohrhard
Change-Id: I440ad9fa94b43135e4953c9d3fb31fcb177477e7
2012-07-12adapt chart regression test to new dumper codeMarkus Mohrhard
Change-Id: Ia84f85062a254fd6434783f6ee323f27835ae8df