Age | Commit message (Collapse) | Author |
|
The compiler generates an error anyway if we would pass a sal_Unicode that is
outside the range of 'char' as the template parameter to OUStringLiteral1, so
if for some reason we would want cSequenceMarkSeparator to be outside of
ASCII, the code would need changes.
Change-Id: I1f6be560d3347cb957e1283dea2f7f7920d3aba7
|
|
But taking advantages of range-for loops is even better
Change-Id: I79c6721ca63482c0ed40dad828ba736eeae92b6c
|
|
Keep 0, which is used in all call places, and remove the unused (and
data-type sensible) USHRT_MAX
Change-Id: I5258ce0d684723e4cf90444314ef55cc2f826f9d
|
|
Change-Id: I3341b307f56f5bcdde7a667aa3968c1444376705
|
|
create one list and share it among all the subsections
possibly a regression from/triggered by
author Oliver-Rainer Wittmann <orw@apache.org> 2014-03-18 14:33:39 (GMT)
Resolves: #i124371# When changing the numbering or bullet styling... of a set
of paragraph which have more than one different List Style applied create a new
List Style and put the paragraphs into a new list.
(cherry picked from commit 0087ca89e3905009ed947c651f3dc70f3d61ea93)
Change-Id: I9416b97d6afe323ac99150fdcc23f71ecea98a58
|
|
Change-Id: I69deac6d830f63aea94f3512ab4156217fbc7b27
|
|
Change-Id: I21a6ea8d76b94e09ae05e63a01d451b776e6ddcd
|
|
Change-Id: I36f0b7113e22b801295eb704b8f5f9df4536eddc
|
|
Change-Id: I60fe718c489fc47d667534560241a8b3eb5f20a6
|
|
Change-Id: Ica69a3c94e674c12619ec0f5c849b8e82dff6090
|
|
Change-Id: I252c2f84a3edc83f069d5983e3fa5f479c289e42
|
|
Change-Id: Ie45dbf981dd63181450b471408879cf8c01655d1
|
|
Change-Id: I5ccad27938941d5b1311bb4fd15353ea8ea34d77
|
|
Change-Id: Ida2def93baf8d389e8000d5c31ac50dea7cd4c1b
|
|
Change-Id: I785df37d61762a4df2b6af18435f668df873625d
|
|
Change-Id: I8a06e0660767f23518952e22cca1b56c16d0bbd1
|
|
becf02e58637276ab80227ffb19aa01c86e4962d removed the last use
Change-Id: Ib72a36961dbe4c6218125f48ed251be964016f9d
|
|
Change-Id: I9a9797c96dfdbf5ca464f863517abd9001845015
|
|
Change-Id: I1400d1bc452d81e1a7596e50d8f9552f026eea08
|
|
Change-Id: I229db9567771a4967065d81fa99fee2c23dbcb3e
|
|
- allow simple passing of the label bools for this
- rename member to match code conventions while at it
Change-Id: I1e754f7f09cd28197185c294a3a8deefc29d05c3
|
|
Change-Id: I27f1770d0e1d3409d51887565f67d4d456ca9692
|
|
Change-Id: Ic8e8a581bb38bf064117f74aab7362da318e21c4
|
|
Change-Id: I3be2699d04359ba9e7d9184c2e69778f0a70d072
|
|
Change-Id: Id9e0bcaf2e961e2d797e4c180aa782cb0e418bcf
|
|
Change-Id: Ibf7967d7a3867d700c855c0aa14f14957ce33717
|
|
Change-Id: I484061f124e5eaadd6e08a17f91dd18faf30b871
|
|
Change-Id: I2ec58d0bfe13fae4fc2141f9b017b5a72e0ba2c2
|
|
Change-Id: I9dcf00607bac820c3dbb26c6de9f6e326df7fb99
|
|
Change-Id: Icb14a036ea9d7636359b6bc5e0af17568c0d54cb
|
|
Change-Id: Iefd4d375a0dfb36732233852f906c6b85dccc2a5
|
|
The mail merge wizard is already modal to the source window. As
long as the mail merge isn't finished, there is is no useable way
to interact with the wizard. So make the progress window modal to
the mail merge wizard to prevent the crashes when the user cancels
the wizard while a mail merge is run.
As the progress dialog can be triggered via UNO, the dialog has
still has to be created as a non-modal floating window, when not
called from the mail merge wizard.
Change-Id: Ie8258323a0d396b40300d44bc0dea76385522847
Reviewed-on: https://gerrit.libreoffice.org/14996
Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
|
|
Change-Id: I53105b9a8a832affd0545fcd69774fad116a2a3c
|
|
Change-Id: I2d526ecb0f11281ad695d6ce158fcb5a3ef739cb
|
|
Change-Id: Ibb2a3ee596402661f2c593754061deb8c54a2f76
|
|
Change-Id: I94ceaafd34caba48965ee58c1fcd9a88bce416f8
|
|
Conflicts:
sw/inc/calbck.hxx
Change-Id: I0322261240bee8795e23669306fb846da0ea706f
|
|
Change-Id: Idc090c9e105f24ef91ef123db03db6d6e67ed1d4
|
|
This reverts commit 5fb7f222f51b93a9dfffa0fe211a5b3e0c83757e.
Conflicts:
sw/inc/calbck.hxx
Change-Id: If25df4d2bbb77328cbb59c003d56eb0f88c73c67
|
|
Change-Id: Id0792a164aea33d0c5d3c71b840e9601d75e4f33
|
|
Has all been obsoleted by LibreOfficeKit.
Only some MOBILE_* constant #defines are now left in touch.h, but probably
those are used only by dead code.
Change-Id: I646945c4408b4e6cd5510da535cfc12088dd391c
|
|
This option allows images and drawings to be skipped while importing
DOC and DOCX, for text-only conversion or indexing.
Change-Id: Id4bfbbe48d8a8e970b1cb5922187768bf94dc918
Reviewed-on: https://gerrit.libreoffice.org/14733
Reviewed-by: Németh László <nemeth@numbertext.org>
Tested-by: Németh László <nemeth@numbertext.org>
|
|
Change-Id: I4466af8d40e7860b20a26c5ccf2265ee40c5a9ab
|
|
This reverts commit 0bf4e6e21101a66bb63778ab49006ee90c16ea94,
~SwFmt in sw/source/core/attr/format.cxx contains
SwClient* pDepend = (SwClient*)GetDepends();
...
that is unclear to me how to adapt to this commit's changes.
|
|
Change-Id: Ife8ccbe4625d87d1e3314c75604cb3d947011680
|
|
...because SwBreakIt::_Delete clears g_pBreakIt but SwTxtNode::GetLang (called
indirectly from GrammarCheckingIterator::DequeueAndCheck) expects it to be non-
null. That caused CppunitTest_libreofficekit_tiledrendering to occasionally
fail.
Change-Id: Ia350e2531067dd8308dfa20567cc00e1140f764c
|
|
Change-Id: I80f66686a09dfe629b9aa9f9cb7babe1c5a6edac
|
|
Change-Id: Ice6fb793e3f27abfbf000b4a290fd4f3309e1770
|
|
Change-Id: Ic32f27fe5aa6be115af0d3f28252b98c7b1788a3
|
|
Change-Id: Iaba7852af44248b5479e5ea0c7ccf51561df4c2d
|