Age | Commit message (Collapse) | Author |
|
Change-Id: I6ae1073d013c9d9bbca39c505955436cd4950d1b
|
|
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: I822d9110132955b62e11373fc7cc773eacbf6740
|
|
Change-Id: I4f2c4394248430aa60c5938e0a90e9de3920fae9
|
|
of the backing window
Change-Id: Icf399a8834a25de43909769be08854134991885a
|
|
Change-Id: I6d5e8d3fd69189935a3338fee19b60022f70a7eb
|
|
Change-Id: Ic157c57fcf3fd30fe46c8c09098d532fef9cd4b2
|
|
the single argument String::Erase erased from the passed in index to the end of
the string
Search returns STRING_NOTFOUND on failure, which results in String::Erase
erasing nothing and so leaving the original string untouched.
Change-Id: I83939fce2a92c38fbfb62196b7248908117c1e69
|
|
this block of code is inside a WNT define
Change-Id: I602b66267d84761e425c194c8f144ce9acd5f11f
|
|
Change-Id: I59901bdc3c953bf883c0b543bd1e0b5d6a96e80a
|
|
Change-Id: I8fec40d767905bcca366257a67f669eaa1055cbc
Reviewed-on: https://gerrit.libreoffice.org/5789
Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
Reviewed-by: Marcos Souza <marcos.souza.org@gmail.com>
Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
Tested-by: Thomas Arnhold <thomas@arnhold.org>
|
|
Change-Id: I14a6b5610b4cb337101403bbbf5c5d70af012c54
Reviewed-on: https://gerrit.libreoffice.org/5806
Reviewed-by: Krisztian Pinter <pin.terminator@gmail.com>
Tested-by: Krisztian Pinter <pin.terminator@gmail.com>
|
|
Change-Id: I3137502e6ee3c4c4dce6ac1b99325f5e8c771e02
Reviewed-on: https://gerrit.libreoffice.org/5805
Reviewed-by: Krisztian Pinter <pin.terminator@gmail.com>
Tested-by: Krisztian Pinter <pin.terminator@gmail.com>
|
|
i.e. set its parent to the thing it wants to be on top of
As an aside I'm not entirely sure that this little dialog has the decorations
set on it that it would like, I suspect it wants to be more like the
tearable-off font color floatingwindow. But lets not muddy the waters in this
commit.
Change-Id: I9e0c35fbb66e50c04c7b28904d3937cf9ae417f4
|
|
Change-Id: I04cc1589139841f50fcaa5ef9e1deaf53fb00096
|
|
Change-Id: Id9bab881f74b40691cb3e7364af78758d769a8a6
Reviewed-on: https://gerrit.libreoffice.org/5756
Reviewed-by: Krisztian Pinter <pin.terminator@gmail.com>
Tested-by: Krisztian Pinter <pin.terminator@gmail.com>
|
|
Change-Id: I79548f9dd1b83ef940e7a1302cf7b728610fed4a
Reviewed-on: https://gerrit.libreoffice.org/5757
Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
Tested-by: Thomas Arnhold <thomas@arnhold.org>
|
|
Change-Id: If2d0285a0aa9e3959352b01e1f99ff082dfad01b
|
|
Change-Id: I80256c748fecf1e5d7ffa73fdcde0ed453455b72
|
|
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
|
|
Menu enrty was renamed to IDE Options under View.
SID_BASICIDE_CODECOMPLETE was renamed to SID_BASICIDE_IDEOPTIONS.
CodeCompleteDlg was rename to BasicIDEOptionDlg.
Ui file was renamed to basicideoptionsdialog.ui.
Checkbox for extended types is now independent from code complete one.
Change-Id: Id862df0ee56cdf2aa81e19a34099fe679ad5d311
|
|
Created a ModalDialog named CodeCompleteOptionsDlg to edit options for code completition/suggestion.
Unimplemented features in it are disabled.
The dialog window uses Glade .ui file.
Change-Id: I1b59f386a9575aa25b38c5a1d7d1f020498a69ab
|
|
Fixed the definition of GLOB_KEY, NOT_FOUND from const to static const.
Added a new menu entry for code completition under View->Enable Code Completition.
Change-Id: If8ac25ee43a7ba780ccdee2e5e909777115a1f27
|
|
A warning that reveals what surely must be coding glitches. Thanks,
Clang.
Change-Id: Ieb1e09b91a4ab63c2ab15bb4874ac82b57c174cf
|
|
Change-Id: Ibbbbaf0445bb1cdaaf83b9449f4d4fbba6097b24
|
|
Change-Id: I0d5ed8fbfd113940aadc117bcc7cf751be246071
|
|
Change-Id: Ia04c588c7491cf9a4a5430b364b52ac89adf2f90
|
|
Change-Id: Ife7562d52cc3070c8d409f2da68d4e2aa5faea69
|
|
Change-Id: I4f65adea63267dcafa448001fed7693f55378751
|
|
Change-Id: I98caf59352bb5e57c7685cb24561ddb2966b6035
|
|
Change-Id: I60cccb841fea5ce493f004c73ecf50468019f860
|
|
The document ID is needed in case the get object by path
of the CMIS document doesn't work (like Google Drive)
Change-Id: I151d5433a19caeaf4a542b69cd9e95dde58722e7
|
|
Change-Id: Ie4f32bc840cdfab1d5f600991cd6ac8aabcb1f87
|
|
Use Sequence directly instead of creating intermediate properties
Change-Id: I194342678d7f56f34cc24a56440827e795e6be95
|
|
Only call CMIS update properties when
it is a CMIS document.
Change-Id: Ibccd2effcf7e839f71523233fd3e69b5d464a310
|
|
Only update modified properties
Change-Id: I985cba20abd9b2d5b25bfa3c716ad6df94178c72
|
|
Uses sal_Int64 instead of sal_Int32 in Number properties.
Because the type used in Any is Hyper.
Change-Id: I9a4c72a8bb72c2403120cafa06541fb5434f282b
|
|
Greyed out YesNo button when the property is readonly
Change-Id: I093651c9a17e8e1e23a164a6f91d6971d3ecc67a
|
|
When it's a CMIS document, don't update custom properties,
which also prevents cmis properties aren't updated.
Change-Id: Ia26d9ae5debae9c5de347ed309a3f07cfda4a475
|
|
when value is empty, set to String type
Change-Id: Ic9cabfa6437342ff8962e9d758e745d802e8f73b
|
|
Change-Id: I13db07386f766019701ad9348988dcede718660c
|
|
Change-Id: Ia506713b61dc6c1343eac3640863c86a2fc3f18f
|
|
Tried to change the WB_PASSWORD but didn't work.
Change-Id: Id872fe041fc16b5d705c779372e2084f686cfd07
|
|
Change the Location GtkLabel in general tab to multiple lines.
However for unknown reason the text become all "*".
Change-Id: Ia9553f93303ed5f831f61adda0f060a889e7086a
|
|
Add MultiValued, OpenChoice and Choices to CMIS Property
Change-Id: Iade033c86878368b39a0264ad0a56d0286e6bffb
|
|
Rename CmisPropertyValues to CmisProperty
Change-Id: I7360e6b55406c1abe381c8d915be41d972498167
|
|
Set ReadOnly depends on CMIS properties
Change-Id: I8aa29ab01d8a7f3ba2f71f17623a970dd9df8af4
|
|
Create a CmisPropertyValue with additional DisplayName,
Updatable and Required properties.
Change-Id: Ia20d76a739ac5c51d7c89ef6f1a40a299697cb0e
|
|
Fixed type width
Change-Id: I0afbfcb33539533269f2867972a8ab71e6dadef7
|
|
Change property name and type to FixedText
Change-Id: I568e213efb0cd0fb0167d8dab397f67b3fa1f69e
|