Commit graph

16 commits

Author SHA1 Message Date
Noel Grandin
610b2b94b3 remove unnecessary use of OUString constructor when assigning
change code like
   aStr = OUString("xxxx");
to
   aStr = "xxxx";

Change-Id: Ib981a5cc735677ec5dba76ef9279a107d22e99d4
2013-11-19 10:29:31 +02:00
Noel Grandin
d366c9b20e remove unnecessary sal_Unicode casts in various places
Change-Id: Ibf04062ca86ed866202d748c3b62a210d30ed6ec
2013-11-14 08:17:32 +02:00
Noel Grandin
7a06928bcf convert code to use OUString::endsWith
Convert places that call
   aStr[aStr.getLength()-1] == 'x'
to use the shorter form
   aStr.endsWith("x")

Change-Id: I1b3a19c0e89b8989cdbeed440f95fc76f9a4b6b6
2013-10-23 08:29:15 +02:00
Jelle van der Waa
e179af1576 fdo#62475 removed pointless comments
Change-Id: Id9d579960a9b641b7b2cdf05eabea8bfbfc06bd6
Reviewed-on: https://gerrit.libreoffice.org/4901
Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2013-07-17 09:19:38 +00:00
Luboš Luňák
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
Christophe JAILLET
cf239da5c4 There is not need to allocate memory just for getting the 'indexOf'
a literal within a OUString.

Change-Id: Icc8e22c43f6ddca25cb284a3d45ab39680ad6d1f
2012-08-06 12:22:10 +01:00
Michael Meeks
6baa0319ab re-base on ALv2 code. 2012-07-02 14:43:34 +01:00
Norbert Thiebaud
69660f216a targeted string re-work
Change-Id: I20062aa0d39c0675014f1d38f10d6ab5c331ec75
2012-06-02 12:58:04 -05:00
Olivier Hallot
38423e0ad2 Fix for fdo43460 Part XXXVI getLength() to isEmpty()
Part XXXVI
Modules
svl
2012-01-13 19:11:34 -02:00
Gert Faller
261b50b882 RTL_CONSTASCII_USTRINGPARAM in libs-gui 17 2010-11-25 21:21:10 +01:00
Gert Faller
8c779305bc RTL_CONSTASCII_USTRINGPARAM in libs-gui 07 2010-11-22 22:32:51 +01:00
Sebastian Spaeth
4905a19032 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-14 17:02:15 +02:00
Jens-Heiner Rechtien
8764506704 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
Mathias Bauer
ad482351a6 #i103496#: split svtools; improve ConfitItems 2009-10-16 00:05:16 +02:00
Mathias Bauer
80a5eff607 #i103496#: make svl buildable with internal inc/svl directory 2009-10-08 16:59:48 +02:00
Mathias Bauer
e6b4345c7f #i103496#: split svtools in two libs, depending on whether the code needs vcl or not 2009-10-08 12:20:11 +02:00
Renamed from svtools/source/passwordcontainer/syscreds.cxx (Browse further)