summaryrefslogtreecommitdiff
path: root/idl
AgeCommit message (Collapse)AuthorFilesLines
2013-01-21Replaced O[U]String::valueOf( static_cast<> ) with O[U]String::number()Jean-Noël Rouvignac5-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>
2013-01-07Cleanup: #include <tools/gen.hxx>Matteo Casalin2-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>
2012-12-06commit delete various unused makefile.mksCaolán McNamara1-59/+0
Change-Id: I382423164fd65679d3b893ea0d9729508813b425
2012-11-26Use the weak attribute for iOS, tooTor Lillqvist1-1/+1
Change-Id: I090da1c6c9e48ef12f2a168eddb1a2cb91a8f533
2012-09-28gbuild: invert handling of standard system libraries:Michael Stahl1-2/+0
Always link in gb_STDLIBS, except when the library explicitly opts out with gb_LinkTarget_disable_standard_system_libs. Change-Id: I489a99114fbfa46d0421a27cf6c7b899dc268a4a
2012-09-28gbuild: replace direct gb_STDLIBS use with ...Michael Stahl1-1/+2
... new gb_LinkTarget_add_standard_system_libs Change-Id: Ib2bc843098db3d8c6822b45a3d21724e67f57d69
2012-09-28gbuild: split uwinapi out of gb_STDLIBSMichael Stahl1-0/+1
Change-Id: I53316e0b9369d806197bccb42cf22d3497af43e7
2012-09-20Avoid duplicate symbols when DISABLE_DYNLOADING for AndroidTor Lillqvist1-0/+3
Change-Id: Iecd0ed802f6cc715ac77256bb4b49082b5976b4f
2012-08-15-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann2-3/+0
Change-Id: I6fc91959f024b9a1f9e8633af8e16048752f6bdc
2012-08-08STL'ify SV_DECL_IMPL_PERSIST_LISTNoel Grandin11-183/+194
Converts it to a template based on std::vector Change-Id: Id7f89f494164c61a3a573cff443ac0e0488e93f1
2012-08-05Remove unused macrosThomas Arnhold1-8/+0
Change-Id: I184a7f9c65dd762407b2431d9c6557e718b954b2
2012-08-01Remove unused code: those classes are unusedThomas Arnhold1-51/+0
Change-Id: Ibf41655d40c9534629bbb0dd5ae600791b42922d
2012-07-30Typo ressource -> resourceStephan Bergmann1-1/+1
Change-Id: Id13e7acfbe34eca5e124c9032d36d6f158bfb831
2012-07-13re-base on ALv2 code. Includes:Michael Meeks24-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
2012-07-04removed unnecessary forward declarations of classTakeshi Abe5-5/+0
Change-Id: I0d6aad17c471b6edd584c668dc7ff054090c185c
2012-07-03ditch String::CreateFromAsciiCaolán McNamara4-10/+10
Change-Id: I2b482bd323ac510629c5ee31868010b7cd6ce691
2012-07-02targetted improvement of UNO API includes / usageMichael Meeks1-4/+1
2012-06-21re-base on ALv2 code.Michael Meeks1-23/+14
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
2012-06-21re-base on ALv2 code.Michael Meeks1-21/+12
Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1
2012-06-09Remove superfluous empty lines on topThomas Arnhold1-2/+0
More than two lines are removed for readability. Change-Id: Ibff6cf68d7c512e240a54065b54a225bb23a782b
2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen2-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
2012-04-08gbuild: "use" vs. "add":Michael Stahl1-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)
2012-03-21chmod -xTor Lillqvist3-0/+0
2012-03-20Convert tools/table.hxx usage to std::map in IDL moduleNoel Grandin9-19/+22
Along the way, convert the table parameter passing to using references since we are never passing a null pointer.
2012-03-12remove usage of RTL_CONSTASCII_STRINGPARAMLuboš Luňák2-18/+18
2012-03-10gbuild: get rid of realpath in gb_Foo_set_includeMatúš Kukan1-1/+1
2012-03-08Convert tools/table.hxx to std::mapNoel Grandin1-0/+1
Convert usage of tools/table.hxx to std::map in aPTable field of SvPersistStream class.
2012-02-10fdo#39491 -I$(OUTDIR)/inc is set in SOLARINCMatúš Kukan1-1/+0
2012-02-08Added READMEs for modules which used to be in libs-coreJosh Heidenreich1-0/+3
2012-02-05switch to include-based build rather than sourced-based buildNorbert Thiebaud1-35/+2
2012-01-27No thanks for non-desktop OSesTor Lillqvist1-0/+4
2012-01-27remove WriteSrc, WriteCxx and WriteHxxCaolán McNamara10-223/+0
I can't see that WriteSrc, WriteCxx WriteHxx are anything other than unused archaic remnants of the past.
2012-01-27make idl ByteString freeCaolán McNamara1-5/+3
2012-01-27use assert to demo equivalenceCaolán McNamara1-0/+18
2012-01-27ByteString->rtl::OStringCaolán McNamara14-209/+210
2012-01-26useless unused aPStr objectCaolán McNamara1-1/+0
2012-01-26AppendParserString never definedCaolán McNamara1-1/+0
2012-01-26ByteString->rtl::OStringCaolán McNamara15-252/+259
2012-01-23make sot ByteString freeCaolán McNamara3-11/+11
2012-01-10Remove _SVSTDARR_STRINGSISORTDTORAugust Sodora1-1/+0
2012-01-06Removed unnecessary tools/debug.hxx includes.Marcel Metz2-4/+0
2012-01-06make ReadUniOrByteString return a stringCaolán McNamara1-1/+1
2012-01-05Removed unnecessary tools includes.Marcel Metz1-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
2012-01-05ByteString->rtl::OString[Buffer]Caolán McNamara3-36/+34
2012-01-05don't inherit from ByteStringCaolán McNamara11-201/+203
2011-12-30Fix for fdo43460 Part XXI getLength() to isEmpty()Olivier Hallot2-4/+4
Part XXI Modules i18npool, idl, idlc, io, javaunohelper, jvmaccess
2011-12-22inheriting from ByteString is kind of weirdCaolán McNamara7-76/+87
2011-12-21tweak for pre language-defect #77Caolán McNamara4-16/+16
2011-12-21disentangle Read/WriteByteString OUString variantsCaolán McNamara1-4/+4
The ones which use a definite 8-bit encoding read/write pascal-style strings with a 16bit length prefix. The ones which use a definite 16-bit encoding read/write pascal-style UTF-16 strings with a 32bit length prefix, i.e. not ByteStrings at all The "I dunno" ones might be UTF-16 strings or 8-bit strings, depending on the charset. Rename to ReadUniOrByteString like the other similar horrors to flag this misery
2011-12-21convert ReadByteString/WriteByteString from ByteString to OStringCaolán McNamara4-16/+16
Nobody ever used the return values anyway, so for reading just return the string and for writing the number of bytes written Doesn't need to be members, make standalone functions Rename to read_lenPrefixed_uInt8s_ToO[U]String and write_lenPrefixed_uInt8s_FromO[U]String, lengthy, but much less unambiguous, seeing as a lot of users of it don't seem to be aware that they read/write pascal-style length prefixed strings, which isn't surprising given the apparent simplicity of their original name. added a unit test