Age | Commit message (Collapse) | Author |
|
Change-Id: I1391780715e7b29a33c3ee647a62780b0b2174a4
|
|
Change-Id: I2e4c9f695529a7692b1624d2bce54441d44806b9
|
|
The cancel button just duplicates back button on Android devices.
Change-Id: Ic0647e4e74d2009b21807467acb63184847a1e25
|
|
* Do it more proper way.
* Do not reconnect on orientation changes without user actions.
Change-Id: Ib5dcb7ef05096b9ee2899d3508961fc52f706729
|
|
Should help avoiding type errors.
Change-Id: I5b15d7e21e3adcff0fd1fe11d5a14c121fbd486b
|
|
Change-Id: I84844a004d2d07809f024ed2e84abcbbba80fb99
|
|
Should be better for UI interaction feelings.
Change-Id: I68322ed71878ec520676d68d821f64041476b800
|
|
Change-Id: I3df33faef2004107cd2a806e536efb63517a18c7
|
|
A Bluetooth pairing dialog somehow sets the connection fragment on pause
so old registration would cause loosing messages from service.
Change-Id: Ie4f6bef96b89a0c2aa86ec00da478831b572e191
|
|
Change-Id: I63808fc96fd235fdb483f95b75d3a13d4402c867
|
|
Change-Id: I79548f9dd1b83ef940e7a1302cf7b728610fed4a
Reviewed-on: https://gerrit.libreoffice.org/5757
Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
Tested-by: Thomas Arnhold <thomas@arnhold.org>
|
|
...this was a regression introduced with
64b993e046f23baaacaff1572b7d2a816588b5ef "finish deprecation of
O(U)String::valueOf()" and it caused e.g. the value -0x100 of the enum member
css.i18n.TranliterationModules.IGNORE_MASK to be written as 4294967040 rather
than as -256. (Though the relevant code is dead ugly, for sure.)
Change-Id: Icb3d3365135bc2a07e438317b70abdf9d74d6d7a
|
|
Change-Id: I9c3b4f84df252e632f02e79e069426fafadee0fe
|
|
Change-Id: I5708992ce73edd96f030ee7bfd5fcd9e0e6fca8a
|
|
Change-Id: I7a5ae7cc0d6a253bbc27db076babedd65c89be1a
|
|
Project: help fdae1bb5ed104b443f19ed026dd2b7d9f67cafdb
|
|
Change-Id: I49a3d67e9c22c1608354b732f8aee27afcf15885
|
|
Change-Id: I687dc152a60d1f5ccdf8d8ca763040cbff74e3cf
|
|
Change-Id: Ie0b0ce5f72c02f4dcdece48fe35bed50af4eb572
|
|
regression from 710f41b7aec8e7d35a0da8be332aa289f98942af
Change-Id: I7c5e41294e072eceb036a24397fbb899a568587c
|
|
Change-Id: Ia536eadc80a969ce16f5d9fb995adfab048b77c1
|
|
- minimal unit for inch is 1/16 and for cm 1/10 (1mm)
- additional tick level (now 4 in total)
- top and bottom tick in addition to the number (highes tick level)
- dynamically draw tick levels depending on the tick gap (should be
at least 6 pixel wide)
Change-Id: I0598b16e32d19eb1294a2358eacbeb19a70966a2
|
|
Change-Id: I633dcd452a0df426421eaccadf648ad06b8e124c
|
|
Change-Id: I099387648988b83d4d4b53f59237906e8f939c6e
|
|
No idea why that seems to work on other platform
but 10.6 SDK does not like it at all
Change-Id: I145b03874ba948cb29c998552e852f29999bc471
|
|
When multiple image child elements are inside a frame, each one is
imported and gets unique name via SwDoc::SetFlyName(). But the
retained one is not necessarily the first one, which is the only one
that may have the original name.
Also the solveMultipleImages needs to return a smart pointer, as nothing
else keeps the image contexts alive.
(regression from 44cfc7cb6533d827fd2d6e586d92c61d7d7f7a70)
Change-Id: I28a8a752f3eed176cc2ebb4c9af11a0dd4d18ea6
|
|
Change-Id: If2d0285a0aa9e3959352b01e1f99ff082dfad01b
|
|
Change-Id: Id1029f777e4f1d03ce7d3fb85ced38deeefca619
|
|
Change-Id: I17c575ce0d4ba55a47a97d86c69a00ef7f822838
|
|
Change-Id: Ica8057c70f5e4b63830c6ffe7fb85269a10b845f
|
|
See http://nabble.documentfoundation.org/About-writeDBLoaderInfo-function-in-dbloader-cxx-dbaccess-module-td4072511.html
Change-Id: I11b8ff569eaaa8ddcaf105e45ef4ee189e71c183
|
|
Change-Id: Idac3a6805700d896b8569d1df79d32ca493c48b3
|
|
We need to swap values of selection in Math when they're make in RTL selection, because Math don't support RTL.
Change-Id: I4f8acfb560fa486ecc9f2569f1f331fa6f28d2d4
Reviewed-on: https://gerrit.libreoffice.org/5722
Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
Tested-by: Thomas Arnhold <thomas@arnhold.org>
|
|
Change-Id: Ic944fc45aded66939a2fc1622536eb3f2d80d764
|
|
This indicates that there should follow the private methods in this class.
However, the visibility constraint "private" was never in this code since it
was added in 2009. So I delete it.
See:
$> git log -u -- framework/source/uiconfiguration/imagemanagerimpl.hxx
ca00697e3dae9a03573d11281fc8d9a4ee391d3d (Sep 8th 2009)
Change-Id: Iac82b79d8cf6cc0c796a5ee97be25d2d24f4fa48
|
|
When click in Elements Dock, we need to put focus in formula edit. Elements window do
this, so this needs to be done in Elements Dock too.
Change-Id: I8265d85fcf997344d8269345260499b3690521cb
Reviewed-on: https://gerrit.libreoffice.org/5760
Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
Tested-by: Thomas Arnhold <thomas@arnhold.org>
|
|
Change-Id: I730617f5ce28149f79d1d22efbfb7eab22e5840d
|
|
Change-Id: Icea434caf7a5de1131bcba72b2133f8643428ecd
|
|
(cherry picked from commit c7d96eed93415894c5ca4522bd32ca06acd88233)
Conflicts:
svx/inc/svx/svdoedge.hxx
svx/source/svdraw/svdoedge.cxx
Change-Id: Id388fa7396751a2e8b5908373ca57eceee1a1af1
|
|
Change-Id: I0c6f2fbd05b3a80826f3bed1b5ac2a1170d6ea5e
Reviewed-on: https://gerrit.libreoffice.org/5753
Reviewed-by: Tor Lillqvist <tml@iki.fi>
Tested-by: Tor Lillqvist <tml@iki.fi>
|
|
Change-Id: I6a7183e8345f9e076fb15c692392cb4029c14640
Reviewed-on: https://gerrit.libreoffice.org/5752
Reviewed-by: Tor Lillqvist <tml@iki.fi>
Tested-by: Tor Lillqvist <tml@iki.fi>
|
|
Change-Id: I80256c748fecf1e5d7ffa73fdcde0ed453455b72
|
|
Change-Id: I0c93ca3875d8cd6fe009018e79847142b4e64bfd
|
|
Fixed some errors after the merge.
Change-Id: I8c0360d7fd04425a00dacb37f673d10efffa0ebe
|
|
Fixed the small bug in positioning the listbox to the right side.
Function ResizeListBox was renamed to ResizeAndPositionListBox.
Change-Id: I3cea54ad5658ee1628935b4975f52fe78c1ff5c3
|
|
Listbox clipping works correcly on the right side and on the bottom.
The function calculations are done from the initial position: if the actual X/Y coordinate + width/height exceeds the visible area, listbox is poitioned up/a bit left.
Change-Id: I17ff28cd23423819b55d7079c6d35484b567899c
|
|
Listbox positioning on the bottom is corrected.
Change-Id: I75af0ff68b24ad26e9c9bd41d91a6ac9d1fa9d1c
|
|
I've added a new function called EditorWindow::GetLastHighlightPortionTextSelection, which gets the last edited word (from the highlight portion), and creates a TextSelection from it. Later, this is used to remove/replace text in the listbox when pressing the tab key. The proble was, that is cleared the whole line, but now, it just clears the newly edited word.
Change-Id: I61b6721696e89002705c9980579023b42ad1faaa
|
|
Wrong TextPaM's caused the autocorrection to insert the string multiple times, this is now fixed. I use the values from the HighlightPortion struct.
Change-Id: I5ff5f01c06738088639186c35eb58ee9ff497d95
|
|
Code completion: parser recognizes extended types ony when the checkbox is checked.
Fixed a crash caused by a misspelled uno type.
Fixed function CodeCompleteDataCache::Clear() to clear both internal variables.
Change-Id: I82fdd2e1cf749237e2e2de4a9a2fc7d07fb7eb4a
|