Commit Graph

20 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
97eb8a6e0e Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRING
Change-Id: Ie859cb2dfdc7103c379fce56be88eef8fe390afd
Reviewed-on: https://gerrit.libreoffice.org/1924
Tested-by: Luboš Luňák <l.lunak@suse.cz>
Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
2013-01-30 12:54:40 +00: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
d6bc02f8c4 Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator 2012-04-06 20:03:42 +02:00
743f22045c Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator
Pattern used:

find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\)) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
2012-04-06 15:07:41 +02:00
6da8379e14 remove include of pch header in chart2 2011-11-27 12:59:19 -06:00
4b13d3dc1d Some more dead code removal 2011-01-18 12:25:25 -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
5be9c91744 chart47: #i109770# #i110253# prevent null access on empty m_aModel and reduce assertions 'already disposed' 2010-05-19 17:08:43 +02:00
568a8725ae chartshapes: merge with DEV300_m72 2010-03-01 12:22:02 +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
4d3c143900 #i12587# Inserting/editing arbitrary text objects in chart 2009-10-21 12:52:00 +00:00
e4cf17583a #i12587# Inserting/editing arbitrary text objects in chart 2009-07-24 13:02:58 +00:00
36f348fb0b #i12587# Inserting/editing arbitrary text objects in chart 2009-06-04 09:55:00 +00:00
bce2067474 #i12587# Inserting/editing arbitrary text objects in chart 2009-05-29 09:10:08 +00:00
960927943f #i12587# Inserting/editing arbitrary text objects in chart 2009-04-27 13:39:52 +00:00
6956253e29 INTEGRATION: CWS rptchart02 (1.3.84); FILE MERGED
2008/04/16 06:35:33 oj 1.3.84.2: RESYNC: (1.3-1.4); FILE MERGED
2008/04/15 12:50:18 oj 1.3.84.1: use comphelper copyProperties
2008-06-16 11:50:53 +00:00
4788d049c6 INTEGRATION: CWS changefileheader (1.3.94); FILE MERGED
2008/03/28 16:43:50 rt 1.3.94.1: #i87441# Change license header to LPGL v3.
2008-04-10 19:53:21 +00:00
8b6ba18566 INTEGRATION: CWS chart07 (1.2.12); FILE MERGED
2007/06/25 12:52:11 bm 1.2.12.1: #i74653# store undo manager at model to be able to do an undo even after inplace re-activation
2007-07-25 07:46:07 +00:00
4af246a740 INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED
2007/02/08 21:25:37 iha 1.1.2.10: resync m195 -> m202
2006/11/07 16:55:27 bm 1.1.2.9: forward container commands to container dispatcher
2006/08/22 17:31:54 bm 1.1.2.8: #i68861# implement the status bar
2006/03/15 13:57:08 bm 1.1.2.7: documentation of dispatch stuff. Also moved the command list of the controller to the controller itself
2006/01/27 09:51:21 bm 1.1.2.6: InlineContainer.hxx moved to comphelper
2005/11/28 16:30:19 bm 1.1.2.5: ::std::swap not supported for temporaries
2005/11/28 14:20:07 iha 1.1.2.4: menu changes
2005/11/25 17:42:34 bm 1.1.2.3: command enabling according to model state
2005/11/22 10:53:22 bm 1.1.2.2: use correct undo strings
2005/11/21 14:53:07 bm 1.1.2.1: classes for dispatching specific events, especially Undo
2007-05-22 17:06:17 +00:00