summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fixincludeguards.sh: include/xml*Thomas Arnhold2013-10-23102-265/+265
| | | | Change-Id: Iffab819621615c59709c087202cc578af00dd799
* fixincludeguards.sh: include/svxThomas Arnhold2013-10-23532-1339/+1339
| | | | Change-Id: I2c280be12f36c1538e922286745aabc62482423d
* remove external include guardThomas Arnhold2013-10-231-7/+4
| | | | Change-Id: I78a816b23a0cc118a61a39ca21d6ec234fd39749
* remove some legacy stuffThomas Arnhold2013-10-231-33/+0
| | | | Change-Id: I49716ca1c780a33d8c5366ffc8cd4f363ac0a086
* correct indentation + remove guard namesThomas Arnhold2013-10-231-5/+5
| | | | | | because the script detects those as "used in other files" Change-Id: Ifacb337338e60a194047689c16254154c867b606
* Improve test assertionsStephan Bergmann2013-10-231-13/+38
| | | | Change-Id: I5c5a76ca0e1db699dbb9f3fd381e050fc7256d27
* -Werror,-Wtautological-constant-out-of-range-compareStephan Bergmann2013-10-231-1/+1
| | | | | | ...I assume this is what was intended? Change-Id: I36e4602937f45ba5f8cc17d3e0f0a69ab373e1dc
* Missing mdds_headersStephan Bergmann2013-10-231-1/+4
| | | | Change-Id: I8a4ef636aef382d75ae5e84eeb4f3c5caf8ed02f
* Avoid exposing the internal cell note storage outside ScDocument.Kohei Yoshida2013-10-2312-216/+269
| | | | | | | | | 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
* android: try to find ICU libsMichael Stahl2013-10-231-0/+1
| | | | Change-Id: I70d15c10bbe22e5a1030813d531cf98f834911ea
* icu: apparently "icutu" library is only used by genbrk etc. toolsMichael Stahl2013-10-234-28/+3
| | | | Change-Id: I15a3cc3fcdca7d9c4f91e67a4517c9c3533efea7
* icu: use executables from WORKDIRMichael Stahl2013-10-234-19/+11
| | | | Change-Id: I74b9d1dbcb3e8f7f2cc092dad60266cf60475367
* icu: use libraries from WORKDIRMichael Stahl2013-10-234-59/+58
| | | | Change-Id: I7d996cc9412eadf89c8d04ee29abe1fa6f7d53db
* Makefile: make convenience targets like "make icu" work for external/Michael Stahl2013-10-231-5/+5
| | | | Change-Id: I6cf2e6bd1c52412339ec6bab98b3f1b28cef1032
* Fix syntax error in the LSMinimumSystemVersion valueTor Lillqvist2013-10-231-1/+1
| | | | Change-Id: I462a4608e93647e04e591628459e09d3661aec4d
* Fix indentationTor Lillqvist2013-10-231-49/+51
| | | | Change-Id: I8471214bb2d65d46f2123feb8ff33bf46bbba1d7
* WaE: statement aligned as second statement in if ... [loplugin]Tor Lillqvist2013-10-231-1/+2
| | | | | | | | | | | 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
* fdo#54938: Replace existsValue for cppu::supportsServiceMarcos Paulo de Souza2013-10-2325-94/+47
| | | | | | | | | 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>
* Build fix.Kohei Yoshida2013-10-231-1/+1
| | | | Change-Id: Ic95bfcfa618e5b4b964c69a01d01f7448943e69e
* remove warning [-Wsign-compare]Laurent Godard2013-10-231-2/+3
| | | | Change-Id: I1a131294a7ea6e55a97394caf10aeea1e55e0e00
* remove useless includeLaurent Godard2013-10-231-3/+0
| | | | Change-Id: I2fe9aee0d08238013dcae68cdb1ae2483d59c120
* Re-implement cell note storage using mdds::multi_type_vector.Laurent Godard2013-10-2348-1047/+1352
| | | | Change-Id: I34ea91e360e2a6b85d65f970c6e43db687d213ca
* Fix build of ldapbe in UbuntuMarcos Paulo de Souza2013-10-231-1/+1
| | | | | | | Change-Id: I6e3e64a0e9a0510401f9b8ddbf9e18e2d6caba3e Reviewed-on: https://gerrit.libreoffice.org/6400 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
* Resolves: #i119963#, #i120877# import and export actual TOC contentOliver-Rainer Wittmann2013-10-2317-495/+653
| | | | | | | | | | | | | | | | | | | | | | | 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
* Install SDK cli/cli_cppuhelper.dll after allStephan Bergmann2013-10-231-0/+1
| | | | | | | | | | | | | | | | 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
* clean up places accessing the NULL at the of an OUStringNoel Grandin2013-10-2318-52/+70
| | | | | | | | | 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
* libxml2 and libxslt libs are only in workdir nowTor Lillqvist2013-10-231-0/+2
| | | | | | | | | 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
* clean up some include guardsThomas Arnhold2013-10-2337-93/+91
| | | | | | | | | | 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>
* fixincludeguards.sh: unify all include guardsThomas Arnhold2013-10-231-0/+74
| | | | | | | | | | | | | | | 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>
* starmath: fix include guardsThomas Arnhold2013-10-2332-67/+67
| | | | | | | 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>
* Some clean-upStephan Bergmann2013-10-233-7/+4
| | | | Change-Id: I87cc4a6840090076007d268ae19eb2cfd3408e7c
* Solve fdo#69926 Wrong default notation for galaxy icon themeJoren De Cuyper2013-10-231-1/+1
| | | | | | | | | | | | | | 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>
* Updated coreStanislav Horacek2013-10-231-0/+0
| | | | | | | | | | | | 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>
* Updated coreCaolán McNamara2013-10-231-0/+0
| | | | | Project: help 865be6c72e883d71ed9c62d956e838eb9d86aea6
* WaE: -Werror=shadowCaolán McNamara2013-10-231-2/+2
| | | | Change-Id: I978b25d23bb2c523b3207f17c61f6569b9baa3e1
* convert input string dialog to .uiCaolán McNamara2013-10-2312-125/+155
| | | | Change-Id: I2d40924e77f075024aed54548ffda8a162f7af91
* tiledrendering opens filesPtyl Dragon2013-10-231-47/+62
| | | | Change-Id: Ifbf5a3aad016e1c90c4c331b2f72b44203717f90
* tiled rendering file picker worksPtyl Dragon2013-10-232-2/+28
| | | | Change-Id: I9936b7d366c5f02a973927381480d064eba710c6
* tiledrendering extracts values when clicking renderPtyl Dragon2013-10-232-38/+20
| | | | Change-Id: I4b350dc6c796bb1af0740917e17ac79b2a259a0a
* added callback for renderPtyl Dragon2013-10-231-11/+51
| | | | Change-Id: I56f47926eeff6ab57903c8eedf6528465fc41c9e
* librelogo: support linecap settingsLászló Németh2013-10-232-1/+23
| | | | Change-Id: I3d501900f4a2bc2424f4133e4fb9f3efe8b0c510
* fdo#54938: Kill ServiceInfoHelper::supportsService and use cppu's instead.Marcos Paulo de Souza2013-10-2321-122/+43
| | | | | Change-Id: I1c2d95e4c3fb6242dcb4cdb88cf9733471a3412b Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
* remove comment that is irrelevant after the death of String classAndras Timar2013-10-231-2/+0
| | | | Change-Id: I791b007b68247a041f33d779276d1bb0d7e06e78
* librelogo: optional SVG/SMIL looping (at ending SLEEP)László Németh2013-10-231-6/+13
| | | | Change-Id: I3c05c5f7e1721a20e6eab12e2aa620aa917b7378
* remove RTL_CONSTASCII_(U)STRINGPARAMChr. Rossmanith2013-10-2310-219/+122
| | | | | Change-Id: I0bce921bfc7102b9a33b1c87eee3ddec0ebaed7b Signed-off-by: Stephan Bergmann <sbergman@redhat.com>, with one little typo fix
* There is no inc in solver any moreTor Lillqvist2013-10-231-1/+1
| | | | Change-Id: I83c1001d67a9c3e5c2a6e2ff4c93a97214f24475
* Add dummy implementations of the UI layer callbacks now requiredTor Lillqvist2013-10-233-2/+90
| | | | Change-Id: I2caaac66758863b0f384df13ab30526f21be1e8d
* Define SAL_MATH_FINITE for Android, tooTor Lillqvist2013-10-231-1/+1
| | | | | | Using the same "finite()" as on (GNU/)Linux seems to work. Change-Id: Iad3baa967194f09d7ca25fb9b316b780de5bb90f
* Improve testStephan Bergmann2013-10-231-0/+1
| | | | Change-Id: I54e939b7bca883f1c92c957c66ebf47259c92a46
* Fix and enable CppunitTest_comphelper_syntaxhighlight_testStephan Bergmann2013-10-232-4/+5
| | | | Change-Id: I2b2aa5f5afdbf58ec3ac2447db370bcb7d1778c0