Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-10 | #121504# Support for alpha channel in clipboard for all systems | Armin Le Grand | |
Notes: merged as: e0cce521f1ad0cc384d30ce2f1077ea229fffe62 | |||
2012-11-30 | i118923 - OS/2 port: use of gcc style import libraries. | Yuri Dario | |
Notes: ignore: OS/2 | |||
2012-11-27 | #121389# remove old testool resources and obsolete testautomation module | Jürgen Schmidt | |
Notes: ignore: obsolete | |||
2012-11-01 | #i76852# Basic : incorrect conversions Single to String and Double to String | Damjan Jovanovic | |
Call myftoa() with nExpWidth=4 even when nNum=dMaxNumWithoutExp. Found by: bmarcelly Patch by: Damjan Jovanovic Review by: Oliver-Rainer Wittmann Notes: merged as: cec37835ae6e67bfd571f09cc1ab579a9195e798 | |||
2012-09-10 | #i120867#, in SfxLibraryContainer::storeLibraries_Impl(),need to free ↵ | Jian Fang Zhang | |
created pLibArray object before returning from branch code Found by: zhangjf Patch by: zhangjf Notes: prefer: 02d609ca991b044e584b24054d43ecf70668444e | |||
2012-07-18 | basic, cui, extensions, filter, vcl: fix some warnings | Armin Le Grand | |
Patch by: Michael Stahl Notes: prefer: 6a94d7b5c924e3a8ef3ff0f68f54061c035a3cb0 | |||
2012-06-10 | i119933 - make Basic FORMAT function work with non-ASCII text | Ariel Constenla-Haile | |
Notes: merged as: a63cc778d1d09f49046f1e205557b08534fdc030 | |||
2012-03-29 | Update headers to Alv2 headers | Andrew Rist | |
2012-02-18 | i118923 - OS/2 port: new link system now uses unix style. | Yuri Dario | |
2012-02-15 | remove svn:executable properties from more source files | Herbert Dürr | |
2012-02-15 | remove svn:executable properties from source files | Herbert Dürr | |
2012-01-19 | Update headers to Alv2 headers | Andrew Rist | |
2012-01-12 | Update headers to Alv2 headers | Andrew Rist | |
2012-01-12 | Update headers to Alv2 headers | Andrew Rist | |
2012-01-10 | Update headers to Alv2 headers | Andrew Rist | |
2011-11-30 | Update headers to Alv2 headers | Andrew Rist | |
2011-11-30 | Update headers to Alv2 headers | Andrew Rist | |
2011-11-30 | Update headers to Alv2 headers | Andrew Rist | |
2011-11-30 | Update headers to Alv2 headers | Andrew Rist | |
2011-11-06 | Update headers to Alv2 headers | Andrew Rist | |
2011-11-06 | Update headers to Alv2 headers | Andrew Rist | |
2011-04-13 | CWS-TOOLING: integrate CWS dr80_OOO340 | Kurt Zenker | |
2011-04-13 | CWS-TOOLING: integrate CWS gridfixes_OOO340 | Kurt Zenker | |
2011-04-01 | CWS-TOOLING: integrate CWS calcvba | Ivo Hinkelmann | |
2011-03-30 | calcvba: missing include | Daniel Rentz [dr] | |
2011-03-30 | calcvba: disable basic tracing by default | Daniel Rentz [dr] | |
2011-03-25 | calcvba: #164410# obviously, extractBoolFromAny should also check for ↵ | Daniel Rentz [dr] | |
boolean value... | |||
2011-03-25 | gridfixes: pulled and merged DEV300:m104 | Frank Schoenheit [fs] | |
2011-03-25 | dr80: rebase to DEV300_m104 | Daniel Rentz [dr] | |
2011-03-25 | calcvba: #164410# improve VBA compatibility implementation in various areas: ↵ | Daniel Rentz [dr] | |
Excel symbols, MSForms symbols, document and forms event handling | |||
2011-03-21 | dr80: #i117392# initialize VBAGlobals object if single Basic module is in ↵ | Daniel Rentz [dr] | |
VBA mode, do not expect existing parent sheet in implementation of Excel.Application.ActiveCell | |||
2011-03-16 | CWS-TOOLING: integrate CWS debuglevels | obo | |
2011-03-15 | dr80: rebase to DEV300_m102 | Daniel Rentz [dr] | |
2011-03-15 | dr80: #i117388# do not try to access nonexisting document | Daniel Rentz [dr] | |
2011-03-14 | debuglevels: pulled and merged DEV300.m102 | Frank Schoenheit [fs] | |
2011-03-07 | CWS-TOOLING: integrate CWS vcl119 | Ivo Hinkelmann | |
2011-03-01 | gridfixes: pulled and merged DEV300m101 | Frank Schoenheit [fs] | |
2011-02-28 | CWS-TOOLING: integrate CWS ab81 | Ivo Hinkelmann | |
2011-02-25 | gridfixes: USHORT -> sal_uInt16 | Frank Schoenheit [fs] | |
2011-02-23 | vcl119: rebase to DEV300_m101 | Philipp Lohmann [pl] | |
2011-02-23 | debuglevels: pulled and merged latest changes from DEV300_next | Frank Schoenheit [fs] | |
2011-02-23 | debuglevels: merged to-be-m101 | Frank Schoenheit [fs] | |
2011-02-22 | masterfix DEV300: #i10000# usage of L10N build_type | Ivo Hinkelmann | |
Notes: split repo tag: libs-core_ooo/DEV300_m101 | |||
2011-02-21 | masterfix DEV300: #i10000# added missing file | Ivo Hinkelmann | |
2011-02-18 | masterfix DEV300: #i10000# include removed | Ivo Hinkelmann | |
2011-02-18 | masterfix DEV300: #i10000# cxx removed | Ivo Hinkelmann | |
2011-02-18 | ab81: resync to m100 | Andreas Bregas | |
2011-02-17 | ab81: #164411# Fix accidental index access at UNO objects | Andreas Bregas | |
2011-02-16 | rebase to DEV300_m100 | Philipp Lohmann [pl] | |
2011-02-15 | debuglevels: BasicManager::ExecuteMacro: when the return value of the ↵ | Frank Schoenheit [fs] | |
executed method is the method itself, don't retrieve its value - it would execute the method, again (encountered in the refactored smoketest_native) |