summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-11-05#96508# correct idl docAndreas Schlüns
2002-11-05#96508# correct some idl docsAndreas Schlüns
2002-11-04#103888# Merged in 1.33.2.3.Stephan Bergmann
2002-11-04#103888# Implement conversion between strings and float/double with rtl_math ↵Stephan Bergmann
functions.
2002-11-04#103888# Merged in 1.11.4.3.Stephan Bergmann
2002-11-04#103888#Stephan Bergmann
2002-11-04#103888# Added mathconf.Stephan Bergmann
2002-11-04#104312# no alloca.h for MSVC++Daniel Boelzle
2002-11-04#104312# avoiding compiler warningsDaniel Boelzle
2002-11-04#104691# add service namesOcke Janssen
2002-11-04#104691# new docu for tabledesign and relation designOcke Janssen
2002-11-04#94968# merge with idl reviewMichael Hönnig
2002-11-04#94968# merge with idl reviewMichael Hönnig
2002-11-01#94968# new services from docu review addedMichael Hönnig
2002-11-01#104312# preparing using java.lang.reflect.Proxy; bugsDaniel Boelzle
2002-11-01#103943# changed the identifier for the file name label control to match the ↵Frank Schönheit
control identifier itself
2002-10-31#104575# the com.sun.star.config.INIManager was removed from office. Reading ↵Joachim Lingner
from java.ini is now done directly by the osl::File api
2002-10-31#102191# password requests and interactionMikhail Voitenko
2002-10-31Removed reference to deleted directoryDuncan Foster
2002-10-31#104600# Added missing sigemptyset.Stephan Bergmann
2002-10-30#i8416# Fixed 'osl_thread_[create|start]_Impl()' race condition, need toMatthias Huetsch
synchronize on STARTUP and not on ACTIVE flag.
2002-10-30#i8416# Fixed 'pthread_join()' / 'pthread_detach()' race condition,Matthias Huetsch
several other race conditions, deadlock in 'osl_scheduleThread()' going into suspend vs. 'osl_resumeThread()' using a redundant 2nd mutex, static initialization not being thread safe, wrong 'spurious wakeup protection' loops around 'pthread_cond_wait()' not checking a flag. Added cleanup handlers to automatic cancellation points 'pthread_join()' and 'pthread_cond_wait()'. Partial source cleanup.
2002-10-30#104312# Added package com.sun.star.lib.uno.Stephan Bergmann
2002-10-30#104312# Removed useless import.Stephan Bergmann
2002-10-30#104312# Adapted to new TypedProxy.Stephan Bergmann
2002-10-30#104312#Stephan Bergmann
2002-10-30#103943#two new ids for the label of the file name box and the label of the ↵Tino Rachui
filter listbox
2002-10-30#78669# Optional flag added to proerties since the XPropertySet interface is ↵Thomas Lange
optional
2002-10-30#i7045# #104574# rtl_ImplFloatToString: wrong fractional partEike Rathke
2002-10-30#104573# change typoJuergen Schmidt
2002-10-30#104312# fixing ctor( Class )Daniel Boelzle
2002-10-29#104560# docuDaniel Boelzle
2002-10-29change for wntmsci8 (msvc7.net) compilerOliver Bolte
2002-10-29#104312# jni definitionsDaniel Boelzle
2002-10-29#104312# fixed false type class init for STRUCT; added ctor( type_name, ↵Daniel Boelzle
type_class )
2002-10-29#104312# newDaniel Boelzle
2002-10-29#104312# minor code changesDaniel Boelzle
2002-10-29#104312# delivering jarsDaniel Boelzle
2002-10-29#104312# fixing potential mt problemDaniel Boelzle
2002-10-29#104312# local ref leakageDaniel Boelzle
2002-10-29#104312# don't deliver windows pdb fileDaniel Boelzle
2002-10-29#104312# workaround partly initialized Type objectDaniel Boelzle
2002-10-28#104312# code complete; passed testtools/source/bridgetestDaniel Boelzle
2002-10-28#104307# Improved placement of memory barrier.Stephan Bergmann
2002-10-25#100576# version info in manifest fileJoachim Lingner
2002-10-25#100576# version info in manifest fileJoachim Lingner
2002-10-24#103124# property NumberingRules now optionalThomas Lange
2002-10-23#104452# added optimistic link lookup, which results in better performance, ↵Jörg Budischewski
when the underlying registry does not use links
2002-10-23#94968# singleton is a singleton now, autodoc will be fixed soonMichael Hönnig
2002-10-23#104445# - Fixed order of sequence elements.Kai Sommerfeld