summaryrefslogtreecommitdiffstats
path: root/odk
Commit message (Collapse)AuthorAgeFilesLines
* normalize values of BUILD_UNOWINREGMichael Stahl2014-03-112-3/+3
| | | | Change-Id: Iedbab675ffd10c6d353c44d99ddb4d32133d0717
* odk: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann2014-03-105-55/+7
| | | | Change-Id: I48b3206bf9c2186c991637b58120285c8c0ee00a
* Remove visual noise from odkAlexander Wilms2014-02-26109-586/+586
| | | | | | | Change-Id: I5638e2d37827c2d7322b72bf6ce176ac843639f1 Reviewed-on: https://gerrit.libreoffice.org/8285 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
* Package -> GeneratedPackage fixupStephan Bergmann2014-02-251-1/+1
| | | | Change-Id: Ib6e7a456b2f39c47da44552184669005d18d4fa4
* Change SDK javaodc from static Package to dynamic GeneratedPackageStephan Bergmann2014-02-253-147/+17
| | | | | | ...as e.g. the list of resrouces/*.gif apparently varies per javadoc version. Change-Id: Idcf95229295c1c5cd16e565bcd168c1a0e7d4f0c
* Remove unneccessary commentsAlexander Wilms2014-02-2313-404/+404
| | | | | | | Change-Id: I939160ae72fecbe3d4a60ce755730bd4c38497fb Reviewed-on: https://gerrit.libreoffice.org/8182 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* Typo: Internaly -> Internally, Externaly -> ExternallyJulien Nabet2014-02-191-1/+1
| | | | Change-Id: I22a81d18f8bb333b3a89c96dccbf91dc864302f1
* deprecated OUString::valueOf -> OUString::numberStephan Bergmann2014-02-181-1/+1
| | | | Change-Id: I363289075b457bafcf821af5d08c234977f8d765
* typoStephan Bergmann2014-02-181-1/+2
| | | | Change-Id: I6f324dc684f868736ac9351911f8c7eda9b830f1
* Typo: (a)synchronoues -> a(synchronous)Julien Nabet2014-02-093-4/+4
| | | | Change-Id: Ia3871d711308eb38ed6e0df81615966cc142030d
* Typo: I/internaly -> I/internallyJulien Nabet2014-02-092-2/+2
| | | | Change-Id: Ic9056baf58698743492ab57a882341c730ef2f7a
* Typo: formating -> formattingJulien Nabet2014-02-061-2/+2
| | | | Change-Id: If4aba89909a3ef049a756182c37d8a5d6812ae70
* Typo: seam(s) -> seem(s)Julien Nabet2014-02-063-5/+5
| | | | Change-Id: I840d120644760b61a39ad88b4095056f0f753bb7
* Introduce com.sun.star.util.thePathSettings singleton.Matúš Kukan2014-02-063-8/+7
| | | | | | | | | | | | To replace single-instance com.sun.star.util.PathSettings service, incorrectly converted in 89b0017b22889af6a8afe28b94c06e7095dc8c6f Keeping util::PathSettings::create in sc/source/ui/vba/vbaapplication.cxx because for some reason util::thePathSettings::get does not work in sc_macros_test while testing sc/qa/extras/testdocuments/Ranges.xls. Change-Id: I75b68ae56ac5b58f72416070dba100ab3ab70fe8
* remove lang path substitutionCaolán McNamara2014-02-041-1/+1
| | | | | | | it's unused internally as far as I can see and has very incomplete (and surely some wrong values) from some sort of mid 90s Euro-centric worldview Change-Id: Ibce9e8b76545791ab59b9e11c6ff6e1f33afcb3c
* fdo#54938 Convert odk to cppu::supportsServiceAlexandre Vicenzi2014-01-318-87/+39
| | | | | Change-Id: Ia5095367be90dd5383e7701ea2587f79a7505a67 Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
* Remove UNOIDL "array" and "union" vaporware remnantsStephan Bergmann2014-01-311-2/+0
| | | | | | ...and deprecate what cannot be removed for compatibility. Change-Id: I1ea335af775b867b468b8285113631167729a92a
* SDK: Split PLATFORMID at build time rather than runtimeStephan Bergmann2014-01-303-6/+5
| | | | | | ...where $(shell printf ...) in settings.mk likely doesn't work on Windows. Change-Id: I64a51203d1bf131160768f9a9069f428228aa6b1
* DesktopEnvironment example does not work on OS XStephan Bergmann2014-01-211-0/+5
| | | | | | ...as nativelib/unix/nativeview.c uses X11. Change-Id: Ifdc0206b77085db909155fb61c4a345f2813849d
* OfficeBean example does not work on OS X (where officebean.jar is not built)Stephan Bergmann2014-01-211-0/+5
| | | | Change-Id: I18c9d0fa0a74cbbdad43bd99d87dc6414a0264d2
* Fix signature of main functionStephan Bergmann2014-01-211-1/+1
| | | | Change-Id: Id6a4968b15445f04e788eaa6ca950707d5311e66
* Fix Mac OS X 64 bit SDK settings.mkStephan Bergmann2014-01-201-1/+9
| | | | | | ...to simply use Xcode clang++ (which implicitly uses libc++). Change-Id: I02578f971e4abddfe74211046674bdcd23d7b279
* SDK settings.mk: Don't guess PLATFORM/PROCTYPEStephan Bergmann2014-01-203-31/+12
| | | | | | | | | | | | | | | ...rather, pass them from the build to the SDK installation via dk.mk. (The SDK installation is already platform-specific anyway, see the binary executables in its bin/ directory, so there is no point in not fixing this at build time. In the future, the shipped settings.mk could of course be stripped to just the parts relevant for a given platform, of course.) Along the way, fixes some apparent "ppc" vs. "powerpc" typos in settings.mk. This is a prerequisite to create a working settings.mk for macosx_x86_64, but does not yet do that. Change-Id: Ib8e0c03ad6dfd610aae58a61e32bdc61c785584f
* typoStephan Bergmann2014-01-081-1/+1
| | | | Change-Id: Ia6aef40daa81e76051fd5b6ce7d4e38da1262b25
* Some ConfigurationProvider -> theDefaultProvider simplificationsStephan Bergmann2014-01-083-12/+6
| | | | Change-Id: I7c25cd94f8a1ca339f7423c26f21f13c7a68906d
* Missing forward declarationStephan Bergmann2014-01-081-0/+1
| | | | Change-Id: I1c7cb32819d70efaf470247c86e0ee8dcb3f9087
* Fix other typosJulien Nabet2013-12-221-1/+1
| | | | Change-Id: I3f0a51c53efdd383d49d978a1e8531afe9dac896
* Spelling correction: s/retrive/retrieve/Tor Lillqvist2013-12-201-1/+1
| | | | Change-Id: I96845d358765e2d2507763a9b15a30388b32bc6b
* typo fixesAndras Timar2013-12-2017-56/+56
| | | | Change-Id: Ia5f104bfd707bcf4e159c78ca2764c861fb0b6d9
* odk: "pltfrm" appears to be unusedMichael Stahl2013-12-181-4/+0
| | | | Change-Id: Ia991593d53e31ad3d65881f9b6e62fede93e0266
* fdo#72598: odk: remove SunStudio supportMichael Stahl2013-12-183-64/+9
| | | | | | No idea if the GCC stuff that's in there actually works. Change-Id: Idd1b93edd88609f3c09d14134d00a15fa9c0b0b7
* TypoStephan Bergmann2013-12-171-1/+1
| | | | Change-Id: Ie781105ce7be8a617b4893fe77f6aa1467fd0e49
* Keep using component_getImplementationEnvironment in extensionsStephan Bergmann2013-12-1711-2/+70
| | | | | | | | | ...instead of relying on the implicit CPPU_CURRENT_LANGUAGE_BINDING_NAME convention. Keeping that convention an implementation detail makes it easier to do improvements in the future. (Theoretically, the bundled extension in mysqlc could be considered internal code and not adapted, but just be safe.) Change-Id: Iae41a6e072dabc2bf7c1481ba6cfed61680edf37
* Do not use Boost in SDK examplesStephan Bergmann2013-12-171-6/+3
| | | | Change-Id: I8b2af447fe3ee29261e538a53b4624ff8b6c4d1e
* gbuild: Fix and check package dependencies.Matúš Kukan2013-12-171-5/+1
| | | | | | | Change-Id: Ia54def7a404e07974eb1e8a556f4659cd974e7f8 Reviewed-on: https://gerrit.libreoffice.org/7081 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Matúš Kukan <matus.kukan@collabora.com>
* Targetted text updates, with seasonable changes before l10n freeze.Michael Meeks2013-12-136-7/+7
| | | | Change-Id: If37ef9f68711da3a0aa9a3ba59b111a8a23421df
* ure: remove references to SunStudio C52 filenamesMichael Stahl2013-12-111-4/+0
| | | | Change-Id: If11655aa56239b9241db43a058244360a8abe1ec
* Drop duplicate #includeTakeshi Abe2013-12-101-1/+0
| | | | Change-Id: Ib8969d5cd4898b81a5dcd90dc313abd28adfe052
* Declare SAL_THROW as documentation-only and deprecatedStephan Bergmann2013-11-281-2/+1
| | | | | | ...which it effectively had been already anyway. Change-Id: I6c9ae34f59e8bd44a6be38e6e719ad0a96773c1c
* detabify DoxyfileStephan Bergmann2013-11-281-5/+6
| | | | Change-Id: I2f7afe172221dce2de4f5d9cbef84de95ab6078c
* Typo in capitalization of include file nameStephan Bergmann2013-11-211-1/+1
| | | | Change-Id: I41a46c5b62c06f6298fc6e0ac70ff508bf27ec29
* remove unnecessary use of OUString::createFromAsciiNoel Grandin2013-11-211-1/+1
| | | | | | | | | Convert code like this: OUString aStrSpacing(OUString::createFromAscii("spacing")); to: OUString aStrSpacing("spacing"); Change-Id: Ia2b7d6b42f35d33cfe587a0d6668030f3537fa6d
* Windows: Require at least Windows XP SP2Thomas Arnhold2013-11-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Windows XP SP2 is 0x0502, see http://msdn.microsoft.com/en-us/library/aa383745.aspx * If a module changes the Windows SDK version setting, this is done module wide now. So the overall behavior is as before. This seems to be the best compromise for now. * We need at least SP2 because of the bluetooth stuff used in sd/source/ui/remotecontrol. * Now, we require at least Internet Explorer 7.0. IE6 has been outdated for a long time. * Leave StdAfx.h file definitions, as those are Microsoft project specific precompiled header files. * All local definitions of WINVER are removed, because the global WINVER setting makes them obsolete now. To the relation of the three macros: Setting _WIN32_WINNT sets WINVER and NTDDI_VERSION automatically to the same value as _WIN32_WINNT. WINVER and NTDDI_VERSION can be set idenpendently each for itself. Change-Id: Ibcc12493aae4fcaf7bcfda88be99c1b61bc326cb Reviewed-on: https://gerrit.libreoffice.org/6496 Reviewed-by: Thorsten Behrens <thb@documentfoundation.org> Tested-by: Thorsten Behrens <thb@documentfoundation.org>
* remove RTL_CONSTASCII_STRINGPARAM in OUString::matchAsciiL callsNoel Grandin2013-11-201-1/+1
| | | | | | | | | Convert code like: defaultValue.matchAsciiL( RTL_CONSTASCII_STRINGPARAM( "nextval(" ) ); to: defaultValue.startsWith( "nextval(" ); Change-Id: I77bdcbf46bec6ded3c16a8248634b1424a1eb4f0
* remove unnecessary use of OUString constructor when assigningNoel Grandin2013-11-193-3/+3
| | | | | | | | | change code like aStr = OUString("xxxx"); to aStr = "xxxx"; Change-Id: Ib981a5cc735677ec5dba76ef9279a107d22e99d4
* convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin2013-11-111-8/+8
| | | | | | | | | | Convert code like aStr.compareToAscii("XXX") == 0 to aStr.equalsAscii("XXX") which is both easier to read and faster. Change-Id: I448abf58f2fa0e7715dba53f8e8825ca0587c83f
* convert OUString !compareToAscii to equalsAsciiNoel Grandin2013-11-111-9/+9
| | | | | | | | | | Convert code like if( ! aStr.compareToAscii("XXX") ) to if( aStr.equalsAscii("XXX") ) which is both clearer and faster. Change-Id: I267511bccab52f5225b291acbfa4e388b5a5302b
* remove unnecessary use of OUString constructorNoel Grandin2013-11-114-10/+10
| | | | Change-Id: Ifb220af71857ddacd64e8204fb6d3e4aad8eef71
* instsetoo_native: shouldn't need instdir in include pathMichael Stahl2013-11-081-3/+3
| | | | | | | | | | | | | | get_Source_Directory_For_Files_From_Includepathlist already has a special hack to find all the files in instdir so ideally it should not be necessary to put these directories on the include path. Clean up readlicense_oo to make that possible; also copying license.txt as-is to LICENSE on Unix but first converting it on WNT is rather silly... Change-Id: I95f30bc5e0b7ca73c50156a7ce0131640185778c Reviewed-on: https://gerrit.libreoffice.org/6613 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
* configure: add vars for Solaris/SPARC64 (already checked in vcl)Michael Stahl2013-11-071-8/+8
| | | | Change-Id: Ic27986d8d45f61facedf2400b77334aaf1da7c1e