summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-01-26callcatcher: update unused codeCaolán McNamara
Change-Id: I80e562eac2b8578073993c5ebf01943ecad4947d
2013-01-26get rid of some XubStringsCaolán McNamara
Change-Id: Ie522330aa1470677ddcc8f9e6d76bbf4a63a9712
2013-01-26remove unnecessary calls to copy c'torMarkus Mohrhard
Change-Id: I78ef9901a42e65c5d7fb6f8048a114ba23f9ce98
2013-01-26remove some data members from the classMarkus Mohrhard
Change-Id: I69df18c7b613673834613d49ab0d58bbee9cc0df
2013-01-26this test case must be changed a bitMarkus Mohrhard
The old way was just plain wrong. Just test if the string is empty. Change-Id: I4eba5e6941da5904c8ff99ab48ae5bef0d02e14e
2013-01-26fix typoMarkus Mohrhard
Change-Id: I9ec827e0c4000844c495f788e6fc166d41bdb944
2013-01-26show style when dialog is created with existing cond format, fdo#59778Markus Mohrhard
Change-Id: Ic1218179cd9c87ec15826adc861d505339a05f2d
2013-01-26don't use a pointer hereMarkus Mohrhard
Change-Id: If7e7785e032d7d95764e8325870655e276cfda8f
2013-01-26stylistic clean-upMarkus Mohrhard
Change-Id: I7663001236707eb4324b6d39d27b309e02f5af6e
2013-01-26startsWith is much better than indexOf for thisMarkus Mohrhard
Change-Id: I8d4fd1054352cdc67aae9b0ea92ddafc0291d211
2013-01-25Cleanup after zoom dialog ui conversionRobert Roth
Change-Id: I99cbb6e739af352091446da11d8150b24c2a6207 Reviewed-on: https://gerrit.libreoffice.org/1873 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2013-01-25bnc#590020: Sort data points stably.Kohei Yoshida
std::sort is unstable sort, which is not what we want. Use std::stable_sort to sort data points by X values. If we use unstable sort, it may mess up the order of the sequence when two data points contain identical X values. Change-Id: I6453a986185b326dc680fbcec6227ea332235b22
2013-01-25String cleanup.Kohei Yoshida
Change-Id: Ib796e2a101f08f01eb438e8d48c7bffbbd3b19b0
2013-01-25Replace use of std::auto_ptr with boost::scoped_ptr.Kohei Yoshida
Change-Id: Ie821170f9d5b47660370498611d781fd5ba139c8
2013-01-25Make these classes explicitly non-copyable.Kohei Yoshida
Change-Id: I0dcf277a1b72afe294874b42efaf0b24e1b25b8c
2013-01-25A little cleanup.Kohei Yoshida
Change-Id: I69729603bcaadffa06a56296a6ef37af2aef6c54
2013-01-25C2U macros no longer necessary.Kohei Yoshida
Change-Id: Ia7b3d03e6d00dd2a57cd40dc9a63507652cac84d
2013-01-25Updated coreCaolán McNamara
Project: help 07bf3f5029f799b26d8a663de53c280094e84fb3
2013-01-25Updated coreCaolán McNamara
Project: help 798a8c6cce95f7f873e73ab487aa0371239af872
2013-01-25Updated coreCaolán McNamara
Project: help 885bbf91f7a826d9f65f30ecea1aea9c835260c1
2013-01-25fdo#59056: Re-calculate cell anchor position of a pasted drawing object.Kohei Yoshida
Else it would re-use the anchor position of the original one (minus the sheet index which is correctly adjusted). Change-Id: I52d11eb9953ee7539c9d5da41edd7dd28604587c
2013-01-25fdo#57061: Use a new MIGRATION4 flag file for profile migration LO 3 -> 4Stephan Bergmann
...to avoid missing migrations on Windows and Mac OS X, where existing "3" user profiles got the "MIGRATED" flag file erroneously added when running LO 3 already, presumably due to 6b522673373797bbf53d795d53e0ec45175a5d67 "default config location has changed, look in old config dir when migrating." Change-Id: I8dd50a36450c167d47411834cc06a754affadf6d
2013-01-25remove unused hidsCaolán McNamara
Change-Id: Iab2d62506c3985bd3f32e8140057ec136cfd3395
2013-01-25fix build, change overridden GetOLEStorageName to OUStringCaolán McNamara
Change-Id: I333090ae95218cd3438a8eb8b67ea9f07174ca8f
2013-01-25Updated coreCaolán McNamara
Project: help 3dba68c2869157f2011789c2fdf05cb216438ece
2013-01-25add mnemonic widgets in numbering position pageCaolán McNamara
and restore lost short-cuts Change-Id: I86221fc67095fda8a8cbcfbc10bb0ff61c818e3f
2013-01-25tools->customize->menus->add is already converted to .uiCaolán McNamara
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 McNamara
Project: help 351c2d40cc93737f988ba2b35d0ca26d511f296c
2013-01-25String to OUString conversions in filterRicardo Montania
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 Alarifi
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 Štrba
Change-Id: I9ffd7123b8f79128c559f30eade6ae49bf809981
2013-01-25CDR: We want ICU_LIBS always empty since this is a static libraryFridrich Štrba
Change-Id: I90730e08b07182fa73a1e3a60bed6da11cfd9e06
2013-01-25CDR: Override pkg-config with SYSTEM_ICUFridrich Štrba
Change-Id: I8c802ae3ee91978bb445a47ba80c64eef355907b
2013-01-25CDR: fix large-angle computationFridrich Štrba
Change-Id: Ia3f937b0b49093fbdbbe259b835a2d8a81633fe1
2013-01-25export page/cell anchoring for xls drawing objects fdo#58360Noel Power
Change-Id: I8f12ce4fedd3da76bab683ac85169186deeb89dc
2013-01-25import page/cell anchoring for xlsx drawing objects fdo#58360Noel Power
Change-Id: I5f6cf9c5f28e8176c1057d50e39c67202bf1f143
2013-01-25import page/cell anchoring for xls drawing ( & ole ) objects fdo#58360Noel Power
Change-Id: I26ee91e683f94b2fdfaadac960b840e088f1f155
2013-01-25Only call getScDocument when neededMarcos Paulo de Souza
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 Bosdonnat
2013-01-25add mnemonic widgets in numbering options pageCaolán McNamara
Change-Id: I84c1fa8f24504a06563145e224d01abaa5714cf9
2013-01-25Updated coreCaolán McNamara
Project: help 745c3e5b1fdaa4882b4609d303cace6763e063e8
2013-01-25Resolves: rhbz#902694 impossible short-cuts for OK/Cancel translationsCaolán McNamara
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 McNamara
Change-Id: I982b760084cf9ed259432b7c77a865e3f8f13fed
2013-01-25Avoid stray && in the system ICU caseTor Lillqvist
Change-Id: I65a803824fd79cd6ac5136861bba0b64998d0868
2013-01-25Blind "fix" for when using system ICUTor Lillqvist
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 McNamara
Change-Id: If30c91ea3828f8e4d8ed4c5ac95697fb2817d68f
2013-01-25split up into one dialog per .uiCaolán McNamara
Change-Id: I5473ef07abb1f96aed4cfd96d4fa436ec2f13e64
2013-01-25some minor .ui conversion nitsCaolán McNamara
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 McNamara
Project: help 6ca6ab572bc8b1ab17b43bb277d4909fed910ed6
2013-01-25Object name, description dialog and messagebox ported to UI filesRobert Roth
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>