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>
+ 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
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
+ 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
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
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>
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
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
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
we support it directly
(cherry picked from commit 1b8988f7eefd5ec0d70abd6f83b2cd7197ca5935)
Conflicts:
vcl/aqua/source/window/salframeview.mm
Change-Id: I726ac047e45fc76a075d4c9ceae237316aacc6ea
(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
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>
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>