summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-12-11Remove ByteStringJulien Nabet
2011-12-11Unused according to Opengrok, so drop thisJulien Nabet
2011-12-11Remove ByteStringJulien Nabet
2011-12-11Remove ByteStringJulien Nabet
2011-12-11Remove ByteStringJulien Nabet
2011-12-11Remove ByteStringJulien Nabet
2011-12-11Make internal pgsql build on mac and make it default for releaseFridrich Štrba
2011-12-11typo, trailing whitespace cleanupLionel Elie Mamane
2011-12-11minor around python and SDKLaurent Godard
- add Python as available language desc. in SDK homepage - replace OpenOffice.org with LibreOffice in examples index file - add a readme file to toolpanel example Signed-off-by: Lionel Elie Mamane <lionel@mamane.lu>
2011-12-11--with-theme is without trailing sKorrawit Pruegsanusak
Signed-off-by: Lionel Elie Mamane <lionel@mamane.lu>
2011-12-11Add comment about OxygenOffice's use of XPDTor Lillqvist
2011-12-11Fix typoTor Lillqvist
2011-12-11Drop Hamburg RE updatepack stuff that we have no clue about anywayTor Lillqvist
2011-12-11UPDATER, whatever it means, was fixed at YES, so factor outTor Lillqvist
2011-12-11CALL_CDECL is always TRUETor Lillqvist
2011-12-11COMMON_OUTDIR is always empty here anywayTor Lillqvist
2011-12-11The common_build stuff is surely obsoleteTor Lillqvist
2011-12-11I don't see SOLAR_PLUGIN being used anywhereTor Lillqvist
2011-12-11I don't see NO_REC_RES being used anywhereTor Lillqvist
2011-12-11I don't see NO_BSYMBOLIC being used anywhereTor Lillqvist
2011-12-11I don't see SO3 being used anywhereTor Lillqvist
2011-12-11I don't see ENABLEUNICODE being used anywhereTor Lillqvist
2011-12-11I don't see ENABLE_FONTCONFIG being used anywhereTor Lillqvist
2011-12-10Remove unused codeAugust Sodora
2011-12-11dmapper: when parsing NS_ooxml::LN_CT_Spacing_lineRule, pTopContext may be nilMiklos Vajna
2011-12-10Remove unused headerAugust Sodora
2011-12-10String->OUStringAugust Sodora
2011-12-10Remove unnecessary includesAugust Sodora
2011-12-11Build Library_vclplug_svp for Android, tooTor Lillqvist
2011-12-11Don't bother with a freetype2 subdirectory for headers after allTor Lillqvist
2011-12-10String->OUStringAugust Sodora
2011-12-10Avoid use of preprocessorAugust Sodora
2011-12-11Download and build FreeType and fontconfig for AndroidTor Lillqvist
It will probably be simplest to just use FreeType on Android, too. (Android uses it itself, but doesn't provide its API publicly.) Probably fontconfig, too, although there shouldn't be much configuration per se that a LibreOffice-baed app would have to do at run-time; it will have to bundle all fonts it is going to use anyway, I think, so all font information is known a priori. But maybe in the future there will be user-installable system fonts on Android, or something.
2011-12-10use PACKAGEVERSION as the base of MSI ProductVersionAndras Timar
Formerly PRODUCTVERSION was used but that did not contain the microversion digit. It is better to have it in MSI ProductVersion, because a higher build number of a lower microversion looked newer from the MSI point of view, and update failed. MSI ProductVersion is now major.minor.micro.build, e.g. 3.6.1.1206 (build number is taken from minor.mk)
2011-12-10enhance VersionInfo resource of Windows excutablesAndras Timar
+ added ProductName (a required parameter), It is LibreOffice + CompanyName is configurable, it is $(OOO_VENDOR), that is set --with-vendor configure switch. If not set, then CompanyName is empty string which is fine, too. + Binary file version and FileVersion string show the same value, and version number is sane: main version + subversion + microversion + build number, such as 3.5.0.0 + LegalCopyright text is the same as in the About box, year range can be set in minor.mk - removed archaic and overcomplicated version number calculating macros - removed version.lst, copied relevant content to minor.mk - removed binary RCDATA resources, I don't think they were of any use
2011-12-10fix build with MSVCAndras Timar
2011-12-10sw: tweak comment translations:Michael Stahl
5aff8df5 and ed870efe
2011-12-10solenv: pimp the gdb nodes array pretty printerMichael Stahl
2011-12-10cairo: fix RPATH:Michael Stahl
The cairo configure script is called with -Wl,-rpath,"12345ORIGIN" with funny results so tweak the quoting so that the $$ makes it through...
2011-12-10Remove unnecessary includesAugust Sodora
2011-12-10String->OUStringAugust Sodora
2011-12-10String->OUStringAugust Sodora
2011-12-10String->OUStringAugust Sodora
2011-12-10fixed fdo#43700 ROWS(), COLUMNS() and SHEETS() don't work with external ↵Eike Rathke
references
2011-12-10Fix for fdo43460 Part III getLength to isEmptyOlivier Hallot
Part III Module basic
2011-12-10catch exception by constant referenceTakeshi Abe
2011-12-10Fix for fdo43460 Part II getLength to isEmptyOlivier Hallot
Part II Module basctl
2011-12-10Avoid use of the preprocessorAugust Sodora
2011-12-10fdo#43467: Infer number format from formula result if appropriate.Kohei Yoshida
In case the data source has a formula cell, the number format may be inferred from the formula result in case the cell format is General. Also, 1) no need to use UNO API in the API implementation. Let use the internal API here. 2) this method didn't take into account the hidden cells. TODO: We need to handle number formats for external ref data properly.
2011-12-09install-gdb-printers for --disable-linkooStephan Bergmann