Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-06-29 | re-base on ALv2 code. | Michael Meeks | |
2012-06-02 | targeted string re-work | Norbert Thiebaud | |
Change-Id: Ia4cf1dcae7d40eca29f84fa7277681d1c1fb61bd | |||
2012-04-06 | Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator | Szabolcs Dezsi | |
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\)) *) *)$/\1\2 ( \3 == \4 )/' \{\} \; | |||
2012-01-19 | Drop UNO_REF_QUERY[_THROW] duplicates of UNO_QUERY[_THROW]. | Stephan Bergmann | |
They are virtually unused (at least the LibO code base has only a single use of UNO_REF_QUERY) but confuse static analysis tools that classify unused function parameters as "tags" (which legalizes the unusedness of those parameters) if they are of an enum type with exactly one value defined. | |||
2011-12-27 | catch exception by constant reference | Takeshi Abe | |
2011-11-27 | remove include of pch header from stoc | Norbert Thiebaud | |
2011-03-19 | Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...) | Thomas Arnhold | |
2011-03-03 | Remove "using namespace ::rtl" | Julien Nabet | |
2010-12-10 | RTL_CONSTASCII_USTRINGPARAM in ure 3 | Gert Faller | |
2010-12-10 | RTL_CONSTASCII_USTRINGPARAM in ure 1 | Gert Faller | |
2010-12-06 | Replace all occured, occurance etc. | Takeshi Abe | |
2010-10-14 | Add vim/emacs modelines to all source files | Sebastian Spaeth | |
Fixes #fdo30794 Based on bin/add-modelines script (originally posted in mail 1286706307.1871.1399280959@webmail.messagingengine.com) Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de> | |||
2010-02-12 | changefileheader2: #i109125#: change source file copyright notice from Sun ↵ | Jens-Heiner Rechtien | |
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision) | |||
2008-04-11 | INTEGRATION: CWS changefileheader (1.14.12); FILE MERGED | Rüdiger Timm | |
2008/03/31 07:26:14 rt 1.14.12.1: #i87441# Change license header to LPGL v3. | |||
2007-09-27 | INTEGRATION: CWS sb76 (1.13.34); FILE MERGED | Jens-Heiner Rechtien | |
2007/08/31 11:01:56 sb 1.13.34.1: #i77885# Consolidate stoc libraries; patch by jnavrati. | |||
2006-12-01 | INTEGRATION: CWS bunoidmap (1.12.12); FILE MERGED | Rüdiger Timm | |
2006/11/08 15:11:11 kr 1.12.12.1: fixed: i71291 - stoc/test does not build | |||
2006-09-16 | INTEGRATION: CWS pchfix02 (1.11.36); FILE MERGED | Oliver Bolte | |
2006/09/01 17:41:20 kaib 1.11.36.1: #i68856# Added header markers and pch files | |||
2005-09-08 | INTEGRATION: CWS ooo19126 (1.10.28); FILE MERGED | Rüdiger Timm | |
2005/09/05 17:11:29 rt 1.10.28.1: #i54170# Change license header: remove SISSL | |||
2005-01-13 | INTEGRATION: CWS cd02 (1.9.120); FILE MERGED | Kurt Zenker | |
2004/11/15 17:39:35 dbo 1.9.120.2: #i24030# 2004/11/15 17:29:01 dbo 1.9.120.1: #i24030# general cleanup to make buildable again | |||
2003-04-23 | INTEGRATION: CWS uno2 (1.8.40); FILE MERGED | Rüdiger Timm | |
2003/04/08 13:56:28 dbo 1.8.40.1: #107991# UNO shared library component renaming | |||
2002-08-22 | #102239# invocation adapter factory test | Daniel Boelzle | |
2002-08-19 | #i6886#,#101685#: merge OOO_STABLE_1_PORTS (1.5-1.5.20.1) -> HEAD | Jens-Heiner Rechtien | |
2001-11-26 | extended test | Daniel Boelzle | |
2001-05-09 | *** empty log message *** | Daniel Boelzle | |
2001-03-12 | OSL_ENSHURE replaced by OSL_ENSURE | Joachim Lingner | |
2001-02-12 | Update test files for Mac OS X | Patrick Luby | |
2000-10-06 | modified XInvocation::invoke() mimic | Daniel Boelzle | |
2000-09-18 | initial import | Jens-Heiner Rechtien | |