summaryrefslogtreecommitdiffstats
path: root/idl
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* disentangle Read/WriteByteString OUString variantsCaolán McNamara2011-12-211-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
* convert ReadByteString/WriteByteString from ByteString to OStringCaolán McNamara2011-12-214-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
* needs more work firstCaolán McNamara2011-12-214-16/+16
| | | | This reverts commit 92f396733ebc518bcb7a9eae2dd3169d333b82b9.
* bah, need to tweak for pre c++0xCaolán McNamara2011-12-211-4/+4
| | | | This reverts commit d00fc0e293852cfc019ffaffa65bee327397677b.
* disentangle Read/WriteByteString OUString variantsCaolán McNamara2011-12-211-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
* convert ReadByteString/WriteByteString from ByteString to OStringCaolán McNamara2011-12-214-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
* IDL_COMPILER is always definedCaolán McNamara2011-12-1916-115/+0
|
* ByteString->rtl::OString[Buffer]Caolán McNamara2011-12-145-23/+24
|
* convert GetMangleNameCaolán McNamara2011-12-134-20/+20
|
* in modules, when we have a env we are in stage gbuildBjoern Michaelsen2011-12-071-0/+1
|
* ByteString->rtl::OString[Buffer]Caolán McNamara2011-12-062-14/+14
|
* move reconfigure into gbuildBjoern Michaelsen2011-11-291-1/+1
|
* is there any point to aSrcLine and "rsc" directive in idl?Caolán McNamara2011-11-282-3/+1
|
* ByteString->rtl::OString[Buffer]Caolán McNamara2011-11-288-51/+69
|
* remove precompiled_xxx.hxx/cxxNorbert Thiebaud2011-11-272-63/+0
|
* remove pch from the include listNorbert Thiebaud2011-11-271-1/+0
|
* remove include of pch header from idlNorbert Thiebaud2011-11-2714-26/+0
|
* make gbuild makefiles run independant of pwd againBjoern Michaelsen2011-11-251-1/+1
|
* ByteString->rtl::OStringCaolán McNamara2011-11-195-37/+38
|
* svidl: write dependencies with cygwin pathsMichael Stahl2011-11-181-5/+46
|
* UniqueIdContainer is only needed by binfilterCaolán McNamara2011-11-161-1/+0
|
* tweak gbuild standart Makefile to allow partial build in unsourced envNorbert Thiebaud2011-11-161-4/+4
| | | | | This allow to run make in a module wihtout the need to source Env.Host.sh.
* ByteString->rtl::OStringCaolán McNamara2011-11-143-10/+10
|
* svidl: new parameter -fM: write GNU make dependenciesMichael Stahl2011-11-086-0/+67
|
* simplfy dmake to gbuild bridgefileBjoern Michaelsen2011-10-052-89/+2
|
* Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().Stephan Bergmann2011-09-271-1/+1
|
* ByteString->rtl::OStringBufferCaolán McNamara2011-09-216-53/+72
|
* this is never NULL, can be a referenceCaolán McNamara2011-09-212-13/+13
|
* ByteString->rtl::OString[Buffer]Caolán McNamara2011-09-205-17/+20
|
* ByteString->rtl::OStringCaolán McNamara2011-09-194-5/+5
|
* detect gmake 3.81 and limit to -j1 unless num-cpu is explicitly setNorbert Thiebaud2011-08-191-1/+1
|
* prefer makefile-gmake-mode to plain makefile-modeTakeshi Abe2011-08-102-2/+2
|
* The idl encoding table stuff appears to be a no-op, converts x to xCaolán McNamara2011-08-095-165/+0
| | | | | | | | | | | | | | | | | | | | | 1.a) There is only one call to SvTokenStream::SetCharSet 2.b) That call is from SvTokenStream::InitCtor and the argument is gsl_getSystemTextEncoding() 2.a) SvTokenStream::SetCharSet is the sole caller of SvChar::GetTable i.e. pCharTab = SvChar::GetTable( nSet, gsl_getSystemTextEncoding() ); 2.b) so this is in practive only ever... pCharTab = SvChar::GetTable( gsl_getSystemTextEncoding(), gsl_getSystemTextEncoding() ); 3) SvChar::GetTable returns a table for converting from one encoding to another. 4) so the whole thing is a no-op, i.e. pCharTab can be dropped SvChar::GetTable is then unused and can be dropped SetCharSet and GetCharSet are then also unused
* reflect gmake flavorTakeshi Abe2011-08-051-1/+1
|
* Emacs mode line compatible with vi's oneTakeshi Abe2011-08-051-0/+1
|
* add realpaths for windowsCaolán McNamara2011-08-041-2/+2
|
* Add consistent Emacs and vim mode linesTor Lillqvist2011-07-302-0/+2
|
* postmerge fixes for gnumake4Bjoern Michaelsen2011-07-221-1/+5
|
* resyncing to masterBjoern Michaelsen2011-07-218-51/+81
|\
| * ByteString::CreateFromInt32 -> OString::valueOfCaolán McNamara2011-07-015-31/+62
| |
| * remove deprecated ByteString::CreateFromInt64Caolán McNamara2011-06-293-17/+18
| |