summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-10-23be verbose about which guard definition is problematicThomas Arnhold
Change-Id: I883acce26266b304e83bf898f86da12549a112e5
2013-10-23fixincludeguards.sh: include - the restThomas Arnhold
Change-Id: If1ee11da444a7f96f2d8668b277540da0bb4dbe9
2013-10-23fixincludeguards.sh: include/{basegfx,basic}Thomas Arnhold
Change-Id: Id18d3f4b4ed763b2ec9e718d66c3c3b9968fcac2
2013-10-23fixincludeguards.sh: include/editengThomas Arnhold
Change-Id: I5a172bb12b62940b9994b2740e054b43145b08f0
2013-10-23fixincludeguards.sh: include/o*Thomas Arnhold
Change-Id: Ibd5d8af00f6582d53231c76e2b04e737b5804497
2013-10-23fixincludeguards.sh: include/c*Thomas Arnhold
Change-Id: Icba422d99836518a1b662b15144bc9334bed1473
2013-10-23fixincludeguards.sh: include/u*Thomas Arnhold
Change-Id: I8a07ccb309490206a2edd36f2fe4d0e2c0982ea2
2013-10-23fixincludeguards.sh: include/{toolkit,tools}Thomas Arnhold
Change-Id: I5572c320431222be2405f8c2dc8adeafe4f3828b
2013-10-23fixincludeguards.sh: include/s*Thomas Arnhold
Change-Id: I57fcfd442d2b5815e7c07a9cbd660f3698168dee
2013-10-23fixincludeguards.sh: include/vclThomas Arnhold
Change-Id: Iaea4396f60aeade5303bf83a4504ad62f161b83c
2013-10-23fixincludeguards.sh: include/xml*Thomas Arnhold
Change-Id: Iffab819621615c59709c087202cc578af00dd799
2013-10-23fixincludeguards.sh: include/svxThomas Arnhold
Change-Id: I2c280be12f36c1538e922286745aabc62482423d
2013-10-23remove external include guardThomas Arnhold
Change-Id: I78a816b23a0cc118a61a39ca21d6ec234fd39749
2013-10-23remove some legacy stuffThomas Arnhold
Change-Id: I49716ca1c780a33d8c5366ffc8cd4f363ac0a086
2013-10-23correct indentation + remove guard namesThomas Arnhold
because the script detects those as "used in other files" Change-Id: Ifacb337338e60a194047689c16254154c867b606
2013-10-23Improve test assertionsStephan Bergmann
Change-Id: I5c5a76ca0e1db699dbb9f3fd381e050fc7256d27
2013-10-23-Werror,-Wtautological-constant-out-of-range-compareStephan Bergmann
...I assume this is what was intended? Change-Id: I36e4602937f45ba5f8cc17d3e0f0a69ab373e1dc
2013-10-23Missing mdds_headersStephan Bergmann
Change-Id: I8a4ef636aef382d75ae5e84eeb4f3c5caf8ed02f
2013-10-23Avoid exposing the internal cell note storage outside ScDocument.Kohei Yoshida
Let's try to avoid including mtvelements.hxx in document.hxx... mtvelements.hxx is very parser-heavy, and document.hxx is included everywhere... Change-Id: I2768ba6e25f8ff10f61f9cfd4a7cbc4844230630
2013-10-23android: try to find ICU libsMichael Stahl
Change-Id: I70d15c10bbe22e5a1030813d531cf98f834911ea
2013-10-23icu: apparently "icutu" library is only used by genbrk etc. toolsMichael Stahl
Change-Id: I15a3cc3fcdca7d9c4f91e67a4517c9c3533efea7
2013-10-23icu: use executables from WORKDIRMichael Stahl
Change-Id: I74b9d1dbcb3e8f7f2cc092dad60266cf60475367
2013-10-23icu: use libraries from WORKDIRMichael Stahl
Change-Id: I7d996cc9412eadf89c8d04ee29abe1fa6f7d53db
2013-10-23Makefile: make convenience targets like "make icu" work for external/Michael Stahl
Change-Id: I6cf2e6bd1c52412339ec6bab98b3f1b28cef1032
2013-10-23Fix syntax error in the LSMinimumSystemVersion valueTor Lillqvist
Change-Id: I462a4608e93647e04e591628459e09d3661aec4d
2013-10-23Fix indentationTor Lillqvist
Change-Id: I8471214bb2d65d46f2123feb8ff33bf46bbba1d7
2013-10-23WaE: statement aligned as second statement in if ... [loplugin]Tor Lillqvist
Full warning message: statement aligned as second statement in if body but not in a statement block. To make the warning go away, put braces around the if-ed statement (a for statement). Leaves the stuff afterwards still oddly indented but will fix that in a separate commit. Change-Id: I875569de8aa7ff587eda0da241723c900486dd43
2013-10-23fdo#54938: Replace existsValue for cppu::supportsServiceMarcos Paulo de Souza
As now ::comphelper::existsValue is not used anymore, we're removing this too. Change-Id: I9bd2544a9c378f5a18746255133f5684867e0114 Reviewed-on: https://gerrit.libreoffice.org/6378 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com>
2013-10-23Build fix.Kohei Yoshida
Change-Id: Ic95bfcfa618e5b4b964c69a01d01f7448943e69e
2013-10-23remove warning [-Wsign-compare]Laurent Godard
Change-Id: I1a131294a7ea6e55a97394caf10aeea1e55e0e00
2013-10-23remove useless includeLaurent Godard
Change-Id: I2fe9aee0d08238013dcae68cdb1ae2483d59c120
2013-10-23Re-implement cell note storage using mdds::multi_type_vector.Laurent Godard
Change-Id: I34ea91e360e2a6b85d65f970c6e43db687d213ca
2013-10-23Fix build of ldapbe in UbuntuMarcos Paulo de Souza
Change-Id: I6e3e64a0e9a0510401f9b8ddbf9e18e2d6caba3e Reviewed-on: https://gerrit.libreoffice.org/6400 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2013-10-23Resolves: #i119963#, #i120877# import and export actual TOC contentOliver-Rainer Wittmann
Patch by: zhengfan, Oliver Review by: Oliver reintegrate from branch writer001 (cherry picked from commit 8f2a21eac4a904db3cc4c448179e2d2cf5878ef4) Conflicts: sw/inc/tox.hxx sw/source/core/tox/tox.cxx sw/source/filter/ww8/dump/ww8scan.cxx sw/source/filter/ww8/wrtw8nds.cxx sw/source/filter/ww8/wrtww8.cxx sw/source/filter/ww8/ww8atr.cxx sw/source/filter/ww8/ww8par.cxx sw/source/filter/ww8/ww8par.hxx sw/source/filter/ww8/ww8par5.cxx sw/source/filter/ww8/ww8par6.cxx Change-Id: I75b2971f23754afa0bcb0b549bfb820dd5924b3b
2013-10-23Install SDK cli/cli_cppuhelper.dll after allStephan Bergmann
Instead of removing it from odk/Package_cli.mk, c0c7df91469d3306baa6708b0a8ab4eadc0e9097 "odk: remove cli_cppuhelper from Package_cli" should have referenced it from solver's bin/assembly/, where it got moved by 8865b7f013bcd9b4ce41dd98be28ba28aeb22e66 "fdo#55290: use the right native library name." (And "It is actually installed by scp2/source/ooo/ure.scp" too, indeed, but that is a red herring and is true for all the SDK cli/cli_*.dll files. My take is that they are required twice, once in the GAC, which the scp2 settings are for, and once for SDK code to link against. Note e.g. the reference to cli_cppuhelper.dll in odk/examples/CLI/CSharp/Spreadsheet/Makefile, building which from within the SDK failed now without this fix.) Change-Id: Ia906a4dc23e1e232ddb3dfac49dd190d1de45917
2013-10-23clean up places accessing the NULL at the of an OUStringNoel Grandin
There were only a couple of real bugs fixed, but we're a little bit safer now. This also fixes the assert and the comment in OUString::operator[] about this. Change-Id: Ibe16b5794e0ba7ecd345fa0801586d25b015974c
2013-10-23libxml2 and libxslt libs are only in workdir nowTor Lillqvist
We really should set up this list of all the libraries (even one including wildcards) in a single place in configury. Now this information is duplicated in several places. (Such a list is used when linking a single (app-specific) DSO for an Android app or a single executable for an iOS app.) Change-Id: Ic77bdd5a4e58686693f4ac3987ba73bca011db3b
2013-10-23clean up some include guardsThomas Arnhold
Conflicts: sw/source/ui/inc/content.hxx Change-Id: I58d81881271fc6e3320bf3b5f1321594b28614a6 Reviewed-on: https://gerrit.libreoffice.org/6388 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-10-23fixincludeguards.sh: unify all include guardsThomas Arnhold
The include guard gets generated based on the path of the header file. INCLUDED_FOO_BAR_HXX for global headers in include/ INCLUDED_FOO_SOURCE_BAR_BAZ_HXX for anything else. See fdo#68849. Change-Id: Ia250e7c99cef3cb5bb0f9d4dc758ef2da3eec0a8 Reviewed-on: https://gerrit.libreoffice.org/6386 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-10-23starmath: fix include guardsThomas Arnhold
Change-Id: I4f4bd88e8be1f2745ec8c96793a43d93e3f733b4 Reviewed-on: https://gerrit.libreoffice.org/6389 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-10-23Some clean-upStephan Bergmann
Change-Id: I87cc4a6840090076007d268ae19eb2cfd3408e7c
2013-10-23Solve fdo#69926 Wrong default notation for galaxy icon themeJoren De Cuyper
Galaxy is our 'underlying' icon theme we use in LibreOffice. If an user choose to have another theme, Galaxy icons will be overlapped by that other theme. So in general the 'default' template _is_ galaxy, but not for the end user. Different OS have different default theme and are marked with '<themename>(automatic)'. To avoid misunderstandings I delete the term 'default'. Change-Id: If6a1ac781cb68eeb690edf1408c7ce4c62f2ec8e Reviewed-on: https://gerrit.libreoffice.org/6321 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-10-23Updated coreStanislav Horacek
Project: help 8fcc6911b8df398f174ac564569c7bbc107f8dfc fdo#36964 change "Remove Filter" to "Reset Filter" Change-Id: I92a3883dcafa360f3fe2ec2b065c878f39ad7e11 Reviewed-on: https://gerrit.libreoffice.org/6323 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-10-23Updated coreCaolán McNamara
Project: help 865be6c72e883d71ed9c62d956e838eb9d86aea6
2013-10-23WaE: -Werror=shadowCaolán McNamara
Change-Id: I978b25d23bb2c523b3207f17c61f6569b9baa3e1
2013-10-23convert input string dialog to .uiCaolán McNamara
Change-Id: I2d40924e77f075024aed54548ffda8a162f7af91
2013-10-23tiledrendering opens filesPtyl Dragon
Change-Id: Ifbf5a3aad016e1c90c4c331b2f72b44203717f90
2013-10-23tiled rendering file picker worksPtyl Dragon
Change-Id: I9936b7d366c5f02a973927381480d064eba710c6
2013-10-23tiledrendering extracts values when clicking renderPtyl Dragon
Change-Id: I4b350dc6c796bb1af0740917e17ac79b2a259a0a
2013-10-23added callback for renderPtyl Dragon
Change-Id: I56f47926eeff6ab57903c8eedf6528465fc41c9e