Age | Commit message (Collapse) | Author |
|
Change-Id: Ib296edde6e1f3996cbfe46c77810bb5c3da6db73
|
|
which never happened in practice because the entry never got
the keyboard events.
fix the col/row logic and let it get keyboard input, pass
unhandled events up the chain as normal.
Change-Id: I9fdf73808ef516284edb81f3cd04ccb1a24b8fe5
|
|
GdkFilterReturn is an enum defined in gdk/gdkevents.h, with
GDK_FILTER_CONTINUE=0, GDK_FILTER_TRANSLATE=1, and GDK_FILTER_REMOVE=2, so going
directly to bool rather than via
? GDK_FILTER_TRANSLATE : GDK_FILTER_CONTINUE
doesn't make a difference, and looks reasonable enough like it was the original
intent.
Change-Id: I0ae7a831d847c225c788cd0917f561fe119ccc22
|
|
1) restore previously deleted label which is actually used by the controller
2) put Manage Names dialog in same one-column as Define Name dialog.
Change-Id: Ia5e6d1cf183ba7e0dc5b43b964054caf2f187ed8
Reviewed-on: https://gerrit.libreoffice.org/15487
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
|
|
Line icons were pointing in the wrong direction and the metaphor used
for the diagonal line wasnt as good as the one found in Galaxy.
Change-Id: Ia8a024edd64f3785cbdfd3bf04c979808042ffe4
Reviewed-on: https://gerrit.libreoffice.org/15488
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
|
|
Change-Id: I975229f968f6dc21af197eaa23c47df2fae73622
Reviewed-on: https://gerrit.libreoffice.org/15490
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
|
|
Change-Id: Ibcaf1aeb773bb840c1d7a71b869137f21970eda1
|
|
Change-Id: I811806d7214f7bbf78e20500e7c8310f3f1b0e25
|
|
Change-Id: Ie2e245a812643e8a5677ee79622eb19d8460b777
|
|
Change-Id: I6e6fbcb64f14c1abe07902c4dd53ef154aae29f7
|
|
Change-Id: I6f167bc8310b75dbe8bddbfe331853dc6d17c9fc
|
|
It was just my initial test case to get that working.
|
|
Change-Id: I3cd5c48843dcba17caa84b8ea5a8fb21c4623370
|
|
Change-Id: I71d61f09acb715ec037c8609b9de1e3bfd5340f9
|
|
Change-Id: Id209c5b3af04d93b6aae4043d20144d01d5b92a4
|
|
Change-Id: Id2af88909281d5367d99ae06b66c70e00e282abf
|
|
Change-Id: Id45b20e2216781e346746723856a2b4dfac81df9
|
|
Change-Id: I4c8319b1b675297c25a70584e151cf985870c0f8
|
|
Actually used with follow-up commit
b94de8fa13faa2849ead136d22cfb46f7d3bfddc
This reverts commit e24a02dc29d6e750ee4270dac429c8416c5b738c.
Change-Id: I0f8226f756c7b3a813600351cc1be9bbbbcf67c2
|
|
Change-Id: I9aa762166a2e15bf506cafccbc4c2afe1e0d41e2
|
|
Restoring the line & filling and image toolbars to how they were and
reorganized the standard and drawing toolbar buttons and used OOo
stats to reogranize the buttons in the split buttons
Change-Id: I63117f5a7b1243bd6f359bcd965d240d4237c8ef
Reviewed-on: https://gerrit.libreoffice.org/15483
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
|
|
Now the page title field can finally be imported and displayed in
Impress \o/ It was a simple copy'n'pasta error, but damn, was it
hard to find ...
Change-Id: I04a3c71568960a66721269da3208208e168a99ac
|
|
Change-Id: I42fae657084878f0d476b40dd5d04fadc5e34bdb
|
|
Change-Id: Idbd1cdb06315b96dc9f45e34108a1af45229ed2f
Reviewed-on: https://gerrit.libreoffice.org/15484
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
|
|
Change-Id: Ib252b4fb98663a8a6aa76dddedc80596230097e8
|
|
And using boost::property_tree::write_json() to marshal the parameters.
Change-Id: I0027b6e1ce6c8d3b0b3a84642c76595eadc3db5f
|
|
Change-Id: I7b13cbf041841236aa4218837d6ed4f2364196ce
|
|
Otherwise, with one of type long, we'd need to set that to default as
well, defaults are per type. Visible in a dbgutil build terminal output
when the locale is selected in the number formatter dialog for the first
time:
SvNumberFormatter::ImpAdjustFormatCodeDefault: no long type default
XML locale data FormatElement group of: ScientificFormatskey1
ja-JP requested
ja-JP loaded
SvNumberFormatter::ImpAdjustFormatCodeDefault: no long type default
XML locale data FormatElement group of: ScientificFormatskey1
ko-KR requested
ko-KR loaded
Change-Id: I3e445fff3ca2dd834bd19c609a2ee2f68e704093
|
|
I can't see that nCutPos = rInf.GetLen() makes a lot of sense, perhaps nCutPos
= rInf.GetIdx or nCutPos = rInf.GetLen() + rInf.GetIdx() makes more sense, but
nCutPos is only used in SwTxtPortion::BreakCut and the nLen has to be >= 0 to
be useful in there, so might as well straight-out flat invalidate it as -1 and
test for positive values in SwTxtPortion::BreakCut
Change-Id: Iad0c26efc47990cf2ffed54dc91207c3b8551096
|
|
Change-Id: I76e8240b8e2fc731b5b6534eba37134db93ad4ed
|
|
Change-Id: If2491db482fc6eebc5d28f03ace12a89ac6c0a0f
|
|
It was most probably not working anyway and is something different to
libmerged, which intends to merge only core set of libraries.
To build everything into one library, approach similar to what we do for
Android could be better idea.
Change-Id: Id5b8c2fa2b26e8faaaeb022ea55eb2e39909e875
|
|
Change "Manage Names" dialog as well with better strings
Change-Id: I4bbb44976a4a9057cc793409281bad567c3a3b4f
Reviewed-on: https://gerrit.libreoffice.org/15482
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Eike Rathke <erack@redhat.com>
|
|
Now that a label has been made longer, this will save space.
Also, removed a now-redundant explanation to reduce the number of
translatable messages, and dropped a spurious “yalign” value.
Change-Id: I46652effa364a867c8df28fb9373c48ab2fd2d74
|
|
Change-Id: I1ec58cdc2d8b3f080638918e44ee853cd0a5ed58
|
|
Change-Id: I2d150a8b387052e917f985907e2a7334682f1dc8
|
|
Change-Id: I6176a2fa39bfbe21c5851cbcc15ae6dc8322b117
|
|
Change-Id: I6c24a8e392473f3985d3bde9b76a3148fd03bc9a
|
|
Change-Id: I3cdf1cb2feef1cd107b4d554679038eeb5003898
|
|
Change-Id: I29b3d3e4e9261200b9fedace0c43f4f09d3ac129
|
|
Change-Id: I11633dc1629eac6a1ba79e4b45972a1e4f5fc833
|
|
Change-Id: I27904a961a30042608ae4facae9772d30b86696b
|
|
Change-Id: Idf481726e322067af8730ef1eb1e663a174a6e3e
|
|
Change-Id: I228ba798ccec3f582643734f08ca52e8de3a16df
|
|
Change-Id: Ie09223824af45e5e214169182a5cd189fd04f6ef
|
|
Change-Id: I17ed15d857c0887f426fe9e0dfa869752bb4b52f
|
|
the field seems to get imported now, but still ain't displayed
in Impress *sigh*
Change-Id: I095b9a2c59145f984bc9db853cc22501ca103bb7
|
|
if bAutoStyles is true then the mbDoSomething of the SvXMLElementExport is
false, and the ctor/dtor doesn't do anything so any attributes added to the
exporter are not cleared by the SvXMLElementExport dtor
so only add the attribute if bAutoStyles if false and might as well extend the
block to cover the use of SvXMLElementExport and use the other ctor which
defaults mbDoSomething on
Change-Id: If35cd35e902372562fd7e78b3f970d91fcec3c16
|
|
SwExtraRedlineTbl::DeleteAllTableRedlines() increments its position even
when deleting the current element from the vector.
Change-Id: Ie827a7b66fa9690bbabaf53204e9ec77247239f2
|
|
Modify all locale data to set ScientificFormatskey2 (0.00E+00)
as default for scientific format instead of ScientificFormatskey1 (0.00E+000)
Change-Id: Ib8f3d22af82c078468ea70ebae0b078ac55a0003
Reviewed-on: https://gerrit.libreoffice.org/14593
Tested-by: Eike Rathke <erack@redhat.com>
Reviewed-by: Eike Rathke <erack@redhat.com>
|