Commit Graph

19 Commits

Author SHA1 Message Date
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
Chr. Rossmanith
8333cbf2a3 Remove RTL_CONSTASCII_(U)STRINGPARAM in pyuno
and use append() instead of appendAscii()

Change-Id: Iaf29a2f18eff39db5d1b5cc298cce23442ac51a9
2013-03-28 22:54:38 +01:00
Rene Engelhard
669f0da19b use correct PyString_Size for python2
This reverts commit 8ea4657f64.

Conflicts:
	pyuno/source/module/pyuno_util.cxx

Change-Id: I252688b72610864613ceb80aac9030062e63fdac
2012-11-26 13:48:58 +01:00
Julien Nabet
b7617d50dc New try to fix pystring size
I don't know if it's ok but compilation doesn't fail

Change-Id: I6960b2cd4587b3f49ccfa7fb24874c288ccfce6a
2012-11-25 19:05:01 +01:00
Michael Meeks
8ea4657f64 attempted blind fix for pystring size.
Change-Id: I637292be9791484a58b60e8889962176a37e2c07
2012-11-25 16:55:25 +00:00
Michael Stahl
af2b7fac27 pyuno: fix handling of "str", "unicode", "bytes" types:
Replace currrent wrappers of Python 2 only PyString_* functions with
better abstractions that handle default "str" (PyStr_*) or byte strings
("str"/"bytes" depending on version, PyStrBytes_*) and adjust all
invocations to work on appropriate string types.
Fixes obvious "attributes typeName and/or value of uno.Enum are not
strings" exceptions with Python 3.

Change-Id: I255dcb1bc198fd7f6a62b83b957901521071a480
2012-11-25 16:06:40 +01:00
Michael Meeks
b9042fad7c re-base on ALv2 code.
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
2012-06-21 15:00:05 +01:00
Takeshi Abe
54a908a003 nuke unused defines
Change-Id: I7924da4bff73ca8f82c76eb8cb211401530acdeb
2012-06-04 23:26:57 +09:00
Sebastian Spaeth
a715e1b3d0 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:04:31 +02:00
Jens-Heiner Rechtien
7c80db2eb3 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
Rüdiger Timm
d6c4583b26 INTEGRATION: CWS changefileheader (1.8.14); FILE MERGED
2008/03/31 07:24:58 rt 1.8.14.1: #i87441# Change license header to LPGL v3.
2008-04-11 09:35:50 +00:00
Vladimir Glazounov
7dd5042f4c INTEGRATION: CWS os2port01 (1.7.20); FILE MERGED
2006/12/28 15:02:20 ydario 1.7.20.1: OS/2 initial import.
2007-09-20 14:57:41 +00:00
Kurt Zenker
727269d807 INTEGRATION: CWS warningfixes02 (1.6.2); FILE MERGED
2006/06/30 12:16:38 sb 1.6.2.1: #i66577# Made the code compile (warning-free) on a unxlngi6.pro GCC 4.1.1 Linux box.
2006-07-19 15:42:39 +00:00
Jens-Heiner Rechtien
d7506393cf INTEGRATION: CWS warnings01 (1.3.14); FILE MERGED
2006/04/20 14:46:09 sb 1.3.14.4: #i53898# Made code warning-free again after resync to SRC680m162.
2006/04/07 21:24:45 sb 1.3.14.3: RESYNC: (1.4-1.5); FILE MERGED
2005/09/23 02:09:43 sb 1.3.14.2: RESYNC: (1.3-1.4); FILE MERGED
2005/09/09 15:31:23 sb 1.3.14.1: #i53898# Made code warning-free.
2006-06-20 04:04:45 +00:00
Oliver Bolte
f352083d2a INTEGRATION: CWS pyunofixes2 (1.3.10); FILE MERGED
2006/01/07 21:36:43 jbu 1.3.10.2: RESYNC: (1.3-1.4); FILE MERGED
2005/09/09 18:43:07 jbu 1.3.10.1: #i54416#,#i47270# added logging support for pyuno + refcounting bug for __members__ variable fixed
2006-03-22 09:52:11 +00:00
Rüdiger Timm
11e7f975f7 INTEGRATION: CWS ooo19126 (1.3.12); FILE MERGED
2005/09/05 18:39:22 rt 1.3.12.1: #i54170# Change license header: remove SISSL
2005-09-08 15:54:18 +00:00
Vladimir Glazounov
ba678ac52d INTEGRATION: CWS systempython2 (1.2.14); FILE MERGED
2005/02/21 09:35:47 cmc 1.2.14.2: #i41994# dec ref
2005/02/18 08:50:37 cmc 1.2.14.1: #i41994# systempython post pyunofixes1
2005-02-24 13:25:40 +00:00
Rüdiger Timm
485cc83034 INTEGRATION: CWS ooo20040704 (1.1.62); FILE MERGED
2004/06/28 12:53:47 cmc 1.1.62.1: #i30801# allow using system libs if possible
2004-09-08 15:52:57 +00:00
Jörg Budischewski
e80bdbafeb initial checkin for the pyuno-0.9.2 release 2003-03-23 11:12:59 +00:00