Age | Commit message (Collapse) | Author |
|
Change-Id: I2c04b004e190e071e5977c06a8f5d878870bc966
|
|
Change-Id: Id57eb51b69e50be78f85d19a7b3623c1acdf6509
|
|
Change-Id: Ibf958dbfbf7cdbe6ad31d390138be8d4d468c225
|
|
for i in `find . -name *.src -or -name *.hrc`; do FILE=$(cat -s "$i"); echo "$FILE" > "$i"; done
Change-Id: I2bac5ad3e1eb3c566e5c867ccf45893a19e1561e
|
|
Change-Id: Ie6dbe87599c9cf53c7b9cc6becb9438e62cdb537
|
|
Change-Id: I42787db31769e8bde984c5f4f0aa90335e889b1c
Reviewed-on: https://gerrit.libreoffice.org/9356
Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
|
|
copying from mspaint to writer and then deleting the image in a loop will
eventually exhaust all memory.
regression since 004a29b9ac66f68af5ea12a2303a4b2be77d8145
Change-Id: I381285cda3823de7df0c1725a339943caf9536fe
|
|
Change-Id: I50bc7ab36690e572825109de9f0b1bb11d26867f
|
|
Change-Id: I7df56e7549e8ccccdfa9ca1b88f85e8c81e4a946
|
|
ResortChildren() does that at the very beginning.
Change-Id: I696c9d796cc6631048fb3d9409d6eda1085a7612
|
|
This also fixes memory leak via nested calls of release().
Change-Id: I3ba90901366319bb3ee870903130042b375f733c
|
|
Change-Id: I3e51a62710bb46c8255fd228d41d9300c90a1fb5
Reviewed-on: https://gerrit.libreoffice.org/9360
Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
Tested-by: Thomas Arnhold <thomas@arnhold.org>
|
|
Change-Id: Ie6c546ee085b20bd3eb39cdfb7b38394c0a35b67
|
|
This reverts commit d812b784313ed85ae5085d54a3ae50aa064c053c.
I added that code in preparation of changes I'm doing.
|
|
Change-Id: Ibb0dda4b48c711e72574c3f5aec9e3d1186d1526
|
|
Change-Id: I511412f8b6d8ac2fcbac738d1ef5e6d5cd9928bb
|
|
Change-Id: I1c8b193c336d4fcb765e51e059032f84126b270e
|
|
Change-Id: I509299306ab6cd97c96e9a26d4674f983bbffbec
|
|
Change-Id: Ia249608d5166273bb6be7b52185d48dffbc918d9
|
|
Change-Id: Ie4b6ea734d8ab77060848cd813b44d0727eb47c4
|
|
Change-Id: I5ca9e212374821de425729863c82f7b4699487a7
|
|
Change-Id: Ic8be508bff3767f2f8ab1146447b3fe4bffff3b3
|
|
Change-Id: I1a52b9ce7b590e8cf274a2daaa1c55cfc1efe48b
|
|
Change-Id: I8f63bc51c48d69eaa81bf080b05747c026871f08
|
|
follow to commit ff1a7a59434f5f793d4044aad615bcf78148e963
"RFC: add IsValueChangedFromSaved to VCL button and listbox"
Change-Id: If2e6d9e7c18590dc4abbc90362d7897ca2557dd6
|
|
Change-Id: Idd9a3ccf0eb6d14cec158daa17a6b2da625f7ffa
|
|
...so declare them as such. This avoids the recurring mistake of storing such
IDs as sal_uInt32, truncating in 64 bit environments, causing RemoveUserEvent to
potentially not remove the event, it thus firing "too late" and probably causing
a crash.
While at it, consolidate the trivially unnecessary overloads of both
Application::PostUserEvent and Window::PostUserEvent. And in each of them, it
looks like deleting the mpLink member was missing from the failure branch.
Change-Id: Iab13afbb06e12ac15dec6a6b5b85a7e402a3c654
|
|
Change-Id: I0921fcef306f1ca60196fc9dfa2652e91db63004
|
|
Change-Id: I66a9d45089039c332b3fe7e279a27b81f8bb4aea
|
|
Change-Id: I89dc5d25b37169ebc1581ebf957d33dd7b0e204c
|
|
Change-Id: I66e443b5b641aaf16e1918f139a6b6a173ef7d4c
|
|
Change-Id: I9906b4e58fd8672e51f6aa2e56ec68bb28772500
|
|
Look for code like:
xxx ? yyy : false;
Which can be simplified to:
xxx && yyy
Change-Id: Ia33c0e452aa28af3f0658a5382895aaad0246b4d
|
|
This is the same like 1139d618b8bc6ab823a96184bd0f0257980aad24, for docx.
Change-Id: I1ef4e18444e8c60e9ae8f67249bcef1053f0d62d
|
|
Change-Id: Iadb8bb134e3ecda974b8a9d8589fdc5ed02907f0
|
|
|
|
Change-Id: I7fec37c5edd42d974bddb4abbecb0d2b3dd86f14
|
|
so the graphic gets swapped out Xms after the last use and not Xms after
initial creation regardless of if it got used a moment earlier.
Change-Id: I1458f307d090ecd8d8d031b545f23e78bf1bcb67
|
|
Change-Id: Ibe8bf3070fb64b447315b280c7c06a7851f7a7ed
|
|
Change-Id: I9f975d99893135b414c749c4fe86912362375c4e
Reviewed-on: https://gerrit.libreoffice.org/9162
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
DeactivatePage() goes from returning long to returning bool.
StartRenaming goes from returning long to returning bool.
AllowRenaming goes from returning long to returning a
constant from a new enum.
Change-Id: Ib87e8d7ceb4e23846547257b358ca4dfd41eb6ca
Reviewed-on: https://gerrit.libreoffice.org/9161
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
Renamed functions:
+ supportsOperation -> SupportsOperation
For consistency
+ DrawAlphaBitmap -> DrawDeviceAlphaBitmap
I want to make it more clear that these are the functions that call
on mpGraphics to actually draw on the graphics device
Change-Id: Ic4951bfcc0ac0c09fe5b6908dfdf1f699a634265
|
|
f7feb4227d83f4f095597a44826277aaae2bc0df stopped any newly opened documents
from being added to the "History" list (and instead adds them to the picklist),
since the history list is not used anywhere else, and since the picklist performs
an equivalent function, it makes most sense just to use the picklist to populate
the list of URLs.
Change-Id: I5a06e7fefe3dc1fbe266f3191de4fbac03601858
Reviewed-on: https://gerrit.libreoffice.org/9104
Tested-by: Andrzej Hunt <andrzej.hunt@collabora.com>
Reviewed-by: Andrzej Hunt <andrzej.hunt@collabora.com>
|
|
Also, since this is a utility method, and it does not override
a method from an UNO interface, it does not need to be virtual.
Change-Id: I2dd90331e8ff49572bdfcb6ea2e2e3ed2fd95051
|
|
some of them have no copyright header
Change-Id: I9c2c0c859dabe231cb29af29290847e7b4aa46a3
|
|
Change-Id: I82d9727c4f991c606a19b9eba27732e7e2397db6
|
|
* mostly fallout from ui conversion
* some completely unused defines from src files
* lots of unused HID ids
Change-Id: I976561205798db3d06ee139de6223f638e58f47a
Reviewed-on: https://gerrit.libreoffice.org/9142
Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
|
|
Change-Id: Ia7ed41a0d0bfa24a64f6d140922c095de5dd9c0c
|
|
Change-Id: I7771fbb76fe83ba605cb6b86824396c2b1414253
|
|
Change-Id: I14ce77fe16acdf6491ce49cdbe7550ef303f0ff9
|