summaryrefslogtreecommitdiff
path: root/starmath/source/unodoc.cxx
AgeCommit message (Collapse)Author
2017-12-11loplugin:salcall fix functionsNoel Grandin
since cdecl is the default calling convention on Windows for such functions, the annotation is redundant. Change-Id: I1a85fa27e5ac65ce0e04a19bde74c90800ffaa2d Reviewed-on: https://gerrit.libreoffice.org/46164 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-10-23loplugin:includeform: starmathStephan Bergmann
Change-Id: Ic5d81bdeb98024f41f9dfca260eca0359b27b809
2017-08-03starmath: cleanup includes with iwyuJochen Nitschke
Change-Id: I6de145f8b59d3ebcbc0cb32df3f955c9ee738eeb Reviewed-on: https://gerrit.libreoffice.org/40666 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke
Change-Id: I3b50e45fdb99e9cd8bfda07356ee3ddb4dd0f8bb Reviewed-on: https://gerrit.libreoffice.org/38905 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
2017-01-26Remove dynamic exception specificationsStephan Bergmann
...(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>
2015-04-10convert SFXMODEL_ to scoped enumNoel Grandin
and fix up some confusion in SC and STARMATH about which constants to use Change-Id: Ib75bc78a24bd2fad6ec6d7c94c4c1ad7dc222c1a
2015-03-05tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorTakeshi Abe
in starmath. Change-Id: I823b352b2b6bdc247bdb3ce875953430546a3be8 Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
2014-04-14Clean up function declarations and some unused functionsStephan Bergmann
Change-Id: Iace3118a3a8a6d494b89d4476ff3160652e940ba
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
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-07-06re-base on ALv2 code. Includes:Michael Meeks
mingwport35: i#117796: MinGW fix to VistaFilePickerImpl.cxx Patch contributed by Takashi Ono http://svn.apache.org/viewvc?view=revision&revision=1172092
2012-06-09Remove superfluous include commentsThomas Arnhold
Change-Id: Ie5792855761b9be209bf3fa2cba9e6998523c982
2012-03-12use string literal OUString overloadsLuboš Luňák
2012-01-05Removed unnecessary tools includes.Marcel Metz
2011-11-27remove include o pch header from starmathNorbert Thiebaud
2011-05-23make this a non-leaky singletonCaolán McNamara
2010-10-25merge vosremoval-mutex.diffNorbert Thiebaud
In practice the changeset is 'inspired' by vosremoval-mutex.diff but was essentially redone manually
2010-10-25use SolarMutexGuard to guard the SolarMutexNorbert Thiebaud
2010-10-14Add vim/emacs modelines to all source filesSebastian 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-03-11autorecovery: merged changes from m74. Still need to find out how to re-do ↵Frank Schoenheit [fs]
two patches (to module_hidden_ooo.scp and file_ooo.scp in scp2/source/ooo) which do not apply anymore.
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2010-01-06autorecovery: allow creating SFX-based documents which do not support the ↵Frank Schoenheit [fs]
XDocumentRecovery interface For this purpose, the SFX document factory methods got an additional parameter respectively flag ("DocumentRecoverySupport" resp. SFXMODEL_DISABLE_DOCUMENT_RECOVERY). This flag is used by database documents to remove the interface from sub documents (aka forms/reports). In this course, some of the functionality around those SFXMODELL_* flags, previously duplicated in all applications, has been consolidated into a new SfxObjectShell constructor.
2008-04-10INTEGRATION: CWS changefileheader (1.7.4); FILE MERGEDRüdiger Timm
2008/04/01 15:42:00 thb 1.7.4.3: #i85898# Stripping all external header guards 2008/04/01 12:41:40 thb 1.7.4.2: #i85898# Stripping all external header guards 2008/03/31 16:29:48 rt 1.7.4.1: #i87441# Change license header to LPGL v3.
2008-03-06INTEGRATION: CWS odbmacros2 (1.6.60); FILE MERGEDKurt Zenker
2007/12/22 13:39:56 fs 1.6.60.2: during #i49133#: extended the previous change (per AS' request) so the factory method does not take two booleans, but a 64 bit field instead 2007/12/12 11:22:57 fs 1.6.60.1: #i49133# allow creating documents which do not support scripting. For this purpose, use a DocShell ctor which allows disabling scripting, plus a service factory creator (::sfx2::createSfxModelFacrtory instead of ::cppu::createSingleFactory) which extracts this setting from the arguments given to createInstanceWithArguments
2007-05-25INTEGRATION: CWS tl32 (1.5.20); FILE MERGEDVladimir Glazounov
2006/10/30 10:35:10 tl 1.5.20.1: #i69286# make starmath warning-free
2006-09-17INTEGRATION: CWS pchfix02 (1.4.122); FILE MERGEDOliver Bolte
2006/09/01 17:40:46 kaib 1.4.122.1: #i68856# Added header markers and pch files
2005-09-07INTEGRATION: CWS ooo19126 (1.3.256); FILE MERGEDRüdiger Timm
2005/09/05 17:37:46 rt 1.3.256.1: #i54170# Change license header: remove SISSL
2003-09-19INTEGRATION: CWS fwkq1 (1.2.36); FILE MERGEDRüdiger Timm
2003/07/15 06:25:22 mba 1.2.36.1: #110843#: get rid of factories
2003-04-04INTEGRATION: CWS mav3 (1.1.2); FILE ADDEDJens-Heiner Rechtien
2003/03/28 12:09:30 mav 1.1.2.3: #i2822# use solar mutex 2003/03/11 14:19:54 mav 1.1.2.2: #i2822# use solar mutex 2003/02/20 10:03:20 mav 1.1.2.1: #i2822# new document UNO services supporting XModel