Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-07-17 | tubes: more helpful exception printing on file load failure | Michael Meeks | |
2012-07-17 | tubes: fix crash with no collaboration setup | Michael Meeks | |
2012-07-17 | tubes: start session only if LIBO_TUBES=master | Eike Rathke | |
2012-07-17 | tubes: add hooks for send / recv file (untested) | Michael Meeks | |
2012-07-17 | tubes: adapt to new contact list interface | Eike Rathke | |
2012-07-17 | tubes: wrapper to enable tubes | Eike Rathke | |
If environment variable LIBO_TUBES is set, Calc's ScDocFuncSend and ScDocFuncRecv act over tubes. | |||
2012-07-17 | tubes: pull in tubes headers and linkage | Eike Rathke | |
2012-07-17 | tubes: re-use autorecovery to serialize to a file for exchange | Michael Meeks | |
2012-07-17 | tubes: escape and quote strings if necessary. | Michael Meeks | |
2012-07-17 | tubes: proxy more docfunc functions, and improve escaping / parsing | Michael Meeks | |
2012-07-17 | tubes: chain noddy serialize & de-serialize to partial docfunc re-impl. | Michael Meeks | |
2012-07-17 | split ScDocFunc interceptor to new collab/ module and start on it | Michael Meeks | |
2012-07-17 | re-direct EnterData and turn it into many smaller ops. | Michael Meeks | |
2012-07-17 | dummy interception of ScFunc methods with INTERCEPT env var set. | Michael Meeks | |
2012-07-17 | EnterData - remove un-necessary bRecord parameter for corner-case | Michael Meeks | |
2012-07-17 | Add undo / redo lists to ScDocFunc | Michael Meeks | |
2012-07-16 | correct but ugly fix for i#118877 | Markus 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-16 | There is not need to allocate memory just for getting the 'indexOf' | Christophe JAILLET | |
a literal within a OUString. Change-Id: I01ca30c68228f81b3d313dfca5b975448f3c4fc7 | |||
2012-07-16 | unusedcode: drop CellBlock and one small method | Matúš Kukan | |
Change-Id: I7cad80ea59b4527193a35ea1b7cfdd56e07a0efe | |||
2012-07-16 | disable edit field for min and max type, fdo#51834 | Markus Mohrhard | |
Change-Id: Id77c58f333bfab5446cf96d24cd9ccfc18802862 | |||
2012-07-16 | use correct value to check for min and max, fdo#51831 | Markus Mohrhard | |
Change-Id: I8a5412bc9c22048dd8f6618b38e5a522b7ea02c2 | |||
2012-07-15 | MSVC complains about too many implicit conversions | Michael Stahl | |
Change-Id: I33b40ec877270de4ed037dfaf6652c07935a727c | |||
2012-07-15 | fdo#47947 Data Form dialog layout fix | Andras Timar | |
Change-Id: Ifa1689ff9be7afa14f5694825c506f7c8c3eff43 | |||
2012-07-15 | prevent double delete in calc's html parser, fdo#52107 | Markus Mohrhard | |
Change-Id: I0a203a39697d3b12304e4b9dc99714cd7b2a008c | |||
2012-07-15 | Revert "don't delete ScPatternAttr from doc pool for swap, i#118877" | Markus Mohrhard | |
This reverts commit 902082656655aeab559c0b5781907ff004179468. | |||
2012-07-14 | Remove unused HIDs | Thomas Arnhold | |
Those were only listed in help_hid.lst Change-Id: I491a037b375015db76c30c93a59b615a63fb1838 | |||
2012-07-14 | Remove unused HIDs | Thomas Arnhold | |
Those aren't referenced at any point. Change-Id: Ie66d3828cfc13a826c87f4ca8ca712b6702c96bc | |||
2012-07-14 | disable chart test for now | Markus Mohrhard | |
will need to adapt the reference file and need the tinderbox to execute the sd test Change-Id: Ia5db091f3ce6ad8fb43d79933ea41a81069e93f3 | |||
2012-07-14 | Check for assignment to self for =operator | Julien Nabet | |
Change-Id: I2e537a27d605e564330c897f306f30a12cd7a280 | |||
2012-07-13 | Merge branch 'feature/gsoc_test_improvements2' | Markus Mohrhard | |
2012-07-13 | Search 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-13 | Resolves: fdo#48256 clean out Hide/Show Cursor | Thomas Arnhold | |
Change-Id: I0249d42f06f9c1168c2c0c59af927c4a0535c39e | |||
2012-07-13 | java: printStackTrace always to stderr | Thomas Arnhold | |
like 3d3b3f656f92790225b89aa31ee61163fb2fc7e5 Change-Id: I6e80717de009e8a3a89ffc80cb945cc832917f8c | |||
2012-07-13 | test: move XMLDiff implementation details to cxx file | Michael Stahl | |
This makes it unnecessary to link clients against libxml2. Change-Id: Ifd295623c01bdc6f579afbf81d5b609a2b29f4bf | |||
2012-07-13 | don't use wrong sort direction in some cases | Markus Mohrhard | |
2012-07-13 | don't delete ScPatternAttr from doc pool for swap, i#118877 | Markus Mohrhard | |
the original apache commit is quite ugly and should not be used!! Change-Id: Id02d2cf474e49b97bfe285fe76867d1b1d944ec3 | |||
2012-07-12 | Fix broken ODS column width import fdo#51446 | Daniel Bankston | |
Change-Id: I43b6558de6e92b0fe40a38b5f2417bebad2b7f8b | |||
2012-07-12 | Add test case for ODS column width import | Daniel 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-12 | ExtGlobalContext::onCreateContext: warning C4702: unreachable code | Michael Stahl | |
Change-Id: Iccbf66d8838fcfa2f2c620dd768aba75f9e071f4 | |||
2012-07-12 | ScValidationDataList: use const_iterator | Michael Stahl | |
Change-Id: Ia465bc3b4bb4c075d235ccd14cac0248b198d470 | |||
2012-07-12 | NumberFormatsBuffer: use new configmgr api | Miklos Vajna | |
Change-Id: I74931a6dfe08d443125956d0a93f48f7d2886601 | |||
2012-07-12 | fdo#35953 resize controls on Solver dialog of Calc | Andras Timar | |
Change-Id: Ia1130d241f6c01079449e670e26054bbc1a798ea | |||
2012-07-12 | hrc cleanup: Remove unused Strings in sc | Thomas Arnhold | |
Change-Id: Ifa1fa8d9e1f18163ba64edb8f26e1fcf7b21153e | |||
2012-07-12 | Convert SV_DECL_PTRARR_SORT(ScValidationEntries_Impl) to std::set | Noel Grandin | |
Change-Id: I2ccd12b8e9516f59a39db7c9a123b2b76a0b6c28 | |||
2012-07-12 | Convert SV_DECL_PTRARR_SORT(ScAddInAsyncs) to std::set | Noel Grandin | |
Change-Id: I08959c0de113264aaa7b1ca8c4f3124b2177d30f | |||
2012-07-12 | Convert SV_DECL_PTRARR_SORT(ScAddInDocs) to std::set | Noel Grandin | |
Change-Id: If9faa49b3d3fc36f36db4a7cc6ab82f8af54935a | |||
2012-07-12 | show comments in the navigator, fdo#51859 | Markus Mohrhard | |
Change-Id: I967ce4765fdb85263eea4cea5a8728470b32ad82 | |||
2012-07-12 | fdo#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-12 | this change was a mistake | Markus Mohrhard | |
Change-Id: I440ad9fa94b43135e4953c9d3fb31fcb177477e7 | |||
2012-07-12 | adapt chart regression test to new dumper code | Markus Mohrhard | |
Change-Id: Ia84f85062a254fd6434783f6ee323f27835ae8df |