- 22 Tem, 2014 37 kayıt (commit)
-
-
Michael Stahl yazdı
Word can apparently have complex footnote separators, but the domain-mapper only sets a single flag that there is a separator (m_bHasFtnSep), so the only thing that makes sense for \par here is to completely ignore it. (regression from e1afe431) Change-Id: I32d9b01a0a9248ba646654295a74953a6cb74fb3
-
Michael Stahl yazdı
The problem in the bugdoc is that the ';' style terminator is encoded as {\uc1 \u59 ?}, i.e. inside a group, so when reading the ';' the aDestinationText of the top group is empty and the style name is lost. Or since the style name characters are encoded in the same way, every character is lost once the group closes. The same problem affects some of the document properties. Introduce an abstraction of RTFParserState::aDestinationText so that for every destination only one of these buffers is used, regardless of nested group structures; the aDestinationText buffer is only switched when entering a new destination. Also, the \revtbl and \stylesheet destinations do not contain entries directly, i.e., every entry must be in a sub-group, so remove some special-casing for these; however, for \fonttbl the entries may be in groups or not. Change-Id: Ica276a8b730e4a707530471ba27bfdd1582b8890
-
Michael Stahl yazdı
Change-Id: I9eba51e3fe2a50488d2ff9320bf68fe6ae65040d
-
Michael Stahl yazdı
Change-Id: I91d0c2ffb958262fad0e7920852449e73d5481ea
-
Michael Stahl yazdı
Change-Id: I71645b208854877fbd5cb29327d467da5cbe0e46
-
Michael Stahl yazdı
Change-Id: I3a0821caccc37beb37f4ad8ecb4b0fdb5d2d5a58
-
Michael Stahl yazdı
Change-Id: I21d81d4454e65cf7f341f659b70b684dc3aa4621
-
Michael Stahl yazdı
Change-Id: I7f0666b882117518bddfc23d4fcf005a77bc11e9
-
Michael Stahl yazdı
Stepping into Reference ctors in debugger on every function call is annoying. Change-Id: Iba3c6ee143a772768084d65fb7036cbd4abcf050
-
Kohei Yoshida yazdı
Change-Id: I6256c9087eec1f8b9745af6eef23fa59d697f835
-
Noel Grandin yazdı
Change-Id: I0d3d1a14d8eb880a5a054fe2e736f8ac97f8b727 Reviewed-on: https://gerrit.libreoffice.org/10284Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
rbuj yazdı
Javadoc: apply formatting and remove the warning "empty <p> tag". @Override public String toString() @Override public boolean equals(Object obj) @Override public int hashCode() Change-Id: I64b63d01015535d386ac584831c4ef6e371e863d Reviewed-on: https://gerrit.libreoffice.org/10453Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Caolán McNamara yazdı
when calling SetAccessibleName GetAccessibleName is called in order to send a name changed a11y event. Getting an Accessible Name is very slow in a non-layout aware widget because it scans for a "nearby" label and there is none in this widget, but it has a huge pile of other widgets to iterate over. call add_mnemonic_label before hand to cut off that entire branch. While we're at it, only call InitControl to adjust to a new width if the new width is different from the old width Change-Id: Ie4ba1276127226e49442278e46447b84bbeb1cde
-
Caolán McNamara yazdı
if the dimension is 0, don't bother calculating a bunch of <= 0 sizes, rely on the parents clipping to hide the lot instead Change-Id: I5b593a5b6b6c3614beb7f9bf3328fa469b700972
-
Kohei Yoshida yazdı
Change-Id: I0aab6cc1d7a39928e9e8ffd6ae23fcfad42ceae3
-
Oliver-Rainer Wittmann yazdı
(cherry picked from commit 2f2e9147) Conflicts: sw/source/core/txtnode/atrfld.cxx Change-Id: I7519a2b985da603618a345d5549f73c9abd17101
-
Zolnai Tamás yazdı
Regression from 2cd1673f. SetMirrorWidths() works only when there are two lines (double border), but breaks one line borders. Change-Id: I2727afbc071bb4038c6cef18e6b96c796ef3a8b9
-
Joren De Cuyper yazdı
This reverts commit 3b7472b2. Commit 0879a639 didn't revert all changes, so we ran into problems getting the css style correctly. Conflicts: svgio/source/svgreader/svgstyleattributes.cxx svgio/source/svgreader/svgsvgnode.cxx Change-Id: I4d17c6d599482de005c009638d03ca851491f700 Reviewed-on: https://gerrit.libreoffice.org/10455Reviewed-by:
Tomaž Vajngerl <quikee@gmail.com> Tested-by:
Tomaž Vajngerl <quikee@gmail.com>
-
Caolán McNamara yazdı
Change-Id: Ie4cef54a943fc456b042425b53286492a0bed0be
-
Caolán McNamara yazdı
Change-Id: Ib92eb813666a418ced584076094cdd6511118d6a
-
Caolán McNamara yazdı
Project: help f9ce693a67d940f48f5f9c7e2a76213cc97c092c
-
Caolán McNamara yazdı
Change-Id: I9a7871bfd08fdd8dc649d7a728eb41bcc0b64b37
-
Caolán McNamara yazdı
Change-Id: I27fbeaafb53b4a0ae30c3408888419af93a37300
-
Caolán McNamara yazdı
Change-Id: I1dd1b40d807c7c9d9b145aca9f69a67d786ec5ff
-
Caolán McNamara yazdı
Project: help 464cbfaaa198f58af8cb2c347f4367408464fc2e
-
Caolán McNamara yazdı
Project: help 10fd3e1326ecf705030189e233a895be7918ea72
-
Szymon Kłos yazdı
Change-Id: Iba700d79466c24395a6a0b07300cd4190ef03ff7 Reviewed-on: https://gerrit.libreoffice.org/10450Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Tobias Lippert yazdı
Also change behavior for the GetListenerCount() method which now returns the count of listeners. The previous behavior is available in method GetSizeOfVector(). Change-Id: I5b03fa55a309f4ff5aea5e8830c137786fc07e89 Reviewed-on: https://gerrit.libreoffice.org/10344Reviewed-by:
Noel Grandin <noelgrandin@gmail.com> Tested-by:
Noel Grandin <noelgrandin@gmail.com>
-
Tobias Lippert yazdı
Change-Id: I9ecd8fec395eafbdc2675dda9fa25ac32761123c Reviewed-on: https://gerrit.libreoffice.org/10343Reviewed-by:
Noel Grandin <noelgrandin@gmail.com> Tested-by:
Noel Grandin <noelgrandin@gmail.com>
-
Kohei Yoshida yazdı
Change-Id: I18303af0a2898610566233b814e317cd2fe9f6d0
-
Kohei Yoshida yazdı
Change-Id: I952d9dfcffd85aaae49fc1f1eba9ba070900f672
-
Kohei Yoshida yazdı
Change-Id: I8082c51ff82568b8a00f92e5ab20263c017f1265
-
Kohei Yoshida yazdı
Change-Id: Ifc6f876ca9e2ca77b2ab336ea0668697f32d4066
-
Kohei Yoshida yazdı
Change-Id: I35701126963047f3e405a6560a90930de99ed3fa
-
Kohei Yoshida yazdı
Change-Id: I98f5fb22eecb7749e4c86e1ce52965b0c73641ca
-
Kohei Yoshida yazdı
And adjust all that's necessary. Change-Id: I121e5aa4d117da2e5e6b11e4fd85960a8b3aa727
-
Kohei Yoshida yazdı
Change-Id: I6bc694fcc8f97b308747c097c4fa977d20524377
-
- 21 Tem, 2014 3 kayıt (commit)
-
-
Julien Nabet yazdı
Quick fix for this bt: 3 0x00002aaaab2935d2 in __GI___assert_fail (assertion=0x2aaae1f2806a "_pInterface != 0", file=0x2aaae1f28018 "/home/julien/compile-libreoffice/libreoffice/include/com/sun/star/uno/Reference.h", line=402, function=0x2aaae1f28480 <com::sun::star::uno::Reference<com::sun::star::resource::XStringResourceManager>::operator->() const::__PRETTY_FUNCTION__> "interface_type* com::sun::star::uno::Reference< <template-parameter-1-1> >::operator->() const [with interface_type = com::sun::star::resource::XStringResourceManager]") at assert.c:101 4 0x00002aaae1e2963b in com::sun::star::uno::Reference<com::sun::star::resource::XStringResourceManager>::operator-> (this=0x7fffffff2d00) at /home/julien/compile-libreoffice/libreoffice/include/com/sun/star/uno/Reference.h:402 5 0x00002aaae1eb5c87 in basctl::LocalizationMgr::implHandleControlResourceProperties (aControlAny= uno::Any {<com::sun::star::uno::XInterface> = {_vptr.XInterface = 0x8935ea8}, <No data fields>}, aDialogName="Dialog1", aCtrlName="TextField1", xStringResourceManager=empty uno::Reference, xSourceStringResolver=empty uno::Reference, eMode=basctl::LocalizationMgr::REMOVE_IDS_FROM_RESOURCE) at /home/julien/compile-libreoffice/libreoffice/basctl/source/basicide/localizationmgr.cxx:202 6 0x00002aaae1eb92a0 in basctl::LocalizationMgr::deleteControlResourceIDsForDeletedEditorObject (pEditor=0x919d820, aControlAny= uno::Any {<com::sun::star::uno::XInterface> = {_vptr.XInterface = 0x8935ea8}, <No data fields>}, aCtrlName="TextField1") at /home/julien/compile-libreoffice/libreoffice/basctl/source/basicide/localizationmgr.cxx:896 Indeed, LocalizationMgr::setControlResourceIDsForNewEditorObject just returns if !xStringResourceManager.is() So let's do the same when trying to delete ControlResources See http://opengrok.libreoffice.org/xref/core/basctl/source/basicide/localizationmgr.cxx#835 Change-Id: I4be49503cd2464f97a25840dfdc29877e5fb2b93
-
Aurimas Fišeras yazdı
Correctly set the default file name in win2k+ See fdo#74295 for more details. Change-Id: I30117a8e1e50b157fee96f4777b0c3f11630165c Reviewed-on: https://gerrit.libreoffice.org/10430Reviewed-by:
Andras Timar <andras.timar@collabora.com> Tested-by:
Andras Timar <andras.timar@collabora.com>
-
Aurimas Fišeras yazdı
This commit introduced fdo#74295. This reverts commit e9fd9c25. Change-Id: I884c25aee137819810bdbc76ad85f2b580b2d626 Reviewed-on: https://gerrit.libreoffice.org/10429Reviewed-by:
Andras Timar <andras.timar@collabora.com> Tested-by:
Andras Timar <andras.timar@collabora.com>
-