Age | Commit message (Collapse) | Author |
|
Change-Id: I0ef2e67f6d61e0ce118c0f5e926b8194ef9d8058
|
|
Currently .uno:zoom is used for the topmenu and submenu.
Deleting the '...' behind the text will delete it for both,
which is not correct. Therefore I introduce .uno:ZoomMenu for the
topmenu.
Change-Id: I75bcae572be0cca7216c34d81e0b99f4c59c0aab
Reviewed-on: https://gerrit.libreoffice.org/8503
Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
Tested-by: Maxim Monastirsky <momonasmon@gmail.com>
|
|
Change-Id: Iebde4e596975560ae5870ded89a2b51f024e8d39
|
|
Change-Id: Ifd24c4520f1c445af5443ed8e81bb6c6c47cd64c
|
|
Change-Id: I4d87fb217504b0089df6d572cfa7c0d5426a897c
|
|
Change-Id: I2536a7a2310aaa95fba7891472f0afe58713014c
|
|
Change-Id: I96c7d101d4bb6efbd9a93ea8ef4b8e5bd878c6ea
|
|
It was using a bool parameter, but passing various constants
through it.
Make the constants into an enum, and use the enum in the GetAttribs
call.
Change-Id: I3010397dfe83b24db3946b9dea2fb37f4393abdd
|
|
Change-Id: I7c8e9f33e8b36cb36a0e0e4f4be4241b23df270b
|
|
It appears that the C++ standard allows overriding destructors to be marked
"override," but at least some MSVC versions complain about it, so at least make
sure such destructors are explicitly marked "virtual."
Change-Id: I0e1cafa7584fd16ebdce61f569eae2373a71b0a1
|
|
and other cleanups
Change-Id: I1f6a57a6cb7c06a37e9c845fa93815d31008e6e1
|
|
Change-Id: I03e2518c66fef4e40f95a9b68d68f9bb19a947b1
Reviewed-on: https://gerrit.libreoffice.org/8807
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
Change-Id: I64c33ae4c157e270acac9a1f820d3e6272ba0bea
|
|
All detected by SpellCode
https://code.google.com/p/spellcode/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Change-Id: Id8b6723e7d3d8a66f5a657628e1467edda509cfa
|
|
Change-Id: I5eddf8be2a98aa57fdcdf44d390def6522caa25d
|
|
...mostly done with a rewriting Clang plugin, with just some manual tweaking
necessary to fix poor macro usage.
Change-Id: Ie656f9d653fc716f72ac175925272696d509038f
|
|
Change-Id: I1fd02cc148fd9a54d2092dad1e548f51a0813a14
|
|
...where the latter contains SAL_OVERRIDE annotations
Change-Id: Id64794b388d83dfe7026440e8b20a5b5efd412d1
|
|
Change-Id: I065a8074fcafba123898c70eded464aa108e2e9e
|
|
|
|
Change-Id: I3e8370fdfed58afe0c253410465219cce3065808
|
|
Change-Id: I73acb3a150b01114d32274a6842f6db9654b3e63
|
|
Change-Id: I375a72c34e46778385a9fdc24c9ebd0f0a3f3c9b
|
|
Change-Id: I87c5a180566e9da185c2992844e6522e82c17747
|
|
Change-Id: I128430fe446eb517b42a109a868b88d49bbc4eaa
|
|
It's not very efficient, because we generally end up copying it twice -
once into the parameter and again into the destination OUString.
So I create a clang plugin that finds such places and generates a
warning so that we can convert them to pass-by-reference.
Change-Id: I5341a6ea9e3190f4b4c05c42c85595e3dcd83361
|
|
Change-Id: Ib19ecab287396dc6d6cf4a77dcf7072c5c4c84f8
|
|
dependent on body.
Change-Id: I0348155f2429cf7dd3cbe7d71f333879ec6de980
Reviewed-on: https://gerrit.libreoffice.org/8569
Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
|
|
Change-Id: Id65d309ac085f2b3e5fe8fcaf5f48ab254242bfe
|
|
Change-Id: I56ba87b453e8111a5c54f40eeb52d2998d140ce9
|
|
Change-Id: I56a50ee4a169c8f82c830ebf498f7ead1335f0b5
|
|
- System handles an equation having opening brace and closing brace.
- Whereas it fails to handle equations having only opening brace and no closing
brace, due to which LO crashes with assertion while exporting.
- Fixed this issue and added unit test case for the same.
- Also fixed the same for closing brace alone.
Change-Id: I34a8a635b42bfdfac265fb70b977c0001cd2b4ff
Reviewed-on: https://gerrit.libreoffice.org/8561
Tested-by: Michael Stahl <mstahl@redhat.com>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
|
|
Change-Id: I6cc2ed1777a797c74b4a6d9618af6a62ad5ff247
|
|
Change-Id: I612a4f8ee1e49b1468a2898678660bd66902fc96
|
|
ListBox and related now handle up to sal_Int32 elements correctly.
sal_Int32 instead of sal_Size or size_t because of UNO and a11y API.
Also disentangled some of the mess of SvTreeList and other containers
regarding sal_uInt16, sal_uLong, long, size_t, ... type mixtures.
Change-Id: Idb6e0ae689dc5bc2cf980721972b57b0261e688a
Reviewed-on: https://gerrit.libreoffice.org/8460
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Eike Rathke <erack@redhat.com>
|
|
Change-Id: I07e6642bdf0db3b0f297e8ec01b614f880231aa7
|
|
Change-Id: Id14c393700135b511e520f75d19561667a7f5a51
|