summaryrefslogtreecommitdiff
path: root/svx/source
AgeCommit message (Collapse)Author
2010-11-09CWS-TOOLING: integrate CWS fwk149Vladimir Glazunov
Notes: split repo tag: libs-core_ooo/DEV300_m93
2010-11-08CWS-TOOLING: integrate CWS dba34aVladimir Glazunov
2010-11-01CWS-TOOLING: integrate CWS svarrayVladimir Glazunov
2010-11-01dba34a: properly append the OR when retrieving the filter clauseFrank Schoenheit [fs]
2010-11-01dba34a: #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-01dba34a: 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-23svarray: #i112395#: fix warnings, enable exceptions, etc.Michael Stahl
2010-10-22fwk149: Merge changes from DEV300_m90Carsten Driesner
2010-10-21svarray: merge with DEV300 m90 againBartosz Kosiorek
2010-10-21CWS changehid: resync to m90Mathias Bauer
Notes: split repo tag: libs-core_ooo/DEV300_m91
2010-10-20svarray: merge with DEV300 m90Bartosz Kosiorek
2010-10-16svarray: #i112395# #i84159# handle 2^32 numbersBartosz Kosiorek
2010-10-14CWS-TOOLING: integrate CWS impress201Vladimir Glazunov
2010-10-14#i10000# changes from OOO330 m10Vladimir Glazunov
2010-10-11CWS changehid: generate former auto hids into src filesMathias Bauer
2010-10-09CWS changehid: resync to m89Mathias Bauer
2010-10-08CWS-TOOLING: integrate CWS hb22obo
Notes: split repo tag: libs-core_ooo/OOO330_m10
2010-10-08CWS-TOOLING: integrate CWS sw33bf10obo
2010-10-05svarray: #i112395#: SvXub_StrLensBartosz Kosiorek
2010-10-05impress201: rebase m89Christian Lippka
2010-10-05impress201: mergeChristian Lippka
2010-10-05impress201: mergeChristian Lippka
2010-10-04svarray: #i112395#: SvBytes replace with STLBartosz Kosiorek
2010-10-02CWS changehid: make sure that toolbox buttons for child windows and the ↵Mathias Bauer
child windows themselves have different HIDs
2010-09-29sw33bf10: #i114793# missing rename crash_report.bin -> crashrepsb
2010-09-29CWS-TOOLING: integrate CWS sb129Vladimir Glazunov
2010-09-28#i10000# changes from OOO330 m9Vladimir Glazunov
2010-09-27fwk149: rebase to DEV300_m88Mikhail Voytenko
2010-09-24impress201: #114741# reducing memory footprint if mimimizing very huge ↵sj
documents -> no more graphics lost
2010-09-24CWS-TOOLING: integrate CWS ooo330l10n3Kurt Zenker
2010-09-24dba34a: #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-24dba34a: #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-23svarray: #i112395#: replace general cast to static_castBartosz Kosiorek
2010-09-22dba34a: pulled DEV300.m88Frank Schoenheit [fs]
2010-09-22sb129: merged in DEV300_m88sb
2010-09-21dba34a: merged latest changes from CWS dba33jFrank Schoenheit [fs]
2010-09-20merged OOO330_m8Henning Brinkmann
2010-09-20impress201: #i112587# add display properties to control shapesChristian Lippka
2010-09-20dba34a: #i108357# complement existing PrePaint with new PostPaintFrank Schoenheit [fs]
2010-09-19Issue 112395, change comment to EnglishBartosz Kosiorek
2010-09-17svarrayBartosz Kosiorek
2010-09-17CWS-TOOLING: integrate CWS oooimprovement6Hans-Joachim Lankenau
2010-09-17DEV300: changesets OOO330 up to m8Hans-Joachim Lankenau
2010-09-17dba34a: #i114403# fixed the form-based filter for list boxesFrank Schoenheit [fs]
2010-09-14CWS-TOOLING: integrate CWS dba33iobo
2010-09-13dba34a: #i114403# don't access non-existing valuesFrank Schoenheit [fs]
2010-09-10ooo330l10n3: #i113535# enable itemlistIvo Hinkelmann
2010-09-10sb129: #i113189# change UNO components to use passive registrationsb
2010-09-09hb22: #b6982587# treat null LD_LIBRARY_PATH like unset onesb
2010-09-03dba34a: 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 :) ).