summaryrefslogtreecommitdiff
path: root/sfx2
AgeCommit message (Collapse)Author
2013-03-17fix about logo not stretching to fit dialog widthCaolán McNamara
A regression since a1a0830d1ac3ffabbe35bd8a0264b64f1f7a9d67 where fFactor100th_mmToInch changed. This looks super fragile and presumably isn't exactly the right way we should be doing it. Change-Id: I7c34eefd2331e4fec4b7e6893c68a989f2f5fd62
2013-03-16"show logo" in slideshow settings doesn't do anythingCaolán McNamara
This wants to load about.png which doesn't exist anymore. "about.svg" does, but is a rather abstract background image for the about dialog these days, so use "flat_logo.svg" instead. Which requires moving the svg loader out of cui into sfx2 for re-use. Change-Id: I8654f0f93766556ef4ed4b87eff35b45d8189761
2013-03-15Template manager: moved the controls into a proper TabPage to avoid problemsCédric Bosdonnat
Change-Id: Ibff35bf24873a38c9a09d71fb3630a57e06f1a3c
2013-03-15fix indentationMarkus Mohrhard
Change-Id: Ia2f7ccc2a9ccc888dfef5d5bf0cb366b1b3ba981
2013-03-15use a scoped_ptr hereMarkus Mohrhard
Change-Id: Iac59e450521b427c5ddb77cb944dd12ef4bb0cea
2013-03-15initial work on an odc exportMarkus Mohrhard
We can now export a chart to odc when we are in chart edit mode from Calc. I need to add support for it to Writer and Impress as well. We can already open these files but copy&paste from the opened file fails. The next step is then to add a new menu entry Insert->Object->Chart from file Change-Id: I14d1702e79517e7319a1929de2be5501d375885d
2013-03-15let us pass this parameter by valueMarkus Mohrhard
Change-Id: I1430da4ee9ff87b1fb549a43115aa8fe41c76343
2013-03-14remove legacy build.pl prj/build.lst files.Michael Meeks
2013-03-13Add a button to create a new empty folder in template manager.Rafael Dominguez
Change-Id: I13f77790f26c972bd74dac08c0cb8fd77b049dbf Reviewed-on: https://gerrit.libreoffice.org/2704 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-03-13drop unused resources and toggle label to activate replacement widgetCaolán McNamara
Change-Id: I4a608c3b8163b9e171cd73dc7921d16e7dbfa3a1
2013-03-13convert manage style page to .uiCaolán McNamara
Change-Id: I42d08439c7aaf90ba2090012757c2ece88ba023c
2013-03-13remove aDescED which is always hidden and never usedCaolán McNamara
looks like it got replaced by FT_DESC over 13 years ago without getting removed, FT_DESC should have had the helpid associated with ED_DESC. Change-Id: I7aa0887d75b114ebc7c863920e0d58f71c3a7a31
2013-03-12Abbreviate Rectangle as Rect, not RecTor Lillqvist
Change-Id: If38a5d23150bcd19a6eb6024c2ef1eea826898f5
2013-03-11fdo#38838: Converting String/UniString to OUStringelixir
Change-Id: If64db96005fcd8a42e4fa24041867b99183965f9 Reviewed-on: https://gerrit.libreoffice.org/2586 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-03-11Ask for confirmation when deleting a template, fdo#61466Rafael Dominguez
Change-Id: Iaa499bfa5536d8df1d4e6d2aed3c350c588a0c46
2013-03-11post writer test page conversion, remove unused ctorCaolán McNamara
Change-Id: I67bce02ad32e9e35bbd94458a922352567af2ba5
2013-03-11use startsWith() instead of compareToAscii()Thomas Arnhold
brain damage... Change-Id: I4dc63c7346f724eded9ac7b82cda25c2bb60beff
2013-03-11fdo#62075 Hierarchical filter hard to findJoren De Cuyper
See UX-advice http://lists.freedesktop.org/archives/libreoffice-ux-advise/2013-March/001898.html and comment on bug for approval of ux-advice. Change-Id: I0e3eb178eb74476edad6aad724e1ccc2a05662da Reviewed-on: https://gerrit.libreoffice.org/2638 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-03-11fdo#61394 Change Template Manager Accept button label to OK.Rafael Dominguez
Change-Id: Iffc0e55343f6da8acd921b944fcabdcaf6380dad Reviewed-on: https://gerrit.libreoffice.org/2655 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-03-11Minor improvements and UX-advice related to fdo#46718 delete multi styleJoren De Cuyper
UX advice see: http://lists.freedesktop.org/archives/libreoffice-ux-advise/2013-February/001816.html Summary: only show a dialog when the user is trying to delete an used style. Also warn him this change can only be partly undone (for now). Change-Id: Ib95143fcd4c7543f518e0d7fd4ff46a127efca2a Reviewed-on: https://gerrit.libreoffice.org/2618 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-03-09Remove unused functions (callcatcher)Julien Nabet
ThumbnailView::deselectItem(unsigned short) XclExpPivotCache::GetFieldAcc(rtl::OUString const&) Change-Id: I88d79c7c1eede9544a4232e467a54629e4976798
2013-03-08fdo#60691 add modelines to *.src and *.hrc filesBorim
use solenv/bin/add-modulelines script for the task and remove all UTF bom from *.src and *.hrc files svx/source/dialog/hdft.src Change-Id: I745d4f0fe9b05436a142a03f8512970f91c41bd4
2013-03-08A template it should create a new document not open in edit modeNiklas Johansson
I did a misstake in a previous patch. This patch fixes that. Change-Id: I22c2ff8a03c5652717a8705474f2cbe3b5b9208b (cherry picked from commit 29fecdb19906ad4c6463d4a47de073ff36c1274c)
2013-03-08Template manager should respect users macro/link settings.Niklas Johansson
When opening a file with loadComponentFromURL, macro and link settings is not respected unless it's explicitly told to do so. Change-Id: Iaf2f2a797285e40147152ac8dfd53720dc26931b
2013-03-08set action and content area via their internal-child idsCaolán McNamara
rather than based on their names, which changes if there are more than one dialog in a .ui set them explicitly in the manual-build-dialog case of the SfxTabDialogs Change-Id: I293c77df05d9e11e3f1cf3b358a9dd27fe668b0f
2013-03-08some further OUString cleanupThomas Arnhold
Change-Id: I13eb94092e29ececc9fbf494074acde5f893b605
2013-03-07WIP: fdo#47011 autosave featureKrisztian Pinter
Change-Id: Ib2cbcc33e6188c60c183b5f47e9ae9c9d4c91b95
2013-03-07fdo#46808 use document::DocumentRevisionListPersistence constructorNoel Grandin
Change-Id: I1a591ec4061c73657c26552d41c58b970696038f
2013-03-07fdo#46808, small cleanupsNoel Grandin
Change-Id: I8d34bfca5009a4a44444b19a39c6f8338614e4c4
2013-03-07fdo#46808, Convert text:: and drawing:: ModuleDispatcher service to new styleNoel Grandin
The services already existing, just needed to create the IDL files Change-Id: Ifedd46722ba0bae2985e82d18827c61c1d12cd62
2013-03-07fdo#46808, Convert ui::dialogs::AddressBookSourceDialog to new styleNoel Grandin
The service already existed, it just needed an IDL file. Change-Id: I6b9a5a5fd02985bfdd29bb42f032265d0b5498c7
2013-03-07fdo#46808, Use service constructor for document::DocumentPropertiesNoel Grandin
Change-Id: I4be6985d5f1c7729f74b8a5ddc41024a407e770c
2013-03-07fdo#46808, remove unnecessary XMultiServiceFactory usageNoel Grandin
No-one was calling the constructor with anything other than an empty reference. Change-Id: If1948ff236f6fdb3579e472d66c5f9c04879bc4e
2013-03-07fdo#46808, Convert singleton theMasterScriptProviderFactoryNoel Grandin
Change-Id: I647a02e552acdd354463fc46c13c5a73b1c90d09
2013-03-07fdo#46808, Convert ui::UIConfigurationManager to new-styleNoel Grandin
Change-Id: I62c37eb6d0e0b2a681a84e1fa0067d0a9f967cf2
2013-03-06fdo#60148 Clean up warnings from the Clang compiler pluginnccuong
Change-Id: I08d755677c46c476710ecbd067ed9f7e2f54a671 loplugin: clean warnings: unused variables, incorrect indentation and log area. Reviewed-on: https://gerrit.libreoffice.org/2544 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2013-03-06fdo#60724 change spelling error REMOVEABLE -> REMOVABLEKenneth Beck
Only applies to PropertyAttribute::REMOVEABLE, and all instances in comments. All other instances of the misspelling have remained the same. Example: AF_REMOVEABLE Change-Id: I391f4101bbc3e06689318235a37d616065bc1686 Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
2013-03-06Remove dead codeTakeshi Abe
Change-Id: I922286ea88663402e813365cbf7993890d33e9de
2013-03-05Remove unused nTotalItemsJulien Nabet
See http://nabble.documentfoundation.org/Cppcheck-nTotalItems-is-assigned-a-value-never-used-sfx2-part-td4036724.html Change-Id: I8c752dc7bede7cbf5e450d62500a227458b8dc25
2013-03-05fdo#38838, replacement of String with OUStringÁdám Csaba Király
Replaced String with OUString in mediawindow.cxx, basdoc.cxx, basdoc.hxx and bastype3.cxx. In other files I only replaced, what was necessary for the changes in basdoc to work. Change-Id: I1ad0e7e262f8becdf57f182853aaa914a88895a4 Reviewed-on: https://gerrit.libreoffice.org/2554 Reviewed-by: Muthu Subramanian K <muthusuba@gmail.com> Tested-by: Muthu Subramanian K <muthusuba@gmail.com>
2013-03-05doubled usingThomas Arnhold
Change-Id: Ib1d3213a688194bfb027b7bca5bd9ac1b7bb1b28
2013-03-04one last DBG_UTIL consumer of this in writerCaolán McNamara
Change-Id: I6074c3bc265d405688f1984ddeb37dc332c02b33
2013-03-04fix missing return statementNoel Grandin
...introduced in my commit dc00ad1e823e3b36619cd04c7e4d169362e199b3 "fdo#46808, Use service constructor for task::InteractionHandler" Change-Id: I187702ee5d6c3e653ce08526bb1af80af0b92cb4
2013-03-04sal_Bool to boolTakeshi Abe
Change-Id: I8c554fb3faead41c974af9c2a89728bd0bdf5eb6
2013-03-04doubled namespacesThomas Arnhold
Change-Id: I0f6a34a459c1492a69afa3ef6bcbaa8ed7639a22
2013-03-04doubled includesThomas Arnhold
Change-Id: I70ec796188e2388e1e4d699126f7ae817f5ff86e
2013-03-04fdo#46808, Use service constructor for task::InteractionHandlerNoel Grandin
a lot of code was loading the service using it's implementation name, which is why this got missed earlier. Change-Id: I0b150bc9383a1a3a09ab905c4ddb7f914e69638d
2013-03-04fdo#46808, convert task::StatusIndicatorFactory to new styleNoel Grandin
the service already existed, it just needed an IDL file. Change-Id: I84c8e48e176ec3a38ac48a7abcec7463390523b9
2013-03-04fdo#46808, Convert frame::DispatchRecorder to new styleNoel Grandin
API CHANGE: dropped the XIndexReplace interface because no-one is using it. Change-Id: Iad77af588a070b22f2fce007a6ec4641758997a8
2013-03-04fdo#46808, remove some unnecessary getProcessServiceFactory callsNoel Grandin
Change-Id: I62652b0fd9a28e0e7eaea65569764bc534b112f1