Age | Commit message (Collapse) | Author |
|
which required making SfxFrame subclass SvCompatWeakBase,
but that makes the relationships clearer anyhow.
Change-Id: I209d05359d50111eacac72c971bb46ccf569ba49
Reviewed-on: https://gerrit.libreoffice.org/10285
Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
Project: help 9b91dd5b4b0f98ff105c2d66bf59cff1e1ff6066
remove redundant dollars at InputBox function and fix invalid Basic examples
Change-Id: Idd6f14e127ba5e3939849b0baf7ec499e69e8695
Reviewed-on: https://gerrit.libreoffice.org/10517
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
It leaks workspace background color (behind the sheet in Writer etc.), which
looks bad as it's much darker now under Windows and OS X.
Change-Id: I29034be86d3cf5537384b325fc6734b4dc05f077
Reviewed-on: https://gerrit.libreoffice.org/10521
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
Change-Id: I6e297a5972bf6d50f99e0533c6f8b15d552de970
|
|
Change-Id: Iaeecdb35c0eaebea8e879f36a21237c98a2c7ed0
|
|
Change-Id: I32255ca073d52616d3e5c9e80f32471e0a7df3fa
|
|
Change-Id: I8544755a1b1a32fdf85823e50cf5db6c4909b485
|
|
Change-Id: Iedd3404931e578c40726d663e5460e9e3af56832
|
|
Change-Id: I6829e0780c051a67fbec7c33f6f45dedaf31d7f1
|
|
Change-Id: I0535517f39508abb3e0b454081e4a64d375ecbc4
|
|
Change-Id: Ic8280478b154b9b132f74e260edea46911cb1803
|
|
Change-Id: Ia1ab167fbfa497bff7e8687995e6df1e9e4bd3b5
|
|
Change-Id: I499f76252d145fc3a3afd2e3646ef81e8055e327
|
|
Change-Id: Ifcf7dd74e06453b9ac4d6a76ac671fd4c6735970
|
|
Change-Id: I01ae59431b666ffb4bdfecb7b4256612a3bda8cf
|
|
Change-Id: I979428a490e9a2a91fa736925f132ae8e1fc9a9f
|
|
Change-Id: Ibea1bc9aba21916ad25f41463ddf4466a8fb5b33
|
|
Change-Id: Ia399dd7995fdbf4c1ce276c835a8812ce6e07184
|
|
- shorttracking by iterating over DrawObjs instead of all SpzFrmFmts
sounds good ...
- ... until you realize this still iterates over SpzFrmFmts to find the
index. Actually it does this multiple times for each find.
Change-Id: I31eb85dffa0177256f50aa2ee98953df1b9efbc4
|
|
Change-Id: I5f02a821e7898e687f566970c2e12ce1a3788094
|
|
Change-Id: Ib68b3d12871de035dbeab6cb963e90ca8b297c08
|
|
Change-Id: I8f56e3ade87a28211f4ae1357795e74d661dbd18
|
|
Change-Id: Ic2b5e14c3a80d826fd6a31023f3821a333aed2d0
|
|
Change-Id: I9983e858c4e634b4cac8ad42fa9b06b7ccc167d6
|
|
For now, just disable this test on OSX <10.6.
Change-Id: I5f41f0d0dc3d6c48d27f5276268af3b47a71c7fc
Reviewed-on: https://gerrit.libreoffice.org/10458
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
|
|
nTransparancy will be left uninitialized if unstuffing the value from
the Any value fails.
Change-Id: I06a5853066edeb39b811bf12fd09afbc11792add
|
|
There is a special SwFieldMarkPortion sub-class that is supposed to be
created for these, which overrides Paint() to do nothing; unfortunately
at least for the CH_TXT_ATR_FIELDSTART at beginning of a paragraph
a plain SwTxtPortion is created, because the check of rInf.Len() is
checking the length of the _previous_ text portion; the call to
rInf.SetLen() only happens after creation, in last line of
SwTxtFormatter::NewTxtPortion().
This problem affects RTF and DOCX files since commit
c6b99eedda03461202f9bf012a422dfd81da72ec.
Change-Id: I447b21e841d22558d689f0f244d811c32e4923ec
|
|
Change-Id: I4841929ac8f1a50892d72f7b2a32ba2f55b62a85
|
|
Change-Id: Ib73464cbd9ddc644b008ab7fdcab5ca70dcaa2f1
|
|
It's horribly broken and it would resize text box
horizontally which is not supposed to happen.
Change-Id: I201ec8dbcddca56d21bf46ea8ee838d01923c442
|
|
Change-Id: I981febb02074ed323732ef7c19e89f1e946604f1
|
|
aTextCharacterStyle contains font theme color set in Shape::createAndInsert.
Change-Id: I55e66aeaa7176fbd3f64dcdf075d411f460947d4
|
|
Change-Id: Iedf67b5591d84963e1caf3e8d9d17d42175bb604
|
|
Change-Id: Id4fd8c4f34e8ed07044eb428049731c4b9b694ca
Reviewed-on: https://gerrit.libreoffice.org/10507
Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>
Tested-by: Lionel Elie Mamane <lionel@mamane.lu>
|
|
Conflicts:
sw/inc/dbui.hrc
Change-Id: Id224fd3a99abe8ec497a38c40b099dd7ae917890
Reviewed-on: https://gerrit.libreoffice.org/10494
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
Project: help e9575a3898d718bedbaaaea124f56056b8656037
|
|
Change-Id: Ic297fc0f8afb1d78267c1db96601acdc33372654
|
|
Change-Id: I43049f1164e2bcdf46cbe0b4d145d96fbd27c5d4
Reviewed-on: https://gerrit.libreoffice.org/10491
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
Change-Id: I0f0aa7ea9521d4be6b0e16206a39bc61e38ffd84
|
|
Change-Id: Idcd50d38db91b8c1c17a98a76e755322a44bf386
|
|
Change-Id: Iebb43895c7f8a2f1935f3532d4becaca7c2721af
|
|
Change-Id: Ica24e4a16db8e0016629234ca490374b5f86a7a6
|
|
Change-Id: I00c2346d1499f06fcde678cfcf8c19dd795c6a5a
|
|
Change-Id: I0ded0e6dc4976cc13b1d60ce87ea02c01ed22490
|
|
Change-Id: I1495cbae761d430f94bd7701a3a27b864c8015dd
|
|
Change-Id: I7174fdafe6750d45ed8f537825dc1dfa637f1a53
|
|
Change-Id: Iac499e054732726f8dd8ce70969fcd5fc8ed48a0
|
|
Change-Id: Ie67c92305b77ae066ffeb4d0a0b8bd0a4f8aef3b
|
|
The callers in dispatch.cxx use methods that were removed by commit
a1ce4fb4f0dbc3c4141f510e5b2b732a24d862c8 - not sure if this warning is
useful or not.
Change-Id: I8bb654de8e26c054318dd2037055a85d013c8bfa
|
|
in MetafileProcessor
(cherry picked from commit 02e2c7b225036c6478a1f7e8315a9c8361025a7f)
Change-Id: Iefefc36c040507795bc2c25fe8d4a610eb12adb9
|