summaryrefslogtreecommitdiff
path: root/embedserv/source/inc/docholder.hxx
AgeCommit message (Collapse)AuthorFilesLines
2022-11-02tdf#143148 Use of #pragma once instead of include guards.sahilbutoal081-4/+1
Change-Id: I975ad0a41dbcf39121b266e99b466193386d6b14 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142046 Tested-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> Tested-by: Jenkins
2021-03-09loplugin:refcounting (clang-cl)Stephan Bergmann1-1/+1
Change-Id: I91189ebd902b70e2fbe42fe8cc09b8677af1a5fb Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112194 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2019-11-19loplugin:fakebool (clang-cl)Stephan Bergmann1-1/+1
...plus follow-up loplugin:implicitboolconversion and loplugin:redundantcast Change-Id: I9fc9c5cb46fbb50da87ff80af64cb0dfda3e5f90 Reviewed-on: https://gerrit.libreoffice.org/83207 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2018-09-10tdf#42949 Fix IWYU warnings in include/cppuhelper/*Gabor Kelemen1-0/+1
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: Ib420e9216b8313f5ed7634ec375e39ceb741fd45 Reviewed-on: https://gerrit.libreoffice.org/59297 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-30/+9
...(for now, from LIBO_INTERNAL_CODE only). See the mail thread starting at <https://lists.freedesktop.org/archives/libreoffice/2017-January/076665.html> "Dynamic Exception Specifications" for details. Most changes have been done automatically by the rewriting loplugin:dynexcspec (after enabling the rewriting mode, to be committed shortly). The way it only removes exception specs from declarations if it also sees a definition, it identified some dead declarations-w/o-definitions (that have been removed manually) and some cases where a definition appeared in multiple include files (which have also been cleaned up manually). There's also been cases of macro paramters (that were used to abstract over exception specs) that have become unused now (and been removed). Furthermore, some code needed to be cleaned up manually (avmedia/source/quicktime/ and connectivity/source/drivers/kab/), as I had no configurations available that would actually build that code. Missing @throws documentation has not been applied in such manual clean-up. Change-Id: I3408691256c9b0c12bc5332de976743626e13960 Reviewed-on: https://gerrit.libreoffice.org/33574 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2016-10-16clang-cl loplugin: embedservStephan Bergmann1-19/+19
Change-Id: I9901dac882a74453015881ded2355ff0a51b50d5 Reviewed-on: https://gerrit.libreoffice.org/29868 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2015-10-01com::sun::star->css in embedserv/Noel Grandin1-45/+35
Change-Id: Iaf1e30ae7dc9710a16a031ea623d531e9e65a6a5 Reviewed-on: https://gerrit.libreoffice.org/19025 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-08-05tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe1-2/+2
with the variadic variants in embedserv and eventattacher. Change-Id: I556ad208a7ffcf85c484e298cdbb1324b8a6a659 Reviewed-on: https://gerrit.libreoffice.org/17499 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-5/+5
ie. void f(void); becomes void f(); I used the following command to make the changes: git grep -lP '\(\s*void\s*\)' -- *.cxx \ | xargs perl -pi -w -e 's/(\w+)\s*\(\s*void\s*\)/$1\(\)/g;' and ran it for both .cxx and .hxx files. Change-Id: I314a1b56e9c14d10726e32841736b0ad5eef8ddd
2013-10-23clean up some include guardsThomas Arnhold1-2/+2
Conflicts: sw/source/ui/inc/content.hxx Change-Id: I58d81881271fc6e3320bf3b5f1321594b28614a6 Reviewed-on: https://gerrit.libreoffice.org/6388 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-04-08fdo#46808, Convert frame::Frame to new styleNoel Grandin1-3/+3
Change-Id: I74427d1e0059808f04960c648b93245b06c20f7f
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-5/+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
2012-06-21re-base on ALv2 code.Michael Meeks1-23/+14
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
2010-10-28add modelines to .hxx files as wellCaolán McNamara1-0/+2
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-1/+2
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-1/+2
2008-04-11INTEGRATION: CWS changefileheader (1.20.4); FILE MERGEDRüdiger Timm1-38/+18
2008/04/01 15:13:59 thb 1.20.4.3: #i85898# Stripping all external header guards 2008/04/01 12:29:03 thb 1.20.4.2: #i85898# Stripping all external header guards 2008/03/31 13:33:42 rt 1.20.4.1: #i87441# Change license header to LPGL v3.
2008-01-29INTEGRATION: CWS fwk80_SRC680 (1.19.14); FILE MERGEDRüdiger Timm1-2/+4
2008/01/02 12:24:04 mav 1.19.14.1: #i84941# use the MediaDescriptor only to handle the macro execution
2007-03-26INTEGRATION: CWS mingwport03 (1.17.14); FILE MERGEDVladimir Glazounov1-5/+8
2007/01/09 01:00:39 vg 1.17.14.3: RESYNC: (1.17-1.18); FILE MERGED 2006/10/24 12:10:12 vg 1.17.14.2: #i53572# MinGW port 2006/09/07 15:54:55 vg 1.17.14.1: #i53572# MinGW port
2006-12-05INTEGRATION: CWS c04v3_SRC680 (1.17.22); FILE MERGEDRüdiger Timm1-3/+10
2006/11/24 18:43:16 mav 1.17.22.1: #143410# reimplement links support correctly
2006-05-05INTEGRATION: CWS fwkc03fixes (1.16.20); FILE MERGEDRüdiger Timm1-5/+20
2006/04/28 13:11:41 mav 1.16.20.1: #134455# fix objects crosslinking
2005-09-08INTEGRATION: CWS ooo19126 (1.15.6); FILE MERGEDRüdiger Timm1-47/+21
2005/09/05 18:46:13 rt 1.15.6.1: #i54170# Change license header: remove SISSL
2005-03-01INTEGRATION: CWS removedrafts (1.14.8); FILE MERGEDKurt Zenker1-6/+6
2005/02/17 12:41:54 cd 1.14.8.1: #i42557# move UNOIDL types from drafts to com
2004-10-04INTEGRATION: CWS mav09 (1.12.12); FILE MERGEDKurt Zenker1-4/+4
2004/07/09 18:04:29 mav 1.12.12.2: RESYNC: (1.12-1.13); FILE MERGED 2004/06/18 16:43:01 mav 1.12.12.1: #i27773# get rid of WinExtent workaround
2004-07-06INTEGRATION: CWS docking1 (1.12.8); FILE MERGEDOliver Bolte1-2/+4
2004/06/23 15:15:04 mba 1.12.8.1: Add document border to HatchWindow size
2004-02-25INTEGRATION: CWS layoutmanager (1.11.30); FILE MERGEDKurt Zenker1-29/+176
2004/02/02 09:15:41 abi 1.11.30.8: with tracker 2003/12/04 13:08:19 abi 1.11.30.7: workaround layoutoutrequest in deactivate, generic menuhandling 2003/11/20 12:54:55 abi 1.11.30.6: resizing of frame 2003/11/19 16:17:50 abi 1.11.30.5: some tries 2003/11/18 15:05:28 abi 1.11.30.4: recycling Frame,Window and Document 2003/11/06 14:57:06 abi 1.11.30.3: added container window wrapper 2003/11/05 16:18:59 abi 1.11.30.2: added XDockingAreaAcceptor 2003/10/29 13:42:29 abi 1.11.30.1: inplace activation
2003-04-24INTEGRATION: CWS mav4 (1.10.2); FILE MERGEDRüdiger Timm1-2/+11
2003/04/11 14:02:28 mav 1.10.2.1: #108635# store the extent information in the additional stream
2003-04-04#i2822# notifying after namechnngeAndreas Bille1-2/+5
2003-04-04#i2822# statuslistenerAndreas Bille1-3/+7
2003-04-02#i2822# window resizingMikhail Voitenko1-2/+4
2003-04-01#i2822# setting some sort of titleAndreas Bille1-2/+6
2003-03-27#i2822# implemented interceptor for SaveAll,CloseDoc and SaveAndreas Bille1-3/+3
2003-03-26#i2822# CloseAndreas Bille1-5/+4
2003-03-26#i2822# part of impl of IOleObjectAndreas Bille1-4/+2
2003-03-26#i2822# part of impl of IOleObjectAndreas Bille1-7/+37
2003-03-19#i2822# office terminationMikhail Voitenko1-5/+17
2003-03-12#i2822# lock the documentMikhail Voitenko1-0/+100