Commit Graph

344887 Commits

Author SHA1 Message Date
Ahmad H. Al Harthi
4357dd89ca fdo#59329 fix docked panels borders
Change-Id: Ia918d644fb57d6fbaeef90c8c1a6806a8d7e589c
2014-02-11 11:47:44 +03:00
Tor Lillqvist
166ee2b274 Add css_comp_framework_ModuleUIConfigurationManagerSupplier_get_implementation
Change-Id: Ib0fc337b1a2e57ddd6ec9d5dcc468daafbcb0501
2014-02-11 09:24:19 +02:00
Tor Lillqvist
124bec81b3 Need XMLVersionListPersistence_get_implementation
Change-Id: Ideff360fe173c2809b6cc839b54a0839100b2b70
2014-02-11 09:24:19 +02:00
Kohei Yoshida
182ac74065 fdo#74014: Broadcast here....
Change-Id: Ib3c1e6b18af2c96c8c38237ab65f868ffec5f139
2014-02-11 01:09:02 -05:00
Kohei Yoshida
aa03bdcb52 fdo#74014: Additional test.
Though this one passes in unit test, but fails in real life session.  No
idea why.

Change-Id: I657ed5aa8b1aa0046458d26badf3cb22e3778d41
2014-02-11 01:08:56 -05:00
Kohei Yoshida
1da03a88a9 fdo#74209: This search algorithm had another issue. This fixes it.
When the search range was i.e. 1-3, and the match was found at 5, the old
code would return 5 when in fact it should have failed.  This change would
honor the end position and limit the search within specified search range.

Change-Id: If12a92fd3930ad128a5b0699a1addd96fb3a8eba
2014-02-10 22:40:33 -05:00
Kohei Yoshida
be32e70785 fdo#74209: Catch additional problem discovered.
Change-Id: Iee9b4ed4ef1fd40a9bb5a1867330d54fed4866fc
2014-02-10 22:40:33 -05:00
Norbert Thiebaud
3e2f160127 fast scale doubling of biptmap mess up mac retina
Change-Id: Ib39dd0048266483c385551a2f8f9f9629ea2ff66
2014-02-10 18:24:33 -06:00
Norbert Thiebaud
3047ac5c1f Makefile.in make the initial invocation of Makefile.build a bit less ugly
Change-Id: Ic25f0e379142ad8e0581598e314b5d314ee5f9e1
2014-02-10 18:24:32 -06:00
Markus Mohrhard
db96add468 fix crash during file format detection, related #i101863#
Change-Id: I2aec2e95f49ab70a9e94c5d52f70855f4381a24e
2014-02-11 00:18:17 +01:00
Tomaž Vajngerl
2bf2dee04c Werror=strict-overflow
Change-Id: Id9eaa7af7f12c22d675561fa4e86767c36bf6d15
2014-02-10 23:49:07 +01:00
Markus Mohrhard
8a0298fc1f remove commented code
Change-Id: Ibc04f08b52d754263151ee66d03b58abe2f4e4ee
2014-02-10 23:42:56 +01:00
Markus Mohrhard
b362180221 fix crash during xls import, related fdo#36580
Looks like a possibly invalid xls file but let us just do the right
thing and not crash.

Change-Id: Id96db06798cd19d96938ca84956046e5a5e5b529
2014-02-10 23:42:56 +01:00
Markus Mohrhard
68c280f623 fix import crash related to ooo94186
Change-Id: I2eb8c895eef53b5b14e81c5491d7ced6ead3c40a
2014-02-10 23:28:38 +01:00
Kohei Yoshida
4c0e5eaea9 Remove unused.
Change-Id: Iee50396bdbf027373a544f2280cad931745a23c1
2014-02-10 17:31:44 -05:00
Miklos Vajna
3cd8f26c7c writerfilter: these sprms are unused
Change-Id: Iccc67e9a4bf845f848466ae7c5d4cb665a501af9
2014-02-10 22:38:38 +01:00
Kohei Yoshida
d12c0e5d36 cp#100030: Use internal API to fill dxf styles during xlsx import.
It's faster, and it actually prevents a bug where styles fail to get
set when the document contains at least one protected sheet.

Change-Id: I9a5d7250ca44dd46364ab62f2e0130e967427c66
2014-02-10 16:17:47 -05:00
Caolán McNamara
c3c1a8f373 coverity#704611 Dereference after null check
Change-Id: I7ce68773c85408d0dc3d46bac85bcbd0f5806ade
2014-02-10 20:55:35 +00:00
Caolán McNamara
750105967d coverity#704610 Dereference after null check
Change-Id: I1a08d643a695f1d22e339b8906588aca7d190578
2014-02-10 20:53:03 +00:00
Caolán McNamara
c748d6115e coverity#440991 Dereference after null check
Change-Id: I3b911e4bc1e6c2eccf4b9655f12162936fc5a946
2014-02-10 20:51:29 +00:00
Caolán McNamara
9e6dfbd244 coverity#441011 Dereference after null check
Change-Id: I8a3430440bdd8cc1561eb60863c2bda3df8eac6d
2014-02-10 20:49:48 +00:00
Chris Sherlock
19c5867f92 fdo#74424 HasMirroredGraphics changes
HasMirroredGraphics should be called upon by the object using the
OutputDevice. As I'm focussing on Window, which will be shortly decoupled
from OutputDevice, I have changed HasMirroredGraphics into a virtual
function, and introduced a wrapper function of the same name into Window
that calls upon Window's OutputDevice object.

Due to a bug that never appears to have been fully fixed, mirroring in
printing was broken and a workaround ("hotfix" in the code!) was
implemented but never fully fixed. Therefore, I have overridden
HasMirroredGraphics in Printer and just return false.

Change-Id: I9029e2c50cdb339c1e936bed6b92e8b2aac1dcf9
Reviewed-on: https://gerrit.libreoffice.org/7912
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-02-10 20:38:22 +00:00
Jacobo Aragunde Pérez
32210fc193 writerfilter: legibility improvement regarding grabbag use
Change-Id: I01b99887dc1e94616633ae6509e13ec951fd5485
2014-02-10 21:04:17 +01:00
Jacobo Aragunde Pérez
05506b377a ooxml: preserve font theme color tint property
Change-Id: I5cbc8fda63a9fd2999555d5a46ea3a063685ffc7
2014-02-10 20:57:09 +01:00
Eike Rathke
c782212abf use GetLastDataRow() also in ShrinkToUsedDataArea()
Change-Id: Ie9d729900d6096dc8f540b3bc52df749b15675e2
2014-02-10 20:53:37 +01:00
Eike Rathke
c32e93e561 actually the extra check isn't needed
The end row will be the maximum of the start row and the last data row
up to the original end row.

Change-Id: I906a5f44f31f333c814b6832767dc3bd0ecd8278
2014-02-10 20:53:36 +01:00
Eike Rathke
840accea91 cosmetical adapt to style
Change-Id: I210f74670631707b02b68150efac76b0985390ac
2014-02-10 20:53:35 +01:00
Honza Havlíček
2e2303a3e2 fdo#70414 Added generator of VS2012 project files
Change-Id: Ib087a24ae6de049ffb6d93b5ac66452700edddb3
Reviewed-on: https://gerrit.libreoffice.org/7955
Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
Tested-by: Michael Meeks <michael.meeks@collabora.com>
2014-02-10 19:45:35 +00:00
Tomaž Vajngerl
d505d2ef49 Werror=maybe-uninitialized in drawingml export
Change-Id: Ib04a464483c43a999db82bfaa539193c526d5041
2014-02-10 18:54:28 +01:00
Eike Rathke
6c5acfbefd do not loop 30 million cells to find a non-empty row
If for whatever reason an AutoFilter area was setup to extend down to,
for example, row 1048559 but the actual last data row is 15817, with 27
columns it took ScTable::GetDataArea() to look at 27884034 cells to find
the last non-empty data row ...

Change-Id: Ic8cbebe7ddf9b23c8edb55c4821d8a4c69e8b75d
2014-02-10 18:35:58 +01:00
Alexander Wilms
2eea96c702 Linked with -> Inherit from in style dialog
Change-Id: I3ca5f297217c898a12375f7f8e9c57841cd3db84
Reviewed-on: https://gerrit.libreoffice.org/7941
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-02-10 16:59:44 +00:00
Joren De Cuyper
8d041e05d3 related fdo#65430: forgot to 'unlink' setOpenTemplateHdl
This was introduced in 96e7225260

Change-Id: I9bb8abbc9e9167b1e43bebf4477cf73010bf2d92
Reviewed-on: https://gerrit.libreoffice.org/7958
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-02-10 16:53:42 +00:00
Alexander Wilms
8314374293 Translated some German comments
Change-Id: Id8a4db32d0fe95ecf543fcfc82fd6b236d544616
Reviewed-on: https://gerrit.libreoffice.org/7948
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-02-10 16:52:43 +00:00
Rodolfo Ribeiro Gomes
aee6ad3022 Remove unused icons after cleaning up Math zoom
After commit ffc2e5be1f ,
these deleted icons are useless since other UNO commands are used instead:
  View050     -> Zoom50Percent
  View100     -> Zoom100Percent
  View200     -> Zoom200Percent
  Adjust      -> ZoomOptimal
  FitInWindow -> ZoomOptimal

Sorry I forgot to remove then in that commit.

Note: As UNO command now is 'zoomoptimal' instead of 'adjust' and
people feel 'adjust' icon better, I deleted the disliked 'zoomoptimal'
icons and renamed 'adjust' icons to it.

Change-Id: I141f2c4ad2f63928efb15faa5f68bc9c6dabc144
Signed-off-by: Rodolfo Ribeiro Gomes <rodolforg@gmail.com>
Reviewed-on: https://gerrit.libreoffice.org/4117
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-02-10 16:47:52 +00:00
Luc Castermans
82d05f63fe Translated German comments
Change-Id: Ia21618d8475f02cb0fe9c55ae70d2598435087c5
Reviewed-on: https://gerrit.libreoffice.org/7951
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-02-10 16:46:16 +00:00
Chris Sherlock
6551fe2d93 fdo#39468 translated German comment in outdev.cxx
German comment about clipping backup translated in function
OutputDevice::ImplInitClipRegion().

Change-Id: I55c3b5899ae36a2e25204fd054b80bd786b17e91
Reviewed-on: https://gerrit.libreoffice.org/7966
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-02-10 16:42:55 +00:00
Joren De Cuyper
9c9a9708dd fdo#74782 search view doesn't hide local view when searching first time
See bug report for screenshot of current behavior.
When the search button is hit, OnTemplateSearch() is called.
If we switch from 'no search' to 'search' view, mpSearchView was not hidden.
This'll result in SearchUpdateHdl that mpCurView will not hide.

It doesn't matter if we hide it anyway (either when we would start searching,
or end searching). If we start searching, we don't have any search term yet
(so no result anyway). If we stop searching, it has to be hidden for sure.

Change-Id: I6bcf540b4866eeb6a8196c171027b385635cf084
Reviewed-on: https://gerrit.libreoffice.org/7969
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-02-10 16:41:56 +00:00
Joren De Cuyper
bd37c63eff Correct comment: we can select icon theme in LibreOffice -> View
Change-Id: I692e9d6037b2fa5a9f69069177b6d9925661ec60
Reviewed-on: https://gerrit.libreoffice.org/7974
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-02-10 16:41:06 +00:00
Herbert Dürr
9d5841aa43 Resolved: #i124201# mark debug-infos from the apple_remote...
module appropriately

to make the source of some log messages more clear

(cherry picked from commit fe4ae4735c5a5e2b2210e684e97228cd91174e4c)

Conflicts:
	apple_remote/AppleRemote.m
	apple_remote/source/HIDRemoteControlDevice.m
	apple_remote/source/RemoteControl.m
	apple_remote/source/RemoteControlContainer.m

Change-Id: Ie57114f4d2d67f258808d03e01dff8bc05ba9f2c
2014-02-10 16:36:50 +00:00
David Tardon
f196953089 handle icon_name property too
Change-Id: Idfdc24201b2d4cde0e451daf237d102c71a8b2f4
2014-02-10 17:16:16 +01:00
Caolán McNamara
5667ca1417 convert add relationships dialog to .ui
Change-Id: I984ff7e4fca6e7cd3529e921383bca4e6f2a464e
2014-02-10 16:09:26 +00:00
Caolán McNamara
aea6aab9f2 coverity#1130200 Unchecked dynamic_cast
Change-Id: I9a6cfc27b1076fa682c591d920a7db8ec6f8a6ff
2014-02-10 16:09:26 +00:00
Caolán McNamara
ba33cb1d84 Updated core
Project: help  a6e3e5ef597f1e429e6784e475c1a06b4265f08d
2014-02-10 16:08:30 +00:00
Michael Stahl
e62339f856 fdo#73363: sd: fix mis-detection of Visio files as PPT
SdFilterDetect::detect() erroneously detects all binary MSO files, and
because the Visio types would be checked after PPT, Visio is pre-empted.

Change-Id: I6ec3647a508dc8d79b47bfff6de35ccae39416ee
2014-02-10 17:02:58 +01:00
Julien Nabet
70d8b26810 Typo: acess -> access
Change-Id: I8fb5efa49ccd886fa0172fdc59ede0821ecce486
2014-02-10 16:48:31 +01:00
Julien Nabet
060810180b Typo: diretory -> directory
Change-Id: I46270104db3192f427bb7a954e6c074ab3aced33
2014-02-10 16:48:31 +01:00
Matúš Kukan
4c726e9607 Survive missing UIElementFactories.
And try to not use AddonsToolBarFactory in native code generator.

Change-Id: I4782e6c719bdc7e01da14d2ea026e119da542517
2014-02-10 16:46:02 +01:00
Matúš Kukan
5306890b2c native code generator: Do not use uui component.
Since fe537786a4 and
4ff56fd1fa it should not be needed.

Change-Id: I497c7920e94c322cee5db1b10cd61f30dfbba634
2014-02-10 16:44:57 +01:00
Matúš Kukan
d55495daf9 Do not throw if AcceleratorConfigurations are missing.
Which can happen on mobile platforms if we don't want them.

Change-Id: I53639ccc75886708850d2d3a01eec76104b7f2c9
2014-02-10 16:43:54 +01:00
Matúš Kukan
e034b0323c Simplify the code a bit.
Change-Id: I57581fb0f3439ddc4a4848466f6925d962b04aea
2014-02-10 16:43:54 +01:00