Age | Commit message (Collapse) | Author |
|
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
|
|
This reverts commit d00fc0e293852cfc019ffaffa65bee327397677b.
|
|
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
|
|
Part XII
Module
dbaccess
|
|
post salhelper visibility markup and gbuildification express
2008 doesn't link without salhelper mentioned on link line
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
There are currently 2 different ways to specify what kind of file dialog
should be created: the nDialogType and nFlags ctor parameters.
Simplify that by using the nDialogType for the API specified variety,
and the nFlags only for options that cannot be specified by the API.
This allows to get rid of 3 constructors, and the following constants:
WB_OPEN, WB_SAVEAS, WB_PASSWORD, SFXWB_PASSWORD, SFXWB_SHOWSTYLES
|
|
|
|
This can really be derived from the dialog type, don't duplicate it.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
cleanup obsolete DISABLE_ADO/WINDOWS_VISTA_PSDK logic
|
|
|
|
This allow to run make in a module wihtout the need to source
Env.Host.sh.
|
|
information from the apply file:
patchname: addrbk-datasrc-ordering.diff
issues:
author: michael
section: Misc
comment:
Address data source ordering x#62860
sectioncomment:
git log from build repository:
commit bfa619922b90a021e5d856333dd398512389ad67
Author: Jan Holesovsky <kendy@suse.cz>
Date: Mon Jun 21 22:11:19 2010 +0200
Update patches to dev300-m83.
* [...]
commit 256381886a238d80b9ddab795b500576d92404cc
Author: Jan Holesovsky <kendy@suse.cz>
Date: Wed May 19 12:16:00 2010 +0200
Updated patches do dev300-m77.
* [...]
commit df913735fd729978d20f0282fe32d14bf597891f
Author: Jan Holesovsky <kendy@suse.cz>
Date: Mon May 17 01:21:36 2010 +0200
Patches adopted to the tabs -> spaces fixes + trailing whitespace cleanup.
* [...]
commit c6847e9b022184e98942391a2b5711c31eb25ba3
Author: Jan Holesovsky <kendy@suse.cz>
Date: Fri May 14 14:32:23 2010 +0200
Convert tabs to spaces in all the code introduced by the patches.
* [...]
commit 09774df8a62bf886c78c0f84d56b2d518ae8107e
Author: Jan Holesovsky <kendy@suse.cz>
Date: Tue Apr 29 14:04:53 2008 +0000
Src680/
* Some cleaning action: src680/* -> dev300/
* patches/dev300/gstreamer-sd.diff,
patches/dev300/gstreamer-slideshow.diff,
patches/dev300/letter-wizard-resource-id.diff: Moved to
patches/gstreamer.
* patches/dev300/mono-build.diff: Moved to patches/mono.
* patches/dev300/sc-hacky-handle-boolean.diff,
patches/dev300/vba-workbook-worksheet-events.diff: Moved to
patches/vba.
* patches/src680/unittesting-*: Moved...
patches/unittesting/*: ...here.
* patches/src680/*: Moved...
patches/dev300/*: ...here.
* patches/dev300/apply,
patches/Makefile.am: Add the unittesting subdir, remove src680.
|
|
|
|
|
|
* Retro-added new-style UNOIDL singleton specification for it, for easy
instantiation.
* Plus new comphelper::getComponentContext to map from XMultiServiceFactory
to XComponentContext.
|
|
|
|
|
|
|