Commit Graph

60 Commits

Author SHA1 Message Date
1946794ae0 mass removal of rtl:: prefixes for O(U)String*
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-04-07 14:23:11 +02:00
aea18e985e fdo#57950: Remove some chained appends in chart2 and more
Removed a not needed variable;
Removed some rt:: prefixes

Change-Id: I24a7a0c5adcee17eab4c9d6442b472a5992f261e
Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
Reviewed-on: https://gerrit.libreoffice.org/1549
Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
Tested-by: Luboš Luňák <l.lunak@suse.cz>
2013-01-07 13:59:02 +00:00
b380744c20 Remove some RTL_* and some rtl:: prefixes in chart2
Change-Id: I47889319530d8f03bd7c78e937de55cf380d2d41
Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
Reviewed-on: https://gerrit.libreoffice.org/1550
Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
Tested-by: Luboš Luňák <l.lunak@suse.cz>
2013-01-07 13:57:43 +00:00
70626249cd API CHANGE a11y unpublishing and add/removeListener rename.
The a11y API has never really been picked up by tools vendors, let's
not tie ourselves up here for no good reason.

This unpublishes all css::accessibility, and dependend API.

With that, we can change the rather unfortunately-named add/
removeEventListener to be add/removeAccessibleEventListener, thus
not conflicting with the XComponent methods of the same name.

Change-Id: I595598c3a8e46415f80b2780f333333174865fe4
2012-11-29 16:58:16 +01:00
9955dbebbd AllSettings with LanguageTag
Change-Id: I710ae66e51139662eb442b681fdf9cc9d158551d
2012-11-22 12:34:59 +01:00
63c508e3e8 re-base on ALv2 code. Includes:
118568: switch to using ucpp
    Patch contributed by Juergen Schmidt
    http://svn.apache.org/viewvc?view=revision&revision=1209396
2012-07-18 09:29:19 +01:00
d221d4e5a7 removed unnecessary forward declarations of class
this also moved necessary ones to right headers

Change-Id: Idda93aeaa1fdfeda602b14e3b233ffd1cf27c0cf
2012-07-02 22:07:55 +09:00
b9042fad7c re-base on ALv2 code.
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
2012-06-21 15:00:05 +01:00
561a2d63ea Cleanup of C2U macro in chart2. 2012-04-08 10:47:56 -04:30
30cb559136 Remove deprecated chart ObjectType OBJECTTYPE_DATA_ERRORS. 2012-03-23 02:55:33 +01:00
0eac98aa74 Fix for fdo43460 Part V getLength to isEmpty
Part V
Module
chart2
2011-12-13 00:36:43 +04:00
6da8379e14 remove include of pch header in chart2 2011-11-27 12:59:19 -06:00
c849643c98 gbuildize chart2 2011-04-15 12:46:03 +02:00
e6064484fa Merge remote-tracking branch 'origin/integration/dev300_m101'
Conflicts:
	chart2/source/controller/main/UndoManager.cxx
	chart2/source/tools/RegressionCurveHelper.cxx
	sc/inc/address.hxx
	sc/inc/attrib.hxx
	sc/inc/bigrange.hxx
	sc/inc/callform.hxx
	sc/inc/cell.hxx
	sc/inc/chartarr.hxx
	sc/inc/chartlis.hxx
	sc/inc/chgtrack.hxx
	sc/inc/collect.hxx
	sc/inc/compiler.hxx
	sc/inc/detdata.hxx
	sc/inc/document.hxx
	sc/inc/fillinfo.hxx
	sc/inc/olinetab.hxx
	sc/inc/prnsave.hxx
	sc/inc/queryparam.hxx
	sc/inc/sc.hrc
	sc/inc/scabstdlg.hxx
	sc/inc/table.hxx
	sc/inc/validat.hxx
	sc/inc/zforauto.hxx
	sc/source/core/data/documen2.cxx
	sc/source/core/data/document.cxx
	sc/source/core/data/table1.cxx
	sc/source/core/tool/address.cxx
	sc/source/core/tool/token.cxx
	sc/source/filter/excel/frmbase.cxx
	sc/source/filter/excel/impop.cxx
	sc/source/filter/excel/xename.cxx
	sc/source/filter/inc/formel.hxx
	sc/source/filter/inc/xename.hxx
	sc/source/filter/xml/xmlexprt.cxx
	sc/source/filter/xml/xmlnexpi.cxx
	sc/source/filter/xml/xmlnexpi.hxx
	sc/source/ui/dbgui/filtdlg.cxx
	sc/source/ui/inc/docfunc.hxx
	sc/source/ui/inc/namedlg.hxx
	sc/source/ui/namedlg/namedlg.cxx
	sc/source/ui/src/namedlg.src
2011-03-18 15:33:40 +01:00
fd3ae880bc Move OSL_ENSURE(false,...) to OSL_FAIL(...) 2011-03-13 16:44:11 +01:00
12343c1556 Merge commit 'ooo/DEV300_m101' into integration/dev300_m101 2011-03-10 20:21:13 -05:00
9dafa8b12c more std:: -> o3tl:: build fixes 2011-02-08 19:31:40 +01:00
0cd32bec48 Remove some more dead code 2011-01-18 12:17:31 -05:00
253326f6e6 Removed bogus comments from calc-chart2
Removed bogus comments from calc/chart2/accesibility and .../chartapiwrapper
2011-01-17 20:37:08 +00:00
3d6a5a98cd removetooltypes01: #i112600# remove tooltypes from chart2 2011-01-14 15:18:08 +01:00
b66a347361 Removed commented out code
Removed code that was commented out from some files inside
calc/chart2/source/controller/accessibility/ folder.

Signed-off-by: Timo Heino <eraggo@gmail.com>
2010-11-22 18:41:57 +01:00
ad3292e2b3 add modelines to .hxx files as well 2010-10-28 15:47:29 +01:00
c94a7511bf merge vosremoval-mutex.diff
In practice the changeset is 'inspired' by vosremoval-mutex.diff
but was essentially redone manually
2010-10-25 17:57:36 -05:00
defa3490b4 use SolarMutexGuard to guard the SolarMutex 2010-10-25 17:54:58 -05:00
63bb42ab7d Add vim/emacs modelines to all source files
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-13 10:57:18 +02:00
a4bf209e2c more removed include guards using fixguard.py 2010-10-05 19:10:00 +02:00
57500bd17b Remove redundant #include directives & comments 2010-10-04 11:03:38 +02:00
568a8725ae chartshapes: merge with DEV300_m72 2010-03-01 12:22:02 +01:00
22e99ad710 CWS-TOOLING: integrate CWS changefileheader2 2010-02-17 10:32:35 +01:00
4573ccfffd changefileheader2: #i109125#: change source file copyright notice from Sun Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision) 2010-02-12 15:01:35 +01:00
bf5462ddf6 #i107450#: build all other modules with new editeng lib 2010-01-08 18:32:51 +01:00
bf5a4ac980 #i12587# Inserting/editing arbitrary text objects in chart 2009-11-18 17:01:34 +00:00
a293d0a7b1 #i103496#: split svtools; improve ConfitItems 2009-10-16 00:05:16 +02:00
082b2be6ae #i12587# Inserting/editing arbitrary text objects in chart 2009-07-22 15:31:40 +00:00
f246eb7405 #i12587# Inserting/editing arbitrary text objects in chart 2009-07-21 14:09:00 +00:00
ed82fa6ad0 CWS-TOOLING: integrate CWS sb102
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-12-30 13:32:01 +00:00
4adb3d8a01 INTEGRATION: CWS impressa11y (1.3.62); FILE MERGED
2008/05/29 12:45:57 af 1.3.62.2: RESYNC: (1.3-1.4); FILE MERGED
2008/02/05 10:19:04 bm 1.3.62.1: #i73747# return LIST_ITEM as role instead of SHAPE, so that chart objects are read by ZoomText
2008-07-07 13:34:34 +00:00
5c2a8c9873 INTEGRATION: CWS changefileheader (1.2.126); FILE MERGED
2008/03/28 16:43:13 rt 1.2.126.1: #i87441# Change license header to LPGL v3.
2008-04-10 18:21:35 +00:00
d00b011010 INTEGRATION: CWS changefileheader (1.4.60); FILE MERGED
2008/03/28 16:43:13 rt 1.4.60.1: #i87441# Change license header to LPGL v3.
2008-04-10 18:21:04 +00:00
cea17c6676 INTEGRATION: CWS changefileheader (1.3.12); FILE MERGED
2008/03/28 16:43:13 rt 1.3.12.1: #i87441# Change license header to LPGL v3.
2008-04-10 18:20:47 +00:00
771e4d5b2b INTEGRATION: CWS changefileheader (1.3.94); FILE MERGED
2008/03/28 16:43:13 rt 1.3.94.1: #i87441# Change license header to LPGL v3.
2008-04-10 18:20:32 +00:00
6b8fb281b8 INTEGRATION: CWS changefileheader (1.2.126); FILE MERGED
2008/04/01 15:03:56 thb 1.2.126.3: #i85898# Stripping all external header guards
2008/04/01 10:50:15 thb 1.2.126.2: #i85898# Stripping all external header guards
2008/03/28 16:43:13 rt 1.2.126.1: #i87441# Change license header to LPGL v3.
2008-04-10 18:20:12 +00:00
b1440c58ed INTEGRATION: CWS changefileheader (1.3.94); FILE MERGED
2008/04/01 15:03:55 thb 1.3.94.2: #i85898# Stripping all external header guards
2008/03/28 16:43:13 rt 1.3.94.1: #i87441# Change license header to LPGL v3.
2008-04-10 18:19:57 +00:00
09dc8bf73f INTEGRATION: CWS changefileheader (1.2.126); FILE MERGED
2008/04/01 15:03:55 thb 1.2.126.2: #i85898# Stripping all external header guards
2008/03/28 16:43:13 rt 1.2.126.1: #i87441# Change license header to LPGL v3.
2008-04-10 18:19:02 +00:00
cd8592ba42 INTEGRATION: CWS impresstables2 (1.2.30); FILE MERGED
2007/07/26 22:11:25 cl 1.2.30.1: worked on tables in draw
2008-03-12 12:06:48 +00:00
04ae68cb0b INTEGRATION: CWS chart17 (1.3.4); FILE MERGED
2007/10/12 12:35:06 bm 1.3.4.1: #i7998# equations for regression curves
2007-11-23 10:44:45 +00:00
41bfa2fb2c INTEGRATION: CWS chart11 (1.2.38); FILE MERGED
2007/07/31 22:19:24 bm 1.2.38.1: #i79522# warnings on Solaris removed
2007-09-18 13:55:27 +00:00
25a3ea69ac INTEGRATION: CWS chart07 (1.2.12); FILE MERGED
2007/07/10 11:57:27 bm 1.2.12.1: #i69281# warnings removed
2007-07-25 07:25:48 +00:00
f5bcbeb26f INTEGRATION: CWS chart07 (1.2.12); FILE MERGED
2007/06/26 11:02:31 bm 1.2.12.1: #i78784# fix for (broken) gcc 3.3 for Mac OS/X Panther applied
2007-07-25 07:25:34 +00:00
43f29e6dd6 INTEGRATION: CWS chart07 (1.2.12); FILE MERGED
2007/07/10 14:02:51 bm 1.2.12.2: #i69281# warnings removed
2007/07/10 11:57:27 bm 1.2.12.1: #i69281# warnings removed
2007-07-25 07:25:20 +00:00