Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-11-09 | CWS-TOOLING: integrate CWS fwk149 | Vladimir Glazunov | |
Notes: split repo tag: libs-core_ooo/DEV300_m93 | |||
2010-11-08 | CWS-TOOLING: integrate CWS dba34a | Vladimir Glazunov | |
2010-11-01 | CWS-TOOLING: integrate CWS svarray | Vladimir Glazunov | |
2010-11-01 | dba34a: properly append the OR when retrieving the filter clause | Frank Schoenheit [fs] | |
2010-11-01 | dba34a: #i115312# partly reverted the fix for issue #i114403#: don't quote ↵ | Frank Schoenheit [fs] | |
string literals in the form controller, this is the responsibility of the filter control, which can decide much better in which situations this is necessary | |||
2010-11-01 | dba34a: during #i115312#: getFastPropertyValue( FILTER ): don't deliver an ↵ | Frank Schoenheit [fs] | |
invalid filter when one predicate string cannot be generated, instead just skip this particular string | |||
2010-10-23 | svarray: #i112395#: fix warnings, enable exceptions, etc. | Michael Stahl | |
2010-10-22 | fwk149: Merge changes from DEV300_m90 | Carsten Driesner | |
2010-10-21 | svarray: merge with DEV300 m90 again | Bartosz Kosiorek | |
2010-10-21 | CWS changehid: resync to m90 | Mathias Bauer | |
Notes: split repo tag: libs-core_ooo/DEV300_m91 | |||
2010-10-20 | svarray: merge with DEV300 m90 | Bartosz Kosiorek | |
2010-10-16 | svarray: #i112395# #i84159# handle 2^32 numbers | Bartosz Kosiorek | |
2010-10-14 | CWS-TOOLING: integrate CWS impress201 | Vladimir Glazunov | |
2010-10-14 | #i10000# changes from OOO330 m10 | Vladimir Glazunov | |
2010-10-11 | CWS changehid: generate former auto hids into src files | Mathias Bauer | |
2010-10-09 | CWS changehid: resync to m89 | Mathias Bauer | |
2010-10-08 | CWS-TOOLING: integrate CWS hb22 | obo | |
Notes: split repo tag: libs-core_ooo/OOO330_m10 | |||
2010-10-08 | CWS-TOOLING: integrate CWS sw33bf10 | obo | |
2010-10-05 | svarray: #i112395#: SvXub_StrLens | Bartosz Kosiorek | |
2010-10-05 | impress201: rebase m89 | Christian Lippka | |
2010-10-05 | impress201: merge | Christian Lippka | |
2010-10-05 | impress201: merge | Christian Lippka | |
2010-10-04 | svarray: #i112395#: SvBytes replace with STL | Bartosz Kosiorek | |
2010-10-02 | CWS changehid: make sure that toolbox buttons for child windows and the ↵ | Mathias Bauer | |
child windows themselves have different HIDs | |||
2010-09-29 | sw33bf10: #i114793# missing rename crash_report.bin -> crashrep | sb | |
2010-09-29 | CWS-TOOLING: integrate CWS sb129 | Vladimir Glazunov | |
2010-09-28 | #i10000# changes from OOO330 m9 | Vladimir Glazunov | |
2010-09-27 | fwk149: rebase to DEV300_m88 | Mikhail Voytenko | |
2010-09-24 | impress201: #114741# reducing memory footprint if mimimizing very huge ↵ | sj | |
documents -> no more graphics lost | |||
2010-09-24 | CWS-TOOLING: integrate CWS ooo330l10n3 | Kurt Zenker | |
2010-09-24 | dba34a: #i114606# ~FmXFormView: do not only assert when our adapter list is ↵ | Frank Schoenheit [fs] | |
not empty upon destruction, but properly clean it up | |||
2010-09-24 | dba34a: #i114606# some refactoring (not really related to the fix for the ↵ | Frank Schoenheit [fs] | |
bug, but perhaps next time I have some bug here, it's easier to understand the stone-aged code here ...) | |||
2010-09-23 | svarray: #i112395#: replace general cast to static_cast | Bartosz Kosiorek | |
2010-09-22 | dba34a: pulled DEV300.m88 | Frank Schoenheit [fs] | |
2010-09-22 | sb129: merged in DEV300_m88 | sb | |
2010-09-21 | dba34a: merged latest changes from CWS dba33j | Frank Schoenheit [fs] | |
2010-09-20 | merged OOO330_m8 | Henning Brinkmann | |
2010-09-20 | impress201: #i112587# add display properties to control shapes | Christian Lippka | |
2010-09-20 | dba34a: #i108357# complement existing PrePaint with new PostPaint | Frank Schoenheit [fs] | |
2010-09-19 | Issue 112395, change comment to English | Bartosz Kosiorek | |
2010-09-17 | svarray | Bartosz Kosiorek | |
2010-09-17 | CWS-TOOLING: integrate CWS oooimprovement6 | Hans-Joachim Lankenau | |
2010-09-17 | DEV300: changesets OOO330 up to m8 | Hans-Joachim Lankenau | |
2010-09-17 | dba34a: #i114403# fixed the form-based filter for list boxes | Frank Schoenheit [fs] | |
2010-09-14 | CWS-TOOLING: integrate CWS dba33i | obo | |
2010-09-13 | dba34a: #i114403# don't access non-existing values | Frank Schoenheit [fs] | |
2010-09-10 | ooo330l10n3: #i113535# enable itemlist | Ivo Hinkelmann | |
2010-09-10 | sb129: #i113189# change UNO components to use passive registration | sb | |
2010-09-09 | hb22: #b6982587# treat null LD_LIBRARY_PATH like unset one | sb | |
2010-09-03 | dba34a: removed SvLBox'es (and friends) Set/GetWindowBits. They were used in ↵ | Frank Schoenheit [fs] | |
parallel to Window's Set/GetStyle, with WB_* values which overlapped with existing (generic) WB_* bits. Since this overlapping has been removed, there's no need to have both Style and WindowBits at those classes. Should remove some source of confusion and error (and, well, perhaps introduce some new errors :) ). |