summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-05-21loplugin:passstuffbyrefNoel Grandin
Change-Id: I60dd37a3dbac8b82c115290f2f3a9e8440a1cba6 Reviewed-on: https://gerrit.libreoffice.org/25250 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2016-05-21tdf#97221 restore original message for failed check of updateStanislav Horacek
the message is not specific for server errors Change-Id: If282acfaefa4fc5843757dff730dd84ece528210 Reviewed-on: https://gerrit.libreoffice.org/25217 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2016-05-21add test for tdf#99947Markus Mohrhard
Change-Id: Ieede4a60587bf6a4d570761e0cf5fc59b74f9912
2016-05-21use CONV_XL_OOX for xlsx export, related tdf#99947Markus Mohrhard
Change-Id: Iff6ba46600a55a93eaa1f076b96bb18dec779f0e Reviewed-on: https://gerrit.libreoffice.org/25230 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2016-05-21use correct separator for ScRangeList, tdf#99947Markus Mohrhard
Change-Id: I2ee291207e899e9d64879176714f12d56dc69112 Reviewed-on: https://gerrit.libreoffice.org/25229 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2016-05-21disable the test that crashes windowsMarkus Mohrhard
Change-Id: I8f0f4dbc6453d7b9e00aba1399231a83b01668c2
2016-05-21add the breakpad exception handler also for windowsMarkus Mohrhard
Change-Id: I85a297ff79d9216cf2329b642bf8fe0bfe3e6886
2016-05-21add missing file for breakpad libraryMarkus Mohrhard
Change-Id: I1e88b2c9d6ab91a43d03b3f87ba4e83842f2ac03
2016-05-21fix bad index/assertion failure with line ending autocorrect patternsLászló Németh
Test case: type "->" and press Enter in a new en-US text document. Result: crash or missing replacement of the arrow. Change-Id: I052ae868b6fe0b1e5557c40471d31a20bd1e5ca9
2016-05-21starmath: These functions are used in local onlyTakeshi Abe
Change-Id: I603be0a0890844019700f402ae79203ddc86c952 Reviewed-on: https://gerrit.libreoffice.org/25186 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>
2016-05-20framework: avoid excessive queryDispatch callsThorsten Behrens
Make better use of the css::frame::XInterceptorInfo interface, to avoid calling queryDispatch() pointlessly on interfaces that have explicitely opted out. Since that already broadcasts which urls we're interested in - so just don't bother calling entries who are not matching. Change-Id: Id5e780568fd60c38f4cee4ee800d747d65a31dae Reviewed-on: https://gerrit.libreoffice.org/25214 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
2016-05-21document findings on external range reference handlingEike Rathke
Change-Id: Ib9f3bdb41d8fc8b3c370508675b39a331f5ba0a1
2016-05-21handle external references in CompareMat() as matrixEike Rathke
Change-Id: I1ab606bd1df0cea8ebbc14f70702423506bb8c70
2016-05-20add missing spaces to list of formatsStanislav Horacek
Change-Id: Ibecec5a7a0c3f6f0eaf258ad6dbf66869d59e975 Reviewed-on: https://gerrit.libreoffice.org/25225 Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de> Tested-by: Katarina Behrens <Katarina.Behrens@cib.de>
2016-05-20remove double space in string of Slide Background content panelStanislav Horacek
Change-Id: Ia3b8ec61bcf92e297b3650ba3617eb2f0580b7fc Reviewed-on: https://gerrit.libreoffice.org/25224 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
2016-05-20add dcounta test caseZdeněk Crhonek
Change-Id: If6f7a21d2a80e07d14c011bd5cf8978e287ec4fc Reviewed-on: https://gerrit.libreoffice.org/25199 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2016-05-20unit test for unresolved external references, tdf#93101Eike Rathke
Change-Id: I02d948206aeba56a8d825646eeef0fcbf6e9b505
2016-05-20handle svExternalDoubleRef just the same as svMatrix in MATCHEike Rathke
Change-Id: Ibd2b6fcc2be85948a7e228494e4e388e79c1e9ab
2016-05-20Fix CopyPasta in MAXIFS range descriptionOlivier Hallot
Change-Id: Ibbf97ec006f1fbe95eff189035b0ee4c70f5586d Reviewed-on: https://gerrit.libreoffice.org/25205 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2016-05-20use vector replication for single row/column arraysEike Rathke
... also in GetStringFromMatrix() and GetDoubleOrStringFromMatrix(), not only in GetDoubleFromMatrix(). Change-Id: Idb4bd7d7ed7574cf80d2998d1e5bfa5a6015b833
2016-05-20Updated coreMiklos Vajna
Project: help f977f89d5e1bc34ef79f2d292e11c69fc22b2a7d Initial classification bar documentation Change-Id: Ieeff90ecf810e9e36e7f80815d57ccc0bc0e8067
2016-05-20always use GetNewMat() in interpreter context instead of plain ScFullMatrix()Eike Rathke
... so error handling interpreter is set and im-/mutable flagged correctly. Change-Id: I3e2647b6e4a4f4bcfdf7264d6942844941ea6c6b
2016-05-20New Template ManagerAkshay Deep
1. Save Mode removed from Template Manager 2. Context Menu for TemplateViewItems (Handled from LocalView for Local Repos) 3. 'showAllTemplates()' replacing 'showRootRegion()' 4. Filter Combobox for templates (Remembers filters also) 5. Search Filter (Synchronized with Filter ComboBoxes) 6. Removed Tabs from Template Manager 7. Removed Buttons from TemplateAbstractView 8. Unused GtkToolButtons removed 9. PushButtons in UI 10. Modal dialog for Import and Move (Works from "All Categories" now too) 11. ContextMenu for TemplateSearchView 12. Delete Categories(Folder) in Settings Menu 13. Save As Template Dialog Change-Id: I88f6568c35271c17dbd7e6877d50119a8cfe4d60 Reviewed-on: https://gerrit.libreoffice.org/24545 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2016-05-20handle svExternalDoubleRef in all IS*() functions, tdf#93101 relatedEike Rathke
Change-Id: I48813de703ea926b8828f4e262393f7643216989
2016-05-20handle svExternalSingleRef in all IS*() functions, tdf#93101 relatedEike Rathke
Change-Id: I14181dd2dbb5d412e3dd165dcbf7468cb8ea8b21
2016-05-20Show the certificate use also in the View Certificate dialogTor Lillqvist
Change-Id: I25ba55456be62307348eec529bfd434f8a90bac4
2016-05-20Add SAL_INFOs of the list of system and physical cert storesTor Lillqvist
Change-Id: I5c232e72c4a7fc18bc0f7ea29a9c912bf71284ba
2016-05-20loplugin:refcountingNoel Grandin
Change-Id: I5cb9297c44b076dfca2a37f234ba823ba217b507
2016-05-20Add initial CppunitTest_sfx2_classificationMiklos Vajna
Change-Id: Id896d10b8e735b4c95e14863428e4061326c3fbc Reviewed-on: https://gerrit.libreoffice.org/25193 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org>
2016-05-20tdf#89329: use unique_ptr for pImpl in svx/Xisco Fauli
Change-Id: I6c252272feb9915b580b3525a606c26c19cbe773 Reviewed-on: https://gerrit.libreoffice.org/25114 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2016-05-20Convert STATE to scoped enumNoel Grandin
Change-Id: Id2bb63be495a50376dbaccf6eeb27a900fc2ac7b
2016-05-20Convert TEXT_STATE to scoped enumNoel Grandin
Change-Id: I86822b99c81f1e6f2cd6a117f15fdc3d20d18495
2016-05-20loplugin:unusedmethods in sfx2, SfxUnoControllerItem goesNoel Grandin
Change-Id: Ibbae76b45da924e44fb91dcb3548106e8b908fbf Reviewed-on: https://gerrit.libreoffice.org/25160 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2016-05-20Fix typo in codeAndrea Gelmini
Change-Id: Idc46b1973afc1a3af5b48d53b0cec1a6bb924c92 Reviewed-on: https://gerrit.libreoffice.org/25184 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2016-05-20tdf#87668 Add control to show or hide "Original Size" option.Gulsah Kose
Change-Id: I022ff86af2e480b061023aac50ff9f79fc6dbf9e Signed-off-by: Gulsah Kose <gulsah.1004@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/24263 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
2016-05-20tdf#93101 handle svExternalSingleRef in ISERROR()Eike Rathke
Change-Id: I9e2a4aeb16d6777153d2f47a1c1af68fe2e97780
2016-05-20tdf#93101 correctly resolve svExternalSingleRef token in GetMatrix()Eike Rathke
... including error propagation, and use GetNewMat() instead of a plain ScFullMatrix so the interpreter error handling is set up. Change-Id: I862c46f9afc2afd0bb2a23aa767158e0945583a5
2016-05-20tdf#93101 propagate external reference error from refcache tokenEike Rathke
Change-Id: I90491a7b18fddaddb3bbb4d7a3f8b9555b9b1198
2016-05-20tdf#98852: Show text-specific effects when selection contains textKatarina Behrens
This regressed as effect list(s) moved to sidebar, text-specific effects were simply always skipped even if it'd be relevant to offer them in the given context Change-Id: I2dc9cd360b462fb232573434da743e517661a6b8 Reviewed-on: https://gerrit.libreoffice.org/25190 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
2016-05-20fix KDE4 buildNoel Grandin
after 72edb696 "loplugin:unusedmethods in vcl" Change-Id: I15d884b39b38da80bcf10ca81161d0dcb5683954
2016-05-20warning C4334: '<<': result of 32-bit shift implicitly converted to 64 bitsNoel Grandin
in VisualStudio reported by Luke Benes Change-Id: I908039750a3e89e4d1b77631f7d309191735c765
2016-05-20sfx2 classification toolbar: set state of all listboxes on status changeMiklos Vajna
With this the listboxes reflect the state of the document after load. This also means that the only difference between the first listbox and the remaining ones is the first one influences the UI as well, but everything else is implemented. Change-Id: Ibea0e2fbc431f7327342fd8c2a1d31c34b73d6a8 Reviewed-on: https://gerrit.libreoffice.org/25188 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org>
2016-05-20loplugin:unusedmethods in vclNoel Grandin
also drops the CairoFontsCache ref-counting, since nothing was actually using it. Change-Id: If05ecb054b6b8d97b0d3010185cf23c28390ec04 Reviewed-on: https://gerrit.libreoffice.org/25105 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2016-05-20convert SC_COMPILER to scoped enumNoel Grandin
Change-Id: Ib8fdce056847b2b2514f61da18c106bb3e78631c Reviewed-on: https://gerrit.libreoffice.org/25079 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2016-05-20Convert ID_LEVEL to scoped enumNoel Grandin
Change-Id: Icdb5f39329ddb94fc1a51e59c8ac99d2684f9cbc Reviewed-on: https://gerrit.libreoffice.org/25164 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2016-05-20Convert PROP_FLAG to scoped enumNoel Grandin
Change-Id: Ia08a22cffa07c6c3a82497671d0e246fc5aa88a0 Reviewed-on: https://gerrit.libreoffice.org/25163 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2016-05-20remove more linking noise from VisualStudio buildNoel Grandin
Change-Id: Id6254b9b261e61e567ce3a557fa8e6cb30cfc3ae Reviewed-on: https://gerrit.libreoffice.org/25155 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2016-05-20clang-tidy misc-assign-operator-signatureNoel Grandin
Change-Id: I2953a88d9e2f5923732865ef17615d5928ac5f5f Reviewed-on: https://gerrit.libreoffice.org/25154 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2016-05-20writerfilter: use '= default;'Miklos Vajna
Replace default bodies of these trivial special member functions. Also remove RTFSprms::operator=() as it matches what the compiler would generate anyway. Change-Id: Ib5e30dfdd9b428a6d7800cec056c3f55ca92f4a4 Reviewed-on: https://gerrit.libreoffice.org/25187 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org>
2016-05-20Fix typo in codeAndrea Gelmini
Change-Id: I71ede9bf7d3f7de236dd161f30b36f52efec2c56 Reviewed-on: https://gerrit.libreoffice.org/25185 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>