summaryrefslogtreecommitdiff
path: root/cui
AgeCommit message (Collapse)Author
2013-09-11convert include/editeng/brushitem.hxx from String to OUStringNoel Grandin
and convert String* to OUString, no need to hold a pointer to a ref-counted value type. Change-Id: I79c62979ee8ec0d5e6d2efc50609ad5595571a7d
2013-09-11convert include/editeng/edtdlg.hxx from String to OUStringNoel Grandin
Change-Id: Ie42861b0f53e8493d7cff11593c1fa3ae5669843
2013-09-11convert include/editeng/splwrap.hxx from String to OUStringNoel Grandin
Change-Id: I52e6e34776fe494da431f8387f5f330b9aca36fe
2013-09-11convert SvStringsISortDtor from OUString* to OUStringNoel Grandin
There is no point in storing pointers to a reference counted value type. It complicates memory management without gaining us anything. Change-Id: I756dfad740de3203d88ba48d0ebdfb8671b41cfb
2013-09-11convert SvStringsISortDtor class from String to OUStringNoel Grandin
Change-Id: Iad22ba07dd3dfbd5162fa4e16ebb5f44c5eb7811
2013-09-11convert include/editeng/swafopt.hxx from String to OUStringNoel Grandin
Change-Id: Ic3686fb44cd1e448b9998f2ddc73f9bfd1b3aaa8
2013-09-10CID#736323 resource leakCaolán McNamara
Change-Id: I264011a8371e71e28bda8ed853894088f680cd71
2013-09-10CID#736321 resource leakCaolán McNamara
Change-Id: Ic91875370809fb85f50af38b9db5ce8a5025e866
2013-09-09WaE: unused variable 'aText'Andrzej J.R. Hunt
Change-Id: Ief0af6dd64e5d144dd6396789068b3c7dae977bc
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>