summaryrefslogtreecommitdiff
path: root/sfx2
AgeCommit message (Collapse)Author
2013-09-19Make scrolling in ThumbnailView smoother and not per-lineKrisztian Pinter
Change-Id: I3df50dc953c6a5123b62f129b6e303ff682c6d9b Reviewed-on: https://gerrit.libreoffice.org/5951 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-09-18sal_Bool -> boolJulien Nabet
Change-Id: I7429af4dc64ec6c69b6b9297779e51614362cf52
2013-09-18Resolves: fdo#69444 cursor keys don't move between recent used docsCaolán McNamara
because each item is identified by an id, but that isn't set on the recent used so it stays stuck on the first one. change the ctor of the base element to require an id to be passed to it and adjust all the good code and then use the index+1 of the recently used elements as the id. Change-Id: I1e5978ddedbd4718923ef72d67598158d5ba8ee7
2013-09-18Related: fdo#69444 unsigned arithmetic is a PITACaolán McNamara
Change-Id: I8662fc36476a2a029f6bab306306181359b3f688
2013-09-18Resolves: fdo#69440 only ask for tabcontrol in builder dialogsCaolán McNamara
Change-Id: I6001f8921f3b90283525355b0094c4377c42c663
2013-09-18startcenter: Tweak Start Center layoutKrisztian Pinter
Change-Id: Ia63acef184455f3d515f0da0a90a46d8318fbbe0 Reviewed-on: https://gerrit.libreoffice.org/5901 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-09-17fdo#63926: remove extra include paths in svtools/ and sfx2/Marcos Paulo de Souza
Change-Id: I0b47849ba0fa0dfaf4a481779a5ece09be496c1e Reviewed-on: https://gerrit.libreoffice.org/5973 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2013-09-16Resolves: fdo#69236 route size request to layout widget, not hard-coded valueCaolán McNamara
a) For the sidebar the sidebars automatically handle scrolling, but for the older panel the widgets has to do the scrolling so add scrolling parents to the .ui b) Fold the DialogListBox scrolling widget implementation into VclScrolledWindow and remove the duplication. Change-Id: Ife9ccd8c501e5dee7bf3102a92c8261d979cd834
2013-09-15Save should encrypt OOXML document if it was loaded encrypted.Tomaž Vajngerl
Currently Agile encryption is not supported, so all documents loaded with "agile" encryption will be encrypted with "standard" encryption when they are saved afterwards. Change-Id: Id0477f43c00ed70032ca6b3390eebb1105d5ffa7
2013-09-13String to OUStringThomas Arnhold
This removes nearly all ToLowerAscii() calls. Conflicts: linguistic/source/convdic.cxx linguistic/source/convdiclist.cxx linguistic/source/dlistimp.cxx sc/source/filter/html/htmlexp.cxx Change-Id: Iddcaacfb7383e1df3d2f13751a3c788eba953fdd Reviewed-on: https://gerrit.libreoffice.org/5895 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2013-09-12drop tools/string.hxx from a bunch of placesCaolán McNamara
Change-Id: Id6d22b71f2b552ea7872e8a3da6afe207e856561
2013-09-11#i123198# catch and ignore uno exceptions in ↵Herbert Dürr
sfx2::sidebar::TabBar::Item::HandleClick() Patch by: Herbert Duerr Scenario found by: Thorsten Wagner (cherry picked from commit 1a078f3584e8a288c0ec33f176638406423ade63)
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