summaryrefslogtreecommitdiffstats
path: root/idl
Commit message (Collapse)AuthorAgeFilesLines
* Simplify thisJulien Nabet2013-02-121-2/+1
| | | | Change-Id: I341f4a74062e78f6a4d23ca24d635c6a95fb90cb
* gbuild: do not copy boost headers aroundMichael Stahl2013-01-261-0/+2
| | | | | | | | | - do not use gb_UnpackedTarball_copy_header_files for boost - adapt the optimization in concat-deps.c for new path - use boost_headers in all LinkTargets that require it - add explicit include paths to mysqlc, mysqlcppconn, libvisio, liborcus Change-Id: I0c43e73ed43cc9d2e6bce8faf55e992d655a0bb9
* Replaced O[U]String::valueOf( static_cast<> ) with O[U]String::number()Jean-Noël Rouvignac2013-01-215-10/+10
| | | | | | | Change-Id: I2f11f2f15a652a9edc3c7e5b67c854debeed20de Reviewed-on: https://gerrit.libreoffice.org/1784 Reviewed-by: Luboš Luňák <l.lunak@suse.cz> Tested-by: Luboš Luňák <l.lunak@suse.cz>
* Cleanup: #include <tools/gen.hxx>Matteo Casalin2013-01-072-2/+2
| | | | | | | Change-Id: Ic547b4a59102afc8bdbc85ec95ac312e32ef2530 Reviewed-on: https://gerrit.libreoffice.org/1484 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
* commit delete various unused makefile.mksCaolán McNamara2012-12-061-59/+0
| | | | Change-Id: I382423164fd65679d3b893ea0d9729508813b425
* Use the weak attribute for iOS, tooTor Lillqvist2012-11-261-1/+1
| | | | Change-Id: I090da1c6c9e48ef12f2a168eddb1a2cb91a8f533
* gbuild: invert handling of standard system libraries:Michael Stahl2012-09-281-2/+0
| | | | | | | Always link in gb_STDLIBS, except when the library explicitly opts out with gb_LinkTarget_disable_standard_system_libs. Change-Id: I489a99114fbfa46d0421a27cf6c7b899dc268a4a
* gbuild: replace direct gb_STDLIBS use with ...Michael Stahl2012-09-281-1/+2
| | | | | | ... new gb_LinkTarget_add_standard_system_libs Change-Id: Ib2bc843098db3d8c6822b45a3d21724e67f57d69
* gbuild: split uwinapi out of gb_STDLIBSMichael Stahl2012-09-281-0/+1
| | | | Change-Id: I53316e0b9369d806197bccb42cf22d3497af43e7
* Avoid duplicate symbols when DISABLE_DYNLOADING for AndroidTor Lillqvist2012-09-201-0/+3
| | | | Change-Id: Iecd0ed802f6cc715ac77256bb4b49082b5976b4f
* -Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann2012-08-152-3/+0
| | | | Change-Id: I6fc91959f024b9a1f9e8633af8e16048752f6bdc
* STL'ify SV_DECL_IMPL_PERSIST_LISTNoel Grandin2012-08-0811-183/+194
| | | | | | Converts it to a template based on std::vector Change-Id: Id7f89f494164c61a3a573cff443ac0e0488e93f1
* Remove unused macrosThomas Arnhold2012-08-051-8/+0
| | | | Change-Id: I184a7f9c65dd762407b2431d9c6557e718b954b2
* Remove unused code: those classes are unusedThomas Arnhold2012-08-011-51/+0
| | | | Change-Id: Ibf41655d40c9534629bbb0dd5ae600791b42922d
* Typo ressource -> resourceStephan Bergmann2012-07-301-1/+1
| | | | Change-Id: Id13e7acfbe34eca5e124c9032d36d6f158bfb831
* re-base on ALv2 code. Includes:Michael Meeks2012-07-1324-533/+328
| | | | | | | | | cws mba34issues01: #i117709#: make sure that parent of error message box is visible Patch contributed by Mathias Bauer http://svn.apache.org/viewvc?view=revision&revision=1172346 i#119036 - improve user experience of certification dialog - only shown once Patch contributed by Oliver-Rainer Wittmann http://svn.apache.org/viewvc?view=revision&revision=1299727
* removed unnecessary forward declarations of classTakeshi Abe2012-07-045-5/+0
| | | | Change-Id: I0d6aad17c471b6edd584c668dc7ff054090c185c
* ditch String::CreateFromAsciiCaolán McNamara2012-07-034-10/+10
| | | | Change-Id: I2b482bd323ac510629c5ee31868010b7cd6ce691
* targetted improvement of UNO API includes / usageMichael Meeks2012-07-021-4/+1
|
* re-base on ALv2 code.Michael Meeks2012-06-211-23/+14
| | | | Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
* re-base on ALv2 code.Michael Meeks2012-06-211-21/+12
| | | | Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1
* Remove superfluous empty lines on topThomas Arnhold2012-06-091-2/+0
| | | | | | More than two lines are removed for readability. Change-Id: Ibff6cf68d7c512e240a54065b54a225bb23a782b
* make gbuild the default assumption of build.plBjoern Michaelsen2012-04-292-2/+0
| | | | | | | | this removes dmake completely out of the build for migrated modules build.pl now assumes modules to be gbuild, unless there is a prj/dmake file Change-Id: I674a036b182ee13c5ec093e83cb3d38133112d3b
* gbuild: "use" vs. "add":Michael Stahl2012-04-081-2/+2
| | | | | | | | | Naming convention for gbuild methods: - "add" is used for stuff that is logically a part of the target (i.e. not registered at the Module, but defined in the target's makefile) - "use" is used for stuff that is logically a different target (i.e. it is registered at the Module, has it's own makefile, may be in a different module than the target)
* chmod -xTor Lillqvist2012-03-213-0/+0
|
* Convert tools/table.hxx usage to std::map in IDL moduleNoel Grandin2012-03-209-19/+22
| | | | | Along the way, convert the table parameter passing to using references since we are never passing a null pointer.
* remove usage of RTL_CONSTASCII_STRINGPARAMLuboš Luňák2012-03-122-18/+18
|
* gbuild: get rid of realpath in gb_Foo_set_includeMatúš Kukan2012-03-101-1/+1
|
* Convert tools/table.hxx to std::mapNoel Grandin2012-03-081-0/+1
| | | | | Convert usage of tools/table.hxx to std::map in aPTable field of SvPersistStream class.
* fdo#39491 -I$(OUTDIR)/inc is set in SOLARINCMatúš Kukan2012-02-101-1/+0
|
* Added READMEs for modules which used to be in libs-coreJosh Heidenreich2012-02-081-0/+3
|
* switch to include-based build rather than sourced-based buildNorbert Thiebaud2012-02-051-35/+2
|
* No thanks for non-desktop OSesTor Lillqvist2012-01-271-0/+4
|
* remove WriteSrc, WriteCxx and WriteHxxCaolán McNamara2012-01-2710-223/+0
| | | | | I can't see that WriteSrc, WriteCxx WriteHxx are anything other than unused archaic remnants of the past.
* make idl ByteString freeCaolán McNamara2012-01-271-5/+3
|
* use assert to demo equivalenceCaolán McNamara2012-01-271-0/+18
|
* ByteString->rtl::OStringCaolán McNamara2012-01-2714-209/+210
|
* useless unused aPStr objectCaolán McNamara2012-01-261-1/+0
|
* AppendParserString never definedCaolán McNamara2012-01-261-1/+0
|
* ByteString->rtl::OStringCaolán McNamara2012-01-2615-252/+259
|
* make sot ByteString freeCaolán McNamara2012-01-233-11/+11
|
* Remove _SVSTDARR_STRINGSISORTDTORAugust Sodora2012-01-101-1/+0
|
* Removed unnecessary tools/debug.hxx includes.Marcel Metz2012-01-062-4/+0
|
* make ReadUniOrByteString return a stringCaolán McNamara2012-01-061-1/+1
|
* Removed unnecessary tools includes.Marcel Metz2012-01-051-1/+0
| | | | | | | | | | | | | | | | | Hello lo-devs, this patch series removes a lot of unnecessary includes for the various tools header. The patches without suffix should be applied to the core repository, the .binfilter.patch suffix should be applied to the binfilter repository. I've tested the build with the configuration --enable-binfilter --enable-dbgutil --enable-debug, is this sufficient or did I miss another important configuration, that enables some conditional compiled code? I've only build this on linux-x86_64, but the patch also touches some of the mac specific code like fpicker/source/aqua/SalAquaFilePicker.mm so it would be maybe a good idea to test this patch. regards Marcel Metz
* ByteString->rtl::OString[Buffer]Caolán McNamara2012-01-053-36/+34
|
* don't inherit from ByteStringCaolán McNamara2012-01-0511-201/+203
|
* Fix for fdo43460 Part XXI getLength() to isEmpty()Olivier Hallot2011-12-302-4/+4
| | | | | | Part XXI Modules i18npool, idl, idlc, io, javaunohelper, jvmaccess
* inheriting from ByteString is kind of weirdCaolán McNamara2011-12-227-76/+87
|
* tweak for pre language-defect #77Caolán McNamara2011-12-214-16/+16
|