summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-09-27Disable HSQLDB unit test for now.Andrzej J.R. Hunt
Will require some debugging to make work on Windows. Change-Id: I264e6cdb93c5b9ea89f2a80b332df4e9c879f1d1
2013-09-27Add normal (non PreparedStatement) insert test.Andrzej J.R. Hunt
Change-Id: I0f6220917d8a9e8ecce30acbabf8386e73372ed3
2013-09-27Refactor performance test.Andrzej J.R. Hunt
This is to allow for comparing the use of Prepared/Normal statements. Change-Id: I6e120892f1c66f8b1c59bda309e88b2b7f39d230
2013-09-27Implement firebird/hsqldb performance comparison test.Andrzej J.R. Hunt
Change-Id: Iaf28b0fcb04ee713ccae6a593e56653eac6e2eba
2013-09-27Make our_sFilePath protected to allow reuse.Andrzej J.R. Hunt
Change-Id: Id760cfd196bb25aa1d982efa0b2b47211680c77e
2013-09-27Implement hsqldb loading test.Andrzej J.R. Hunt
Change-Id: I7dc6390b1061585054d1fa435414cae245122a1c
2013-09-27Silence some (irrelevant) exceptions in firebird unit test.Andrzej J.R. Hunt
Change-Id: I0639b2c69f5f111e37e5566bf4cbea6719de8789
2013-09-27fdo#69450 - IDF_ATTRIB & IDF_CONTENTS must be disjoint.Michael Meeks
Change-Id: Ib971824a7f274334012b872acec65310535ad767
2013-09-27Convert optlingu page to .ui + adapt code.Jan Holesovsky
Unfortunately the page looks ugly ATM :-( - ideas appreciated. Change-Id: If6c1cfc5f57c2ea58d46649bc34041674b4f5362
2013-09-27Off-by-one errorStephan Bergmann
Change-Id: I84749158fb8dee3fec10869e0955177bbd917d59
2013-09-27ignore hidden row/columns when navigating, fdo#45020Markus Mohrhard
Change-Id: I597d7dbef07479f66894c7fce5ee21f340b43120
2013-09-27add a unit test for fdo#66646Markus Mohrhard
Change-Id: I15bef4e0422261ec473263ac8fc239604146f864
2013-09-27add test case for fdo#69720Markus Mohrhard
Change-Id: Ib89a596f0e28cacc9ae180d23b9995e524c45b52
2013-09-27Add a new import filter test case for data table from xls.Kohei Yoshida
Data Table is in Data -> Table in Excel XP, and is under "What-if Analysis" in 2007 and newer. Change-Id: Iec1f944a8643bafb71341981bf94c6c536c63484
2013-09-27Move the current template dir a bit down.Jan Holesovsky
Change-Id: I7d8fea0a2fb8a73a5d108cc8b2ac36b7829f029c
2013-09-27Improve performance of copyArea(), especially relevant for mobile devices.tsahi glik
vigra::copyImage89 does not handle copy areas in the same image so the code checks whether the src and dst are same buffer and directs it to scaleImage() which is very slow. The whole concept of pixel accessors is a huge overhead in the case of direct pixel copy (vigra::copyImage is also using pixel accessors). The idea here is to identify when direct memory copy is applicable (when the format is an integral number of bytes per pixel, src.size==dst.size, and src.format==dst.format) and use direct memory block copy and not pixel-wise copy. The result is 100x faster than the vigra implementation. This direct copy is also handling the case when the src and dst are same buffer by copy it from bottom to top when needed and using memmove() instead of memcpy(). Change-Id: I8ec589463d6386db82777a916371a5ebbf9e2d50 Reviewed-on: https://gerrit.libreoffice.org/5707 Reviewed-by: Tor Lillqvist <tml@collabora.com> Tested-by: Tor Lillqvist <tml@collabora.com>
2013-09-27optasianpage.ui: The border shouldn't have been set.Jan Holesovsky
Change-Id: I24848a0ba55f41bfff577e3593f37f943812725a
2013-09-27Can use CppUnit assert functionality hereStephan Bergmann
Change-Id: Iecc42e79b72e99f9222ba2419226b0f655a5af7d
2013-09-27stop delivering orcus static librariesMatúš Kukan
They are missing in 425d8fd12e5f782739a970871ec8f9832dea720c Change-Id: Ia624fc2fcd5637b82f819f4b54d8dbcc288e185d
2013-09-27gbuild: remove unused gb_CppunitTest_LIBDIRMatúš Kukan
Change-Id: I42ffe7c32d249bdd9cfa03800e78c431df0bb52f
2013-09-27gbuild: remove now unused gb_Library_OUTDIRLOCATIONMatúš Kukan
Change-Id: I696b550b495d1bf6549e3c54a3157d467a7ead8d
2013-09-27Fix URL creationStephan Bergmann
Change-Id: Icbbe9096c60def4687b137a37bfe86c4de9b3f22
2013-09-27getURLFromWorkdir should actually return a URLStephan Bergmann
Change-Id: Id6d67f820226da15d90b95aa047767926583cc2e
2013-09-27DOCX export: check for AutoFmt which id before trying to access itMiklos Vajna
Change-Id: If30f1df55e426b32fd7ef1278fe5b1cf77823f87
2013-09-27oox: fix off-by-one error in SimpleShape::implConvertAndInsert()Miklos Vajna
Change-Id: I52741c344fc04b82db650927e4223dc325afabdf
2013-09-27raah... getURLFromWorkdir does not put the URL schemeLionel Elie Mamane
Change-Id: I62162230b313c66872ef1b3e8b18070126169aa1
2013-09-27get workdir URL directlyLionel Elie Mamane
as opposed to buggily trying to build it ourselves from the path Change-Id: Ibf44fac809a9cf12bc654a5a2f8ac8f00866b1a3
2013-09-27a dependency started requiring boost...Lionel Elie Mamane
Change-Id: Ifd32f99f4ab1df1625464c2f269bc85f7283783f
2013-09-27janitorial: simplify codeLionel Elie Mamane
xStorable is obtained from a XComponent, so use the original instead of requerying a XComponent from the XStorable. Change-Id: Iec5ca6ddcf3eedd193ec04129ba9aa1d13af1d0e
2013-09-27unittest for fdo#67685Lionel Elie Mamane
Change-Id: I44500717109a026d7c71e6494daacbea1f224263
2013-09-27drop unused helpidsCaolán McNamara
Change-Id: I6e1782674e66e5f744e307490ce6f417607d7f29
2013-09-27Updated coreCaolán McNamara
Project: help 73a4731805ca6d8ee9b33f52093e46d8a0703b16
2013-09-27fdo#69636 VML export: handle mso-layout-flow-alt shape prop for sw framesMiklos Vajna
Change-Id: Iec798b3db23883d34bfbaff0003330f013df1a3e
2013-09-27lint-ui 6 top pixels alignmentCaolán McNamara
Change-Id: I441e23ab329a09cec7b28dfa743a63b4c834da8a
2013-09-27convert mailmerge select page to .uiCaolán McNamara
Change-Id: I34f527ff8e1e9819f4e6ac728efa1e31f8bc3d48
2013-09-27Related: fdo#38838 remove UniString::SearchBackwardCaolán McNamara
Change-Id: Ia474ee07b1bd411eae8cd1ddd55c4fa83dbd5f47
2013-09-27Updated coreCaolán McNamara
Project: help 1d8e9be32370edf1d58c176c059e5cbe7d799958
2013-09-27WaE: variable 'bValid' is used uninitialized whenever 'if' condition is falseTor Lillqvist
Change-Id: I3357ff4af0ac43950db94d1a009faeb4fb281dba
2013-09-27Revert "moved newly inserted entries to the end"Andras Timar
This reverts commit bcfb5f0e9b659d16b72fe0add599dd8ec1a7c098. 82a844a688ea0db38190fbd57e42e56d0403c00d solves the root of the issue
2013-09-27fix po import of PairedListZolnai Tamás
Change-Id: Ie086cf59ae86a845e0b84e0ecba7f7e578d83783
2013-09-27optasianpage.ui: Use mnemonic widgets.Jan Holesovsky
Change-Id: I5353cffa12e7378e18fc38172c51257915d880b9
2013-09-27moved newly inserted entries to the endEike Rathke
In UI localizations where the translation for such an entry is missing the entire entry is omitted, causing the following entries to be shifted by an offset and picking a wrong entry. Seems that rsc does not handle this case properly. Change-Id: I0efe1ac5d1f704ab2ba6919c4997caaca2153401
2013-09-26Convert optasian page to .ui + adapt code.Jan Holesovsky
Change-Id: Ia3ea3fcf38512431fb99191f230450f26c7b3e2f
2013-09-26use makeFallback() in MakeRalLocale()/MakeRealUILocale()Eike Rathke
The old MsLangId::convert...() methods did implicitly fall back to a known locale, this behavior is explicitly needed here to select a proper completely known locale. Change-Id: I350989f3af679890ddb0de964c2d107420331160
2013-09-26Hack to not leave SolarMutex released after g_main_loop_run callStephan Bergmann
Change-Id: I26923469d08308233ce3fabe749806c16d75cecd
2013-09-26Fix 32-bit buildsStephan Bergmann
Change-Id: I78cdd43e02a891fac7240105a9457df105fb849f
2013-09-26Missing #includeStephan Bergmann
Change-Id: I4ed43a7464da4f4e68636dc90bb92c9a1f76336f
2013-09-26writerfilter: no need to have these as public anymoreMiklos Vajna
And hopefully this will also fix the Windows build as well. Change-Id: I6a008c0bf74d436be7eef0c5d0945dd07e3954e5
2013-09-26Missing #includeStephan Bergmann
Change-Id: I2af468933b1e9bdad1c6da1f881daaf068b6bec0
2013-09-26writerfilter: remove dead createDffRecordMiklos Vajna
Change-Id: I27dc30c8aba7b77cdac771ca733fadb805a5c75b