Age | Commit message (Collapse) | Author |
|
and convert String* to OUString, no need to hold a pointer
to a ref-counted value type.
Change-Id: I79c62979ee8ec0d5e6d2efc50609ad5595571a7d
|
|
Change-Id: Ie42861b0f53e8493d7cff11593c1fa3ae5669843
|
|
Change-Id: I52e6e34776fe494da431f8387f5f330b9aca36fe
|
|
There is no point in storing pointers to a reference counted value
type.
It complicates memory management without gaining us anything.
Change-Id: I756dfad740de3203d88ba48d0ebdfb8671b41cfb
|
|
Change-Id: Iad22ba07dd3dfbd5162fa4e16ebb5f44c5eb7811
|
|
Change-Id: Ic3686fb44cd1e448b9998f2ddc73f9bfd1b3aaa8
|
|
Change-Id: I264011a8371e71e28bda8ed853894088f680cd71
|
|
Change-Id: Ic91875370809fb85f50af38b9db5ce8a5025e866
|
|
Change-Id: Ief0af6dd64e5d144dd6396789068b3c7dae977bc
|
|
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
|
|
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
|
|
Change-Id: Id986d86c58c90db67f5943ace13d9cbe383ceaa0
|
|
Change-Id: Ib3aaeb751ae67c0ed4e444f6febd676ddd94f924
|
|
Change-Id: I6ae1073d013c9d9bbca39c505955436cd4950d1b
|
|
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>
|
|
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>
|
|
Change-Id: I24af8d00178d47a8c675b945d4d1291f0bfd0f11
|
|
Change-Id: I849dbf3a40189e700036249b15dd8bde493083b6
|
|
Change-Id: Ic269a729a59c8dedb29b1f54b7413d65259363c0
|
|
Change-Id: I13ec9a61b24c937830faea4eba6bf59ae4cbc0b1
|
|
Change-Id: I6d5e8d3fd69189935a3338fee19b60022f70a7eb
|
|
Change-Id: I4ac535c4f5dd3b414771d54ba1718ffe5254b525
|
|
Change-Id: Ieedb318f36afc5d85fa90533578e847a1d9d6840
|
|
Change-Id: I167e5e5a54d9fbf9394c7f81484a20f460465c8d
|
|
Change-Id: I95884864dd943a65cef64262cc9f05b9ceb524b2
|
|
Change-Id: I18694c0f74f331c9d798ca85c52c744d43a599bb
|
|
Change-Id: I5230e5bfe1297875388ef798ed75b675ba09dd89
|
|
Change-Id: Ia5a65cb53580ed1ed7535a787f4f762da5a43d43
Reviewed-on: https://gerrit.libreoffice.org/5792
Reviewed-by: David Tardon <dtardon@redhat.com>
Tested-by: David Tardon <dtardon@redhat.com>
|
|
Change-Id: Iaa3d2d2dbe06eec91f1c4f2609cc1e3f5f7bbb7b
|
|
Change-Id: I7a5ae7cc0d6a253bbc27db076babedd65c89be1a
|
|
Change-Id: I687dc152a60d1f5ccdf8d8ca763040cbff74e3cf
|
|
Change-Id: Ic944fc45aded66939a2fc1622536eb3f2d80d764
|
|
Tools/Options are now saving correctly.
I've added a check for empty string in EditorWindow::HandleCodeCompletition.
Change-Id: Ib5d75fe840e3c3fd12cd7175fb7828b8a1d76db6
|
|
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
|
|
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
|
|
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
|
|
Change-Id: I2c4b95ef170509d2adb4ebab3d7b3ed2d8362a26
|
|
Change-Id: I7f43144bd61ddc575d8b7094567433fdfd5ee291
|
|
Change-Id: I358651b9104b1fd274e70c090d5d16215cd9fd10
|
|
Change-Id: I387d7b301643f359f2d6a4c5f51a4dd7f5e1c296
|
|
|
|
Fix loplugin error: checking whether a config macro EXTRA_BUILDID is defined.
Change-Id: Ieb04a8da4dc54b41f4df1d63b5e70ffb7ca7bb01
|
|
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
|
|
and remove the intermediate resource ids used
as proxies for them
Change-Id: I3ef542d1eaef274dbefed0b0bb76c6e413c6ce80
|
|
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>
|
|
Change-Id: Ia69548250beb2896cab8c19fe2e635fdc9162f4d
|
|
along the way, de-virtual ScDocFunc::InsertAreaLink, since
it only has one implementation.
Change-Id: I3fc836f9954628f154e01b1c7ae8f90eb7600a76
|
|
Change-Id: I3816ec77dd334823100421dab90d4bc8b67542e3
|
|
Change-Id: I13831d61e23db846d2083bbf96701384b750592f
|
|
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>
|