summaryrefslogtreecommitdiff
path: root/cui
AgeCommit message (Collapse)Author
2014-02-04As the comment says, "news:// is nonsense" hereStephan Bergmann
It was introduced in the orginal commit 4d3148e0b7ee607de9c86e9e9aa79e9cd423f1f1 "CWS-TOOLING: integrate CWS mba32issues01" but for copletely unclear reasons. It looks like it serves as a placeholder for those "unknown-URI-scheme" cases that shall go to RID_SVXPAGE_HYPERLINK_DOCUMENT, but for a news:// URI it would make more sense to go to RID_SVXPAGE_HYPERLINK_MAIL anyway. (Note that INetURLObject only supports RFC 1738 news URIs that cannot have an authority part, not RFC 5538 ones that allow for an optional authority part.) Change-Id: I5db76fc2a733d0c334e24fecb9d7078bedbdbe08
2014-02-04Handling ".uno:InsertSymbol?Symbols:string=" appears to be dead codeStephan Bergmann
4d3148e0b7ee607de9c86e9e9aa79e9cd423f1f1 "CWS-TOOLING: integrate CWS mba32issues01" had introduced it, along with code in SfxConfigGroupListBox_Impl::AddAndSelect to generate such URLs, but which had been commented out from the beginning (and since been removed), and all other places that mention .uno:InsertSymbol apparently use it without a query part (to run the special character dialog), and the string has 33 characters, not 34, so aRet would not contain the first character after Symbols:string=, which looks odd. Change-Id: Icdab24148b217531f2db65b1604678650180a22c
2014-02-04Simplify showKeyConfigTabPageStephan Bergmann
Change-Id: I31f7dd7ded3d319ba67e38f530128e28c265b7d5
2014-02-04convert link database dialog .uiCaolán McNamara
Change-Id: Ide66c2f088616b1677d03bad9095fa5829c4ffb7
2014-02-03fdo#74366# Determining bMail was accidentally invertedStephan Bergmann
...in 64b720dce8d3087ed62da815ecae1375b45149be "Related: fdo#38838 remove UniString::SearchAscii" Change-Id: I814d832dc88704670a04fdc7f3edd1296dfda991
2014-02-03fdo#54938 Convert to cppu::supportsServiceAlexandre Vicenzi
Change-Id: I512c525029ebd63d261560d27e9f38bbe94f7e10 Reviewed-on: https://gerrit.libreoffice.org/7649 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Marcos Souza <marcos.souza.org@gmail.com> Tested-by: Marcos Souza <marcos.souza.org@gmail.com>
2014-02-02convert edit modules dialog to .uiCaolán McNamara
Change-Id: Ic9d06ff7ae5c1f5f9b50732943c38b8666680b9d
2014-02-01coverity#707724 : Uninitialized scalar fieldNorbert Thiebaud
Change-Id: I5514f0906d01f3a05a145a9f45ba2a599f85b26c
2014-02-01convert emboss dialog to .uiCaolán McNamara
Change-Id: I16883023ba7386437ff1cc9cd7d3393db8fb4654
2014-02-01convert mosaic dialog to .uiCaolán McNamara
Change-Id: Ibc723ca79fba89f24e04440fdbf4140a4e0655ad
2014-02-01convert posterize dialog to .uiCaolán McNamara
Change-Id: If21e85cd0802c9f1b2bd244e6fb3715bef395e0a
2014-02-01convert sepia dialog to .uiCaolán McNamara
Change-Id: I6032ea0da029e5bff145e582892655143400f710
2014-01-31drop unused resource id argumentCaolán McNamara
it's the wrong resource id anyway Change-Id: Ie1880d2b745f3da6ddf173d98b326aa2d45ce0fd
2014-01-31convert solarize dialog to .uiCaolán McNamara
Change-Id: I1aab18d8e0aa12d39584266a6657436ea100b521
2014-01-31convert smooth dialog to .uiCaolán McNamara
Change-Id: If2894cef70bf6b9848a1338afaa36dc8b0d7d6be
2014-01-31introduce a layout aware GraphicFilterDialogCaolán McNamara
Change-Id: I932e4be6b7f4a2717748de561c424302ef429d63
2014-01-31GraphicFilterDialog->oldGraphicFilterDialogCaolán McNamara
Change-Id: I13eb7c462538520c119391ad54fac2c0e0d052e9
2014-01-31drop unnecessary dtorsCaolán McNamara
Change-Id: I033349bc554bca46a4b1d622cd8fb64d4c1f4866
2014-01-30fdo#74252: Fix crash on exit with the customize dialog.Kohei Yoshida
pEventLB gets accessed after it's been deleted. Moving the code that accesses it to before it gets deleted fixes the crash. Change-Id: If559fe3ea7dd76a3394d0aa7c18c9329188aa17f
2014-01-30fdo#44314 non-standard hyphenation at soft hyphens + with pers. dic.László Németh
Change-Id: I25e7c13036c6ce1948cc33d45901ef69a258fb03
2014-01-30fdo#63154 Removed unused solar.h ref. in basic, cui, forms and writerfilter.Alexandre Vicenzi
Change-Id: I09cca73d8d77af259965e74e1b29a88aa5c315ab Reviewed-on: https://gerrit.libreoffice.org/7731 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-01-30Introduce com.sun.star.ui.theModuleUIConfigurationManagerSupplier singleton.Matúš Kukan
Change-Id: I7b503e5d49865c9ff287bf72eaff1995ce871790
2014-01-30stray printfCaolán McNamara
Change-Id: If0a151822db6555c52077e77b05bf381010c13bf
2014-01-29Resolves: fdo#74070 make replace and with fields the same widthCaolán McNamara
Change-Id: I2fbd7d6ed4e657660334a572768f12cbba1d75e2
2014-01-28bool improvementsStephan Bergmann
Change-Id: Ibb509cb162e53e03d42cb50eb30dd1d175991dd6
2014-01-28!STATE_CHECK shall presumably be STATE_NOCHECKStephan Bergmann
Change-Id: Ic037c105a8867585489671bab71a6db9186bada4
2014-01-28Introduce com.sun.star.frame.theUICommandDescription singleton.Matúš Kukan
Change-Id: Ic88cca3722d555ba48d7da8c176556fa1ff90650
2014-01-28Introduce com.sun.star.ui.theUICategoryDescription singleton.Matúš Kukan
Change-Id: I79a78f208b2aa5eaacbd2e349b2b5066afa1ad23
2014-01-28coverity#707723 Uninitialized scalar fieldCaolán McNamara
Change-Id: I137d29a05efaa4b709a362a02ca0c78bd7a3e048
2014-01-28coverity#705139 Missing break in switchCaolán McNamara
Change-Id: Ie4fc12e93a51bc117ec82058c579593f7677cd9b
2014-01-28coverity#705138 Missing break in switchCaolán McNamara
Change-Id: Ia7f2211bb4a8c006259c9db6a2eac64593f8e91e
2014-01-28Related: fdo#54024 decrazy the Dialog Type for a start anywayCaolán McNamara
once set in the dialog ctors the dialog type never changes so we don't need to pass it by pointer Change-Id: I9d4baf2d93ca4c09e413a8fd3cd3e3367873e833
2014-01-27Resolves: fdo#74057 wordlist truncated on leftCaolán McNamara
Change-Id: Ia6b8c02fc0d79fef974f5a0462856f05256c76f8
2014-01-26Edit::IsModified should return boolStephan Bergmann
Change-Id: I0aafdd37c73cd47b9dc68b60a32db35c8c11f455
2014-01-26bool improvementsStephan Bergmann
Change-Id: I5649e051b59143e1d490a7a920465422a25d814c
2014-01-25some more CMYK -> CYMKThomas Arnhold
2014-01-24Replace "cymk" by "cmyk"Julien Nabet
See http://en.wikipedia.org/wiki/CMYK_color_model Change-Id: Ie0264694f7daf6c5de1c7c056e16e10bda2b24ac
2014-01-24coverity#1158202 Dereference null return valueCaolán McNamara
Change-Id: I7a39b28cd295d0ab2dd4ba54fd9ff312f89764b7
2014-01-24fdo#56954, fdo#73868 grammar checking UI fixesLászló Németh
Change-Id: I20577ba3bfbd12a89d34892a8f32d9c2b741f4dd
2014-01-23Resolves: fdo#73970 CMYK labels are switchedJulien Nabet
Change-Id: Ie6a2aa5b1123c0ab752e10c4e587ef780784b247
2014-01-23coverity#1158465 Uninitialized pointer fieldCaolán McNamara
Change-Id: Ic53e3f8165595ef2b8a6241003bce736f936db3a
2014-01-23SfxNoLayoutSingleTabDialog not needed anymoreCaolán McNamara
all single tab dialogs are .ui enabled now. So now we can remove SfxNoLayoutSingleTabDialog and merge SfxSingleTabDialog and ~SfxNoLayoutSingleTabDialogBase together Change-Id: If0acc792d85b7d399572257d7e9b0e12993ba3fe
2014-01-23bool improvementsStephan Bergmann
Change-Id: Idaa24320585f3d2e3ca50c82b1a34fc2c523e56e
2014-01-23drop now unused hidsCaolán McNamara
Change-Id: I1637b65b96f3ac74cd6d393b046442814c101865
2014-01-23make event assign dialog horizontalCaolán McNamara
Change-Id: Iea4d43b8f3dc52b4ec77a145347552bbcf09f062
2014-01-23convert event assign page to .ui formatCaolán McNamara
Change-Id: I99312fdba95a868c836af6452abec31565f2d067
2014-01-23rename SfxConfigFunctionListBox_Impl to SfxConfigFunctionListBoxCaolán McNamara
Change-Id: I753744adf106d515abdc5caf2b29c53962aeae71
2014-01-23rename SfxConfigGroupListBox_Impl as SfxConfigGroupListBoxCaolán McNamara
Change-Id: Id2e25b5feecc0bab5b4e926e5fe44320979d89ba
2014-01-23adjust macro assign dialog to have horizontal buttonsCaolán McNamara
Change-Id: I9acb9a85f7172e492818fecea73f64a2a1071a4b
2014-01-23convert macro assign page to .uiCaolán McNamara
as seen in calc->right click on tab->sheet events Change-Id: I4df1e1c7f79f4f6431905bfc286a0f9d214ccf6c