Age | Commit message (Collapse) | Author |
|
hammer silver nails into coffin and bury in concrete
Change-Id: I3fda2ff47738bb33793adab97faba2d439ac9a28
|
|
Change-Id: I4278999b9b7d184c26036bbe9e3b98420f461e8c
|
|
This commit removes copy and paste code, creating a constructor for it
Change-Id: I7a66cfda7fc7c11308d155a7a890352fdacfaacc
Reviewed-on: https://gerrit.libreoffice.org/6356
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
|
|
regression since 80df5277585d69be5c3d5f32184db94831113f95
Change-Id: Ifcd8f97fdeb078be1884cfbd7175ab15ac30b23d
|
|
fix of coverity#1038307 Negative loop bound
d9ac156b2d651c1305135938a1e828144aa5742b wasn't complete, it assigned possible
-1 int32 to unsigned value before comparison, so -1 not detected.
Change-Id: I6c2805acae8e776902d74c641e01c036193ce3d8
|
|
Change-Id: I694d81d17fac5fbd964937dc654ebd764af90842
|
|
What we want here is *all* the scripts in the range, that's the whole point of
using SCRIPTTYPE. We use this to determine the font to show in the fontbox. If
it's an exclusive script then we can show the font that that script, and if
there are multiple scripts we know to set it empty.
With the other intermediate bugs out of the way, this now appears to work
correctly.
Change-Id: I58426123602d70c151bd878e96fa5cbab7d3fd3e
|
|
Change-Id: I5da9114a3fd8330df2b63dc9187323765d305791
|
|
Only in editengine could we have this fiasco.
There are two ImpEditEngine::GetScriptType's
a) sal_uInt16 ImpEditEngine::GetScriptType(const EditPaM& rPaM, sal_uInt16* pEndPos) const
this one returns i18n::ScriptType
b) sal_uInt16 ImpEditEngine::GetScriptType(const EditSelection& rSel) const
this one returns SCRIPTTYPE
Could there be a better way to ensure that mistakes will be made.
Anyway, within variant b, with an empty edit engine
ImpEditEngine::GetScriptType calls GetI18NScriptTypeOfLanguage but *that*
returns i18n::ScriptType's not SCRIPTTYPEs but when there is content then a
SCRIPTTYPE is truly returned.
Change-Id: I3a4a7c8746728e0fdfb25d961004c8339a24c93d
|
|
Change-Id: Id6eaba19e89236716db2a0db9f557216d9402c66
|
|
Change-Id: I1e2eaeba47e16e6b261c4c382ec10166eb08d7f3
|
|
Change-Id: I4d8070e6c9441a39094d499c433e5009f093d823
|
|
so the maLRSpaceItem( 0, 0, 2000, 0, EE_PARA_OUTLLRSPACE )
in sd is considered the same value as the default
all 0 EE_PARA_OUTLLRSPACE.
But why the change of the Which id triggers this apparently
always there underlying problem needs further investigation
Change-Id: I41ef93cf8992f2b5cc72ddb474c54525415657b4
|
|
Change-Id: I2c3781b30054662c21e4c1fa984e36c3898c5c3d
|
|
They shall never be used.
Change-Id: I019c88b1511a67175d782777cd41e0ec0434f497
|
|
Change-Id: I633e3bb633317eeb61cd804faf20e79312f569f7
|
|
Change-Id: I7f6ba0735830b55e35b7e352a5e31fdda47a8dfb
|
|
One is for the cased string and the other one for the non-cased one.
Change-Id: I798687f2efecaaea73a09e0b3348f85a9d9e8c07
|
|
Change-Id: I683c0d30c3286ed5d725d4eefe8b3977b82ee316
Reviewed-on: https://gerrit.libreoffice.org/6035
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Tested-by: Stephan Bergmann <sbergman@redhat.com>
|
|
Change-Id: I2fc3ce4f0c2291d402cb470346d5561373fb51e7
|
|
Note that a single edit text object may have multiple string ID's in case
it consists of multiple paragraphs.
Change-Id: Ie90541de38a639c30a010817dada389e9445d08c
|
|
Change-Id: I1adb57279db0afeb8387599ec11984380e5a2e4a
|
|
Change-Id: I0a463c38214b95582db2c7b3979367255426c14e
|
|
Change-Id: Ia0bba3c1610dce5d364fb584f04e0b66cc41fb20
Reviewed-on: https://gerrit.libreoffice.org/6077
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
...as needed by Clang trunk towards 3.4.
Change-Id: Ibbfe9cb0ec03e0aed939d769feee9e046af4741f
|
|
Change-Id: I8e382aaa44144693d99c0442942e25f3b5a9b297
|
|
Change-Id: I0daea62642ea19e500287681070ebfd071d08da6
|
|
avoid crashing anyway, though unknown how to end up in
this scenario
Change-Id: Ib602c73478e5c4772cfef73f70c67ad22877a39f
|
|
Change-Id: I634e1fc2b63461d94a9e7d27c809d559740da7c0
|
|
now that Caolon has fixed the bugs in the auto-correct
Change-Id: I06c31c22974fd23c6e6c14f1b3d0b6411712753f
|
|
Change-Id: Icb7850aaabe59f96ea26a665a8d25617b2741d68
|
|
Change-Id: Ia474ee07b1bd411eae8cd1ddd55c4fa83dbd5f47
|
|
Change-Id: Ib5c3a2daa4a48bc286b14fa2cebb3306ea0012bc
|
|
AutoCorrect option "Add non-breaking space in French..." insert
non-breaking space (hard blank) and avoid recognition of percent
number and time number. This patch treats hard blanks as soft blank
in number format recognition
Rev.#1: change #define to const variable. Same change in svxaccor
Rev.#2: improvements
Change-Id: I30c2c36778cb53a0238a0829043dad4d709f97d2
Reviewed-on: https://gerrit.libreoffice.org/6015
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Eike Rathke <erack@redhat.com>
|
|
Change-Id: Iac32c42afef80e01af70479e5b2f9de4e1dfab26
|
|
Change-Id: Ic0a2fd3c1adeb55ec27f6a2eb4709be598120fba
|
|
... as several tags (i.e. renamed) may map to the same LangID.
Change-Id: I8202b18ea0dc8034522017be59bb104b3d06c0f4
|
|
which makes autocorrect in the editengine work again
Change-Id: I97d56448e4abd6e563479ffee706b86cb04199ec
|
|
Change-Id: I5ad12b594143a3e9ab2399836d30e48deb656639
|
|
Change-Id: I1cee53bc864efaa4ae3b4462111cad4dc80e82be
|
|
Change-Id: I90c77df2ef8424ece5b8b37097d62bd5e8955616
|
|
Change-Id: I304b74270f73b9f94568edf2613e2581459cc4f9
|
|
Change-Id: Ib76617e3c500268dfe423b9947100f6ce7f0eaec
|
|
Change-Id: Ida2f39b75f73137a4164d95d7f1e9a6cd34a322f
|
|
Change-Id: Id3d2122d949a7ae940e908ee7c82e6f105b68f40
|
|
Change-Id: I843784dbc63501cd533c19f7ed5151fbe8e48d83
|
|
Change-Id: I2b62c782ad538fe12fb3104bcb687c26291e3a0b
|
|
Change-Id: I725d59ad2a4ac7b372cad4d599af1554c4c4b463
|
|
Change-Id: Id3ad483d3830310b8d13c86e407ff88d9a709464
|
|
Change-Id: Iecb8104ea2891d5229e3ecace54e12287d9b0ac6
|