summaryrefslogtreecommitdiff
path: root/chart2/source/model/main/_serviceregistration_model.cxx
AgeCommit message (Collapse)AuthorFilesLines
2015-02-12Use constructors for services from chartcore.component.Ursache Vladimir1-198/+0
Change-Id: I72227b45f305734060a669275044f6f9c8859bc5
2014-07-11new loplugin: externalandnotdefinedNoel Grandin1-2/+1
Find "missing headers," where a function is declared directly in the .cxx (as extern) and not defined, and should arguably instead be declared in an include file. Change-Id: I6d83ee432b2ab0cd050aec2b27c3658d32ac02a2
2013-11-19use ChartModel instead of XModel in a few placesMarkus Mohrhard1-8/+0
This allows us easier implementation of some advanced features. Mainly the 4D chartting will now be able to work without several ugly layers of UNO. Change-Id: I74d07229eaef921c508f3bab8fae6d6075ad737a
2013-08-02Mark as constTakeshi Abe1-1/+1
Change-Id: I7ad2a1bd29afbf4813b1ad984081935ca84ec98a
2013-07-29fdo#62475 removed pointless commentsJelle van der Waa1-1/+0
Change-Id: I3f5e86dba2df950aeb12c895f52d99274c0959aa Reviewed-on: https://gerrit.libreoffice.org/5148 Reviewed-by: Luboš Luňák <l.lunak@suse.cz> Tested-by: Luboš Luňák <l.lunak@suse.cz>
2012-08-06chart2: merge component files for new chartcore libraryMichael Stahl1-1/+16
Change-Id: Id7cc969d854a98e9bd32fd396eb82ae92a06ba80
2012-07-18re-base on ALv2 code. Includes:Michael Meeks1-23/+14
118568: switch to using ucpp Patch contributed by Juergen Schmidt http://svn.apache.org/viewvc?view=revision&revision=1209396
2011-11-27remove include of pch header in chart2Norbert Thiebaud1-2/+0
2011-07-28add prefixes for component_getFactoryMatúš Kukan1-1/+1
2011-07-12Remove component_getImplementationEnvironmentMatus Kukan1-7/+0
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida1-10/+0
2010-10-13Add vim/emacs modelines to all source filesSebastian Spaeth1-0/+3
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-2/+0
2010-09-10sb129: #i113189# change UNO components to use passive registrationsb1-10/+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)
2008-12-30CWS-TOOLING: integrate CWS sb102Jens-Heiner Rechtien1-3/+3
2008-12-11 16:18:12 +0100 sb r265332 : #i95065# cleanup, to make Windows linking work 2008-12-11 16:16:03 +0100 sb r265331 : #i95065# missing SAL_DLLPUBLIC_EXPORT 2008-12-09 17:40:28 +0100 sb r265122 : #i94469# move CJK specific configuration data to brand layer 2008-12-09 16:09:08 +0100 sb r265112 : #i96959# use PTHREAD_MUTEX_RECURSIVE on all platforms 2008-12-09 15:54:31 +0100 sb r265110 : #i95065# do not derive apphelper::LifeTimeGuard from osl::ResettableMutexGuard to avoid problems with VISIBILITY_HIDDEN=TRUE on MSC 2008-12-09 15:40:51 +0100 sb r265104 : #i95065# add VISIBILITY_HIDDEN=TRUE to connectivity/source/drivers/mozab 2008-12-09 15:36:21 +0100 sb r265102 : #i95501# updated SDK_HOME 2008-12-09 15:31:46 +0100 sb r265099 : typo (temppath vs. tmppath) 2008-12-08 11:48:08 +0100 sb r264979 : #i95065# removed spurious ExplicitCategoriesProvider.obj (ExplicitCategoriesProvider.cxx is not in this directory) 2008-12-07 19:41:07 +0100 sb r264960 : #i96994# erroneously doubled backslash caused visibility feature to be disabled for all GCC versions on Mac OS X 2008-12-06 23:54:49 +0100 sb r264948 : changes from trunk that CWS-TOOLING's rebase to DEV300:m37 (r264891) had missed, as files had been moved around on this CWS 2008-12-05 20:29:23 +0100 sb r264919 : #i85508# versions of flex apparently differ in whether input() resp. yyinput() returns zero or EOF upon end of file 2008-12-05 15:37:23 +0100 sb r264908 : #i95315# removed obsolete jut 2008-12-05 15:34:59 +0100 sb r264907 : #i95531# removed empty obsolete directories 2008-12-05 10:09:23 +0100 sb r264891 : CWS-TOOLING: rebase CWS sb102 to trunk@264807 (milestone: DEV300:m37) 2008-12-04 14:50:20 +0100 sb r264845 : #i95065# introduced VISIBILITY_HIDDEN makefile flag to reduce duplications; made additional libraries use VISIBILITY_HIDDEN=TRUE to avoid warnings with recent GCC 4 versions (had to split certain code directories to make changes that would otherwise erroneously affect multiple libraries built in the same makefile); changed connectivity::ORefVector to no longer derive from std::vector, as that caused problems with the MSC implementation of VISIBILITY_HIDDEN=TRUE; replaced uses of JNIEXPORT with SAL_DLLPUBLIC_EXPORT, as the former does not expand to visibility attributes on some platforms where the latter does 2008-12-03 11:29:38 +0100 sb r264759 : #i94583# remove unnecessary (and wrong) assertion check for rtl_getAppCommandArg return value (which is guaranteed to return osl_Process_E_None or not return at all) 2008-12-02 17:18:31 +0100 sb r264724 : #i96809# silenced GCC 4.3.2 warning 2008-12-02 13:29:34 +0100 sb r264695 : #i96797# make get_tmp_dir fail less often 2008-11-28 17:19:24 +0100 sb r264566 : #i95691# inadvertently missing from -c 264564 2008-11-28 17:07:50 +0100 sb r264564 : #i95691# only structs of exactly 1, 2, 4, or 8 bytes are returned through registers 2008-11-25 13:28:08 +0100 sb r264291 : #i96427# support for SAL_EXCEPTION_DLLPUBLIC_EXPORT (patch by np) 2008-11-21 14:45:22 +0100 sb r264140 : #i95428# added SAL_EXCEPTION_DLLPUBLIC_EXPORT and SAL_EXCEPTION_DLLPRIVATE 2008-11-19 13:19:37 +0100 sb r263984 : #i95525# removed erroneous application/octet-stream svn:mime-type properties
2008-04-10INTEGRATION: CWS changefileheader (1.7.20); FILE MERGEDRüdiger Timm1-25/+18
2008/04/01 15:04:20 thb 1.7.20.2: #i85898# Stripping all external header guards 2008/03/28 16:44:10 rt 1.7.20.1: #i87441# Change license header to LPGL v3.
2008-03-05INTEGRATION: CWS rptchart01_DEV300 (1.6.64); FILE MERGEDKurt Zenker1-2/+10
2008/01/25 08:32:20 oj 1.6.64.1: #i85225# allow dochandler and new filter for report chart filtering
2007-07-25INTEGRATION: CWS chart07 (1.5.12); FILE MERGEDRüdiger Timm1-3/+3
2007/06/25 12:52:12 bm 1.5.12.1: #i74653# store undo manager at model to be able to do an undo even after inplace re-activation
2007-05-22INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGEDVladimir Glazounov1-85/+56
2006/10/18 17:12:33 bm 1.2.4.12: RESYNC: (1.3-1.4); FILE MERGED 2006/04/11 15:41:21 bm 1.2.4.11: make creation of coordinate systems available via factory 2006/04/11 15:33:13 bm 1.2.4.10: make creation of coordinate systems available via factory 2006/04/10 12:25:12 iha 1.2.4.9: api restructure axis, grids, scales and increments 2006/03/10 10:55:22 iha 1.2.4.8: don't use leading underscore 2005/10/07 11:59:58 bm 1.2.4.7: RESYNC: (1.2-1.3); FILE MERGED 2005/06/08 09:00:48 bm 1.2.4.6: FileDataSource/Provider removed from registration 2004/09/16 16:02:07 bm 1.2.4.5: API simplification 2004/09/16 14:43:16 bm 1.2.4.4: also register chart types (defined in template/_serviceregistration_charttypes.cxx) 2004/09/15 17:32:02 bm 1.2.4.3: API simplification 2004/04/27 13:39:53 bm 1.2.4.2: +DataSeries 2004/03/02 09:47:39 bm 1.2.4.1: register XMLFilter as component
2006-09-17INTEGRATION: CWS pchfix02 (1.3.80); FILE MERGEDOliver Bolte1-2/+5
2006/09/01 17:18:46 kaib 1.3.80.1: #i68856# Added header markers and pch files
2005-09-08INTEGRATION: CWS ooo19126 (1.2.110); FILE MERGEDRüdiger Timm1-47/+21
2005/09/05 18:43:16 rt 1.2.110.1: #i54170# Change license header: remove SISSL
2003-10-17+PageBackgroundBjörn Milcke1-3/+12
2003-10-06initial importBjörn Milcke1-0/+265