summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-01-25tools->customize->menus->add is already converted to .uiCaolán McNamara5-782/+0
as is: tools->customize->menus->modify->add submenu tools->customize->menus->modify->rename tools->customize->toolbar->modify->rename tools->macros->run Change-Id: Ie97d74d0b55dd8f24836e24925125f65a0c562dc
2013-01-25Updated coreCaolán McNamara1-0/+0
Project: help 351c2d40cc93737f988ba2b35d0ca26d511f296c
2013-01-25String to OUString conversions in filterRicardo Montania2-180/+178
Change-Id: I944f4d57aba935e513a3d158a46322874fe0df15 Reviewed-on: https://gerrit.libreoffice.org/1865 Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br> Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>
2013-01-25Converted Tools -> customize.ui with the submenus widgets.Abdulelah Alarifi9-0/+3050
Change-Id: I1adfcbb66f4cf919e2e6e9e73dc79ba830a252cf Reviewed-on: https://gerrit.libreoffice.org/1823 Reviewed-by: Radek Doulík <rodo@novell.com> Tested-by: Radek Doulík <rodo@novell.com>
2013-01-25CDR: Actually apply the patchFridrich Štrba1-0/+6
Change-Id: I9ffd7123b8f79128c559f30eade6ae49bf809981
2013-01-25CDR: We want ICU_LIBS always empty since this is a static libraryFridrich Štrba1-2/+3
Change-Id: I90730e08b07182fa73a1e3a60bed6da11cfd9e06
2013-01-25CDR: Override pkg-config with SYSTEM_ICUFridrich Štrba1-0/+1
Change-Id: I8c802ae3ee91978bb445a47ba80c64eef355907b
2013-01-25CDR: fix large-angle computationFridrich Štrba1-0/+19
Change-Id: Ia3f937b0b49093fbdbbe259b835a2d8a81633fe1
2013-01-25export page/cell anchoring for xls drawing objects fdo#58360Noel Power1-3/+5
Change-Id: I8f12ce4fedd3da76bab683ac85169186deeb89dc
2013-01-25import page/cell anchoring for xlsx drawing objects fdo#58360Noel Power3-11/+31
Change-Id: I5f6cf9c5f28e8176c1057d50e39c67202bf1f143
2013-01-25import page/cell anchoring for xls drawing ( & ole ) objects fdo#58360Noel Power3-3/+14
Change-Id: I26ee91e683f94b2fdfaadac960b840e088f1f155
2013-01-25Only call getScDocument when neededMarcos Paulo de Souza1-1/+1
Change-Id: I2dca76af46e63b5dd833f5a60549d4b1a7b03d84 Reviewed-on: https://gerrit.libreoffice.org/1861 Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br> Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>
2013-01-25fdo#59779: Set the first page attributes on pooled styles creationCédric Bosdonnat1-0/+1
2013-01-25add mnemonic widgets in numbering options pageCaolán McNamara1-104/+129
Change-Id: I84c1fa8f24504a06563145e224d01abaa5714cf9
2013-01-25Updated coreCaolán McNamara1-0/+0
Project: help 745c3e5b1fdaa4882b4609d303cace6763e063e8
2013-01-25Resolves: rhbz#902694 impossible short-cuts for OK/Cancel translationsCaolán McNamara3-12/+29
auto-adding mnemonics to the first character of OK/Cancel translations suggests short-cuts under various CJK/Indic languages which can't be achieved with a single keystroke combination Some platforms want mnemonic-ed OK/Cancel, some don't. So lets have two translations, one for each situation, rather than trying to automunge. Change-Id: I23e21e79b27ead86f535309ca0efc2adea86ae24
2013-01-25remove redundant HIDsCaolán McNamara1-4/+0
Change-Id: I982b760084cf9ed259432b7c77a865e3f8f13fed
2013-01-25Avoid stray && in the system ICU caseTor Lillqvist1-1/+1
Change-Id: I65a803824fd79cd6ac5136861bba0b64998d0868
2013-01-25Blind "fix" for when using system ICUTor Lillqvist1-2/+1
No point in pointing to nonexistent ICU headers in solver if building against a system ICU. Change-Id: I5a151f3bfefd1913ad84a33d74af749558926312
2013-01-25hand rolled dynamic positioning code can go nowCaolán McNamara2-20/+5
Change-Id: If30c91ea3828f8e4d8ed4c5ac95697fb2817d68f
2013-01-25split up into one dialog per .uiCaolán McNamara6-397/+400
Change-Id: I5473ef07abb1f96aed4cfd96d4fa436ec2f13e64
2013-01-25some minor .ui conversion nitsCaolán McNamara3-32/+41
ObjectNameDialog: - Lets make it resizeable. Set a "width in chars" on the edit box to make it wide enough, that way we don't have to about setting a size request in pixels ObjectTitleNameDialog - Lets make it resizeable, as above. - The original had a scrollbar, so added a scrolledwindow to it with always vertically scroll - For the textview to give it a default height, rather than using pixels I let it take its width by expand to the above edit widget width - For its height, added a non-translated text buffer with 5 blank lines and tweaked the ctor to set that as its permanent height request - GtkTextView maps to VclMultiLineEdit instead of "MultiLineEdit" its a corner case, they should be equivalent, so just changed MultiLineEdit to VclMultiLineEdit NameDialog: - width requests as above - set name_entry as the mnemonic widget of name_entry MessBox: - I set the label to be vertically centered for the resizeable case Change-Id: I9ab9eb76aa64b4d7eaf1c9a738f9c29cd7f7820b
2013-01-25Updated coreCaolán McNamara1-0/+0
Project: help 6ca6ab572bc8b1ab17b43bb277d4909fed910ed6
2013-01-25Object name, description dialog and messagebox ported to UI filesRobert Roth14-415/+588
Change-Id: Iad23998c9ccde22abad9d894af3dd6df7c92564f Reviewed-on: https://gerrit.libreoffice.org/1857 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2013-01-25improve the tests for cached value importMarkus Mohrhard5-27/+36
The test now also tests for Err:* import and checks that these have been imported as error values and not only as text values. Future clean-up: Merge the cached matrix test file into the cached value one. Change-Id: I9c0a06f058ff6620bd7ca169b3bee07a5430997e
2013-01-25improve handling of error cells in cahced value importMarkus Mohrhard2-14/+26
We are finally able to handle error cells of the type Err:* and the patch drastically reduces the number of string comparisons needed during cached value import. Change-Id: I4c0a2ed2561862615fe745d1a556e4004fd28d8f
2013-01-25improve tests for cached value importMarkus Mohrhard4-21/+37
Change-Id: I8e5f8cb351792b53c89658074e41dff3a3c4d9db
2013-01-25a few more fixes for cached value importMarkus Mohrhard4-4/+13
Change-Id: I2b6baedc8232811df1e5525bd2884b54db5a8f70
2013-01-25ICU headers are now copied to solverTor Lillqvist1-4/+2
Change-Id: Ib06a88278d6bf8912ae13de2c44e1cedeb046428
2013-01-25Deliver the ICU headers for realTor Lillqvist1-6/+168
Change-Id: Id740d54a36d9b094b728b840f362c7a8e182cfec
2013-01-25Trying to use wildcard to deliver the headersFridrich Štrba1-3/+3
Change-Id: I684ad3e2050dd07958c4bf2267c20274958c5673
2013-01-25set mnemonic widgets in autotext dialogCaolán McNamara1-0/+4
Change-Id: I1f9204c40024bcc7b5de407f134c2aa8f64414c4
2013-01-25set mnemonic widgets in edit categories dialogCaolán McNamara1-0/+4
Change-Id: I8b284dac86e47851db9f380d274ce5a2b2863046
2013-01-25set mnemonic widgets in exchange databases dialogCaolán McNamara1-0/+2
Change-Id: I034763480bae904feec2329c50d6ee06d0ee863a
2013-01-25set mnemonic widgets in asian phonetic guide dialogCaolán McNamara1-1/+11
Change-Id: I0f41fb345b8f0822c98f19bc9de2c7e9c15133a9
2013-01-25set mnemonic widgets in table text flow pageCaolán McNamara1-49/+54
Change-Id: I00a5ca16a868251d58f9106365a2efcc7a86d3aa
2013-01-25callcatcher: update unused method listCaolán McNamara2-23/+5
Change-Id: Idbd84e9d22d130361e7d9e0d7c27d3d6df73095d
2013-01-25Updated coreCaolán McNamara1-0/+0
Project: help 7cd661f12ff18a7a95573e034d92e025198843a1
2013-01-25Deliver icu headersFridrich Štrba1-0/+12
Change-Id: Ic62f18c8aa29b0f0b158f3d3a9988703def899d3
2013-01-25Gradient::operator==: amazing how nobody noticed this for 13 yearsMiklos Vajna1-9/+9
Two Gradient instances equal if all of their members equal, not any. Change-Id: I313c1b145005f295f47b27e7af7ec96d5ee6168f
2013-01-25SwFrm::PaintBackground: paint gradient in layout if SvxBrushItem wants itMiklos Vajna1-2/+4
Change-Id: I72eec18ac6265fd2e0df06eb68115d1d0034be15
2013-01-25text::BaseFrameProperties: add FillStyle and FillGradient optional propertiesMiklos Vajna8-2/+42
Change-Id: I854cc5e4da2ce87ef4a7af6e9c0cf6f208714e4c
2013-01-25SvxBrushItem: extend this with a vcl Gradient and drawing::FillStyleMiklos Vajna2-2/+76
So Writer fly frames can have gradient info as well. Change-Id: If59ae9092fedabbe112f034e13fbe801815ebaaf
2013-01-25Trying to fix libcdr buildFridrich Štrba2-10/+4
Change-Id: Ifcadb0e7be11d32e370b578e21f5d8881bab640f
2013-01-25Uploading libcdr 0.0.10, hoping it worksFridrich Štrba8-771/+25
Change-Id: Ibf21b856c0f9da276df60680513421be3c871a2d
2013-01-24bnc#798271: Don't delete the PropertyMapEntry instance prematurely.Kohei Yoshida1-21/+19
When using comphelper::PropertyMapEntry array to create a UNO property set, we need to make sure we keep this instance while the property set object is alive, else it would cause a very hard-to-debug problem down the road... In this particular case, the aExportInfoMap array instance was destroyed when it went out of scope, but the xInfoSet which references it was used afterward. Change-Id: I02132b6b2e6bef7b461f0f77c2c4a3e911e42014
2013-01-25sal_Bool to boolTakeshi Abe21-75/+76
Change-Id: I3a18222fe21c05edc87e480086be7e4faef3219c
2013-01-25OUString: remove namespace and chained appendsMatteo Casalin2-12/+8
Change-Id: I1eb7e61f3151c0469db26c69439e16be0f7063df Reviewed-on: https://gerrit.libreoffice.org/1833 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2013-01-25String cleanup in filterRicardo Montania2-8/+8
Change-Id: I5678cd4f0bbfc1603bb7f3881adb4359a25ddbc5 Reviewed-on: https://gerrit.libreoffice.org/1848 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2013-01-25fdo#48086 - add help for impress (insert -> animated image)Joel Madero4-0/+12
Help file was already available, just added the button to the UI dialog for Presentation's insert->animated image modified: sd/source/ui/dlg/animobjs.cxx modified: sd/source/ui/dlg/animobjs.src modified: sd/source/ui/inc/animobjs.hrc modified: sd/source/ui/inc/animobjs.hxx Change-Id: I0dbc51f0630d8df001cb17c7465d0e599a5f7815 Reviewed-on: https://gerrit.libreoffice.org/1849 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>