summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-03-20fdo#55814 create unit test for it firstDavid Ostrovsky
1. create a variable field, name it "foo" and assign value 0 2. create a section, and put content a in it and assign condition "foo EQ 1" to it 3. change th value of VAR foo from 0 to 1 4. expected behaviour: section is hidden current behaviour: section get corrupted: condition is overwritten with "0" Change-Id: I52fb50e26f5330c2b4745093ac954cecf45924f5
2013-03-20coverity#735389 Copy-paste errorJulien Nabet
Change-Id: I74098cd2b58a64ff231d86549812d5a565835bed Reviewed-on: https://gerrit.libreoffice.org/2858 Reviewed-by: Thorsten Behrens <tbehrens@suse.com> Tested-by: Thorsten Behrens <tbehrens@suse.com>
2013-03-20WaE: class 'ScFormulaCellGroup' was previously declared as a structTor Lillqvist
Change-Id: Ic7c1cb8ef7e39243277ceb9a219e2b4684130587
2013-03-20fix fdo#62050 : Initially disable RTL for comment window.navin patidar
In RTL UI, comment window is RTL and editbox’s (editeng) default writing direction is LTR. and i suspect, the bug is result of this RTL & LTR mix-up. Change-Id: If3af4ae428b67151d66661907b9e60a97049e0e6 Reviewed-on: https://gerrit.libreoffice.org/2831 Reviewed-by: abdulmajeed ahmed <aalabdulrazzaq@kacst.edu.sa> Reviewed-by: Ahmad Harthi <aalharthi@kacst.edu.sa> Tested-by: Ahmad Harthi <aalharthi@kacst.edu.sa>
2013-03-20lowering baseline for python used during buildingChristian Lohmaier
builds fine when using system python for building on Mac OSX 10.5 (comes with python 2.5 only). Note that python 2.5 is not enough for pyuno/python scripting at runtime, so for that internal python is built nevertheless. Change-Id: I51a4450cad1e09aecd12f192db1fb797313cf322 Reviewed-on: https://gerrit.libreoffice.org/2862 Tested-by: Fridrich Strba <fridrich@documentfoundation.org> Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-03-20'size_t' is not the same as 'unsigned long'Tor Lillqvist
So using %lu to printf 'size_t' is not 100% portable either. At least in 64-bit Windows code 'size_t' is 64 bits but 'unsigned long' is 32 bits. Let's just use 'unsigned' for the loop indexes here (and %u as the format). After all, they are single-digit numbers. Alternatively, could just use C++ stream output for this purely informative printout. Change-Id: I604e1c6c6a910c86b5f1408bee1d9c2c7a8b76ff
2013-03-20fix spelling mistake in @since tagNoel Grandin
Change-Id: I000dbf28c211c90e40fcef7d7cb09cb4902db78f
2013-03-20fdo#46808, Convert a bunch of comphelper::ComponentContext stuffNoel Grandin
.. to Reference<XComponentContext> mostly in the dbaccess module, but it also affected some other modules. Change-Id: I09b3f6fe7a9b33498b11d98b5521b5aeeb8882be
2013-03-20fdo#46808, convert some getProcessServiceFactory()Noel Grandin
Change-Id: I3722a54ea173f54f8d8f1e0e654137c6f76d8613
2013-03-20fdo#46808, convert drawing::GraphicExportFilter to new styleNoel Grandin
Change-Id: Icd456209406ee8f4dc4ea1f966058f71dce08d58
2013-03-20fdo#46808, convert graphic::PrimitiveFactory2D to new styleNoel Grandin
The service already existed, it just needed an IDL file Change-Id: I40fb28d94253c3c577655bb888ff0d0ee3ba3822
2013-03-20fdo#46808, cleanup some usage of getProcessServiceFactory()Noel Grandin
Change-Id: I2ab4c7c0a19bd436c84e62bfc6aeda1fea079a44
2013-03-20fdo#46808, API CHANGE: update ScannerManager serviceNoel Grandin
API CHANGE: The ScannerManager service now returns XScannerManager2 Don't know why this wasn't done already, the service already implements it. Change-Id: I22355749bc859420174a132f3a21cc7a4984bf5f
2013-03-20fdo#46808, cleanup some usage of getProcessServiceFactory()Noel Grandin
Change-Id: Id97ae7a16141b5c5df380f5838bba11cb08c9223
2013-03-20fdo#46808, Convert sdb::TextConnectionSettings to new styleNoel Grandin
The service already existed, it just needed an IDL file Change-Id: If86cb14d107077da5f10bddd81deda7cf61442ed
2013-03-20fdo#46808, Convert sdb::TextConnectionSettings to new styleNoel Grandin
The service already existed, it just needed an IDL file Change-Id: Ia8729e87d65e8a6deda07c102a2a71cae3ce83fd
2013-03-20fdo#46808, cleanup some usage of comphelper::getProcessServiceFactory()Noel Grandin
Change-Id: Id343405c323a9efe86f7d9f41c3c866d817a0ccd
2013-03-20fdo#46808, Convert frame::Bibliography to new styleNoel Grandin
The service already existed, it just needed an IDL file Change-Id: Iebbc5ede0a46ddf1e0830e2e1697f82df016922c
2013-03-20fdo#46808, Convert i18n::IndexEntrySupplier to new styleNoel Grandin
Change-Id: I673de5bea83f8c6d993757cbd5ae996d2b8e9e84
2013-03-20fdo#46808, Convert XSLTFilterDialog to new-styleNoel Grandin
Also fixup servicename. Change-Id: I1ee6d4849a83fdd4f43bf266ef4d282b22b65f6e
2013-03-20fdo#46808, Convert linguistic2::ProofreadingIterator to new styleNoel Grandin
Change-Id: I1551f67ce503d58ea9b0e701219b26baadb25b78
2013-03-20fdo#46808, Convert text::AutoTextContainer to new styleNoel Grandin
Change-Id: Ia33419c4d8cf633b572627edf57c926099d698e5
2013-03-20fix the object name so it matches the cppunit make file nameNoel Grandin
.. which is useful when a unit test fails and I need to find the correct makefile. Change-Id: I5277840b8304e4e1e5ec3490bb665fcce4945741
2013-03-20this should be enoughThomas Arnhold
Change-Id: I10af9ff8513f8f583867d0d6a18af03b3b5b1a28
2013-03-20make gcc-wrapper work even with ccacheDavid Ostrovsky
Change-Id: If97cc4f2af2adb6af1217cf7b095d0f0f7831bca Reviewed-on: https://gerrit.libreoffice.org/2857 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: David Ostrovsky <David.Ostrovsky@gmx.de> Tested-by: David Ostrovsky <David.Ostrovsky@gmx.de>
2013-03-19coverity#704590 Explicit null dereferencedJulien Nabet
Change-Id: I787a39959a1558fe4f284bc1941194a841e2d600 Reviewed-on: https://gerrit.libreoffice.org/2860 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2013-03-19coverity#735382 Copy-paste errorJulien Nabet
Change-Id: I7f033b189feee848dff1e3682be04a9b2f76fae8 Reviewed-on: https://gerrit.libreoffice.org/2854 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2013-03-20replace decimal separator at correct position, rhbz#919020Eike Rathke
Change-Id: I97a652e6a1286726fe21ae580f6dbf5536f9d52d
2013-03-19resolved rhbz#919020 Basic CDbl() and CSng() scan localized numberEike Rathke
Code wrongly replaced decimal separator with '.' and used atof() to scan the number string which itself may be localized on *iX systems but not on Windows. Hence on *iX the numbers may had been truncated where on Windows they were not. Additionally made this work with Unicode separators if defined for the locale, removed the awkward conversion to ASCII byte string and eliminated use of toupper() and isdigit() calls. Also eliminated a possible buffer overflow. Change-Id: Ic3f791601c321ef1386fe51a5244d3dacac3d908
2013-03-19These classes are not usedZolnai Tamás
Classes with same function: osl::Directory, osl::File Change-Id: I0e8d18bab6ee244da274c733b8f1f646897afc7d
2013-03-19More on removal of direct use of cell classes outside ScDocument.Kohei Yoshida
Change-Id: Ie888b3494334613b5e4bcf97019b6dfbbd1a5da1
2013-03-19windows build fixAndras Timar
Change-Id: I6ff724052660d73b583fb1e44265a60a6fa4379f
2013-03-19fdo#39445 writing out tools/fsys.hxx (linguistic)Andras Timar
Change-Id: I5d0e5ebbec46c32998962398da14ac81bb8afea8
2013-03-19fdo#39445 writing out tools/fsys.hxx (basic)Andras Timar
Change-Id: I2ec7546572fa72359615f371715b4aa82b1182ca
2013-03-19-Werror=format, "fix %d expects argument of type int"Julien Nabet
Change-Id: I654d035bc79ba157c6fdd01edf7930ef05f7b970
2013-03-19translation and cleanup of comments in sd/source/ui/view/Urs Fässler
Change-Id: I988c0545600185c6b09131d27fb8480efddd947f
2013-03-19fdo#39445 writing out tools/fsys.hxx (sot)Krisztian Pinter
removed unused includes from stg.cxx and storage.cxx Change-Id: I7863ce1b40432fdf1fc5025b074721d395c0c15f Reviewed-on: https://gerrit.libreoffice.org/2852 Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
2013-03-19fdo#39445 writing out tools/fsys.hxx (rsc)Krisztian Pinter
removed unused includes from rscdb.cxx, start.cxx and rscclass.cxx Change-Id: I6f7e54c9f494b7b40a0cf30f13100073b9c37f17 Reviewed-on: https://gerrit.libreoffice.org/2853 Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
2013-03-19calm debug, and disable unless SC_FORMULAGROUP=1Michael Meeks
Change-Id: I091d43dfa33f440edd50a1c937ef6e6f1930be4e
2013-03-19Remove use of ScBaseCell and its derivatives outside ScDocument.Kohei Yoshida
This is still work in progress. Change-Id: Ifcdbefbdd307a2a8819b073d896e90a16980781e
2013-03-19This ScFormulaCell member is not used. Also remove cell.hxx include...Kohei Yoshida
Change-Id: I5d188bb080943acc4b8e4ae44a4c8ef01a837c2f
2013-03-19start of InterpretFormulaGroup.Michael Meeks
handle column invariant formulae, sketch comment more work, elide Matrix formulae. Change-Id: I9ce4da26b0ad2407021a10f21c81ada80442c76d
2013-03-19get row offset calculation right for groups.Michael Meeks
Change-Id: Id65174bbb70a4387cddb985d0556a3bcd692d671
2013-03-19Tweak hash generation code to NOT rely on 'i' to shift bits.Kohei Yoshida
Because 'i' can get very large. Change-Id: I1c7fcafaa60b14f709861f32c56defc7bcaee451
2013-03-19build spans of doubles and cleanup excessive debug.Michael Meeks
Change-Id: Ib76596cae12c87825118903cc61b12c251f0c1b7
2013-03-19use cell hashing algorithm for computing groups.Michael Meeks
Update unit tests, dumb-down hashing to compare more for similiarity rather than identicality - we want to use this down columns. Change-Id: Icea731daeb301e1febb2df48b6b46c9faba74e9d
2013-03-19Unit test for formula token array vectorization state.Kohei Yoshida
Change-Id: I91dce36e56d86899ba506beb29df6188f10966c0
2013-03-19Reduce dependency on document.hxx. Prefer forward declaration.Kohei Yoshida
Change-Id: I9b0c86735284ec435cceb3acd9bad97a6e523a74
2013-03-19Add accessor to ScDocument for formula cell's vectorization state.Kohei Yoshida
Change-Id: I3c781764c6375dadb173bc5ab3cfb79857e2aeca
2013-03-19First cut on checking the token array on whether we could do vectorization.Kohei Yoshida
Not tested yet. Change-Id: I87f8a8595229d8d8e83526dc0334891d253cf2c7