- 27 Haz, 2014 40 kayıt (commit)
-
-
Caolán McNamara yazdı
Change-Id: I6e007cc3a9fd222c1c1381c8b4f890966c05cbab
-
Oliver-Rainer Wittmann yazdı
when a Paragraph Style is assigned. (cherry picked from commit 6a1564284d90c7e175f7848520924f7f6a5884b7) (cherry picked from commit 4a381b1124f60b76cabb558fa24827448a1caab0) Conflicts: sw/inc/doc.hxx sw/inc/editsh.hxx sw/inc/fmtcol.hxx sw/inc/ndtxt.hxx sw/source/core/attr/format.cxx sw/source/core/doc/docfmt.cxx sw/source/core/doc/docglbl.cxx sw/source/core/doc/doctxm.cxx sw/source/core/doc/fmtcol.cxx sw/source/core/edit/edfcol.cxx sw/source/core/txtnode/ndtxt.cxx sw/source/core/undo/unfmco.cxx sw/source/core/unocore/unosett.cxx sw/source/core/unocore/unostyle.cxx Change-Id: Ifa1214876df296f2e1210cc4a35f2df67f9f6bc4
-
Stephan Bergmann yazdı
Change-Id: I658974102f544185bf27f985bc920d8d54b40656
-
Stephan Bergmann yazdı
Change-Id: I6c9b85ab587f6fb9f585c9714c3a1076f627c7d3
-
Miklos Vajna yazdı
Without this, in case TextAutoGrowHeight is set before TextBox, the textbox of the shape won't have automatic height. Change-Id: I2ebf77eacbe1f1d10ccf64ef833c39ee965245d3
-
Kohei Yoshida yazdı
This dialog used to have no OK / Cancel buttons, and the data would get flushed when the dialog got dismissed. This behavior got lost during the dialog conversion. Also, SaveModified() does check whether or not the data table is modified. No need to call IsModified() before calling SaveModified(). Change-Id: I5cea88cb52127cc5c7c1be67a5a592d87df92d0c
-
Norbert Thiebaud yazdı
Change-Id: I06d5a6c93817d2623fac3962b82c1319caf13276
-
Norbert Thiebaud yazdı
This was triggered by connectivity calc driver, which on shutdown was trying to 'dispose()' it's connection which in turn would, if the shutdown of calc was already done try to re-create an sfxApplication instance, just to delete illusory inexistant documents... Change-Id: Ic166367ca399d613743f379ebbfbffb5813701c0
-
Norbert Thiebaud yazdı
Change-Id: I480a789c767dd671775c9d70d96bf71908f21f5b
-
Michael Meeks yazdı
Allocating and freeing strings thousands of times just to compare them is not a great idea - 0.5% of startup. Change-Id: I076bc961d3612143b7f81ef024e261ec3ed4ff76
-
Caolán McNamara yazdı
the parent isn't a SfxSplitWindow in this case, but it should still react to the resize Change-Id: Ia298d45b33fc272d6169df12cf2c58a881255163
-
Michael Stahl yazdı
Ensure that we export only one \fldresult per hyperlink by doing that in StartURL() and EndURL(); the TextINetFormat() is called once per text portion. This shouldn't cause problems as there can't be anything between the end of the \field group and the start of \fldresult anyway. Replace the annoying call to EndURL() from EndRun() with a special case in EndURL() to store things in the right buffer (hopefully). (somehow this is regression from c4498251) Change-Id: I209ea7a384fb1cb5d1505a70ecc4a4536bbf26a2
-
Michael Stahl yazdı
Change-Id: If0b589c884cd306ca7c94d3366af66276a120176
-
Miklos Vajna yazdı
This adds support for the following scenario: - Shape has no editeng text, but a textbox - Shape has automatic size - User edits the fly frame (serving as the textbox of the draw shape) and expects that both the shape and the textbox gets resized accordingly Note that this way we can signal our size request for the textbox, and the custom shape takes care of resizing the shape in a way, so that after the resize, the text area counted from the custom shape geometry will be exactly what we requested. (I.e. just asking the shape to have the same size as the fly would work for rectangle, but not e.g. for triangles.) Change-Id: I1e7efd00db52cf28481f6821ea6949f748b855e7
-
Miklos Vajna yazdı
So that in Writer, in case we're using Writer TextFrames to handle the content of a shape, it's still possible to inform the custom shape about the automatic size of the text, just like when native editeng text is used. Change-Id: I2534b942a9b2d62d7aa009ffbfa8d76feb011f92
-
Miklos Vajna yazdı
Bugdoc has 2514600 EMU's as the vertical position, use that, and allow larger values, as originally this was 0, and we have additional 2 mm100, probably due to rounding errors. Change-Id: I7495a0f9e913332a24d0a830b0252ecb6a39d806
-
Caolán McNamara yazdı
Change-Id: I213d85a1e2bbd2377f6f0326433ddd57dc346721
-
Stephan Bergmann yazdı
Change-Id: I9a812220b58cf6da00d854e65794f7c673ab239d
-
Zolnai Tamás yazdı
Change-Id: I47ca82d5f08431c8af8b8a85cfbfd083ebd6fda0
-
Stephan Bergmann yazdı
Change-Id: Id1d1ed3639548b335dff2d9fa5689b90f1ae5f61
-
Caolán McNamara yazdı
Change-Id: I1c86ff5713401771d6002de0a26bad4430d271fd
-
Zolnai Tamás yazdı
Change-Id: I63d1822fd08c997a9432ed09ada6d5299bc658b1
-
Caolán McNamara yazdı
on scrolling with the wheel scroll if the pointer ends up over a disabled widget then the event doesn't go to its parent and so the scrolling halts unless the window happens to be the focus window Change-Id: I57566b5c6e395e0f62d6b928f28e47a0c3486d65
-
Stephan Bergmann yazdı
Change-Id: I7688f3d68be99362e79304bbac041424eee6347a
-
Zolnai Tamás yazdı
Change-Id: I099f2bb007cdd29db25a99ca84e53115a12379bd
-
Caolán McNamara yazdı
Project: dictionaries b310c7910565cb1a4beea309ce404bb533ac6f44
-
Stephan Bergmann yazdı
(What I have on OS X 10.9 $FRAMEWORKSHOME/JavaVM.framework/Headers, but that should already be covered by the preceding $FRAMEWORKSHOME/JavaVM.framework/Versions/Current/Headers.) Also, fix up 359ba1df "OS X: JDK include path for JDK 1.8" to not set JAVAINC twice. Change-Id: I83c0cdc33ada897fcf8b79fb8df737af26687aa6 Reviewed-on: https://gerrit.libreoffice.org/9931Reviewed-by:
Stephan Bergmann <sbergman@redhat.com> Tested-by:
Stephan Bergmann <sbergman@redhat.com>
-
Caolán McNamara yazdı
Change-Id: I18cb4d6939c5fcf765ff3033c67583048b55e4a1
-
David Tardon yazdı
Change-Id: Iac9920b9886fda514e6db35dc89facefeebe4d68
-
David Tardon yazdı
Change-Id: Ib0ad5408078308bf790cbffe10ff1399c6c95dbe
-
Caolán McNamara yazdı
Change-Id: Icbe95429903dd3605acfd659c46f001d838b52c3
-
David Tardon yazdı
Change-Id: I8e13b3516786c817165654190b08cf904c9a4454
-
David Tardon yazdı
Change-Id: I739f5f9b6f0e6a97832136812b289ae27cfaae37
-
David Tardon yazdı
Change-Id: I077d7c9a41793abdf5f001386f44ac407f94a6d3
-
Caolán McNamara yazdı
Change-Id: I79b658fc737ef3dd65039c3b43705505a45fb1fd
-
Markus Mohrhard yazdı
The used index was a sheet local index but the returned position was from a global container. Change-Id: I0b9e9e7e9618c72daf8e6417bca9d3a1cb23abb1
-
Markus Mohrhard yazdı
Change-Id: I056101d146c939ff958c83efc57fd110e8d52509
-
Caolán McNamara yazdı
Change-Id: If7fd95287ba1a28e7b5f5440776859b912d6ad6e
-
Caolán McNamara yazdı
Change-Id: If0c9950c18e6091fafea47954a4654db436a3a44
-
Caolán McNamara yazdı
Change-Id: Ibf78e5cd1620f0b61cae030e3870be4a6f87e71d
-