summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-11-04convert lcms2 to gbuildPeter Foley
Change-Id: I96de6b20b2a68f0982a30d33359e9e9cda9e642c
2012-11-04avoid 'else ifeq' construct in makeNorbert Thiebaud
Change-Id: I075313f99c88241348a9c1184d1e1a54de6154cc
2012-11-04MySQL Connector display nameAndras Timar
Change-Id: I36f2504cd7458d558b786aedaf79b2e3fa1444d5
2012-11-04Revert last commitJulien Nabet
Change-Id: I45496eb188339092e7b718064b9a2e88d2d9dd01
2012-11-04Try to fix a missing endif blindlyJulien Nabet
Change-Id: I05474288e19b9bf6d7cad79b60a5c2ed2af41466
2012-11-04Fix .Len -> getLengthJulien Nabet
Change-Id: Ibe3e97a6fa59098b9234e4aae04118abc4e37eea
2012-11-04sal_Bool to boolTakeshi Abe
Change-Id: I51b096bab5f5c12a9c4c6633aa3150c50e9ffa47
2012-11-03gbuild: add beginning of gcov supportNorbert Thiebaud
Change-Id: If5b551c46de4afae2393a6320d08c191feafc358
2012-11-03unottest: add get(URL|Path)FromWorkdir to locate $WORKDIR_FOR_BUILDNorbert Thiebaud
Change-Id: Iec4e609e023262f357a7552b75863aeae9385205
2012-11-03basic add a generic unit test fixtureNorbert Thiebaud
basic_coverage is a generic unit test that scan qa/basic_coverage/* each file there is supposed to be a well formed Basic script that define as least a Function doUnitTest as Integer that return 1 if OK, 0 if not OK Change-Id: I6c3cfac1e7ce4748f46c04344102a0eff69b6a49
2012-11-03basic: preliminary cosmetic clean-upNorbert Thiebaud
parsing 1000s of line of code is hard enough without having to fight with weird indentation and irregular formatting. So as the review progress, in order to follow the code, cosmetic changes were made... In order to minimize the task of the reviewers and allow them to concentrate on what matter, an effort is made to collect these cosmetic changes into this separate commit. Change-Id: I3c9b04a0150d0d0a048c2e976fe24de4f2b6b98a
2012-11-03WaE uno any conversion does not like intNorbert Thiebaud
Change-Id: I54abaf2cd4dd896b39b4b6993d6d2f7c37f35e18
2012-11-03basic: OUStringification of ddectrlNorbert Thiebaud
Change-Id: I2af40d7c8117aff8ce62a8ea0eec579664f8bdeb
2012-11-03basic migration to OUStringNorbert Thiebaud
Change-Id: I1f9403174b3779801d91ba20d846191ed9a09eed
2012-11-03basic: convert StepPAD to OUStringNorbert Thiebaud
Change-Id: I19d05f455767c973a47d0233b3af20af1ac3a20a
2012-11-03simplify and use OUString for StepLOADNCNorbert Thiebaud
Change-Id: I92c86f672cc79506c2c7c56bb3402b4436f71c98
2012-11-03basic: use OUString in DimAsNewRecoverItemNorbert Thiebaud
Change-Id: Icfecff549161c3c429524549b65752671792a94f
2012-11-03basic: unnecessary round-trip via StringNorbert Thiebaud
Change-Id: I691a59b8ab9e6352a9257dac35b8e378e6ef9666
2012-11-03basic: avoid String<>OUString issue by by-passing them completelyNorbert Thiebaud
Change-Id: If741661f1151950a2180fa5c6504957b44a7e998
2012-11-03basic: clean-up String from eventatt.cxxNorbert Thiebaud
Change-Id: I78f39310dbb0a024af4268f503a6150451f12778
2012-11-03basic: String -> OUString in basicmanagerNorbert Thiebaud
Change-Id: I6607bfe8b6bf4d29ffd01cd88a19af5e53d616b5
2012-11-03svformatter already accept OUString inputNorbert Thiebaud
Change-Id: Icca8c40db4a4449876e115a0746319f3f893e846
2012-11-03basic: use OUString internaly for error messagesNorbert Thiebaud
Change-Id: I9ea243f93b7477814037deca2f332c3359ce527d
2012-11-03cosmetic prep-workNorbert Thiebaud
Change-Id: I732a8506a25f48c89cd0dc590e7305d355aa0762
2012-11-03use OUString for intermediary result in PrepareNumberFormatterNorbert Thiebaud
Change-Id: I9435d926beb2fd7ebe350f61634673eed7228fbe
2012-11-03cosmetic clean-upNorbert Thiebaud
Change-Id: Ie9569fba8b03656b9a50e9add06c8e13d0026624
2012-11-03basic: implement RIGHT with OUStringNorbert Thiebaud
Change-Id: Iff2150cf45569ca3d95f461495f49c455178cb5e
2012-11-03fix connectivity test with Win8 sdkPeter Foley
Change-Id: I1a7f15c4fd97e3a134698e8b6f7e2a93701674fe
2012-11-03convert lpsolve to gbuildPeter Foley
Change-Id: I0038b21a1b3bde4d8d3f5dd0092d15d858336680
2012-11-03Remove unused method and also remove not build testMarcos Paulo de Souza
These tests are not in the main build, so remove it all. Change-Id: Ia0e13c984fe11b543a66d3150082cbdd7f34296a Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/977 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2012-11-04fix the remaining UI places that needed update for new cond formatsMarkus Mohrhard
Change-Id: I9df9a2adadf2e4181e1f601259eadf6bbc6007ca
2012-11-04fix ooxml (no) error cond format importMarkus Mohrhard
Change-Id: Icb04a12a9db082e1cc64565cb8d31b50963b799e
2012-11-04Fix copy&paste in testMarcos Paulo de Souza
Also, change CPPUNIT_ASSERT_MESSAGE to CPPUNIT_ASSERT_EuAL_MESSAGE_EQUAL, as suggested by Markus Mohrhard. Change-Id: I1333e125dafaa98dafc493bd25eb20f0b09c792e Suggested-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Signeg-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
2012-11-04add strings for (no) error cond formatsMarkus Mohrhard
Change-Id: I0479fe508b02590da80a7fda5e4f4374da2e0294
2012-11-04add (no) error cond format export to ooxmlMarkus Mohrhard
Change-Id: I11537a22f72130d796887581611449c849ab0876
2012-11-04add (no) error cond format import from ooxmlMarkus Mohrhard
Change-Id: I668a9b843cf281a167ca87d24b717c782bbc1e1b
2012-11-04add error and not error conditionMarkus Mohrhard
Change-Id: Iaf087a470fa7353877ac726af907e6d4a31cba99
2012-11-03convert hyphen to gbuildPeter Foley
Change-Id: I55b3832128aa096eb44b67a26ec2afeb6c573604
2012-11-03this should not have been commitedMarkus Mohrhard
Change-Id: Ida651d386379e7f43cadce3a2fe8c6d99fd41c5e
2012-11-03hide the second edit field for all necessary cond formatsMarkus Mohrhard
Change-Id: I56c5ba7829540d0c619adb8ff68eacc736ff92ff
2012-11-03improve cond format export to ooxmlMarkus Mohrhard
Change-Id: Ie89d5595c528b546b5de870421bf7d27a928c739
2012-11-03add an import test for the new cond formatsMarkus Mohrhard
Change-Id: I2c25604df183ce27845f9e01bb27ab92fc8ffbec
2012-11-03be more forgiving for empty cells in tests with csv filesMarkus Mohrhard
Change-Id: I69f66cc580da0aab79e7df15ad5201624ce0f9f2
2012-11-03xmloff: drop unused OUStringsMiklos Vajna
Change-Id: I040e9a5c9e60a27aa82fd624cc01edfecf5cc8de
2012-11-03fdo#38838 UniString removalRicardo Montania
Change-Id: Id1a17001caa0f6350de10d8af016630f4c76a55b Reviewed-on: https://gerrit.libreoffice.org/970 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2012-11-03document writerfilter.profile log areaMiklos Vajna
Change-Id: I882de51f0605c4556d97b735fa3e85f686799c61
2012-11-03download: fix if/else logicMatúš Kukan
Change-Id: I3d465d17f4db8d2cf1253f9f6405051136d31c07
2012-11-03bin pointless post_download.inMatúš Kukan
Getting dbghelp.dll with help of dbg_x86.msi was removed. It was most probably obsolete. Change-Id: Iab4c63b2ad883e3d1db3df965eecf15dccb478eb
2012-11-03compile concat-deps in solenv; also put them into $(OUTDIR)Matúš Kukan
Change-Id: I4ef21f14a77442b60059c649b83435c775670060
2012-11-03fix copy ctorLuboš Luňák
Using operator= in a copy ctor is a rather bad idea when the operator= accesses uninitialized data members.