summaryrefslogtreecommitdiff
path: root/extensions/source
AgeCommit message (Collapse)Author
2010-10-11CWS changehid: generate former auto hids into src filesMathias Bauer
2010-10-09CWS changehid: resync to m89Mathias Bauer
2010-09-22sb129: merged in DEV300_m88sb
2010-09-17CWS-TOOLING: integrate CWS oooimprovement6Hans-Joachim Lankenau
Notes: split repo tag: components_ooo/DEV300_m88
2010-09-17DEV300: changesets OOO330 up to m8Hans-Joachim Lankenau
2010-09-14sb129: #i113189# removed obviously unnecessary service registrations; allow ↵sb
empty <implementation/>
2010-09-10sb129: #i113189# change UNO components to use passive registrationsb
2010-08-25CWS-TOOLING: integrate CWS codecleanup02Vladimir Glazunov
Notes: split repo tag: components_ooo/DEV300_m87
2010-08-25DEV300: merge 000330 till r. b727f1beb700Vladimir Glazunov
2010-08-24ooo33gsl07: #i114002# add missing license headersPhilipp Lohmann [pl]
2010-08-09oooimprovement6: #i100159# catching the OnLogRotate thread in a clean fashionBjoern Michaelsen
2010-08-03CWS-TOOLING: integrate CWS mib17Ivo Hinkelmann
2010-07-29CWS-TOOLING: integrate CWS dv19obo
Notes: split repo tag: components_ooo/DEV300_m86
2010-07-29CWS-TOOLING: integrate CWS vcl113obo
2010-07-27mib17: rebase to DEV300_m84Daniel Rentz
2010-07-27mib17: #i110822# Fixed named parameter handling in automation bridgeAndreas Bregas
2010-07-23dv19:#i111166# removed syntax warningDirk Voelzke
2010-07-21dv19#i111166# removed extra dispose, join with thread before shut downDirk Voelzke
2010-07-20CWS changehid: #i111784#: consolidate usage of HID schema; remove unused ↵Mathias Bauer
SetDialogHelpId methods
2010-07-19CWS changehid: #i111784#: use mhids.pl to generate conversion list for HIDsMathias Bauer
2010-07-16vcl113: #i113191# remove debug printfs (thanks cmc!)Philipp Lohmann [pl]
2010-07-13CWS changehid: resync to m84Mathias Bauer
2010-07-13vcl113: #i113117# cleanup object life cycle (thanks cmc!)Philipp Lohmann [pl]
2010-07-10CWS changehid: #i111874#: change code to support HelpIds as byte stringsMathias Bauer
2010-07-08mib17: #162917# let basic byte use one byte, let olebridge convert sequence ↵Mikhail Voytenko
to safearray correctly
2010-07-07rebase to DEV300_m84Philipp Lohmann [pl]
2010-07-06mib17: #162858# allow to transport COM objects without TypeInfo as beforeMikhail Voytenko
2010-07-02codecleanup02: merge with DEV300_m84Malte Timmermann [mt]
2010-07-01codecleanup02: #i52551# Removed old stuff: VOS_NAMESPACE, use vos:: directlyMalte Timmermann
2010-07-01dv19: merge with DEV300_m84Dirk Voelzke
2010-06-29mib17: #i110821# Hot fix to avoid regressionAndreas Bregas
2010-06-25codecleanup02: #i112685# Removed ifdefs and code for WIN,W30,W31Malte Timmermann
2010-06-25mib17: #i110821# COM default member supportAndreas Bregas
2010-06-22CWS-TOOLING: integrate CWS jl152obo
2010-06-22jl152 merge with DEV300_m83Joachim Lingner
2010-06-21CWS-TOOLING: integrate CWS vcl112obo
2010-06-15CWS-TOOLING: integrate CWS unoawtobo
2010-06-14CWS-TOOLING: integrate CWS dv12obo
2010-06-07fix warningsPhilipp Lohmann [pl]
2010-06-07jl152 merge with DEV300_m80Joachim Lingner
2010-06-05fix warningsPhilipp Lohmann [pl]
2010-06-04vcl112: #i112119# check return value (thanks cmc!)Philipp Lohmann [pl]
2010-06-04CWS-TOOLING: integrate CWS dba33fIvo Hinkelmann
Notes: split repo tag: components_ooo/DEV300_m81
2010-06-04changehid: #i111874# remove SmartId, make HID of type rtl::OString, fill in ↵Philipp Lohmann [pl]
dummies for all explicit help ids
2010-06-03unoawt: merged in latest changes from CWS slidecopy (rebase to m80)Frank Schoenheit [fs]
2010-06-02jl152#i77196# better handling of extensions with unaccepted licenseDirk Voelzke
2010-05-27CWS-TOOLING: integrate CWS fwk138Vladimir Glazunov
2010-05-25unoawt: onFinish does not need this parameter, it's always called with RET_OKFrank Schoenheit [fs]
2010-05-25unoawt: completely separated the controller functionality of a wizard page ↵Frank Schoenheit [fs]
from the wizard page itself, by moving the canAdvance method from OWizardPage to the IWizardPage interface, which in this course has been renamed to IWizardPageController. This will later on allow to have implementations where the TabPage is provided by an external component (e.g. as UNO Service), but the controlling of those pages is still intercepted and handled internally.
2010-05-20unoawt: UNO API for generic wizards, wrapping around the existing C++ ↵Frank Schoenheit [fs]
RoadmapWizard