summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-10-22fdo#55290 create CLI assemblies with the right nameDavid Tardon
Change-Id: I521a8a1fc013684fde6055d7e2c32790462e64c6
2012-10-22add missing depDavid Tardon
Change-Id: Ic902a7399a810fcf3331dc9c728c22a1f2a14d4d
2012-10-22use absolute pathDavid Tardon
Change-Id: Ic814cba74dede2f5a079242d0194fe7579e670ab
2012-10-22change the order of these checkboxesAndras Timar
Change-Id: I2bdfb770ded91bc66618dcc27e574cd39a3b267e
2012-10-22accelerate shape import & export by more sensible XInterface handling.Michael Meeks
Instead of converting both XInterfaces (again) to a root XInterface inside the Reference == operator - we ensure that we have done this on insertion, and do a fast pointer compare; saves ~40% of load time on some docs, and more on save. Change-Id: Ic3c97dd731ffb3854ebc135f416f6032d87b9d15
2012-10-22Seems that on the emulator the y scale is -1, huhTor Lillqvist
Change-Id: I1ad30e278a5b04de3ee544c30c38f4765539157d
2012-10-22Add ucppkg1Tor Lillqvist
Change-Id: I471440867895b2a8ef2f2de90ed37f5b3c9c0721
2012-10-22dummy_can_throw_anything reportedly needed at least with GCC 4.5.1, tooStephan Bergmann
...see <http://lists.freedesktop.org/archives/libreoffice/2012-October/039995.html> "RuntimeException while building" Change-Id: I038806d4ca1d7a2a2518106ba722509fbe3a7843
2012-10-22String -> OUStringIvan Timofeev
Change-Id: I154c856c2813130aae1af611abcc4bcb4f0d1d13
2012-10-22typoAndras Timar
Change-Id: Ief230fc60ddf3008d7d75af2cf57e20d3818634b
2012-10-22add help ID to 'Enable char units' checkboxAndras Timar
Change-Id: Ic968253460363c9d73ddc247d680f38f81df1272
2012-10-22Remove arguments unused when compiling assembler object (-D, -I, etc.)Stephan Bergmann
...at least Clang 3.2 warns about them, and with -Werror would produce fatal errors for them. Change-Id: I59568adc969ebd1ba2f20ef6c41edc7c5f5d29ed
2012-10-22-Werror,-Wtautological-constant-out-of-range-compareStephan Bergmann
Change-Id: I320c11d4b3d295c65dcd966f70a2de4f05926ebb
2012-10-22implement secondary button groups in buttonboxesCaolán McNamara
Change-Id: I0e60b7e197ba4f6ebd3f24cb2e9072ce3e1353fb
2012-10-22Remove spurious find_substrStephan Bergmann
Change-Id: I4b001e6fd963df2fad97aaf5885b0b38189e59d6
2012-10-22DomainMapper::lcl_attribute: typo fixesMiklos Vajna
Change-Id: Ib6ea496f7fb6d87011a74fc49e77c54d62cb09ec
2012-10-22add infrastructure for secondary button groupsCaolán McNamara
Change-Id: I5fd1bbc31a0259e92f6eb23beef5d3c77b74eed8
2012-10-22add a stock index image to vcl, ala gtk-indexCaolán McNamara
Change-Id: I96cd80f14d557752c19b88bb2c99298d7c3e3e0b
2012-10-22Only vcl has collate/ncollate nowCaolán McNamara
so remove the svtools ones where there are duplicates, move the svtools one to vcl when the vcl one is missing Change-Id: I9e7f77c3088be48bfcbed81e02ff71fa7aeba0d8
2012-10-22some more clang warningsCaolán McNamara
Change-Id: I4359784279875dc9dac99bc4d2db95dccf094b20
2012-10-22WaE: unused parameterTor Lillqvist
Change-Id: I15bfeda7f9bf0fbeff9e4f3297f127941cadcf9b
2012-10-22package: kill RTL_CONSTASCII_USTRINGPARAM in xstorageMiklos Vajna
Change-Id: I85d3d863f2ee873834ced526fd3efb76738b110e
2012-10-22sw: remove duplicated testMiklos Vajna
Now that the import/export tests are reworked, this duplication can be dropped. Also rename the test file, n<number>.docx is for test files from bugzilla.novell.com. Change-Id: I48cf5619fc44341c2e468f756939dc676564da53
2012-10-22No more clone directoryStephan Bergmann
Change-Id: I59239bfa1865bc5f19e620216edd95227c5fb318
2012-10-22add note to ExternalPackage docDavid Tardon
Change-Id: I920e0f6cea18c825dc5786b6b4f2df1c0ddb890d
2012-10-22drop unneeded functionsDavid Tardon
ExternalPackage has intentionally been made compatible with Package, so it can be passed to gb_LinkTarget_use_package(s). Change-Id: I11cd55e1f570ddab7315a7229321fc3392fd49f4
2012-10-22make sure libpq is in place before it is usedDavid Tardon
Change-Id: I799a149b319bb6a3168117810084496f8b6d6fbb
2012-10-22sal_Bool to boolTakeshi Abe
Change-Id: I71842ace16eb65b3269754cc36408fe52843b2ea
2012-10-21fix typoPeter Foley
Change-Id: I10ac442d9be4f592d79d8b2fbd824d94852781d9
2012-10-21fix sdremote related configure switchesRene Engelhard
sdremote itself apparently works also over IP (WLAN), so we don't need to disable it when we just don't want/have bluetooth. And also dbus is also needed in the bluez case Change-Id: I55ba07cd715d1e9bd641ef28e2391e4fe85b85e0
2012-10-21some additional clang warningsCaolán McNamara
Change-Id: I7ba4a6cb9ad8cb75282553d486e48c00e19cc0c2
2012-10-21loplugin: misleading else if indentCaolán McNamara
2012-10-21translations dir always exists with submodulesPeter Foley
Change-Id: I7d6e671f45355eb03fb9e1a49d7123e2f1699e80
2012-10-21fix postgresql on winPeter Foley
Change-Id: I15da34e09b74d9b97b64327ab46282c4f33e4118
2012-10-21Fix some Variable "X" is reassigned a value before the old one has been usedJulien Nabet
Change-Id: I6df132f670c771f18b3aa7ae87b14adf266b64a4
2012-10-21Fix Variable "X" is reassigned a value before the old one has been usedJulien Nabet
Change-Id: I293b42d075d9c680a781a3bb993f05f4d7d62208
2012-10-21sw: rework import tests to match the syntax of export testsMiklos Vajna
As a side-effect, this reduces the length of the code as well. Change-Id: I83da39968ab7629548dd3c469ea8e648c4574653
2012-10-21convert postgresql to gbuildPeter Foley
Change-Id: Ia1345904a819d8edfad53c8882be35b398e8bc6e
2012-10-21Fix Variable 'eState' is reassigned a value before the old one has been usedJulien Nabet
See http://nabble.documentfoundation.org/Cppcheck-report-in-vcl-unx-gtk-gdi-salnativewidgets-gtk-cxx-td4014513.html Change-Id: I9f59ed1fa0cd325d65f5574332b19625b27f8900
2012-10-21Some cppcheck cleaningJulien Nabet
Change-Id: I5c119795077f9fbb84c32bc6ca95533d689998b9
2012-10-21Fix some Variable "X" is reassigned a value before the old one has been usedJulien Nabet
Change-Id: I2fbdf26441f64183676035692391e65db0efe069
2012-10-21only build librsvg deps if librsvg itself is builtDavid Tardon
gdk-pixbuf, gettext, glib, libcroco, libgsf and pango are only deps of librsvg, which means they do not have to be configured/built in a build without librsvg. In effect, this generalizes the previous exception for Android and iOS. Change-Id: Ia0bd5e1c2bfa27842d8806886cd5774a420a973f
2012-10-20sw: run export tests twiceMiklos Vajna
Export tests are in fact import-export-import tests. Given that we want to test the export filter here, it's handy to run the tests twice, first before the export (to detect if already the import filter fails) and also after the second import, to do the real test. So this should make it easier to detect when you have an export failure, but in fact the bug is in the import side. Change-Id: I26e3445f079a7fbd4e037218f7094a84e730b746 Requested-by: Pierre-Eric Pelloux-Prayer <pierre-eric@lanedo.com> Agreed-by: Lubos Lunak <l.lunak@suse.cz>
2012-10-20sal_Bool to boolTakeshi Abe
Change-Id: Ideb46a876ef74f505b71e2a788d5f8da50e251af
2012-10-20add bibliography entry uiCaolán McNamara
Change-Id: I9c442d40ccfbc381c5885fa016da448ce2912b93
2012-10-20use correct deferred parent windowCaolán McNamara
Change-Id: Id9d56d9f014cee216f1478d764082b97ddd30b01
2012-10-20deliberately no parent for dialogCaolán McNamara
Change-Id: Id28797b9c40694e1b43d1fdd1205833562d760b9
2012-10-19Updated coreCaolán McNamara
Project: help 6e855787c1fa512546f8e72766606fa2f90d0854 update helpids for bibliography entry dialog .ui
2012-10-19remove unset & unused variablesMatúš Kukan
Change-Id: I565a3110c10eb94945ad08daabe29f0034ed0ddd
2012-10-19use prefered name configure.ac to scilence aclocal 1.12 warningPeter Foley
Change-Id: I5875d3fface19bdce2948c6a2979b1b5e4e0735f