summaryrefslogtreecommitdiff
path: root/sfx2
AgeCommit message (Collapse)Author
2013-09-09unify strip previews optimal size in one placeCaolán McNamara
Change-Id: I6ae1073d013c9d9bbca39c505955436cd4950d1b
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-07CID#1078580: Dereference after null checkJulien Nabet
Change-Id: I822d9110132955b62e11373fc7cc773eacbf6740
2013-09-06FileDialogHelper - remove unneeded commentsTomaž Vajngerl
Change-Id: I4f2c4394248430aa60c5938e0a90e9de3920fae9
2013-09-06move backing component dnd support into the large thumbnail areasCaolán McNamara
of the backing window Change-Id: Icf399a8834a25de43909769be08854134991885a
2013-09-05update pchThomas Arnhold
Change-Id: I6d5e8d3fd69189935a3338fee19b60022f70a7eb
2013-09-05CID#705713: fix memory leakMarkus Mohrhard
Change-Id: Ic157c57fcf3fd30fe46c8c09098d532fef9cd4b2
2013-09-05match original intent of String::Erase(String::Search))Caolán McNamara
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
2013-09-05fix windows build after my OUString changesNoel Grandin
this block of code is inside a WNT define Change-Id: I602b66267d84761e425c194c8f144ce9acd5f11f
2013-09-05convert sfx2/source/appl/* from String to OUStringNoel Grandin
Change-Id: I59901bdc3c953bf883c0b543bd1e0b5d6a96e80a
2013-09-04Remove more unused methodsMarcos Paulo de Souza
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>
2013-09-04startcenter: Fix template buttons breaking when used with k.boardKrisztian Pinter
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>
2013-09-04startcenter: Rename variablesKrisztian Pinter
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>
2013-09-03Resolves: fdo#68726 make navigator child dialog float on topCaolán McNamara
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
2013-09-03warning C4701: potentially uninitialized local variable 'pItem' usedStephan Bergmann
Change-Id: I04cc1589139841f50fcaa5ef9e1deaf53fb00096
2013-09-03startcenter: Add tooltips for thumbnails with long filenamesKrisztian Pinter
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>
2013-09-03Remove more unused methodsMarcos Paulo de Souza
Change-Id: I79548f9dd1b83ef940e7a1302cf7b728610fed4a Reviewed-on: https://gerrit.libreoffice.org/5757 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2013-09-03startcenter: Add missing tooltip for new presentation buttonKrisztian Pinter
Change-Id: If2d0285a0aa9e3959352b01e1f99ff082dfad01b
2013-09-02WaE: statement aligned ... [loplugin]Tor Lillqvist
Change-Id: I80256c748fecf1e5d7ffa73fdcde0ed453455b72
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-02GSOC work, renaming for consistencyGergo Mocsi
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
2013-09-02GSOC work, ModalDialog instead of menu entryGergo Mocsi
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
2013-09-02GSOC work menu entry + code fixGergo Mocsi
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
2013-09-02WaE: use of logical '&&' with constant operandTor Lillqvist
A warning that reveals what surely must be coding glitches. Thanks, Clang. Change-Id: Ieb1e09b91a4ab63c2ab15bb4874ac82b57c174cf
2013-09-02feature/cmis rebase: fixed uno DateTime constructionCédric Bosdonnat
Change-Id: Ibbbbaf0445bb1cdaaf83b9449f4d4fbba6097b24
2013-09-02CMIS properties: make multiple valuesCao Cuong Ngo
Change-Id: I0d5ed8fbfd113940aadc117bcc7cf751be246071
2013-09-02CMIS properties: fix update issueCao Cuong Ngo
Change-Id: Ia04c588c7491cf9a4a5430b364b52ac89adf2f90
2013-09-02CMIS properties dialog: get multiple valuesCao Cuong Ngo
Change-Id: Ife7562d52cc3070c8d409f2da68d4e2aa5faea69
2013-09-02CMIS properties dialog: fix scrollCao Cuong Ngo
Change-Id: I4f65adea63267dcafa448001fed7693f55378751
2013-09-02Convert CMIS properties dialog to .uiCao Cuong Ngo
Change-Id: I98caf59352bb5e57c7685cb24561ddb2966b6035
2013-09-02CMIS: fix file saving issueCao Cuong Ngo
Change-Id: I60cccb841fea5ce493f004c73ecf50468019f860
2013-09-02CMIS: add document ID when saving.Cao Cuong Ngo
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
2013-09-02CMIS properties: Add type to the UNO APICao Cuong Ngo
Change-Id: Ie4f32bc840cdfab1d5f600991cd6ac8aabcb1f87
2013-09-02CMIS properties dialogCao Cuong Ngo
Use Sequence directly instead of creating intermediate properties Change-Id: I194342678d7f56f34cc24a56440827e795e6be95
2013-09-02Properties dialogCao Cuong Ngo
Only call CMIS update properties when it is a CMIS document. Change-Id: Ibccd2effcf7e839f71523233fd3e69b5d464a310
2013-09-02CMIS properties dialogCao Cuong Ngo
Only update modified properties Change-Id: I985cba20abd9b2d5b25bfa3c716ad6df94178c72
2013-09-02CMIS properties dialogCao Cuong Ngo
Uses sal_Int64 instead of sal_Int32 in Number properties. Because the type used in Any is Hyper. Change-Id: I9a4c72a8bb72c2403120cafa06541fb5434f282b
2013-09-02CMIS properties dialogCao Cuong Ngo
Greyed out YesNo button when the property is readonly Change-Id: I093651c9a17e8e1e23a164a6f91d6971d3ecc67a
2013-09-02CMIS properties dialogCao Cuong Ngo
When it's a CMIS document, don't update custom properties, which also prevents cmis properties aren't updated. Change-Id: Ia26d9ae5debae9c5de347ed309a3f07cfda4a475
2013-09-02Cmis properties dialogCao Cuong Ngo
when value is empty, set to String type Change-Id: Ic9cabfa6437342ff8962e9d758e745d802e8f73b
2013-09-02Cmis update propertiesCao Cuong Ngo
Change-Id: I13db07386f766019701ad9348988dcede718660c
2013-09-02CMIS properties dialog: update propertiesCao Cuong Ngo
Change-Id: Ia506713b61dc6c1343eac3640863c86a2fc3f18f
2013-09-02CMIS properties dialog: Fixed the "*" location bugCao Cuong Ngo
Tried to change the WB_PASSWORD but didn't work. Change-Id: Id872fe041fc16b5d705c779372e2084f686cfd07
2013-09-02Properties dialogCao Cuong Ngo
Change the Location GtkLabel in general tab to multiple lines. However for unknown reason the text become all "*". Change-Id: Ia9553f93303ed5f831f61adda0f060a889e7086a
2013-09-02Cmis PropertyCao Cuong Ngo
Add MultiValued, OpenChoice and Choices to CMIS Property Change-Id: Iade033c86878368b39a0264ad0a56d0286e6bffb
2013-09-02CMIS properties dialogCao Cuong Ngo
Rename CmisPropertyValues to CmisProperty Change-Id: I7360e6b55406c1abe381c8d915be41d972498167
2013-09-02CMIS properties dialogCao Cuong Ngo
Set ReadOnly depends on CMIS properties Change-Id: I8aa29ab01d8a7f3ba2f71f17623a970dd9df8af4
2013-09-02CMIS propertiesCao Cuong Ngo
Create a CmisPropertyValue with additional DisplayName, Updatable and Required properties. Change-Id: Ia20d76a739ac5c51d7c89ef6f1a40a299697cb0e
2013-09-02CMIS properties dialogCao Cuong Ngo
Fixed type width Change-Id: I0afbfcb33539533269f2867972a8ab71e6dadef7
2013-09-02CMIS properties dialogCao Cuong Ngo
Change property name and type to FixedText Change-Id: I568e213efb0cd0fb0167d8dab397f67b3fa1f69e