599 Commits

Author SHA1 Message Date
Alexander Wilms
8792ec7b21 Remove visual noise from include
Conflicts:
	include/framework/preventduplicateinteraction.hxx
	include/sfx2/sfxbasecontroller.hxx
	include/sfx2/sfxbasemodel.hxx
	include/toolkit/awt/vclxtabpagemodel.hxx
	include/vcl/field.hxx
	include/vcl/settings.hxx

Change-Id: Ibccf9f88c68267a3d7e656012b51eaf644c418c2
Reviewed-on: https://gerrit.libreoffice.org/8272
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-03-01 09:51:32 -06:00
Noel Grandin
c16e4b1019 remove unused code PanelLayout::dispatch
full signature:
PanelLayout::dispatch(
    rtl::OUString const&,
    css::uno::Sequence<css:🫘:PropertyValue> const&)

Change-Id: Ib16c32d69e62ccf000de05da7c6f25e993a5be90
2014-02-28 08:32:01 +02:00
Stephan Bergmann
5e21a413c7 cppuhelper: retrofit std::exception into overriding exception specs
Change-Id: I56e32131b7991ee9948ce46765632eb823d463b3
2014-02-26 18:22:20 +01:00
Noel Grandin
6ef5009def remove unused code sdr::overlay::OverlayRectangle::setSecondPosition
Change-Id: I566b479a298d7496b1ff766bfbaf0ccde84472aa
2014-02-25 15:16:56 +02:00
Stephan Bergmann
33740b7d5a Replace exisiting TriState, AutoState with more generic TriState
Change-Id: Ida05478aae5a379775c671e0c2f2851d820d78be
2014-02-24 12:27:32 +01:00
Faisal M. Al-Otaibi
e5ebee7ebb fdo#74751: fix reverse base point diagram on RTL UI
Change-Id: I3f3f2d59952577b0533a9d8ef6d27af849bd6bdb
2014-02-23 09:51:10 +03:00
Sven Wehner
04864333f2 fdo#39468 Translate German comments
Also remove ASCII art and some typos.

Change-Id: I76d05209dd674598c787fe6fb486f0e9eadb2629
Reviewed-on: https://gerrit.libreoffice.org/8188
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-02-23 03:34:17 +00:00
Caolán McNamara
c7a6e0645a coverity#1132721 fix exception specs
Change-Id: I1c499f8b994d29e265a66f4219d4c3fddb237a89
2014-02-21 15:30:27 +00:00
Stephan Bergmann
e8f8f24c84 vcl: sal_Bool -> bool
Change-Id: I2a3e3d3e3266ea0f0fafdd91362076a4aa160f0e
2014-02-21 12:53:51 +01:00
Tobias Lippert
a18a1a4545 Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxx
Added vcl/settings.hxx to all cxx files which require it.
This helps to speed up compilation after changes to the settings.

Conflicts:
	sc/source/ui/dbgui/pvlaydlg.cxx

Change-Id: I211a0735c47f72d6879f6f15339355abfe0e3cf4
Reviewed-on: https://gerrit.libreoffice.org/7933
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-02-20 16:22:17 +00:00
Michael Stahl
474b2ff232 svx: these Style members are floats
Change-Id: Id1a5e363c8c39b3ad9e61f9b914461d15f5c3028
2014-02-20 12:52:07 +01:00
Miklos Vajna
b0bf124360 SdrObject: add meRelativeWidth/HeightRelation
Similar to Writer TextBoxes, this member is supposed to store the
"relation" (text::RelOrientation constants) of the relative
width/height, so far the layout always assumed "relative to page".

Change-Id: I5100745314e45ad322bff2b761e3722459aba014
2014-02-20 12:34:32 +01:00
Stephan Bergmann
12f1faf7bf svl: sal_Bool -> bool
Change-Id: Ic31455a1f5ffffa35d4fdde901dd70734207b6f4
2014-02-20 08:17:00 +01:00
Armin Le Grand
db1d2af028 Resolves: #i123539# some optimizations for 3D chart...
geometry creation using UNO API

(cherry picked from commit bbe35be767d76d08891c4f3d3600d80e0e6805f2)

Change-Id: Ic9b6ab8fc31cfe585f7c75d85bafe4613910c57a
2014-02-19 20:29:12 +00:00
Noel Grandin
f30f646e1e sal_Bool->bool
Change-Id: Ib0f6699e994f5a71603779b8227bf081b71a5dd6
2014-02-14 14:15:17 +02:00
Caolán McNamara
46a2576c13 coverity#737846 Uncaught exception
Change-Id: I9257ec4d9ccb7c602a9537230b61be944371d3ad
2014-02-13 21:04:51 +00:00
Caolán McNamara
0d3082dbf2 callcatcher: update unused code
Change-Id: Iaaad9302ef8edb47fa95ce8ca608b6f36449521b
2014-02-12 13:03:50 +00:00
Zolnai Tamás
682ab83252 drawingML export\import: cropping of shape's fill texture
In Writer shapes had no cropping property so far. With this
commit this is introduced as a FillProperty and has the same
type as the cropping used for pictures
(Picture context menu > Picture > Crop).

Layout and UI will be an other step. On the UI it would be placed
on the Shape context menu -> Area, when Bitmap is selected as fill type.

Note: In case of picture/graphic, cropping property is imported from
and exported to a:srcRect instead of a:fillRect.

Change-Id: Idc1ed2d40cb20b6992e94f14e7e4d853e1f55d02
2014-02-12 13:20:31 +01:00
Noel Grandin
a79f1097ee sal_Bool->bool
Change-Id: Ie477a46fae2b8c4deb55435f3769ba74037dd259
2014-02-12 09:01:08 +02:00
Noel Grandin
11679c2c20 sal_Bool->bool
Change-Id: Iee828ef0f5f4ed0192291c4681fbc8df6e863b7e
2014-02-12 09:01:07 +02:00
Caolán McNamara
6a53525c5d mnData2 is never used
Change-Id: I4830f6186c4fb7e13c7d81aa849a1bc4bf055425
2014-02-11 12:11:39 +00:00
Noel Grandin
08c40a2474 sal_Bool->bool
Change-Id: I31fb9d5b49260fd1a8fc1312b01fd5632c97ab2e
2014-02-11 12:50:43 +02:00
Caolán McNamara
2b12a5b87b the return of callcatcher
Change-Id: I447ebcc61ff061bce15678c6fcfd3d0a4669908f
2014-02-10 11:21:03 +00:00
Zolnai Tamás
cf9d819493 New frame attribute: TextVerticalAdjust <-> RES_TEXT_VERT_ADJUST
By now this property is added for MS Word interoperability.
With it we can make DOCX import/export working.
I use this solution instead of InteropGrabBag because vertical
adjustment would be a good thing to have for text frames too.
So later it can be the first step of an enhanchement.

Change-Id: I9dcfdc8ae56ce443f0c286c51136e1d006951938
2014-02-08 02:59:50 +01:00
Caolán McNamara
40078b3ef3 remove the 4 send crash report tabpages
and other logical consequences of

officecfg::Office::Recovery::CrashReporter::Enabled ==  false

because we have this disabled by default since the first LibreOffice release
and we have no backend infrastucture to handle the submissions anyway and it's
blocking conversion of legacy .src dialogs to .ui format

Change-Id: Id5481af3ec970032b3728c0e6cc0c6a52d3ed3dc
2014-02-07 20:11:41 +00:00
Andras Timar
ac6e8ac7e4 typo fixes in comments
Change-Id: Idd49478d59cd062118fbf8e99d1c8bc5250013fc
2014-02-06 23:22:30 +01:00
Matúš Kukan
d50e08b4e1 fdo#74132: Do not interrupt search in Calc.
Extending f25cdaa78d5e7d200fbaf31cce9895bab7c5ee63
"fdo#74132: Do not interrupt search in Writer." for Calc.

Change-Id: I3a7e5070300993d2811a79f17cb1b2edb0355c44
2014-02-05 19:10:04 +01:00
Matúš Kukan
f25cdaa78d fdo#74132: Do not interrupt search in Writer.
Instead of "Do you want to continue at the beginning?" dialog,
just inform that we were at the end of the document in new label.

Also replace 'Search key not found' dialog with label.

Change-Id: I6a140cbad93406b73996f87a6d05fcc5d245fdbf
2014-02-05 19:09:15 +01:00
Noel Grandin
186b4ebc99 convert specialised SvStream::operator>> methods to ReadXXX methods
as preparation for converting the SvStream::operator>> methods on
primitive types

Change-Id: I62f134bced15c687d6e0d46924f56e8d1c3d95b9
Reviewed-on: https://gerrit.libreoffice.org/7798
Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
2014-02-04 22:50:39 +00:00
Norbert Thiebaud
3cbfcee36d xub_StrLen and tools/string.hxx final straw
Thre is still some 0xffff limit left and possibly some
less than gracefully handled overflow/error cases

Change-Id: I00957ee3a30b02f73918ea49d7353056263dc638
Reviewed-on: https://gerrit.libreoffice.org/7787
Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2014-02-03 07:44:28 +00:00
Caolán McNamara
ae7880ea49 convert namespace dialog to .ui
Change-Id: I9d45cdf16d81bfda21fb38bef87e91131683ad06
2014-02-01 16:20:17 +00:00
Caolán McNamara
44f85f3804 convert emboss dialog to .ui
Change-Id: I16883023ba7386437ff1cc9cd7d3393db8fb4654
2014-02-01 13:14:55 +00:00
Caolán McNamara
59e7894fb2 convert mosaic dialog to .ui
Change-Id: Ibc723ca79fba89f24e04440fdbf4140a4e0655ad
2014-02-01 12:10:20 +00:00
Caolán McNamara
7911b70e09 convert posterize dialog to .ui
Change-Id: If21e85cd0802c9f1b2bd244e6fb3715bef395e0a
2014-02-01 12:10:19 +00:00
Caolán McNamara
b775e0612f convert sepia dialog to .ui
Change-Id: I6032ea0da029e5bff145e582892655143400f710
2014-02-01 12:10:19 +00:00
Caolán McNamara
f86b075ebe drop unused resource id argument
it's the wrong resource id anyway

Change-Id: Ie1880d2b745f3da6ddf173d98b326aa2d45ce0fd
2014-01-31 21:21:39 +00:00
Caolán McNamara
c8cae05ee8 convert solarize dialog to .ui
Change-Id: I1aab18d8e0aa12d39584266a6657436ea100b521
2014-01-31 21:21:38 +00:00
Caolán McNamara
e70fb08305 convert smooth dialog to .ui
Change-Id: If2894cef70bf6b9848a1338afaa36dc8b0d7d6be
2014-01-31 21:21:37 +00:00
Sven Wehner
a1d372085e fdo#39468 Translate German comments (include/svx/(fmsearch|svdopath).hxx)
In include/svx/fmsearch.hxx and include/svx/svdopath.hxx.
Also remove some ASCII art, and redundant comments.

Change-Id: I766150c9d80ec087525713783a483a7057a7130c
Reviewed-on: https://gerrit.libreoffice.org/7705
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2014-01-30 11:50:37 +00:00
Alexandre Vicenzi
0d57871daa fdo#63154 Removed unused solar.h ref. in svx
Change-Id: I1671746d6c433fa3b770eb58bc418e4eddbe8dd4
Reviewed-on: https://gerrit.libreoffice.org/7737
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-01-30 11:32:50 +00:00
Markus Mohrhard
7a24673115 add ugly hack to work around SvxDrawPage::add only accepting SvxShape
Change-Id: I77c292b088a1a1797fba10cc514167a1f3dca917
2014-01-29 08:09:19 +01:00
Norbert Thiebaud
9dcde4e0e3 coverity#1028570 : Uninitialized scalar field
Change-Id: I06a5e3c23e81c6ac8f03aa014f7ea7103779a268
2014-01-28 23:00:31 -06:00
Norbert Thiebaud
6580708fcd coverity#1028571 : Uninitialized scalar field
Change-Id: I810dad2b8e641c88605de998fc1e569208dde917
2014-01-28 23:00:31 -06:00
Stephan Bergmann
0d957046f1 bool improvements
Change-Id: Ic32faa81bfbb66a9d8632fb3db187e33c31188ed
2014-01-28 20:26:17 +01:00
Armin Le Grand
fff58c3379 Resolves: #i123950# Corrected/extended interactive crop feature...
to work in all situations

(cherry picked from commit a440c753532e9ae1747ef3b3ed990d8b713913da)

Conflicts:
	include/svx/sdr/overlay/overlaybitmapex.hxx
	svx/source/svdraw/svddrgm1.hxx
	svx/source/svdraw/svddrgmt.cxx
	svx/source/svdraw/svdmrkv.cxx
	svx/source/svdraw/svdograf.cxx

Change-Id: I33601a429657965fcc9b18da85aa5ffabad65983
2014-01-28 14:30:45 +00:00
Sven Wehner
5591e21e31 Translate some German comments to English, and remove some ASCII art.
Additional changes according to Chris Sherlock's wishes (removing
comment decorations, removing no-purpose comments)

Change-Id: I5346010d67ed5d1b2b2ad0df91ac472dde905683
Reviewed-on: https://gerrit.libreoffice.org/7504
Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2014-01-26 17:30:03 +00:00
Armin Le Grand
fb0cce507f Resolves: #i123950# unified and redefined CropPrimitive2D::get2DDecomposition
(cherry picked from commit 08d42c4da0a3f6dc105080102c1b1de4bce987a1)

Change-Id: I2d5f52de8e9fa595012a953affbaba9d54f4f2a9
2014-01-23 14:10:59 +00:00
Kohei Yoshida
3d95457572 Only allow approved border styles in cell borders.
Line styles such as inset, outset, embossed etc are not supportable in Calc.
So, don't show them in the UI.

Change-Id: Ie7be74193d01e13a79132a979e2d9a2e4d06de3f
2014-01-22 19:58:32 -05:00
Stephan Bergmann
f649cef13c bool improvements
Change-Id: I142196c59ff0dc5c26e0cc9a79293ddfb0ee94cf
2014-01-22 08:22:33 +01:00
Stephan Bergmann
7f9301e7ea warning C4805: '!=' : unsafe mix of type 'sal_Bool' and type 'bool'
Change-Id: I3d4f1ac0debf506e3c4f1ce9143cb8c1cf66925d
2014-01-21 10:49:49 +01:00