summaryrefslogtreecommitdiff
path: root/store/workben
AgeCommit message (Collapse)AuthorFilesLines
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák4-6/+5
Modules sal, salhelper, cppu, cppuhelper, codemaker (selectively) and odk have kept them, in order not to break external API (the automatic using declaration is LO-internal). Change-Id: I588fc9e0c45b914f824f91c0376980621d730f09
2013-03-19further OUString cleanupThomas Arnhold1-3/+2
Change-Id: I19954ee5976cb881a5fe73a889c8e04a19b14eb6
2013-03-09Use BOOST_STATIC_ASSERTStephan Bergmann1-1/+4
Change-Id: Ib9dc2541c3bf72ddd6094331297a91352138e5af
2013-03-04remove unused and commented out codeThomas Arnhold1-8/+0
This code gets never called. Change-Id: I59228cba1444b7b09f74eb5cf8da9b755c7c32f7
2013-01-26Some cppcheck cleaningJulien Nabet2-46/+44
2012-12-25Get rid of (most uses of) GUITor Lillqvist1-4/+4
GUI only takes values UNX or WNT, so it is fairly pointless. One can check whether OS is WNT or not instead. Change-Id: I78ae32c03536a496a563e5deeb0fca78aebf9c34 Reviewed-on: https://gerrit.libreoffice.org/1304 Reviewed-by: Peter Foley <pefoley2@verizon.net> Tested-by: Peter Foley <pefoley2@verizon.net>
2012-10-01Replace usage of rtl_*Memory with equivalent from string.hArnaud Versini2-9/+10
Change-Id: I50ffc10f007f03c3252ef0196b59b881429cc159 Reviewed-on: https://gerrit.libreoffice.org/734 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2012-07-28Partially revert "Remove some unused defines and controls"Thomas Arnhold1-0/+1
This partially reverts b63027f0992cf5c368faeb807c69110997dd00ea http://lists.freedesktop.org/archives/libreoffice/2012-July/035331.html Change-Id: I2c87ea89e1b05aa6874a74d2b781b976e970f979
2012-06-29Remove some unused defines and controlsThomas Arnhold1-1/+0
Change-Id: I96f76ed6b33f5c786d1e3ab3981a535037a9c1b5
2012-06-29Remove some more include guardsThomas Arnhold1-3/+0
Change-Id: I7c62d086cb593744785abecae7a107686a4d65ce
2012-06-27re-base on ALv2 code.Michael Meeks5-81/+73
2012-06-21re-base on ALv2 code.Michael Meeks1-21/+12
Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1
2012-06-01targeted string re-workNorbert Thiebaud1-10/+10
Change-Id: Ibe5c739c3066f3e706a44b64d4ad775abde9662c
2011-11-27remove include of pch header from storeNorbert Thiebaud3-6/+0
2011-02-01Remove RCS informationThomas Arnhold1-1/+1
2010-12-10RTL_CONSTASCII_USTRINGPARAM in ure 2Gert Faller1-1/+1
2010-12-10RTL_CONSTASCII_USTRINGPARAM in ure 1Gert Faller1-4/+4
2010-10-18remove non-compiled codePovilas Kanapickas5-271/+0
2010-10-14Add vim/emacs modelines to all source filesSebastian Spaeth5-0/+15
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-03-04mhu22: resync to master repository (DEV300_m73).Matthias Huetsch [mhu]4-13/+4
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien4-17/+4
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2009-11-02#i71568# #i108349# Remove unused StateBlock code.Matthias Huetsch [mhu]1-4/+2
2009-10-29#i71568# #i108349# Remove unused range locking code.Matthias Huetsch [mhu]1-11/+0
2009-09-09CWS-TOOLING: integrate CWS mhu20Oliver Bolte1-5/+6
2009-09-01 15:18:43 +0200 mhu r275662 : #i32526# Fixed missing includes, and a wrong cast 2009-08-28 13:30:05 +0200 mhu r275530 : #i32526# Fixed missing includes and remaining merge conflicts. 2009-08-28 13:28:45 +0200 mhu r275529 : #i32526# osl_readLine() now implemented in sal/osl/<platform>/file.cxx 2009-08-26 19:47:53 +0200 mhu r275445 : CWS-TOOLING: rebase CWS mhu20 to trunk@275331 (milestone: DEV300:m56) 2009-08-25 15:47:00 +0200 mhu r275365 : #i32526# Also maintain phys. file offset. 2009-08-25 15:24:56 +0200 mhu r275364 : #i32526# Added buffered file I/O; refactored file.cxx into multiple files. 2009-08-24 10:38:15 +0200 mhu r275294 : #i32526# Correct OpenFlags for osl_openFile(). 2009-05-25 11:07:34 +0200 mhu r272225 : #i32526# Added support for non-seekable file handles (pipe et al.). 2009-05-25 11:01:50 +0200 mhu r272223 : #i32526# Add osl_readLine() test, cleanup obsolete tests. 2009-05-25 10:56:14 +0200 mhu r272221 : #i32526# Add missing include 2009-05-25 10:48:51 +0200 mhu r272220 : #i32526# Accept OpenJDK (IcedTea6) 1.6.0_0 version string 2009-05-15 19:18:20 +0200 mhu r271965 : #i32526# Initial osl/unx buffered file I/O implementation. 2009-05-15 17:41:57 +0200 mhu r271959 : CWS-TOOLING: rebase CWS mhu20 to trunk@271830 (milestone: DEV300:m48) 2009-03-26 17:28:53 +0100 mhu r270091 : CWS-TOOLING: rebase CWS mhu20 to trunk@270033 (milestone: DEV300:m45)
2009-04-10CWS-TOOLING: integrate CWS mingwport18Release Engineers1-0/+8
2009-03-27 12:51:41 +0100 tono r270150 : CWS-TOOLING: rebase CWS mingwport18 to trunk@270033 (milestone: DEV300:m45) 2009-03-26 22:41:14 +0100 tono r270120 : files with invalid names removed 2009-03-26 22:40:11 +0100 tono r270119 : files with invalid names removed 2009-03-26 22:39:04 +0100 tono r270118 : files with invalid names removed 2009-03-26 22:36:00 +0100 tono r270117 : files with invalid names removed 2009-03-26 22:33:42 +0100 tono r270116 : files with invalid names removed 2009-03-26 22:32:14 +0100 tono r270115 : files with invalid names removed 2009-03-26 22:24:41 +0100 tono r270114 : files with invalid names removed 2009-03-26 22:16:41 +0100 tono r270113 : files with invalid names removed 2009-03-26 22:15:52 +0100 tono r270112 : files with invalid names removed 2009-03-26 22:14:44 +0100 tono r270111 : files with invalid names removed 2009-03-26 22:12:28 +0100 tono r270110 : files with invalid names removed 2009-03-26 21:46:31 +0100 tono r270109 : files with invalid names removed 2009-03-22 12:41:21 +0100 tono r269847 : i#100463: MinGW port header patch enhancement 2009-03-22 12:39:39 +0100 tono r269846 : i#100462: MinGW port update for python 2009-03-22 12:37:52 +0100 tono r269845 : i#100461: MinGW port fix for store/workben 2009-03-22 12:36:10 +0100 tono r269844 : i#100460: MinGW port fix for sal when debug=true 2009-03-21 01:06:50 +0100 tono r269833 : i#100210: MinGW port fix for hunspell-1.2.8 2009-03-21 01:04:08 +0100 tono r269832 : i#100209: MinGW port fix for sspi
2009-03-20#i10000# additional files for mhu17Release Engineers2-2/+27
2009-03-13CWS-TOOLING: integrate CWS mhu17Vladimir Glazounov6-206/+1741
2009-01-23 14:08:09 +0100 mhu r266816 : CWS-TOOLING: rebase CWS mhu17 to trunk@266428 (milestone: DEV300:m39) 2009-01-16 17:49:37 +0100 mhu r266442 : #i98151# Migration to subversion. 2009-01-16 17:48:53 +0100 mhu r266441 : #i98151# Migration to subversion. 2009-01-16 17:47:56 +0100 mhu r266440 : #i98151# Migration to subversion.
2008-04-10INTEGRATION: CWS changefileheader (1.6.38); FILE MERGEDRüdiger Timm1-40/+19
2008/04/01 15:42:45 thb 1.6.38.3: #i85898# Stripping all external header guards 2008/04/01 12:41:55 thb 1.6.38.2: #i85898# Stripping all external header guards 2008/03/31 15:27:48 rt 1.6.38.1: #i87441# Change license header to LPGL v3.
2008-04-10INTEGRATION: CWS changefileheader (1.7.38); FILE MERGEDRüdiger Timm2-83/+38
2008/04/01 15:42:45 thb 1.7.38.3: #i85898# Stripping all external header guards 2008/04/01 12:41:55 thb 1.7.38.2: #i85898# Stripping all external header guards 2008/03/31 15:27:48 rt 1.7.38.1: #i87441# Change license header to LPGL v3.
2008-04-10INTEGRATION: CWS changefileheader (1.5.24); FILE MERGEDRüdiger Timm1-23/+19
2008/03/31 15:27:48 rt 1.5.24.1: #i87441# Change license header to LPGL v3.
2007-02-06INTEGRATION: CWS ause074 (1.4.44); FILE MERGEDVladimir Glazounov1-4/+2
2007/01/30 12:08:18 hjs 1.4.44.1: #i73801# remove remaining usages of sv[pre].mk
2006-09-17INTEGRATION: CWS pchfix02 (1.5.28); FILE MERGEDOliver Bolte1-3/+6
2006/09/01 17:41:33 kaib 1.5.28.1: #i68856# Added header markers and pch files
2006-09-17INTEGRATION: CWS pchfix02 (1.6.28); FILE MERGEDOliver Bolte1-3/+6
2006/09/01 17:41:33 kaib 1.6.28.1: #i68856# Added header markers and pch files
2006-09-17INTEGRATION: CWS pchfix02 (1.6.14); FILE MERGEDOliver Bolte1-3/+6
2006/09/01 17:41:32 kaib 1.6.14.1: #i68856# Added header markers and pch files
2006-02-28INTEGRATION: CWS sixtyfour01 (1.5.14); FILE MERGEDKurt Zenker1-7/+8
2006/01/14 12:48:38 pjanik 1.5.14.1: #i57737#: 64bit fixes for module store. Patch from Jan Holesovsky (JCA).
2005-09-08INTEGRATION: CWS ooo19126 (1.4.132); FILE MERGEDRüdiger Timm1-48/+22
2005/09/05 17:19:04 rt 1.4.132.1: #i54170# Change license header: remove SISSL
2005-09-08INTEGRATION: CWS ooo19126 (1.5.122); FILE MERGEDRüdiger Timm1-48/+22
2005/09/05 17:19:04 rt 1.5.122.1: #i54170# Change license header: remove SISSL
2005-09-08INTEGRATION: CWS ooo19126 (1.4.22); FILE MERGEDRüdiger Timm1-48/+22
2005/09/05 17:19:04 rt 1.4.22.1: #i54170# Change license header: remove SISSL
2005-09-08INTEGRATION: CWS ooo19126 (1.3.132); FILE MERGEDRüdiger Timm1-48/+21
2005/09/05 17:19:03 rt 1.3.132.1: #i54170# Change license header: remove SISSL
2004-06-17INTEGRATION: CWS ooo64bit01 (1.3.96); FILE MERGEDRüdiger Timm1-4/+5
2004/03/15 23:18:32 fa 1.3.96.1: First bits of 64-bitness. #i25651# & more
2001-11-29#91410# Perform more comprehensive basic file I/O test.Matthias Huetsch1-53/+109
2001-07-18#65293# Fixed 'STOREDBGLIB' (thanks to John Vandenberg).Matthias Huetsch1-10/+10
2001-07-18#65293# Adapted to <rtl/char.h> removal (thanks to John Vandenberg).Matthias Huetsch1-10/+35
Added better 'usage' info.
2001-03-15Adapted to OFileLockBytes_impl::create() changes.Matthias Huetsch1-8/+33
2001-03-13Major revision. Removed usage of module 'vos'.Matthias Huetsch4-80/+250
2001-02-26#83878# Replaced '__store_getProcessTextEncoding' by ↵Matthias Huetsch3-75/+28
'osl_getThreadTextEncoding'.
2000-09-18initial importJens-Heiner Rechtien4-0/+1311