summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2013-10-23librelogo: support linecap settingsLászló Németh
Change-Id: I3d501900f4a2bc2424f4133e4fb9f3efe8b0c510
2013-10-23fdo#54938: Kill ServiceInfoHelper::supportsService and use cppu's instead.Marcos Paulo de Souza
Change-Id: I1c2d95e4c3fb6242dcb4cdb88cf9733471a3412b Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
2013-10-23remove comment that is irrelevant after the death of String classAndras Timar
Change-Id: I791b007b68247a041f33d779276d1bb0d7e06e78
2013-10-23librelogo: optional SVG/SMIL looping (at ending SLEEP)László Németh
Change-Id: I3c05c5f7e1721a20e6eab12e2aa620aa917b7378
2013-10-23remove RTL_CONSTASCII_(U)STRINGPARAMChr. Rossmanith
Change-Id: I0bce921bfc7102b9a33b1c87eee3ddec0ebaed7b Signed-off-by: Stephan Bergmann <sbergman@redhat.com>, with one little typo fix
2013-10-23There is no inc in solver any moreTor Lillqvist
Change-Id: I83c1001d67a9c3e5c2a6e2ff4c93a97214f24475
2013-10-23Add dummy implementations of the UI layer callbacks now requiredTor Lillqvist
Change-Id: I2caaac66758863b0f384df13ab30526f21be1e8d
2013-10-23Define SAL_MATH_FINITE for Android, tooTor Lillqvist
Using the same "finite()" as on (GNU/)Linux seems to work. Change-Id: Iad3baa967194f09d7ca25fb9b316b780de5bb90f
2013-10-23Improve testStephan Bergmann
Change-Id: I54e939b7bca883f1c92c957c66ebf47259c92a46
2013-10-23Fix and enable CppunitTest_comphelper_syntaxhighlight_testStephan Bergmann
Change-Id: I2b2aa5f5afdbf58ec3ac2447db370bcb7d1778c0
2013-10-23convert code to use OUString::endsWithNoel Grandin
Convert places that call aStr[aStr.getLength()-1] == 'x' to use the shorter form aStr.endsWith("x") Change-Id: I1b3a19c0e89b8989cdbeed440f95fc76f9a4b6b6
2013-10-22macosx: add a LSMinimumSystemVersion in Info.plistNorbert Thiebaud
the minimum version is set based on MACOSX_DEPLOYMENT_VERSION It's purpose is to prevent the generated app to be executed on a system that does not meet the requirement Change-Id: I4ec09f8d1f96af1263d40bbe0e4b144c9622bba4
2013-10-22add a distro config for MacOSX 64 bits build (10.8 min sdk)Norbert Thiebaud
Change-Id: I21fbfce72cdf7446845df8ae8f65d6d899163d2f
2013-10-23add inital test for syntaxhighlighterMarkus Mohrhard
Test is partly disabled as we still generate invalid tokens Change-Id: I1a9b03b9bbe2ed7087c6ab7b6d0823ac1d058ba7
2013-10-23nss: handle libsqlite3.so like other libsMichael Stahl
Change-Id: Ic000787d9a3155d95bd2f5db531192791650392f
2013-10-23nss: remove nss-config and nspr-configMichael Stahl
Apparently curl is the only external that is looking for these, but it turns out that we already pass --with-nss=dir to its configure which overrides the nss-config/nspr-config calls. Change-Id: I967e74a74690a64b5bccfd98d1509bba1dd12259
2013-10-23nss: use libraries from WORKDIRMichael Stahl
Change-Id: I120fdbd32d3c20df7f2c6f67e0df6de216606396
2013-10-23nss: what is libnsssysinit.so good for?Michael Stahl
Change-Id: I6b047d8e6c6e747cc5fd8b3cde14486138c56d84
2013-10-23WaE: declaration shadows a member of 'this'Tor Lillqvist
Change-Id: I1f5b3ffccb89a5b9111e60c0a1943e1642c3499b
2013-10-22Remove unnecessary component_getProcessComponentContext C wrapperStephan Bergmann
Change-Id: I9d9f1a542dbbfc461dd27c32b57e4cad5532fab0
2013-10-22Simplify SVLIBRARYStephan Bergmann
Change-Id: Ib1c3cdca7652f5621ba79b1e3590a9241021c389
2013-10-23More work on selection handling in iOSTor Lillqvist
Got the selection start and end handle dragging working... The trick was not to call SwWrtShell::SetCursor(), but SwCrsrShell::SetCrsr(). Sounds easy but took a lot of guessing and experimentation to figure out. Anyway, now it does what I had expected it to do a few das ago already. There are glitches, especially in corner cases like if you move the start handle past the end handle or vice versa. more Change-Id: Id6c1d99a4052531789bccf0d48165cfb41b89cfe 9b94c0dd55b04a7b6b3c40654562a9c51fa9b450
2013-10-22Add a fileTor Lillqvist
Change-Id: I0d0934d964143231b11356fc25cc3e6dad289d15
2013-10-22postx.h: BYTE, BOOL, INT8, INT64 should no longer cause problemsMichael Stahl
Change-Id: Ifd5e918028c15c4b2b61ff1612ae27ed96f45d3b
2013-10-22vcl: convert some BOOL to sal_uInt8Michael Stahl
Change-Id: Ib0d90de832bc8006eaa62b55abb416e2d19b4782
2013-10-22sfx2: remove obsolete redefinitions of Win32 UINT64 etc. typesMichael Stahl
Change-Id: I6b7acb44c16bcf4d3f8bcc338cb785fb7262eae6
2013-10-22premac.h: remove StringPtr manglingMichael Stahl
Change-Id: I94f5331fd00602778421ff6ba5f96cf2366cf1da
2013-10-22prex.h: remove String manglingMichael Stahl
Change-Id: Idb74e75b4f3e499eb4a633605600f639fb87b728
2013-10-22sc: remove StringPtr type, just use OUString directlyMichael Stahl
Change-Id: I2e74afb0c5bdd4d980feb43500117e731cdf578e
2013-10-22libxml2, libxslt: use executables from WORKDIRMichael Stahl
Change-Id: I1324c8f21e31c69b9780136cc777e1aea3bc546e
2013-10-22libxml2, libxslt: use libraries from WORKDIRMichael Stahl
Change-Id: I3067e3c819a4918e1d3c91dc0e0cfa3e4fc92b3d
2013-10-22firebird: use libraries from WORKDIRMichael Stahl
Change-Id: I6dce79824c1b138226f5661878442275df6aff58
2013-10-22firebird: fix typo in b0f00d38254eca70e196e1580faac4a215bc2b12Michael Stahl
Change-Id: I824721abeecfbd6d9592e00f73f6ef4b6e6d54ac
2013-10-22Bin some pointless commentsTor Lillqvist
Change-Id: Ia7c5b1654f3decc549b363c4443863f40c3f26e6
2013-10-22imapdlg.hxx: cleanupThomas Arnhold
Change-Id: I27240d18099f73e6a327ad1c259ddc3f32a02ce6 Reviewed-on: https://gerrit.libreoffice.org/6387 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2013-10-22ImplCalcSize etc can be constCaolán McNamara
Change-Id: Idd1e33b6da8be9575e74701735f0dbc742849c07
2013-10-22drop unused StringCompareCaolán McNamara
Change-Id: I09a350dbd35a04f737d360bff7804dab74fdce82
2013-10-22writerfilter: remove unused DffBlock class in doctokMiklos Vajna
Change-Id: I4b8cd7d7166f100bd718d2bf00ae44d347000f6d