summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-04-23cppcheck: redundantAssignmentCaolán McNamara
Change-Id: Ib296edde6e1f3996cbfe46c77810bb5c3da6db73
2015-04-23cppcheck: zerodivcond gold, address preview crash on key inputCaolán McNamara
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
2015-04-23Assume use of GdkFilterReturn instead of bool was a glitchStephan Bergmann
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
2015-04-23tdf90782: Restore string and fix Manage Names dlgOlivier Hallot
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>
2015-04-23ICONS: Fix some line icons in industrial and sifrYousuf Philips
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>
2015-04-23TANGO: Add small zoom & pan iconYousuf Philips
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>
2015-04-23Use vector<bool> instead of vector<sal_Bool>Stephan Bergmann
Change-Id: Ibcaf1aeb773bb840c1d7a71b869137f21970eda1
2015-04-23svx: nPolyAnz -> nPolyCountMiklos Vajna
Change-Id: I811806d7214f7bbf78e20500e7c8310f3f1b0e25
2015-04-23Fix applying of theme fonts sets, add new / rename old variantsTomaž Vajngerl
Change-Id: Ie2e245a812643e8a5677ee79622eb19d8460b777
2015-04-23Modify tint/shade for theme colors, different shades for headingsTomaž Vajngerl
Change-Id: I6e6fbcb64f14c1abe07902c4dd53ef154aae29f7
2015-04-23make "Styles & Formatting" preview HiDPI awareTomaž Vajngerl
Change-Id: I6f167bc8310b75dbe8bddbfe331853dc6d17c9fc
2015-04-23that test case is not necessary anymoreMarkus Mohrhard
It was just my initial test case to get that working.
2015-04-23put these into an anonymous namespaceMarkus Mohrhard
Change-Id: I3cd5c48843dcba17caa84b8ea5a8fb21c4623370
2015-04-23that has been implemented now, remove from readmeMarkus Mohrhard
Change-Id: I71d61f09acb715ec037c8609b9de1e3bfd5340f9
2015-04-23we should not try to export an error bar in that caseMarkus Mohrhard
Change-Id: Id209c5b3af04d93b6aae4043d20144d01d5b92a4
2015-04-23don't use a prefix for double valuesMarkus Mohrhard
Change-Id: Id2af88909281d5367d99ae06b66c70e00e282abf
2015-04-23move one more bool a prefix to bMarkus Mohrhard
Change-Id: Id45b20e2216781e346746723856a2b4dfac81df9
2015-04-23add test for line only chart export, related tdf#90728Markus Mohrhard
Change-Id: I4c8319b1b675297c25a70584e151cf985870c0f8
2015-04-23Revert "-Werror,-Wunused-const-variable"Thorsten Behrens
Actually used with follow-up commit b94de8fa13faa2849ead136d22cfb46f7d3bfddc This reverts commit e24a02dc29d6e750ee4270dac429c8416c5b738c. Change-Id: I0f8226f756c7b3a813600351cc1be9bbbbcf67c2
2015-04-23disable column and row labels by defaultMarkus Mohrhard
Change-Id: I9aa762166a2e15bf506cafccbc4c2afe1e0d41e2
2015-04-22tdf#90090 - customizing and positioning additional toolbarsYousuf Philips
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>
2015-04-22Related tdf#88056: Use correct service nameKatarina Behrens
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
2015-04-22Related tdf#88056: more UNO stuff was missingKatarina Behrens
Change-Id: I42fae657084878f0d476b40dd5d04fadc5e34bdb
2015-04-22Clean up odd sal::static_int_cast<sal_Bool> usesStephan Bergmann
Change-Id: Idbd1cdb06315b96dc9f45e34108a1af45229ed2f Reviewed-on: https://gerrit.libreoffice.org/15484 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2015-04-22Blind fix for Executable_gtktiledviewerStephan Bergmann
Change-Id: Ib252b4fb98663a8a6aa76dddedc80596230097e8
2015-04-22gtktiledviewer: implement search using .uno:ExecuteSearchMiklos Vajna
And using boost::property_tree::write_json() to marshal the parameters. Change-Id: I0027b6e1ce6c8d3b0b3a84642c76595eadc3db5f
2015-04-22zlib is not needed anymoreDavid Tardon
Change-Id: I7b13cbf041841236aa4218837d6ed4f2364196ce
2015-04-22both scientific formats are of type medium, tdf#88835 follow-upEike Rathke
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
2015-04-22fix export of ooo63048-1.sxw to .docCaolán McNamara
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
2015-04-22no need to take addressCaolán McNamara
Change-Id: I76e8240b8e2fc731b5b6534eba37134db93ad4ed
2015-04-22tdf#85769 Avoid writing font name attribute twice, by ignoring empty valueMatúš Kukan
Change-Id: If2491db482fc6eebc5d28f03ace12a89ac6c0a0f
2015-04-22Bin confusing --enable-mergelibs=all optionMatúš Kukan
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
2015-04-22tdf#90782: better string also for Manage Names dlgOlivier Hallot
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>
2015-04-22Related: tdf#90782 Switch to a single-column layoutAdolfo Jayme Barrientos
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
2015-04-22Remove a superfluous “Options” frame which enclosed only one widgetAdolfo Jayme Barrientos
Change-Id: I1ec58cdc2d8b3f080638918e44ee853cd0a5ed58
2015-04-22-Werror,-Wunused-const-variableCaolán McNamara
Change-Id: I2d150a8b387052e917f985907e2a7334682f1dc8
2015-04-22desktop: fix Android buildMiklos Vajna
Change-Id: I6176a2fa39bfbe21c5851cbcc15ae6dc8322b117
2015-04-22lok::Document::postUnoCommand: allow passing argumentsMiklos Vajna
Change-Id: I6c24a8e392473f3985d3bde9b76a3148fd03bc9a
2015-04-22Remove some deprecated AccessibleShapeTreeInfo member functionsStephan Bergmann
Change-Id: I3cdf1cb2feef1cd107b4d554679038eeb5003898
2015-04-22Fix commentStephan Bergmann
Change-Id: I29b3d3e4e9261200b9fedace0c43f4f09d3ac129
2015-04-22Update to XDocumentEventBroadcaster et alStephan Bergmann
Change-Id: I11633dc1629eac6a1ba79e4b45972a1e4f5fc833
2015-04-22Update to XDocumentEventBroadcaster et alStephan Bergmann
Change-Id: I27904a961a30042608ae4facae9772d30b86696b
2015-04-22Update to XDocumentEventBroadcaster et alStephan Bergmann
Change-Id: Idf481726e322067af8730ef1eb1e663a174a6e3e
2015-04-22Unused #includeStephan Bergmann
Change-Id: I228ba798ccec3f582643734f08ca52e8de3a16df
2015-04-22Update to XDocumentEventBroadcaster et alStephan Bergmann
Change-Id: Ie09223824af45e5e214169182a5cd189fd04f6ef
2015-04-22Unused using declarationStephan Bergmann
Change-Id: I17ed15d857c0887f426fe9e0dfa869752bb4b52f
2015-04-22tdf#88056: Implement import of page title field from ODFKatarina Behrens
the field seems to get imported now, but still ain't displayed in Impress *sigh* Change-Id: I095b9a2c59145f984bc9db853cc22501ca103bb7
2015-04-22fix assert on export of ooo63141-1.doc to odtCaolán McNamara
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
2015-04-22rhbz#1198848: sw: delete *all* table redlines to fix DOCX import crashMichael Stahl
SwExtraRedlineTbl::DeleteAllTableRedlines() increments its position even when deleting the current element from the vector. Change-Id: Ie827a7b66fa9690bbabaf53204e9ec77247239f2
2015-04-22tdf#88835 2 digits in exponent for default scientific formatLaurent Balland-Poirier
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>