summaryrefslogtreecommitdiff
path: root/ucbhelper
AgeCommit message (Expand)AuthorFilesLines
2002-01-31#65293# - Generate missing header instead of making dependend on offuh.Kai Sommerfeld1-1/+1
2002-01-31#65293# corrected external dependenciesVladimir Glazounov1-1/+1
2002-01-15#65293# added exception specifitionVladimir Glazounov1-4/+11
2002-01-11#95512# creation of sorted cursorsMikhail Voitenko2-91/+285
2002-01-10acquire and release must have empty throw statement, not none.Kai Sommerfeld1-2/+4
2002-01-10remove throw from acuire and relaseOcke Janssen1-4/+2
2001-12-21#65293# name of lib corrected (LINUX)Oliver Bolte1-3/+3
2001-12-13#95404# - Optimized exports (mostly for "$(COM)"=="MSC" only).Kai Sommerfeld2-5/+162
2001-11-27#92987#: no IsFolder() when creating cursor, masks errorsMathias Bauer1-14/+2
2001-11-22#95029# - Fixed index-out-of-range condition in ctor.Kai Sommerfeld1-2/+4
2001-11-16#93753# dissolving drafts CVS moduleMichael Hönnig1-1/+1
2001-11-14#93753# dissolving drafts cvs moduleMichael Hönnig1-1/+1
2001-10-24#92924# Fixed exception forward declarations.Stephan Bergmann2-8/+9
2001-10-24#92937# - Added TARGETTYPE=GUIKai Sommerfeld1-2/+3
2001-10-22#93494# Beware of throwing removeContentEventListener().Stephan Bergmann1-5/+20
2001-09-27#65293#: includesJens-Heiner Rechtien2-5/+10
2001-09-27#65293#: includesJens-Heiner Rechtien1-3/+5
2001-09-27#65293#: exception specificationsJens-Heiner Rechtien4-22/+18
2001-08-29#91676# Removed obsolete versions of cancelCommandExecution().Stephan Bergmann2-4/+8
2001-08-21Added '.cxx' to ucbhelper.flt to filter out names from unnamed namespaces.Stephan Bergmann1-2/+3
2001-07-16#88646# - Removed wrong assert from addContent(...)Kai Sommerfeld1-15/+7
2001-07-13#88969#Stephan Bergmann2-0/+403
2001-07-13#88969# Added more detailed constructor.Stephan Bergmann2-4/+104
2001-07-13#88969# Added handleinteractionrequest.obj.Stephan Bergmann1-3/+4
2001-07-13#88969# Added handleinteractionrequest.hxx.Stephan Bergmann1-0/+1
2001-07-12#89617# - Fixed queryContent(...). Mutex Guard now constructed a little bit l...Kai Sommerfeld1-4/+4
2001-07-06#87904# - Fixed: New hierarchical name string format (MUST change for SUPD>637).Kai Sommerfeld1-53/+73
2001-07-05#87187# - New error handling for getPropertyValues (returns sequence< any >).Kai Sommerfeld2-15/+59
2001-07-04#87187# - Activated new error handling code.Kai Sommerfeld1-33/+2
2001-07-04#87904# - New hierarchical name string format (MUST change for SUPD>637).Kai Sommerfeld2-33/+80
2001-06-25#87187# - New error handling.Kai Sommerfeld1-118/+181
2001-06-25#87187# - Disabled new error handling behavior (temporarily only).Kai Sommerfeld1-3/+3
2001-06-25#87187# - Introduced function for IO errors, that transports two stringKai Sommerfeld2-12/+129
2001-06-25#87187# - Changed version number of UDK libs.Kai Sommerfeld1-4/+4
2001-06-22#88532# - Check for empty reference before dereferencing it (Content::createC...Kai Sommerfeld1-4/+8
2001-06-20#88442# Derive class from salhelper::SimpleReferenceObject, which is safer th...Stephan Bergmann2-6/+10
2001-06-19#87187# - Added css::ucb::InteractiveAugmentedIOException.Kai Sommerfeld1-0/+1
2001-06-19#87187# - Yet another change of method/ctor arguments.Kai Sommerfeld4-29/+139
2001-06-18#87187# - Parameter's type changed from XContentIdentifier -> XCommandProcessor.Kai Sommerfeld4-22/+22
2001-06-18#88294# - Fixed ContentImplHelper::getParent().Kai Sommerfeld1-3/+9
2001-06-15#87187# - Parameter's type changed from XContent -> XContentIdentifier.Kai Sommerfeld4-24/+27
2001-06-11#87187# - Removed "approve" continuation from interaction request.Kai Sommerfeld2-10/+7
2001-06-06#87187# - Brought up to date.Kai Sommerfeld4-263/+386
2001-06-06#87187# - Added cancelcommandexecution.hxx.Kai Sommerfeld1-0/+1
2001-06-06#87187# - Added some more UNO data types.Kai Sommerfeld1-2/+4
2001-06-06#87187# - Added cancelcommandexecution.obj.Kai Sommerfeld1-3/+4
2001-06-06#87187# - Added another continuation (approve) to the request.Kai Sommerfeld1-4/+5
2001-06-06#87187# - Initial revision.Kai Sommerfeld2-0/+306
2001-06-06#87187# - Added missing catch blocks around UCB command executions.Kai Sommerfeld1-74/+49
2001-06-06#87623# Restricted all functions to only throw RuntimeExceptions; migrated fr...Stephan Bergmann1-8/+11