Michael Meeks
1c7af455ab
Re-work 8bit characters in source code, or remove them.
...
Change-Id: I93e14d4936c0ffbe03425d4a54bb0e09bc62b3e3
Reviewed-on: https://gerrit.libreoffice.org/5550
Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org >
Reviewed-by: Michael Meeks <michael.meeks@suse.com >
Tested-by: Michael Meeks <michael.meeks@suse.com >
2013-08-20 19:30:59 +00:00
Caolán McNamara
96f24b9cc0
XubString->OUString
...
Change-Id: I9ccb06134dfadd9bf1ecb8e5edcd24c02980b754
2013-08-14 16:10:09 +01:00
Luboš Luňák
a2f513dc69
remove C++11-ism
...
Change-Id: Ife79bafda763f334af315f678e902e7249a562ab
2013-07-29 15:56:22 +02:00
Samuel Mehrbrodt
b8608fddf0
fdo#45233 Allow editing pps/ppsx Autoplay Presentations
...
Added a context menu "Edit Presentation" when in Autplay mode.
This has been discussed and approved by the Design team: https://wiki.documentfoundation.org/Design/Meetings/2013-07-20
Change-Id: Ic229e54bd10d23f999f1d746cce38c4004504d28
Reviewed-on: https://gerrit.libreoffice.org/4960
Reviewed-by: Luboš Luňák <l.lunak@suse.cz >
Tested-by: Luboš Luňák <l.lunak@suse.cz >
2013-07-29 11:53:05 +00:00
Noel Power
90ffe25cdd
remove unwanted files added with ee51444ed1
...
<sigh> added some files that were part of a patch that I was testing
were not intended as part of commit
Change-Id: I34ed7f55de28fa09739c0dd8d5084824de676477
2013-06-25 11:01:52 +01:00
Noel Power
ee51444ed1
fix borders unit test ( test values have changed )
...
Change-Id: I1205eddf83781bef655abe4a1293c691bc5f1c41
2013-06-24 21:40:32 +01:00
Matthias Hofmann
e89ab73fa0
remove ShapeList::getNextShape(SdrObject* pObj)
...
The getNextShape(pObj) method is just used for iterating over the complete
ShapeList. But the complexity for this operation is exponential.
When using getNextShape() iterating over the list have linear complexity.
In short: it is much faster.
Change-Id: I3896af2247f348153d62f2bcdd207c5a75239689
Reviewed-on: https://gerrit.libreoffice.org/4132
Reviewed-by: Thorsten Behrens <tbehrens@suse.com >
Tested-by: Thorsten Behrens <tbehrens@suse.com >
2013-06-03 10:36:25 +00:00
Michael Dunphy
3af6366dee
Remove pass-through header files sd/inc/eetext.hxx and sd/inc/app.hxx
...
Change-Id: Iaccc7c9d81b55ef3a039cb90c4e089ebfc7fe337
Reviewed-on: https://gerrit.libreoffice.org/3487
Reviewed-by: David Tardon <dtardon@redhat.com >
Tested-by: David Tardon <dtardon@redhat.com >
2013-04-20 12:45:37 +00:00
Armin Le Grand
0a29c5bedd
Resolves: #i119287# exchanged hard attributes for OLE and GraphicObject
...
...with new default StyleSheet for these objects
(cherry picked from commit 2868ea34151cfb623a6a8bf41862d430205d9784)
Conflicts:
sd/source/core/drawdoc4.cxx
svx/source/sdr/contact/viewcontactofgraphic.cxx
Change-Id: I4849101de2ac1da83c8fb0f2d68316774982d197
Resolves: #i119287# Adapted to get the needed style as default style
for all SdrGrafObj and SDrOle2Objs. Checked various scenarios, works
well.
(cherry picked from commit bc85939149f7ae5b65343d7f27bf302a8e31d4b1)
Conflicts:
sd/source/core/drawdoc.cxx
sd/source/ui/func/fuinsert.cxx
sd/source/ui/view/sdview4.cxx
Change-Id: I40a17216f5c11ebca073026f62f1e9ab9ddfd119
2013-04-11 11:20:23 +01: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
Eike Rathke
876c619b94
new module i18nlangtag
...
Moved portions from module i18npool, all of former i18nisolang1 library
that now is i18nlangtag. Included are languagetag, isolang and mslangid.
This i18nlangtag code is now even used by module comphelper, so
disentangling i18npool and making this an own module was needed to not
create circular module dependencies.
Change-Id: Ib887c3d6dde667403fd22d382310ba5f1a9b0015
2013-04-05 19:10:48 +02:00
Julien Nabet
fb31dfbda7
Prefer prefix ++/-- operators for non-primitive types
...
Change-Id: I19faf2d0608b2b405d30296bcdccd86583be2f11
2013-04-01 18:53:16 +02:00
Stefan Knorr
889ec0e4d4
fdo#39468: Translate German comments in sd/source/core/
...
Change-Id: I91af80438dff2aead6bf32cecd3caa97e05c9a65
Reviewed-on: https://gerrit.libreoffice.org/2461
Reviewed-by: Michael Meeks <michael.meeks@suse.com >
Tested-by: Michael Meeks <michael.meeks@suse.com >
2013-02-28 11:50:05 +00:00
Radek Doulik
64cdf8072a
added EmbedFonts property, added File/Properties/Font tab
...
Change-Id: Id2a812c4b5347e2851149a1bd46eaec4b40d0f12
2013-02-22 12:05:30 +01:00
Kohei Yoshida
1aaf9a9b36
Renamed hard-to-remember 8-char headers in editeng.
...
Change-Id: If255802082890e1b1b4c5197a791fa79a011773e
2013-02-12 15:15:06 -05:00
Michael Meeks
837e2808f7
re-base on ALv2 code. Includes:
...
Patches contributed by Armin Le-Grand
#118898# Adapted ImpGraphic::ImplGetBitmap to correctly convert metafiles...
http://svn.apache.org/viewvc?view=revision&revision=1293316
#118485# - Styles for OLEs are not saved.
http://svn.apache.org/viewvc?view=revision&revision=1182166
Patches contributed by Andre Fischer
http://svn.apache.org/viewvc?view=revision&revision=1172128
http://svn.apache.org/viewvc?view=revision&revision=1172133
Patch contributed by Ariel Constenla-Haile
i#118505# - Remove MN_OLE_OBJECT menu item from Draw/Impress
contextmenu - CWS contextmenu1
http://svn.apache.org/viewvc?view=revision&revision=1182915
Patch contributed by Zhang Jian Fang
#118876#, Add check if the OutlinerParaObject is created successfully
http://svn.apache.org/viewvc?view=revision&revision=1243381
restore a re-based rdbedit.
2012-11-28 12:48:36 +00:00
Eike Rathke
af60316514
some i18n wrappers with LanguageTag
...
Change-Id: I2ceaa3159e8669c2c569fa8559c1e061dcad399d
2012-11-23 23:09:16 +01:00
Eike Rathke
9955dbebbd
AllSettings with LanguageTag
...
Change-Id: I710ae66e51139662eb442b681fdf9cc9d158551d
2012-11-22 12:34:59 +01:00
Eike Rathke
fe985aaa8e
use LanguageTag
...
Change-Id: I4c55e30ec64f4e4d0217f226bc99ff693d054093
2012-11-19 18:27:18 +01:00
Noel Grandin
d2f6a87ac7
fdo#46808, use service constructor for i18n::NumberFormatMapper
...
Also create a utility constructor for LocaleDataWrapper, which
simplifies many of the calling sites.
Change-Id: Ic8510b51c4201fa17fc0620e18d3e258e43636ba
2012-11-15 08:28:44 +01:00
Noel Grandin
b10a5e4c3c
STL'ify CustomShowList
...
Create SdCustomShowList class to replace usage of tools/list.hxx
Change-Id: I0e57e29c8ee9ac8d693fee0edb084ded5286c141
2012-08-08 13:54:06 +03:00
Thomas Arnhold
34569eb28f
drop bogus eof lines
...
Change-Id: Idda2852c3e96ce15fde75d5a95369ec50a012410
2012-08-07 13:45:27 +02:00
Caolán McNamara
d9e4c74811
merge together hand-crafted traditional/simplified chinese tests
...
merge together a gadzillion hand-crafted
isSimpleChinese/isTraditionalChinese/isKoreanVariants/isCJK
implementations which should fix a goodly amount of them
add a MsLangId::isFamilyNameFirst for locales where
family name appears first while I'm at it.
Change-Id: I65377793be037d16fe7250cd7450b28aec689e83
2012-06-19 14:11:50 +01:00
Noel Grandin
2a360b6847
Convert SV_DECL_PTRARR(SvBaseLinks) to std::vector
...
Change-Id: I9197dc4fd7ed32f030de8121913265ec78c83585
2012-06-12 23:25:10 +02:00
Takeshi Abe
193581a7cc
removed duplicate includes in sd
2012-03-25 07:15:03 +09:00
Norbert Thiebaud
2a71139535
remove include of pch header from sd
2011-11-27 13:20:56 -06:00
Tor Lillqvist
1459d574f4
WaE: reinterpret_cast used between related classes
2011-10-10 12:53:11 +03:00
Rafael Dominguez
418e1c560a
Replace List for std::vector<sd::FrameView*>.
2011-06-10 18:46:33 +02:00
Francisco Saito
fafdd0a6fd
drop bogus executable flag from [ch]xx/bas/asm files
2011-03-29 21:40:16 +01:00
Bjoern Michaelsen
c61cd1a5a2
Merge commit 'ooo/DEV300_m101' into integration/dev300_m101
2011-03-12 20:06:58 +01:00
Rafael Dominguez
f3820a0e7c
Remove usage of List container.
2011-03-04 21:49:59 -08:00
Thomas Arnhold
f4aaa487d7
Move DBG_ERROR to OSL_FAIL
2011-03-02 15:03:01 +01:00
Guillaume Poussel
cd4a86b717
Remove all bogus comments in impress.
2011-02-08 19:09:12 +01:00
Takeshi Abe
99c5e41ad2
removed dead codes and fixed a typo
2011-01-28 12:04:25 +00:00
Carsten Driesner
3d6bed44c8
removetooltypes01: #i112600# Remove tools types from sd
2011-01-17 11:41:00 +01:00
Kayo Hamid
c919c3a73b
Cleanup commented code in impress
...
Signed-off-by: Thorsten Behrens <tbehrens@novell.com >
2010-12-02 22:58:51 +01:00
Sebastian Spaeth
80b0861510
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:43 +02:00
Norbert Thiebaud
118323a96c
FASTBOOL to bool conversion
2010-10-07 19:06:03 -05:00
Petr Mladek
8e7505f5f5
remove include guards using fixguard.py
2010-10-05 18:20:54 +02:00
Vladimir Glazunov
e7fd3a40ed
CWS-TOOLING: integrate CWS autorecovery
2010-03-23 11:58:14 +01:00
Armin Le Grand
c7ea93ac73
aw079: rebase to m75
2010-03-18 18:44:00 +01:00
Frank Schoenheit [fs]
2ee0a0a806
autorecovery: merged changes from m74. Still need to find out how to re-do two patches (to module_hidden_ooo.scp and file_ooo.scp in scp2/source/ooo) which do not apply anymore.
2010-03-11 11:26:05 +01:00
Vladimir Glazunov
bcdb702df7
CWS-TOOLING: integrate CWS changefileheader2
2010-02-17 10:32:35 +01:00
Jens-Heiner Rechtien
9e19ff00c7
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
Armin Le Grand
c44386b26b
aw079 #i99386# cleanup of define and last change from CL
2010-02-11 17:35:16 +01:00
Armin Le Grand
86cabb65ec
aw079 #i99386# finer granular changes for MPBGO removal
2010-02-09 11:33:08 +01:00
Mathias Bauer
beef7ed3c1
#i107450#: move more code out of svx
2010-01-13 22:25:07 +01:00
Frank Schoenheit [fs]
5f05cb55bc
autorecovery: merge after rebase to m69
2010-01-08 22:50:33 +01:00
Mathias Bauer
7244b6bb5d
#i107450#: build all other modules with new editeng lib
2010-01-08 18:32:51 +01:00
Mathias Bauer
ad59eb6e71
#i107450#: move SvxSearchIten to svl
2009-12-10 23:06:35 +01:00