summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-09-11attempt own scrollNoel Power
Change-Id: I4abc00bf4fcebb098b63cc2c3638e0d573381ca5
2012-09-11crummy but psuedo usable scrollable dialogNoel Power
Change-Id: I93c49f2e2e313f27b660f3998cb5e8e2cd520ada
2012-09-11orcus: use Package to deliver librariesMichael Stahl
Manually copied files aren't cleaned Change-Id: I35b08ed6f10b9405d569c06c624d0702f1f6e5fa
2012-09-11gbuild: UnpackedTarball: don't need over-engineered 82 lineMichael Stahl
... perl script to convert line ends. Change-Id: Ia2f6f38b39876946ba4471f99a7622241ae72017
2012-09-11Fix liblangtag and GLib checks for iOS and AndroidTor Lillqvist
Change-Id: If6b46ebdb63d7688830f5ee712c124c07e93661b
2012-09-11we still need to register the libraryMatúš Kukan
Change-Id: Ia3c38ec42bcf5b36465bca3bfee81c4008c937c3
2012-09-11fix few problems with gbuildized liborcusMatúš Kukan
Change-Id: Ic8717085f0f71470eadc225eb062c1dee24d24f7
2012-09-11orcus: use gb_UnpackedTarball_fix_end_of_line so patch appliesMichael Stahl
Change-Id: I455ae6cb2b99253c1a66d8d4ddab3ba5e1e9fb80
2012-09-11no ascii >127 chars in string literalsLuboš Luňák
Change-Id: Icf7fadc27823b0cd32795f3ab685602f9ad6c99c
2012-09-11fdo#39625 Make existing cppunittests workRadu Ioan
Make sal_rtl_uri cppunittest work - removed call to simpleheader.hxx - added call in Module_sal.mk for sal_rtl_uri - created mk for cppunittest for sal_rtl_uri - removed duplicate include - change from t_print to printf Change-Id: I928ade62eb51ba1cb0a74e347411b344d57e97d0 Reviewed-on: https://gerrit.libreoffice.org/590 Reviewed-by: Luboš Luňák <l.lunak@suse.cz> Tested-by: Luboš Luňák <l.lunak@suse.cz>
2012-09-11::rtl::OUString to OUString correction in accessibilityRicardo Montania
Change-Id: Ib59e07ef5dcdd2f30bc5abee2e958cbda57e9629 Reviewed-on: https://gerrit.libreoffice.org/589 Reviewed-by: Luboš Luňák <l.lunak@suse.cz> Tested-by: Luboš Luňák <l.lunak@suse.cz>
2012-09-11add mdds to tail_build againMatúš Kukan
Change-Id: I77a90f816d062bdc9ca4de6e151593e264e4c042
2012-09-11liborcus: convert to gbuildMatúš Kukan
Change-Id: I6a0d869526ffd40bfe5ff81267f241c049d050f0
2012-09-11kill stray line from commit:c0c7fb66985a9a3e8f9b7a796c1e0489e407879b fdo#52076Noel Power
Change-Id: I715c4a7caeb48e605babd9a91e2c10e5847cbd09
2012-09-11Fix typoTor Lillqvist
Change-Id: Ibe0da6862cd241e10d79817aab08a65590610604
2012-09-11add AC_ARG_ENABLE for packagekit; remove "auto font install" from dbusRene Engelhard
Change-Id: I973bc94569559a65484d359fe153bc6a53bbd848
2012-09-11fix li--with-system-liblangtag descriptionRene Engelhard
Change-Id: I7904d041d1512e988aa121d4cb438aa4ccb04011
2012-09-11default to off for packagekit usage; add --enable-packagekitRene Engelhard
Change-Id: Ib644cc3768ced8a1959fb9ea9f7f24e29fce87ad
2012-09-11implement --with-system-liblangtagRene Engelhard
Change-Id: I182f95c294ec41cf74cd495fd6141a7d1c33b3ff
2012-09-11missing part of fix for fdo#54721Noel Power
commit id cea414bfe8fe356793778bdf09f5ca3b3a42daa0 for "fix vba not tracking currently selected doc correctly" was missing necessary change in sfx2 Change-Id: I1697c005374b3d26dc63c78702a46c6d9879adaa
2012-09-11fdo#53588 Assume cdir being in the last 1k of the file to speed-up searchAndras Timar
Change-Id: I25291c52d9f0117c70c48781c2eb575bb6b374ff
2012-09-11XubString->rtl::OUStringCaolán McNamara
Change-Id: If7e5d015c95f8f173750ca32e061d69f56e2d93e
2012-09-11fix for fdo#52076 don't write out basic storage if no modulesNoel Power
Change-Id: I50908f7f6b4c9a146e4a2fe616d000e1ee7e36fe
2012-09-11n#778148 SwEditWin::MouseButtonDown: prefer url over hell frames on ctrl-clickMiklos Vajna
This reverts commit 549da29af80c9d5b64b4c1bcec40b9c81f471a4f and fixes the problem without breaking text selection in front of background images. To reproduce, create a large XShape, put it to the background, set wrap style to 'through', then add some text, including a hyperlink. Click should select text, ctrl-click should select the hyperlink, or in case the text is normal, the shape. Change-Id: I6cd62af30b58555f8b58c7db4648444fceba83dc
2012-09-11warning C4805: '!=': unsafe mix of type 'bool' and type 'sal_Bool'Stephan Bergmann
Change-Id: Ie05299fb67d90a7df332626d361697cb32bb205c
2012-09-11Missing "include"Stephan Bergmann
Change-Id: I93baa875c15ea2186f7e738bfa48457e7fa09f88
2012-09-11Better error reportingStephan Bergmann
Change-Id: Id5fa59ebd8d656158c22552e6f06e61897df2fb5
2012-09-11Revert "Temporary workaround for failing XPDF tests"Fridrich Štrba
This tests were failing with system poppler 0.20.0. They are OK with internal xpdf. This reverts commit a9b7c8ba65d74d7ee5fef2750ae9e81945b9e1e3.
2012-09-11fdo#54609: Exception while importing xlsx.Muthu Subramanian
* Handle any exception thrown during document properties import. This is not so critical so as to stop the import. We anyways check for hasElements(). * Also lclGetRelatedStreams might throw IllegalArgumentException
2012-09-11fdo#53520: Adapt to dict-pt*.oxt renames, and more pt-PT/pt-BR clean upStephan Bergmann
Change-Id: Ie2262ed49ea829e1afdf97583dd633f954f64edc
2012-09-11fix bug fdo#53520, pt-PT and pt-BR better splitOlivier Hallot
This patch fixes fdo#53520: Portuguese language spelling package names and split the files into the proper directories. Change-Id: Iff10cfee1da2c4775e4cf9050ec154052ee18ac9
2012-09-11rename orcus lib on mingw to fix buildDavid Tardon
Change-Id: I5d58db337c056d4cea7e3b493e3653ef929e7bca
2012-09-11fdo#53520 rename portuguese dictsDavid Tardon
Change-Id: I70cb4856f1db4722e886407d1c2fdf6a73b9a7f3
2012-09-11optimize font-decl template for libxslt (using exslt functions)Peter Jentsch
Change-Id: I5b8469db0729fdb722d22ae9a0a8688658db39f0
2012-09-11On error, properly exit from Impress RemoteServer::getClientsThorsten Behrens
Looks like the actual return was missing in front of the empty vector. Change-Id: I0ccf0be53ef54138a3ebffab7b09b93b8c629aa0
2012-09-10Resolves: fdo#44925 list box contents should be same direction as sheetManal Alhassoun
list box contents should be same direction/alignment as sheet, not the interface Change-Id: I0b4944c6658fb27dfa7d0c67dd26a7b592329be8
2012-09-10Resolves: rhbz#855972 crash on switching to outline viewCaolán McNamara
Change-Id: Ic2675e9d1d8ce6bb67e9c9e4db292f79c4240409
2012-09-10Java cleanup, convert ArrayList and Vector to use genericsNoel Grandin
Change-Id: Ic668b46872ee0bfd259ca335aed9d68fb545c3a4
2012-09-10Java cleanup, remove unnecessary importsNoel Grandin
I guess I missed some last time :-) Change-Id: I164a8baa07850f783b8cdf2e7f3eeaac53a3d29b
2012-09-10Java5 cleanup, cleanup Vector and ArrayList to use genericsNoel Grandin
Change-Id: I7c2a3346f5c089424377302e1029b6f6aa971d76
2012-09-10Java cleanup, generic and simplifyNoel Grandin
The code here is passing stuff around in lists of Object, but even so, it was doing so in a very convoluted way. Change-Id: I608a066138bde2b659a52f6e6148ac754f75ac74
2012-09-10Java cleanup, remove dead codeNoel Grandin
Change-Id: I40cbc29e6648ac430b296f89ebc8f9a4fd6c7546
2012-09-10Java cleanup, remove dead codeNoel Grandin
Change-Id: Ic937a028a35c19adca9c42f6c59243a807ce3457
2012-09-10Java cleanup, simplify and generifyNoel Grandin
Convert this code to use generics and remove needless complexity Change-Id: Icc87face21de963f433d2422b3e9d62042de24a8
2012-09-10Java5 update, Convert ArrayList and Vector code to use genericsNoel Grandin
Change-Id: I6cf6fa8e55005ffdc1d173aeee1e374efbb214fd
2012-09-10Java cleanup, fixup the TestPGP code to compile again.Noel Grandin
Change-Id: I7b77f1a21936ff63b64d005fff3343df30b90b38
2012-09-10Java cleanup, remove dead code and fixNoel Grandin
Remove jurt/demo code, because it doesn't compile anymore, and according to S.Bergmann, it doesn't test anything that isn't already tested elsewhere. Change-Id: I775eb1681d77800abc8f8d399c43de20d8721e82
2012-09-10what gets tested here turns out to be out of date nowCaolán McNamara
Change-Id: I61b96b8d0e9c821f0e6228430eece1617871a916
2012-09-10fdo#39625 Make existing cppunittests workRadu Ioan
Make sal testHelperFunctions cppunit work - removed call to simpleheader.hxx - added call in Module_sal.mk for sal_testHelperFunctions - created mk for cppunittest for sal_testHelperFunctions - removed unused and unusefull function Patch#2 - remove some unusefull include - add bug number to commit message Change-Id: I2f4e831cea0213a07f440bb00e0302eb1c4d7dc1 Reviewed-on: https://gerrit.libreoffice.org/588 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2012-09-10fdo#54542 fix start of table wizard IDsJulien Nabet
Change-Id: I82f811d45333b5b9ee4ecccccf8b18831f0e6397