summaryrefslogtreecommitdiff
path: root/cui
AgeCommit message (Collapse)Author
2013-09-09WaE: variables 'nDoub' and 'nFloat' are uninitialized when used hereTor Lillqvist
Initialise them in the presumably intended way to get rid of the warning. Note that the code around there is somewhat confused and downright wrong anyway, though. Also "+0", "-0" or "000" for instance are correct ways to write zero. Also SAL_MAX_INT32 and SAL_MIN_INT32 are legal values for a UNO "long". (And it will always be true that a sal_Int32 is <= SAL_MAX_INT32 and >= SAL_MIN_INT32.) And does the code accept any single-character string as zero? Then there is copy-paste galore for the "hyper", "double" and "float" cases. Change-Id: Ie1920cfb4d17dca7cd966d8b200d2510ea975290
2013-09-09Various improvements Expert ConfigEfe Gürkan YALAMAN
Loads all options now in a plausibletime. Handles all short, long, hyper, double and float types. Also handles []hyper type. Also using a custom edit widget for prevent errors for integer types. Change-Id: Idb4f2cb49381e7f92e27a5e89107d48a334f0a26
2013-09-09set mnemonic widgetsCaolán McNamara
Change-Id: Id986d86c58c90db67f5943ace13d9cbe383ceaa0
2013-09-09Convert java start parameters dialog to .uiFaisal M. Al-Otaibi
Change-Id: Ib3aaeb751ae67c0ed4e444f6febd676ddd94f924
2013-09-09unify strip previews optimal size in one placeCaolán McNamara
Change-Id: I6ae1073d013c9d9bbca39c505955436cd4950d1b
2013-09-09Convert dimension lines tab page to widget UIOlivier Hallot
Change-Id: I1d5176609e2acd0d70991a541196e2b9857576f8 Reviewed-on: https://gerrit.libreoffice.org/5879 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-09-09callcatcher: update unused codeCaolán McNamara
Change-Id: I76825425ff084d3fb1e331fb7ff13b097744c208 Reviewed-on: https://gerrit.libreoffice.org/5882 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-09-08String to OUStringThomas Arnhold
Change-Id: I24af8d00178d47a8c675b945d4d1291f0bfd0f11
2013-09-08Related: fdo#38838 drop String::EmptyString now as wellCaolán McNamara
Change-Id: I849dbf3a40189e700036249b15dd8bde493083b6
2013-09-08don't care if SfxNoLayoutSingleTabDialog or SfxSingleTabDialog hereCaolán McNamara
Change-Id: Ic269a729a59c8dedb29b1f54b7413d65259363c0
2013-09-08SvxJSearchOptionsDialog can now be converted to SfxSingleTabDialogCaolán McNamara
Change-Id: I13ec9a61b24c937830faea4eba6bf59ae4cbc0b1
2013-09-05update pchThomas Arnhold
Change-Id: I6d5e8d3fd69189935a3338fee19b60022f70a7eb
2013-09-05CID#1078788: fix memory leakMarkus Mohrhard
Change-Id: I4ac535c4f5dd3b414771d54ba1718ffe5254b525
2013-09-05Make use replaceFirstThomas Arnhold
Change-Id: Ieedb318f36afc5d85fa90533578e847a1d9d6840
2013-09-05convert include/svx/fmsearch.hxx from String to OUStringNoel Grandin
Change-Id: I167e5e5a54d9fbf9394c7f81484a20f460465c8d
2013-09-05convert includes/svx/numfmtsh.hxx from String to OUStringNoel Grandin
Change-Id: I95884864dd943a65cef64262cc9f05b9ceb524b2
2013-09-05convert include/svx/svxdlg.hxx from String to OUStringNoel Grandin
Change-Id: I18694c0f74f331c9d798ca85c52c744d43a599bb
2013-09-05convert include/svx/xtable.hxx from String to OUStringNoel Grandin
Change-Id: I5230e5bfe1297875388ef798ed75b675ba09dd89
2013-09-04remove filerec.hxx inclusion where not neededPhilipp Riemer
Change-Id: Ia5a65cb53580ed1ed7535a787f4f762da5a43d43 Reviewed-on: https://gerrit.libreoffice.org/5792 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-09-03was convertIsoStringToLanguage(), use convertToLanguageTypeWithFallback()Eike Rathke
Change-Id: Iaa3d2d2dbe06eec91f1c4f2609cc1e3f5f7bbb7b
2013-09-03completition->completion :)Ivan Timofeev
Change-Id: I7a5ae7cc0d6a253bbc27db076babedd65c89be1a
2013-09-03Bypass SvxBasicIDEOptionsPage when DISABLE_SCRIPTINGTor Lillqvist
Change-Id: I687dc152a60d1f5ccdf8d8ca763040cbff74e3cf
2013-09-02fdo#62475 - remove visual noisePhilipp Riemer
Change-Id: Ic944fc45aded66939a2fc1622536eb3f2d80d764
2013-09-02GSOC work, options fixGergo Mocsi
Tools/Options are now saving correctly. I've added a check for empty string in EditorWindow::HandleCodeCompletition. Change-Id: Ib5d75fe840e3c3fd12cd7175fb7828b8a1d76db6
2013-09-02GSOC work, renaming + options fixGergo Mocsi
Options now work correctly: I've added the missing function. Rename: renamed some variables and methods to kep the consistence( Autocorrect keywords -> Autocorrect). Change-Id: I6b4914575f1a06eb3268c133b8b990364e3d24e4
2013-09-02GSOC work, behavior fixesGergo Mocsi
Code completition: left/right arrow keys handled. Left arrow dismisses the dialog when reaches the dot. Right arrow dismissed the dialog when reaches the next line. ListBox appearance fixed. TAB key can insert the first matching entry. Autocorrect: "Autocorrect Keywords" has been renamed to "Autcorrect" (in the UI, and the config file, after this patch a make dev-install is needed). Keyword case correction is not just capitalizing the first letter ( eg. Elseif -> ElseIf ). Autoclose procedures: cursor is being placed inside the preocedure. Change-Id: Ie7e9ae96b49bd94562db83f96e1c4ad63ab3f3d6
2013-09-02GSOC work, Tool/Options/Basic IDE Options createdGergo Mocsi
Created a new tab in Tools/Options/Basic IDE options instead of the ModalDialog. The original dialog under Basic IDE/View/IDE Options was removed. Tab page is disabled when experimetal flag is off, entry node in the treebox is visible. Change-Id: Iaad1ea5fadc3f05ca81f2240dceb513f25be35b9
2013-09-02we can ditch the manual button sizing now its .ui convertedCaolán McNamara
Change-Id: I2c4b95ef170509d2adb4ebab3d7b3ed2d8362a26
2013-09-02Resolves: fdo#68794 blank placeholders when there is no known language yetCaolán McNamara
Change-Id: I7f43144bd61ddc575d8b7094567433fdfd5ee291
2013-09-02Convert java class path dialog to .uiFaisal M. Al-Otaibi
Change-Id: I358651b9104b1fd274e70c090d5d16215cd9fd10
2013-09-01Remove pointless comments and ASCII artTor Lillqvist
Change-Id: I387d7b301643f359f2d6a4c5f51a4dd7f5e1c296
2013-08-29Remove duplicit include of config_buildid.hPetr Mladek
2013-08-29Include <config_buildid.h> for EXTRA_BUILDIDTor Lillqvist
Fix loplugin error: checking whether a config macro EXTRA_BUILDID is defined. Change-Id: Ieb04a8da4dc54b41f4df1d63b5e70ffb7ca7bb01
2013-08-29make the tinderbox information more reliable in the about dialog (fdo#58034)Petr Mladek
Pass the information via config_host/config_buildid.h. Then cui/source/dialogs/about.cxx will get rebuilt also in the incremental build. Change-Id: I058cbe162e7015cbea6c71253c20db097477708f
2013-08-29lets just switch directly on the EID_OPTIONSCaolán McNamara
and remove the intermediate resource ids used as proxies for them Change-Id: I3ef542d1eaef274dbefed0b0bb76c6e413c6ce80
2013-08-29Convert Hyphenation dialogs to .uiFaisal M. Al-Otaibi
Change-Id: I086a99c391185cb213ad63a66a954f8e66f8fc9e Reviewed-on: https://gerrit.libreoffice.org/5672 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-08-29convert includes/sfx2/frame.hxx from String to OUStringNoel Grandin
Change-Id: Ia69548250beb2896cab8c19fe2e635fdc9162f4d
2013-08-29convert include/sfx2/linkmgr.hxx from String to OUStringNoel Grandin
along the way, de-virtual ScDocFunc::InsertAreaLink, since it only has one implementation. Change-Id: I3fc836f9954628f154e01b1c7ae8f90eb7600a76
2013-08-29convert includes/sfx2/lnkbase.hxx from String to OUStringNoel Grandin
Change-Id: I3816ec77dd334823100421dab90d4bc8b67542e3
2013-08-29convert include/sfx2/sfxdlg.hxx from String to OUStringNoel Grandin
Change-Id: I13831d61e23db846d2083bbf96701384b750592f
2013-08-27fix uneditable field in memory option pageFaisal M. Al-Otaibi
this will fix an uneditable "remove from memory after" field Change-Id: I0b47c4b8082d3244186596a7127f059bbb7214a5 Reviewed-on: https://gerrit.libreoffice.org/5640 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-08-27Bin intermediate iteratorJulien Nabet
Change-Id: I377e226820f5e4626d4341b216ff75f755dded5b
2013-08-24build on higher debug levelsCaolán McNamara
Change-Id: I7f4d85f3e26ab8b19dae05c6907840b97a8af1d6
2013-08-23semibold -> boldCaolán McNamara
Change-Id: I83d0958fde5a057e57474c7511526e7f411ff46f
2013-08-23cppcheck: reduce scope + remove commented linesJulien Nabet
Change-Id: I51656a8bce5c2fdaf267582846ab82df838f05a6
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák
Compiler plugin to replace with matching number(), boolean() or OUString ctor, ran it, few manual tweaks, mark as really deprecated. Change-Id: I4a79bdbcf4c460d21e73b635d2bd3725c22876b2
2013-08-20Convert position and size dialog to widget UIOlivier Hallot
Change-Id: I283667cd21fee7dd905c5353245317ed90102c96 Reviewed-on: https://gerrit.libreoffice.org/5524 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-08-19Revert "drop unused help ids"Caolán McNamara
blast, they *are* unused, bad grep This reverts commit 0ec56aee18cf35728596a0398b0aaf3384099a17. Change-Id: I06b618f88240dab084dfa89fd21119f07d5ee5d5
2013-08-19drop unused help idsCaolán McNamara
Change-Id: I780f4a117ce0a461031d8b66747d7d52493ef6d2
2013-08-19missing mnemonic widgetCaolán McNamara
Change-Id: I292db7ad4c614568fe9a5f011e545e9a068e8a5c