Commit Graph

331058 Commits

Author SHA1 Message Date
Julien Nabet
30eb11ea79 cppcheck: Prefer prefix ++/-- operators for non-primitive types
Change-Id: If1bd91f28a96bd0eb53e4057e51db900f8b2c52b
2013-07-29 22:04:52 +02:00
Ivan Timofeev
2f527be551 fdo#67467: fix crash when renaming table in AutoFormat dialog
this reverts 5031e17d4b and uses
ptr_vector::release instead of ptr_vector::erase to prevent object deletion.
The use of "transfer" leads to "Assertion `(void*)&from != (void*)this' failed".

Change-Id: I77467ce9e1d9dd4b833032ebbe920cbb34d36675
Reviewed-on: https://gerrit.libreoffice.org/5172
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
2013-07-29 19:54:44 +00:00
Julien Nabet
072fd39d7a Just quiet cppcheck
Change-Id: I82d65a2ebc8023eaddb6dd1aefb872224f90b47a
2013-07-29 21:51:38 +02:00
Caolán McNamara
167416c3ed Related: fdo#67395 add border to preview to cut up whitespace
Change-Id: Ic66bf59294f7c9fb4059574765734749a40b043f
2013-07-29 20:40:45 +01:00
Caolán McNamara
63ced8e54f Related: fdo#67395 drop 'Font' frame title
+ promote the family, style, size to frame titles and drop
the surrounding 'Font' one
+ bottom align the previews again
+ drop empty spacing labels in favour of 6pixel spacing

Change-Id: I2c0b78163894c5283162c37bd71fa1bbc3c341c7
2013-07-29 20:28:01 +01:00
Caolán McNamara
1193dc782f Related: fdo#67395 drop 'Preview' frame title
it's clear that it's a preview, move that string into its Accessible name for
those that can't see the preview

Change-Id: I684f451542f5300cc206c9ade7f3b130b1c3c876
2013-07-29 20:04:08 +01:00
Caolán McNamara
1d33fc35f7 Related: fdo#67395 adjust height of font name tabpage, etc.
+ put the language label beside the language listbox
  which reduces height by a line
+ use standard spacing between frames in position tabpage
+ use standard spacing horizonally between elements

Change-Id: I1191db7aaf0922978bf6dd8da17ec4f133944b94
2013-07-29 19:56:25 +01:00
Michael Meeks
7874295626 liblo - add ability to select filter / format for saveas.
Change-Id: I866c6cb836407019973559051c854d24f9549d2a
2013-07-29 18:10:46 +01:00
Andrzej J.R. Hunt
136f3bb179 Implement a large chunk of getTypeInfo. (firebird-sdbc)
Change-Id: Ide63479943dad50000b72bc132f336bace11a09c
2013-07-29 17:56:34 +02:00
Andrzej J.R. Hunt
e1b645e62f Fix typo.
Change-Id: I1473facceb0b08289052282b93a6e1fb46f0ea14
2013-07-29 17:56:34 +02:00
Andrzej J.R. Hunt
97a142d6df Implement getColumnPrivileges. (firebird-sdbc)
Change-Id: I31e179462a06db135467e8b78e4b550cc603a04a
2013-07-29 17:56:33 +02:00
Andrzej J.R. Hunt
1db4ed1bc9 Implement getTablePrivileges. (firebird-sdbc)
Change-Id: Id5bb79fdd01014594582de2bad6e16142259b0ce
2013-07-29 17:56:33 +02:00
Andrzej J.R. Hunt
03919cfa79 Use column name for getColumnLabel (firebird-sdbc).
Change-Id: I2e92c5dbdfe4cb9d8441e2d120b139fe97209d3e
2013-07-29 17:56:32 +02:00
Tor Lillqvist
4f27ff9172 Avoid SolarMutex assertion in a dbgutil build when exiting Impress
Change-Id: I903d078713007920574dcdb780e1dd301ce94bf6
2013-07-29 18:25:51 +03:00
Tor Lillqvist
73a508f574 Avoid crash on OS X: guarded fd exception
On OS X, a file descriptor that shows up as being of type "KQUEUE" in
lsof output is apparently created behind the scenes when starting a
thread. (Related to BSD kernel event queues: see man kqueue.) When we
re-exec ourselves on OS X, and then close all file descriptors >= 3,
closing such a KQUEUE fd causes a crash.

Guard against this by closing only regular files.

Change-Id: I5011bfbaed156b04248b6bddb2a1a58624bee3d4
5011bfbaed156b04248b6bddb2a1a58624bee3d4
2013-07-29 18:25:51 +03:00
Tor Lillqvist
70f56860e4 Avoid an unnecessary static initialisation
Change-Id: I204158ef6965cc9aa19c458f514e265ede8587f4
2013-07-29 18:25:50 +03:00
Luboš Luňák
a2f513dc69 remove C++11-ism
Change-Id: Ife79bafda763f334af315f678e902e7249a562ab
2013-07-29 15:56:22 +02:00
Caolán McNamara
92ca89545d drop unused hids
Change-Id: I0439d42ba99cf979de974fdcc38eee8c6185cc4c
2013-07-29 14:28:57 +01:00
Caolán McNamara
60c2fed616 Updated core
Project: help  e9f0aae948acb3c4ad6c1639bc1e08df4aebcd11
2013-07-29 13:28:48 +00:00
Lionel Elie Mamane
13fe681d60 fdo#67387 skip separating space between date and time in timestamp
Change-Id: I3c38d179f8b2f59e79cd889fa88f4582f650c09e
2013-07-29 15:27:47 +02:00
Lionel Elie Mamane
5e505896a5 Basic: make sure a messagebox has solarmutex
Change-Id: Icc5f05456e4031ffbc88d6128689465f08eb5f0d
2013-07-29 15:27:46 +02:00
Caolán McNamara
dbf5cf4a7e convert apply autofmt page to .ui
Change-Id: Ibe15351220420900d808cb65d934af1922429e82
2013-07-29 14:20:45 +01:00
Samuel Mehrbrodt
4e3f7d32b8 fdo#67274 Always embed images from gallery
This patch removes the options to link images from the gallery.
Users should never link to the gallery. The links wouldn't work anymore if you just change the operating system, because the gallery is on a different place.

Changes:
* Removed option in "Bullets and Numbering" dialog to link graphical bullets
* Change the Gallery image context menu.
Before:
  Insert
    Copy
    Link
    Background
      Page
      Paragraph
  ...

Now:
  Insert
  Insert as Background
    Page
    Paragraph
  ...

Change-Id: I699042a7d7a27369775f9ee4c14c4a6964489a92
Reviewed-on: https://gerrit.libreoffice.org/5141
Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
Tested-by: Luboš Luňák <l.lunak@suse.cz>
2013-07-29 13:05:56 +00:00
Jelle van der Waa
15dc66c81a fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFO
Change-Id: I377902007445b0bce91491060f05fb8a9dbe3cd0
Reviewed-on: https://gerrit.libreoffice.org/5133
Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
Tested-by: Luboš Luňák <l.lunak@suse.cz>
2013-07-29 12:53:11 +00:00
Noel Grandin
b55efb511b fix windows build
after my XubString->OUString changes

Change-Id: If62db5a82a01d1883dcc2d4e6efea4668930447b
2013-07-29 14:34:13 +02:00
Noel Grandin
d15ca2d891 convert XubString->OUString in vcl/window.hxx
Change-Id: I556ad2df5cf1fb29aefb70a61a034d40a10340b1
2013-07-29 14:15:43 +02:00
Noel Grandin
6dae1199db convert the rest of vcl/OutputDevice from XubString->OUString
Change-Id: I97ca1bed06f4e47ea6c77cc0c2314dba555c344d
2013-07-29 14:15:43 +02:00
Noel Grandin
bfc58ddbf4 convert more XubString->OUString in OutputDevice
Change-Id: I7c100614f7321c8c0527067012b47673ac6914f1
2013-07-29 14:15:42 +02:00
Noel Grandin
7ef052646a convert the rest of outdev.hxx from XubString to OUString
Change-Id: I1305dde31106aada30534919456a4809a302afcf
2013-07-29 14:15:42 +02:00
Noel Grandin
0c7579d5de convert OutputDevice::DrawTextArray from XubString to OUString
Change-Id: Ie16504ea004e39eda246a7ed170504a04a0764bb
2013-07-29 14:15:42 +02:00
Noel Grandin
eb96a5296a convert OutputDevice::DrawText from XubString to OUString
Change-Id: I5c641fff9a7b2a32658cdaf81aa5f45048263f22
2013-07-29 14:15:41 +02:00
Noel Grandin
d5ee014308 convert XubString->OUString in WinSalMenuItem
Change-Id: Id3d135d3d7fedfca02f1b120c7ef441ef4c8a04d
2013-07-29 14:15:41 +02:00
Andrzej J.R. Hunt
a2af2407ae Update licence headers / rebase on APL'd skeleton driver (firebird-sdbc)
The firebird driver was created on the basis of the skeleton driver
(odk/examples/DevelopersGuide/Database/DriverSkeleton/). This is under
BSD licence within the LO codebase but was relicenced as ALV2 within AOO.
(see http://svn.apache.org/viewvc?view=revision&revision=1239200 )

MPL added as all my changes to the driver are released as MPL.

Change-Id: Iea22043281fbc16f6813ce97dce449b10914a91d
2013-07-29 12:55:51 +01: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
Jelle van der Waa
dd9c97d587 fdo#62475 removed pointless comments
Change-Id: I3f5e86dba2df950aeb12c895f52d99274c0959aa
Reviewed-on: https://gerrit.libreoffice.org/5148
Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
Tested-by: Luboš Luňák <l.lunak@suse.cz>
2013-07-29 11:34:33 +00:00
Jian Hong Cheng
05bd5b46ea Resolves: #i120864# Text is overlapped by the drawing object...
when open the .doc file

* sw/source/core/text/itrform2.cxx
Core function

Patch by: Jane Kang,<kangjane2012@gmail.com>
Found by: Yan Ji,<yanji.yj@gmail.com>
Review by: Jian Hong Cheng,<chengjh@apache.org>
(cherry picked from commit 182062bbeb5a5a34d2bc59791b1d20ff565a1bb8)

Change-Id: Iaabb457ade39ef7bfd5b8d07e97c8a98b678a163
2013-07-29 12:32:13 +01:00
Lei De Bin
b41f03049c Resolves: #i35763# fix WW8: Wrong import/export of underlining colours
more detail pls check

http://wiki.services.openoffice.org/wiki/Writer/Underline_Color

Reported by: gonzalez
Patch by: Chen Zuo Jun
Review by: Lei De Bin
(cherry picked from commit 74f769f8c9ff5f4bba2ee08f4921ca54dd0c4c82)

Conflicts:
	sw/source/filter/ww8/ww8atr.cxx

Change-Id: Ie9c01c3c7fcd74c059e97ff98a1c67b15c5fcd5c
2013-07-29 11:51:52 +01:00
Herbert Dürr
4f3d79c1f5 Resolves: #i119006# disable OSX>=10.7 window restoration until...
we support it directly

(cherry picked from commit 1b8988f7eefd5ec0d70abd6f83b2cd7197ca5935)

Conflicts:
	vcl/aqua/source/window/salframeview.mm

Change-Id: I726ac047e45fc76a075d4c9ceae237316aacc6ea
2013-07-29 11:36:31 +01:00
Herbert Dürr
41d2036bee Resolves: #i121406# support the OSX>=10.7 fullscreen mode based on OSX Spaces
(cherry picked from commit 88363bd6ddcd91c0f36131ad33f76b6e1791e4bf)

Conflicts:
	vcl/aqua/source/window/salframeview.mm

Change-Id: Idb95b840d2c54f3a8fe75437038afcfc5520007a

Related: #i121406# remove willEnter/willExit-FullScreen methods...

until they become more useful

(cherry picked from commit 1a699e625158cd44c8af069bee63ebd9fd6e0f3d)

Change-Id: I8899fe89fbbde3964321a9e8064ebc9423987948

Related: #i121406# #i119006# fix NSWindow's performSelector:withObject type

NSWindow uses the type-casted plain integers
instead of the boxed number objects (aka NSNumber)

(cherry picked from commit 8ea45f79845ed80d5af1aadaf7af0fc3f9c4c1e6)

Conflicts:
	vcl/aqua/source/window/salframeview.mm

Change-Id: I81e8d0a806cb6246a4fc647798ffc277dae8fa70
2013-07-29 11:28:04 +01:00
Caolán McNamara
bcc239b405 Updated core
Project: help  60eaec58845c8f697c2d7ab5bb671273b0ff4155
2013-07-29 10:17:42 +00:00
Stephan Bergmann
d6c63c9a84 Remove whitespace from line ends
Change-Id: Ie894879eaebda32bc4f99e7ad7f810c569e86a7a
2013-07-29 11:35:18 +02:00
David Bolen
948b6ea02e fdo#66025: Improve accuracy of ImportError traceback and message
The ImportError raised on an import failure with the uno module loaded
now includes a complete traceback and the original Python exception
message text, combined with the most relevant (nearest to failure if
imports are nested) uno lookup that also failed.

Change-Id: Id968d84d7f09d555a81017a99369beb503d61439
Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
2013-07-29 11:35:18 +02:00
Caolán McNamara
adf9406450 let the pixel control find parent tabpage in layout
Change-Id: I3097e7d33bdf1331a71621af6dee823a803a17b7
2013-07-29 10:29:38 +01:00
Caolán McNamara
802c52fb98 adjust bitmap page so buttons don't appear to jump...
when swapping between tabs of the format area dialog

Change-Id: I341e1661805ca49318732780de991c43898cdba5
2013-07-29 10:29:37 +01:00
Olivier Hallot
876fdf0141 Convert bitmap tab page to widget UI
Change-Id: I5633a5e96582f94b9619152805cfa13daeb3fe53
Reviewed-on: https://gerrit.libreoffice.org/5162
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2013-07-29 09:29:15 +00:00
Marcos Paulo de Souza
a0709e3213 Fix i#84002 by putting braces when needed
In the case of sqrt with more than 2 operands, like over, we need
to put braces in the beginning and in the end of the element.

Change-Id: I391db14cd2ddc37695fe0b1f590a89b9dd4369ef
Reviewed-on: https://gerrit.libreoffice.org/5153
Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
Tested-by: Luboš Luňák <l.lunak@suse.cz>
2013-07-29 08:52:22 +00:00
Takeshi Abe
57931a7cf7 Mark as const
Change-Id: Ib78b25641ae20a3eb23545649f08b963e34c74ff
2013-07-29 17:39:30 +09:00
Caolán McNamara
40c5338fdd String(SdResId(x)) -> SD_RESSTR(x)
Change-Id: I13e3343cc1fff2a443559e6d6dbd6ec887b5f3e6
2013-07-29 08:37:51 +01:00
Tor Lillqvist
81df97ca2f WaE: unreferenced local variable
Change-Id: I1f3ef8611a82e2981f470c9a98e8d98085ed2002
2013-07-29 10:32:22 +03:00
Tor Lillqvist
bd8d3ac666 Accept NDK r9
Change-Id: Ie7368d0995653d7051b3c67d4b7667e68787da8a
2013-07-29 10:11:06 +03:00