summaryrefslogtreecommitdiff
path: root/embedserv/source/embed/ed_ipersiststr.cxx
AgeCommit message (Collapse)AuthorFilesLines
2016-10-16clang-cl loplugin: embedservStephan Bergmann1-68/+58
Change-Id: I9901dac882a74453015881ded2355ff0a51b50d5 Reviewed-on: https://gerrit.libreoffice.org/29868 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke1-1/+0
Sequence.h(xx), Any.h(xx) and Type.h(xx) and remove unused using-declarations from these files. Add a few missing includes provided by them. Change-Id: I6b91b6d1fdf9d0496dd546c0aab9bdcc6831a5d4 Reviewed-on: https://gerrit.libreoffice.org/23805 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2016-03-04-Werror,-WshadowStephan Bergmann1-3/+3
In the second part, looks odd that those two lines are a perfect copy of what is already done near the start of the function, but I have no insight at all into that code, so just leave it at that. Change-Id: I6b1d973f77a3d9389880ddec500968144ba615f2
2016-02-09Remove excess newlinesChris Sherlock1-3/+0
A ridiculously fast way of doing this is: for i in $(pcregrep -l -M -r --include='.*[hc]xx$' \ --exclude-dir=workdir --exclude-dir=instdir '^ {3,}' .) do perl -0777 -i -pe 's/^ {3,}/ /gm' $i done Change-Id: Iebb93eccbee9e4fc5c4380474ba595858a27ac2c Reviewed-on: https://gerrit.libreoffice.org/22224 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
2015-10-31use uno::Reference::set method instead of assignmentNoel Grandin1-1/+1
Change-Id: I150f213ab033f5fc1b50abe4e1529292206c9feb Reviewed-on: https://gerrit.libreoffice.org/19689 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2014-05-10remove globally disabled warnings from source filesThomas Arnhold1-7/+0
Change-Id: Ic7b092a24b4d1e48ca11e53b507da5c2bfdeabe8
2014-02-26Remove visual noise from embedservAlexander Wilms1-4/+4
Change-Id: I4914fd2f3e067fcc10fc110f172d3e33daa0977b Reviewed-on: https://gerrit.libreoffice.org/8257 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-02-23Remove unneccessary commentsAlexander Wilms1-4/+4
Change-Id: I939160ae72fecbe3d4a60ce755730bd4c38497fb Reviewed-on: https://gerrit.libreoffice.org/8182 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin1-7/+7
change code like aStr = OUString("xxxx"); to aStr = "xxxx"; Change-Id: Ib981a5cc735677ec5dba76ef9279a107d22e99d4
2013-11-14embedserv: unused codeAndras Timar1-2/+0
Change-Id: I6343cf1f274de407b6de18304612b69e2516f621
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-25/+25
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-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold1-2/+2
s/(OUString\s+[a-zA-Z_][A-Za-z0-9_]*\s*)\(\s*RTL_CONSTASCII_USTRINGPARAM\s*\((\s*"[^")]*?"\s*)\)\s*\)/$1\($2\)/gms Change-Id: Iad20f242c80c4bdc69df17e2d7a69d58ea53654b Reviewed-on: https://gerrit.libreoffice.org/2835 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold1-9/+9
Done with a perl regex: s/OUString\s*\(\s*RTL_CONSTASCII_USTRINGPARAM\s*\((\s*"[^")]*?"\s*)\)\s*\)/OUString\($1\)/gms Change-Id: Idf28320817cdcbea6d0f7ec06a9bf51bd2c3b3ec Reviewed-on: https://gerrit.libreoffice.org/2832 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2012-12-11Blind Windows-only fixStephan Bergmann1-0/+7
Change-Id: I66c2c0262d3b1255ec90c1e4ac6c992c91b4a821
2012-11-28We only support MSVC 2008 (_MSC_VER 1500) or laterTor Lillqvist1-1/+1
We can drop or simplify many conditionals. Change-Id: I37e820e515cc09845c30b62c89ddb3b6ff370f97
2012-09-25replace remaining InterlockedCount() with inlined versionNorbert Thiebaud1-2/+2
Change-Id: Ifcfa48fc87f905a91470a5b0fd597b02f220784c Reviewed-on: https://gerrit.libreoffice.org/671 Tested-by: Norbert Thiebaud <nthiebaud@gmail.com> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
2012-09-19ComponentContext::getUnoContext -> getComponentContext simplificationStephan Bergmann1-5/+5
...and some further clean-up. Change-Id: If5dce53e382b56390c502d0d0d93fc06cbfe33ea
2012-08-27fdo#46808, Adapt TempFile UNO service to new styleNoel Grandin1-76/+67
Change-Id: Ia448d6d74201e2be487c6d8317f94be3745808aa
2012-07-13re-base on ALv2 code. Includes:Michael Meeks1-23/+14
cws mba34issues01: #i117709#: make sure that parent of error message box is visible Patch contributed by Mathias Bauer http://svn.apache.org/viewvc?view=revision&revision=1172346 i#119036 - improve user experience of certification dialog - only shown once Patch contributed by Oliver-Rainer Wittmann http://svn.apache.org/viewvc?view=revision&revision=1299727
2012-06-06fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin1-15/+9
Update code to use factory method URLTransformer::create Change-Id: I3fd2e838497bcfd8fc949615c0e7d60a6ea47118 Signed-off-by: Stephan Bergmann <sbergman@redhat.com>, added some tweaks.
2011-12-10catch exception by constant referenceTakeshi Abe1-7/+7
2010-10-13Add vim/emacs modelines to all source filesSebastian Spaeth1-0/+2
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-10-05remove include guards using fixguard.pyPetr Mladek1-0/+0
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien1-4/+1
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2009-02-12CWS-TOOLING: integrate CWS mav44Oliver Bolte1-2/+11
2009-01-18 22:39:43 +0100 mav r266467 : #i97073# the soffice file should be a shell script, adjust the plugin 2009-01-18 22:35:15 +0100 mav r266466 : #i97073# the soffice file should be a shell script, integrate fix from hro41 cws 2009-01-16 15:32:10 +0100 mav r266426 : #i96456# fix link resolving 2009-01-16 12:21:39 +0100 mav r266413 : #i97073# the soffice file is no more a shell script 2009-01-16 09:58:05 +0100 mav r266402 : #i95409# add complex test using unicode names 2009-01-15 20:27:03 +0100 mav r266392 : #i95408# fix include list 2009-01-15 20:09:28 +0100 mav r266390 : #i95408# deliver new header 2009-01-15 16:16:33 +0100 mav r266382 : #i95408# rebase to m38 2009-01-15 16:11:16 +0100 mav r266380 : #i95408# rebase to m38 2009-01-15 15:38:16 +0100 mav r266376 : CWS-TOOLING: rebase CWS mav44 to trunk@265758 (milestone: DEV300:m38) 2009-01-14 13:23:55 +0100 mav r266294 : #i97073# let the presentation slideshow be started in window mode in plugin 2009-01-13 17:27:52 +0100 mav r266241 : #i95409#,#i95408# support UTF8 encoding for entry names, check the validity of the entries 2009-01-13 16:35:39 +0100 mav r266236 : #i95408# function to check whether a zip entry name is acceptable 2009-01-13 12:00:18 +0100 mav r266205 : #i94003# a readonly document can not be modified 2009-01-09 13:24:49 +0100 mav r266078 : #i95951# let the title be changed 2009-01-09 11:34:49 +0100 mav r266068 : #i80862# close the link only if was closed by the container, othewise leave it open 2009-01-08 11:30:13 +0100 mav r265989 : #i97071# disable Toolbars during window-based slide show in ActiveX control 2009-01-08 08:23:23 +0100 mav r265983 : #i97071# setVisible does not trigger layout in case there is not MenuBar 2009-01-06 12:39:39 +0100 mav r265908 : #i96185# let the MediaDescriptor get the target URL 2009-01-05 08:46:45 +0100 mav r265856 : #i93473# integrate the patch 2009-01-02 17:45:17 +0100 mav r265845 : #i94468#,#i96456# try to follow links 2009-01-02 16:53:41 +0100 mav r265841 : #i94468#,#i96456# use the same parsing mechanics in sharing control file and document lock file 2009-01-02 16:51:24 +0100 mav r265839 : #i94468#,#i96456# use the same parsing mechanics in sharing control file and document lock file
2008-11-20CWS-TOOLING: integrate CWS buildid301_DEV300Jens-Heiner Rechtien1-7/+74
2008-04-11INTEGRATION: CWS changefileheader (1.26.10); FILE MERGEDRüdiger Timm1-56/+18
2008/04/01 15:13:58 thb 1.26.10.3: #i85898# Stripping all external header guards 2008/04/01 12:29:01 thb 1.26.10.2: #i85898# Stripping all external header guards 2008/03/31 13:33:41 rt 1.26.10.1: #i87441# Change license header to LPGL v3.
2007-11-02INTEGRATION: CWS fwk75_SRC680 (1.25.8); FILE MERGEDJens-Heiner Rechtien1-14/+17
2007/09/13 14:03:37 mav 1.25.8.1: #i71889# allow to open the document readonly
2007-05-25INTEGRATION: CWS mingwport04 (1.24.2); FILE MERGEDVladimir Glazounov1-4/+3
2007/04/18 12:47:23 vg 1.24.2.1: #i75844# MinGW port efforts part II
2007-03-27INTEGRATION: CWS mingwport03 (1.19.6); FILE MERGEDVladimir Glazounov1-38/+33
2007/03/20 12:45:15 vg 1.19.6.4: RESYNC: (1.21-1.22); FILE MERGED 2007/01/10 14:24:19 vg 1.19.6.3: RESYNC: (1.21-1.22); FILE MERGED 2006/11/07 17:43:17 vg 1.19.6.2: RESYNC: (1.19-1.21); FILE MERGED 2006/09/07 15:54:54 vg 1.19.6.1: #i53572# MinGW port
2007-03-26INTEGRATION: CWS fwk61 (1.22.6); FILE MERGEDIvo Hinkelmann1-14/+17
2007/01/26 14:27:28 mav 1.22.6.1: #i71889# allow to open the document readonly
2006-12-05INTEGRATION: CWS c04v3_SRC680 (1.18.8); FILE MERGEDRüdiger Timm1-29/+41
2006/11/24 18:42:54 mav 1.18.8.2: #143410# reimplement links support correctly 2006/11/10 14:16:06 mav 1.18.8.1: #143410# allow saving even if there is no client
2006-10-06INTEGRATION: CWS fwk46 (1.19.4); FILE MERGEDKurt Zenker1-2/+3
2006/08/18 12:33:20 mav 1.19.4.1: #i64905# fix reentrance problem
2006-09-25INTEGRATION: CWS obo05 (1.19.8); FILE MERGEDVladimir Glazounov1-2/+5
2006/08/28 13:47:49 obo 1.19.8.1: #i53611# diable warnings C4917 and 4555
2006-06-20INTEGRATION: CWS warnings01 (1.15.4); FILE MERGEDJens-Heiner Rechtien1-8/+13
2006/05/24 01:12:35 sb 1.15.4.3: RESYNC: (1.16-1.18); FILE MERGED 2006/04/07 21:30:01 sb 1.15.4.2: RESYNC: (1.15-1.16); FILE MERGED 2006/02/20 15:31:44 cd 1.15.4.1: #i55991# Warning free code for Windows C++ compiler
2006-05-08INTEGRATION: CWS mbapp3 (1.16.2); FILE MERGEDJens-Heiner Rechtien1-5/+2
2006/04/06 11:43:10 mba 1.16.2.1: #134222#: don't use GlobalMutex for acces to RefCount
2006-05-05INTEGRATION: CWS fwkc03fixes (1.16.4); FILE MERGEDRüdiger Timm1-5/+30
2006/04/28 13:11:40 mav 1.16.4.1: #134455# fix objects crosslinking
2006-02-09INTEGRATION: CWS rtfpp2 (1.14.12); FILE MERGEDRüdiger Timm1-3/+22
2006/02/06 16:13:05 mba 1.14.12.2: #128676#: wrong dirty flag implementation 2005/12/09 11:29:50 mav 1.14.12.1: #128676# truncate the stream before writing
2006-01-20INTEGRATION: CWS optstor2 (1.14.8); FILE MERGEDOliver Bolte1-5/+11
2005/12/01 13:02:56 mav 1.14.8.2: #114656# avoid possibility of a crash 2005/12/01 12:51:09 mav 1.14.8.1: #128676# truncate the stream before writing
2005-09-08INTEGRATION: CWS ooo19126 (1.13.12); FILE MERGEDRüdiger Timm1-47/+21
2005/09/05 18:46:10 rt 1.13.12.1: #i54170# Change license header: remove SISSL
2004-10-04INTEGRATION: CWS mav09 (1.12.12); FILE MERGEDKurt Zenker1-20/+24
2004/06/18 16:43:01 mav 1.12.12.1: #i27773# get rid of WinExtent workaround
2004-02-25INTEGRATION: CWS layoutmanager (1.11.30); FILE MERGEDKurt Zenker1-2/+14
2003/10/29 13:41:32 abi 1.11.30.1: inplace activation
2003-04-24INTEGRATION: CWS mav4 (1.10.2); FILE MERGEDRüdiger Timm1-35/+173
2003/04/11 14:02:27 mav 1.10.2.1: #108635# store the extent information in the additional stream
2003-04-02#i2822# change storage type nameMikhail Voitenko1-3/+4
2003-03-26#i2822# CloseAndreas Bille1-5/+5
2003-03-26#i2822# part of impl of IOleObjectAndreas Bille1-11/+9
2003-03-25#i2822# implement IPersistFileMikhail Voitenko1-25/+200
2003-03-19#i2822# office terminationMikhail Voitenko1-3/+4
2003-03-17#i2822# test scenarioMikhail Voitenko1-3/+4
2003-03-12#i2822# lock the documentMikhail Voitenko1-40/+22