Takeshi Abe
6a9aa432f5
Mark as const
...
Change-Id: I7fe1441dc09301604bc7a96fa5d63cfa8ca72874
2013-07-10 09:11:06 +09: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
Julien Nabet
dd9dba52f3
typos
...
Change-Id: I3ebe1c03be3b7e84666ca6a19442c376f21a5491
2013-06-07 20:30:40 +02:00
Zhe Wang
07dde82648
Resolves: #i120345# Textbox's position in template file...
...
(only title) is displayed incorrectly
* subversion/main/sd/source/core/sdpage.cxx
[]Should check the subtitle in master page firstly, and set it to layout if exist
Patch by: Ma Bingbing <jiazema@gmail.com >
Suggested by: Wang Zhe <kingwisemmx@gmail.com >
Found by: Ma Bingbing <jiazema@gmail.com >
Review by: Wang Zhe <kingwisemmx@gmail.com >
(cherry picked from commit d07b6ad5bf1ef21ad39b688a6953bd4d7ef57884)
Change-Id: Id1843a0e856a1bf98378868c68b1f9216ce71d1b
2013-06-05 12:06:24 +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
Chr. Rossmanith
5b26722ace
Remove RTL_CONSTASCII_(U)STRINGPARAM (sd)
...
Change-Id: I179208d5ffe94e95719c7c6d0ea4eb354141531a
Reviewed-on: https://gerrit.libreoffice.org/4107
Reviewed-by: David Tardon <dtardon@redhat.com >
Tested-by: David Tardon <dtardon@redhat.com >
2013-05-31 07:25:26 +00:00
Tor Lillqvist
843e556038
Let's avoid adding new pointless comments
...
Surely *any* line of code that frees memory could have a comment "[avoid]
memory leak", lol. Such comments are pointless.
Change-Id: I4394db9423fa1470bbe7912519b6fd99ca91101c
2013-05-02 13:26:21 +03:00
Andre Fischer
3af051aa4a
Resolves: #i120050# memory leak when SdrObject is removed from master page
...
Patch by: ChaoHuang
Review and minor changes by: Andre Fischer
(cherry picked from commit aee07d48ed6a24ffd4b4dac73236fb3a3ec5e800)
Change-Id: If3735c82dc2d02965fa0403c3adf549e4e6e8c26
2013-05-02 11:14:35 +01: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
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
Cao Cuong Ngo
2c82e5d304
fdo#59071 Slideshow: allow automatic transitions with sub-second
...
Enable slide transition each 0.25 second instead of whole second.
Change-Id: I1907a1baf30cede91a0438d021e003204ea06651
2013-04-05 13:05:42 +02:00
Joren De Cuyper
783c08d8f6
fdo#60462 - Small errors in the layout margins of the text boxes
...
As you can see on this screenshot
https://bugs.freedesktop.org/attachment.cgi?id=74399 there was a margin
problem. The X-position of the text box is at 0.05, but the
width was only 0.88 so we had 0.02 _extra_ on the right side. This is the
width of that little margin error. Fixing it by setting Layoutsize width
to 0.90, so we have on both side a nice 0.05 margin.
Change-Id: Id712ce3695a760c8f955413c9392c008733d7fb9
Reviewed-on: https://gerrit.libreoffice.org/2970
Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org >
Tested-by: Fridrich Strba <fridrich@documentfoundation.org >
2013-03-25 08:10:51 +00:00
Julien Nabet
f9d0bfe98d
coverity#704289 Logically dead code
...
Change-Id: I84491fc5947364191c14efa57fd106c9a57bd0be
2013-03-24 17:53:17 +01:00
Thomas Arnhold
0af31660ea
sd: translate debug messages
...
Change-Id: I8a50173babdd441c8247867fce0fdfbedaf0bc02
2013-03-11 22:51:53 +01:00
Urs Fässler
4c5e854039
translation of German comments in file sd/source/core/sdpage.cxx
...
Change-Id: If75c2f867cbbb0b1d0d3ed83f4439da5f1875eeb
2013-03-01 12:09:08 +00:00
Faisal M. Al-Otaibi
12de9b3361
Fix fdo#60855 RTL UI: handout show boxes out of page border
...
Change-Id: Ie0103d7c2911dcf184d39b5c394cffae4dbe122f
Reviewed-on: https://gerrit.libreoffice.org/2356
Reviewed-by: Ahmad Harthi <aalharthi@kacst.edu.sa >
Tested-by: Ahmad Harthi <aalharthi@kacst.edu.sa >
2013-02-25 08:04:42 +00:00
Thomas Arnhold
305bf19e39
loplugin: unused variables
...
And some fallout.
Change-Id: I8dfc12f3566e72d79d4f9930284c92577aa485a1
2013-02-24 18:42:02 +01:00
Arnaud Versini
8214ea8607
Remove unused method SdPage::SetLinkData
...
Change-Id: I50ba468842a4c8b66de9d0c6cb2432709dcd50f9
Reviewed-on: https://gerrit.libreoffice.org/2360
Reviewed-by: Joren De Cuyper <joren.libreoffice@telenet.be >
Reviewed-by: Thomas Arnhold <thomas@arnhold.org >
Tested-by: Thomas Arnhold <thomas@arnhold.org >
2013-02-24 16:46:38 +00:00
Jean-Noël Rouvignac
6119e15c8b
fdo#38838 search replace for String::CreateFromInt32().
...
I ran the following code replace:
s/(Uni|Xub)?String\s*::\s*CreateFromInt32/OUString::number/
Change-Id: I7c047cf1c90632bddc23ed49f9455d745ac8688e
Reviewed-on: https://gerrit.libreoffice.org/2282
Reviewed-by: Michael Stahl <mstahl@redhat.com >
Tested-by: Michael Stahl <mstahl@redhat.com >
2013-02-22 17:23:19 +00:00
Markus Mohrhard
bec878031a
coverity: missing break => memory leak
...
Change-Id: I85292446e72acdf1afce2eff83e3aa9ae5e20546
2013-02-16 03:37:29 +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
Peter Foley
45814f70b8
fix sd build with VC2012
...
Change-Id: I1356570e27a065e419281fcd9d667c60658773e6
2012-10-07 10:42:13 +02:00
Caolán McNamara
3e635c3368
XubString->rtl::OUString
...
Change-Id: If7e5d015c95f8f173750ca32e061d69f56e2d93e
2012-09-11 10:54:24 +01:00
Michael Stahl
89f08dce89
sd, sfx2, writerfilter, xmloff: fix some warnings
2012-07-27 17:50:22 +02:00
Caolán McNamara
ba23ece286
probably the last uses of the one argument String::CreateFromAscii variant
...
Change-Id: I36aab317da2f69f12aaefc24895ad9eaa6b69a7c
2012-06-28 13:53:36 +01:00
Caolán McNamara
8a0685d49f
make ResId::toString a non-static member
...
Change-Id: I756c0a19bea7b1cc0e290d9f382a04d655819bfb
2012-04-30 11:22:09 +01:00
Olivier Hallot
640d0064e4
More RTL_CONSTASCII_ cleanup
2012-04-18 16:12:19 -03:00
Olivier Hallot
ff3fd9331d
More RTL_CONSTASCII_USTRINGPARAM removals
...
/sd/../core
2012-04-15 23:14:28 -03:00
Luboš Luňák
73be7d0a7b
remove unused variables
2012-04-13 21:10:30 +02:00
Takeshi Abe
193581a7cc
removed duplicate includes in sd
2012-03-25 07:15:03 +09:00
Takeshi Abe
8cc98837d3
catch exception by constant reference
2011-12-25 15:09:58 +09:00
Norbert Thiebaud
2a71139535
remove include of pch header from sd
2011-11-27 13:20:56 -06:00
David Tardon
fba911fea7
gsl_getSystemTextEncoding -> osl_getThreadTextEncoding
2011-11-25 09:07:49 +01:00
Jeffrey Chang
fe3ad86423
Fixed template dimension problem on Impress.
...
This fixes fdo#32719.
2011-08-17 12:27:10 +02:00
Jan Holesovsky
a0c13ffcce
Merge remote-tracking branch 'origin/integration/dev300_m101'
...
Conflicts:
sd/source/ui/func/fuinsfil.cxx
sd/source/ui/func/fuprobjs.cxx
sd/source/ui/slideshow/slideshowimpl.cxx
sd/source/ui/slidesorter/view/SlsPageObjectViewObjectContact.cxx
sd/source/ui/toolpanel/ToolPanelViewShell.cxx
sd/source/ui/view/drawview.cxx
sd/source/ui/view/drtxtob.cxx
sd/source/ui/view/outlnvsh.cxx
sd/source/ui/view/outlview.cxx
2011-03-18 15:40:35 +01:00
Bjoern Michaelsen
c61cd1a5a2
Merge commit 'ooo/DEV300_m101' into integration/dev300_m101
2011-03-12 20:06:58 +01:00
Thomas Arnhold
c64a901829
Move OSL_ENSURE(false,...) to OSL_FAIL(...)
2011-03-12 14:13:33 +01:00
Thomas Arnhold
f4aaa487d7
Move DBG_ERROR to OSL_FAIL
2011-03-02 15:03:01 +01:00
Thomas Arnhold
310a174012
Remove unused misc.hxx and its references
2011-03-01 23:33:43 +01:00
Guillaume Poussel
cd4a86b717
Remove all bogus comments in impress.
2011-02-08 19:09:12 +01:00
Carsten Driesner
dde0ca60a7
removetooltypes01: Rebase to DEV300m99
2011-02-07 13:06:08 +01:00
Carsten Driesner
3d6bed44c8
removetooltypes01: #i112600# Remove tools types from sd
2011-01-17 11:41:00 +01:00
Caolán McNamara
74203fcf0e
cppcheck: prefer prefix variant
2011-01-01 20:53:07 +00: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
J. Graeme Lingard
e5cedfc83a
Remove empty comments
2010-11-20 17:34:37 +00:00
Frank Schoenheit [fs]
0e3c6f024b
undoapi: no need to access an sd::UndoManager where an svl::IUndoManager is sufficient
2010-11-04 12:11:17 +01:00
Frank Schoenheit [fs]
e0d525c02b
merge after pulling DEV300.m91
2010-10-29 11:31:21 +02:00
Frank Schoenheit [fs]
8b7bfef9fb
undoapi: more I/SfxUndoManager changes in preparation of new Undo API features
2010-10-22 15:00:39 +02:00