summaryrefslogtreecommitdiff
path: root/sd
AgeCommit message (Collapse)AuthorFilesLines
2013-11-12fdo#71428: Spelling of "turquise" in Impress Table DesignJulien Nabet1-4/+4
Thanks to Owen Genat for pointing the bug + location of the problem Change-Id: I5f385f6cb5e9241f4fa65159df1f8bbefd2f383b Reviewed-on: https://gerrit.libreoffice.org/6624 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2013-11-11convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin5-7/+7
Convert code like aStr.compareToAscii("XXX") == 0 to aStr.equalsAscii("XXX") which is both easier to read and faster. Change-Id: I448abf58f2fa0e7715dba53f8e8825ca0587c83f
2013-11-08SlideSorter: insert new slide on double-click.Andrzej J.R. Hunt1-0/+21
Previously inserting a new slide required using a context menu (via right-click) or the main menu-bar. It is now possible to insert a blank slide by double-clicking in an empty area of the slide sorter. Change-Id: Id7ac5f9d3befd02d0a89ad5e1631885c0493ad3d Reviewed-on: https://gerrit.libreoffice.org/6442 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-11-08remove unnecessary use of OUString constructor in SD moduleNoel Grandin7-13/+12
Change-Id: Id3591b232b43deeb70e3e2fffb5c6a8f561223dd
2013-11-07Name threads for debug purposeArnaud Versini2-2/+3
Change-Id: Id99ba394b898b7da0057d4a145ce8dce46122782 Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
2013-11-07Use rtl::ReferenceStephan Bergmann1-14/+12
Change-Id: I7e3922ba635acdb14ca489bda2535a69249cb001
2013-11-06Remove #ifdef TIMELOG'ed SAL_INFOsStephan Bergmann1-12/+0
...the code doesn't make much sense that way. Change-Id: I506e37b44924701255431f6d20d4610f7f52287d
2013-11-06convert insert slides dialog to .uiCaolán McNamara7-144/+170
Change-Id: I4285ccfb9609305b2e92fec6c3f79b5277016f8b
2013-11-06convert InfoBox to MessageDialogCaolán McNamara1-4/+3
Change-Id: Ic3a7b927c4eceb4f059e84d135b710f150ccfc3e
2013-11-06fdo#71075: Adding unit test for chart import (odp)Muthu Subramanian3-0/+58
2013-11-05fix some further include guard fooThomas Arnhold1-5/+0
Change-Id: I949533327ec101a2baef6e6f66e79677a62c3d9f
2013-11-05update pchThomas Arnhold1-0/+1
Change-Id: I10f3dbd9513052b3bbe30ddc6523cd231f26ded3
2013-11-05there is no need for the conditionDavid Tardon1-9/+0
Change-Id: Icf3e0fbafdff39e5ad9c8eb7699820e2c0204bd6
2013-11-05add an external for bluez_bluetooth_headersDavid Tardon1-6/+2
Change-Id: Idf48f9a5c2245f6696688a17a0fa3809ae751582
2013-11-04fdo#70393: move bluez_bluetooth to a subdir of externalKhaled Hosny1-1/+1
Change-Id: Ia1c5eb2e6c5193256b61ec878abdb648632e1f47 Reviewed-on: https://gerrit.libreoffice.org/6570 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-11-04fdo#70998 Use "Insert Image" in dialog as wellChr. Rossmanith1-1/+1
Change-Id: I598c7367806a88cd4e582333c1e2fc8b984333e5 Reviewed-on: https://gerrit.libreoffice.org/6561 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-11-04fdo 70998: Termchange: Graphics->ImageSamuel Mehrbrodt6-38/+38
Change-Id: If451dfb24567157c86bca9a4a8564eb8de231a38 Reviewed-on: https://gerrit.libreoffice.org/6524 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-11-04remove redundant calls to OUString constructor in if expressionNoel Grandin1-1/+1
Convert code like: if( aStr == OUString("xxxx") ) to this: if( aStr == "xxxx" ) Change-Id: I8d201f048477731eff590fb988259ef0935c080c
2013-11-04remove redundant calls to OUString constructorNoel Grandin1-1/+1
Change code like this: aStr = OUString("xxxx"); into this: aStr = "xxxx"; Change-Id: I31cb92e21658d57bb9e14b65c179536eae8096f6
2013-11-04Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin3-4/+4
This also means that this code now gets bounds checked in debug builds. Change-Id: Id777f85eaee6a737bbcb84625e6e110abe0e0f27
2013-11-03cppcheck: reduce scope in AvahiNetworkServiceJulien Nabet1-4/+7
Change-Id: Ida14cc278187fdc7519137829a920273ed4910b3
2013-11-02fdo#39468 Translate German strings.Henning Diedler1-2/+2
Quality translation by certified German/English teacher. Change-Id: I4684630004ad2846b6a5ba76e18d30831d20bc26
2013-10-31Resolves: #i123433# Detect pseudo-vertices at svg import...Armin Le Grand1-2/+2
unify svg:d handling, correct svg:d import for relative sub-polygons in svg import; changed default for moveto writes for svg:d in ODF to absolute (cherry picked from commit f15874d8f976f3874bdbcb53429eeefa65c28841) Conflicts: basegfx/inc/basegfx/polygon/b2dpolygontools.hxx basegfx/inc/basegfx/polygon/b2dpolypolygontools.hxx basegfx/inc/basegfx/polygon/b3dpolypolygontools.hxx basegfx/source/polygon/b2dpolypolygontools.cxx basegfx/source/polygon/b2dsvgpolypolygon.cxx basegfx/source/polygon/b3dpolypolygontools.cxx basegfx/source/tools/makefile.mk basegfx/test/boxclipper.cxx basegfx/test/clipstate.cxx basegfx/test/genericclipper.cxx canvas/source/tools/surfaceproxy.cxx sdext/source/pdfimport/tree/drawtreevisiting.cxx sdext/source/pdfimport/tree/writertreevisiting.cxx xmloff/inc/xexptran.hxx xmloff/source/draw/XMLImageMapContext.cxx xmloff/source/draw/XMLImageMapExport.cxx xmloff/source/draw/shapeexport2.cxx xmloff/source/draw/shapeexport3.cxx xmloff/source/draw/xexptran.cxx xmloff/source/draw/ximp3dobject.cxx xmloff/source/draw/ximpshap.cxx xmloff/source/style/MarkerStyle.cxx xmloff/source/text/XMLTextFrameContext.cxx xmloff/source/text/txtparae.cxx Change-Id: I5171b4a3559ea116bea45152e1f2685666463635
2013-10-31Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin2-2/+2
This is both an optimisation and a cleanup. This converts code like aStr.indexOf("XX") == 0 to aStr.startsWith("XX") and converts code like aStr.lastIndexOf("XXX") == aStr.getLength() - 3 to aStr.endsWith("XXX") Note that in general aStr.lastIndexOf("X") == aStr.getLength() - 1 converts to aStr.isEmpty() || aStr.endsWith("X") so I used the surrounding context to determine if aStr could be empty when modifying the code. Change-Id: I22cb8ca7c2a4d0288b001f72adb27fd63af87669
2013-10-29fdo#33848 Show zoom Slider when the focus is on the Slides SidebarSamuel Mehrbrodt2-10/+0
Inspired by this patch from Ariel Constenla-Haile:https://issues.apache.org/ooo/attachment.cgi?id=80653&action=diff Change-Id: I8e482d9829eeb81a1f7cc89a4de781ae768f3333 Reviewed-on: https://gerrit.libreoffice.org/6141 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-10-28gbuild: set Package default target to INSTDIRMichael Stahl3-6/+0
Change-Id: I2bc45e4ba63f5faaee7389bcd9d7b3f563503186
2013-10-28remove local css namespace definitionsThomas Arnhold7-12/+0
As we have it globally in sal/types.h those are not necessary. Change-Id: I18bba2c763c4680c4fa7fde4c5158953b5cfad82
2013-10-28windows: warning 4706 is disabled globally in com_MSC_defs.mkThomas Arnhold1-5/+0
So there is no need to do this locally, too. Change-Id: Ibc623235cae07a86dfd0dbc1d7672ca4273facec
2013-10-25Unwind FunctionReference typedefStephan Bergmann107-187/+185
Change-Id: Iaf1b041adf2220d6b0220a86d8ac0db38b3b8ebc
2013-10-25fdo#54938: More uses of cppu::supportsServiceMarcos Paulo de Souza2-20/+4
Change-Id: Id6bed78d92eba52283a17ab3ca66e751c225e48d Reviewed-on: https://gerrit.libreoffice.org/6423 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com>
2013-10-25sal_Bool to boolTakeshi Abe4-19/+19
Change-Id: I4fe71f0418b3c2c9b0ca261c5b24fe2d093f7bb9
2013-10-23fixincludeguards.sh: sdThomas Arnhold436-995/+992
Change-Id: Ic831838b377656015d645eec9d439424378e08af
2013-10-23clean up some include guardsThomas Arnhold3-9/+9
Conflicts: sw/source/ui/inc/content.hxx Change-Id: I58d81881271fc6e3320bf3b5f1321594b28614a6 Reviewed-on: https://gerrit.libreoffice.org/6388 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-10-23Some clean-upStephan Bergmann1-2/+0
Change-Id: I87cc4a6840090076007d268ae19eb2cfd3408e7c
2013-10-23fdo#54938: Kill ServiceInfoHelper::supportsService and use cppu's instead.Marcos Paulo de Souza11-57/+24
Change-Id: I1c2d95e4c3fb6242dcb4cdb88cf9733471a3412b Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
2013-10-23convert code to use OUString::endsWithNoel Grandin1-2/+2
Convert places that call aStr[aStr.getLength()-1] == 'x' to use the shorter form aStr.endsWith("x") Change-Id: I1b3a19c0e89b8989cdbeed440f95fc76f9a4b6b6
2013-10-22Remove unnecessary component_getProcessComponentContext C wrapperStephan Bergmann1-2/+2
Change-Id: I9d9f1a542dbbfc461dd27c32b57e4cad5532fab0
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist23-29/+29
They are practically always useless, often misleading or obsolete. Change-Id: I2d32182a31349c9fb3b982498fd22d93e84c0c0c
2013-10-22vcl: mark more Image constructors as "explicit"Michael Stahl10-17/+18
Change-Id: If59d7c75c89a102a573738d15d8593cb8ac5c486
2013-10-22Resolves: fdo#69975 honour custom show settingsCaolán McNamara1-19/+25
if a custom show is set, then don't override it with current/first page, just accept it Change-Id: Icd04711028b3e11a576df6cd325ddb0db8974111
2013-10-22merge all three ShowSlideShow impls togetherCaolán McNamara4-73/+33
Change-Id: If82f6313b258a79d59fbe34ab7846db5f9f45f76
2013-10-22bStartWithActualSlide is always falseCaolán McNamara2-4/+4
Change-Id: Icf61858730e2576439fdc7bdd1c8a911f2b34bd7
2013-10-22fdo#68849 add some header guardsThomas Arnhold2-4/+4
Change-Id: I1cd598fba94e337c2ccad68a4a888743aeb292f0
2013-10-21remove uses of COMPARE_*Caolán McNamara1-1/+1
Change-Id: Icdc36b4b24d2f399f481065df3200feb98025135
2013-10-21Once is enoughTakeshi Abe1-1/+1
Change-Id: I037a4f9fab0bcf7a613217e6be4c75dcdd05f231
2013-10-20drop unnecessary tools/string includesCaolán McNamara1-1/+1
Change-Id: I4278999b9b7d184c26036bbe9e3b98420f461e8c
2013-10-18fdo#60698: Move fileaccess module to ucbMarcos Paulo de Souza2-4/+0
Change-Id: I4c688a4aeedcae56ed6404574bd1bb392d4190cb Reviewed-on: https://gerrit.libreoffice.org/6311 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com>
2013-10-18convert remnants of String in SD to OUStringNoel Grandin4-9/+9
Change-Id: Ia09dab36376e0169cddb5e8b0aa096d5327a8213
2013-10-16canvas is null under Xdmx so createBitmap failsCaolán McNamara1-3/+7
Change-Id: Ia7ce38ef07e6225ce785fab580343dfcd7ecb948
2013-10-16sd: Fix output for unit test file n819614.pptxJacobo Aragunde Pérez1-6/+1
Change-Id: Ida2d2bab3a30beaa8e686a23355e4d6f41182f3f Reviewed-on: https://gerrit.libreoffice.org/6257 Tested-by: Miklos Vajna <vmiklos@collabora.co.uk> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>