summaryrefslogtreecommitdiff
path: root/desktop
AgeCommit message (Collapse)AuthorFilesLines
2014-04-18Typo: s/cant/can't/Tor Lillqvist1-2/+2
Change-Id: Id76b4ea569246c4b96da48dbc8d5a557367e0cca
2014-04-16Avoid soffice.bin restarting ad inf when version ini-file buildid is emptyStephan Bergmann1-1/+2
...for whatever reason (one being that in a build from tarball, the "git log" call in instsetoo_native/CustomTarget_setup.mk will produce no value). Change-Id: I3116a7dded4bc502ef8970a3d433b572c989dd65
2014-04-15non-desktop: Don't even attempt to create a lockfile.Jan Holesovsky1-1/+1
Change-Id: I68a4cf8f2e302b49e3d2719ee2bad3f823e8a036
2014-04-14typo: attribut -> attributeThomas Arnhold1-1/+1
2014-04-14typo: paramter -> parameterThomas Arnhold1-1/+1
2014-04-14typo: gard -> guardThomas Arnhold1-1/+1
2014-04-14typo: controlls -> controlsThomas Arnhold1-1/+1
2014-04-13Clean up function declarations and some unused functionsStephan Bergmann19-53/+138
Change-Id: Ie35d71a03d2f89cd72836db21fac8746a9e85b09
2014-04-12liblo: fix check of xcomponentTomaž Vajngerl1-1/+1
Change-Id: I8a05a067681767518c688eb836bbe676bed05996
2014-04-10It's "its", not "it's"Tor Lillqvist1-1/+1
Change-Id: Ieaa787afd7cc622b4750a2ee8f17f6dad934ba63
2014-04-08liblo: Older versions do not have saveAsWithOptions yet.Tomaž Vajngerl1-0/+4
Change-Id: I41b15e81f2e3c5c413b73382a1f55d79a4f7103a
2014-04-08liblo: new saveAsWithOptions functionTomaž Vajngerl3-7/+22
To not break API compatibility of libLO, add a new saveAsWithOptions function and revert the old saveAs to initial state. Change-Id: If245c0261a932b6ed5d65e20cb1b6d8bd1c50ce6
2014-04-08liblo: We need to provide LibreOffice with fake command line args too.Tomaž Vajngerl1-0/+1
Change-Id: I34f364e63f814921bfe88af7cdf4ff4cdf6745fa
2014-04-08liblo: extend doc_saveAs with filterOptionsTomaž Vajngerl3-5/+9
Change-Id: I720f2819955b6f26ea7161493cccb07f873f2a51
2014-04-08liblo: clean-up liblibreoffice.h(xx)Tomaž Vajngerl2-31/+52
Change-Id: I596fc3afde94e095ecf97c23617158f3d49afcc1
2014-04-08liblo: use MediaDescriptor / clean-upTomaž Vajngerl1-128/+126
Change-Id: If70519066081d8e2c8ed24771369d4afef336896
2014-04-04fdo#43157 : clean up more OSL_POSTCONDMichaël Lefèvre1-1/+1
Change-Id: Iaca31b4e12c258b762b3d88fbad0fb08b4f1fc16 Reviewed-on: https://gerrit.libreoffice.org/8832 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin3-8/+8
i.e. convert "::sal_Bool" to "sal_Bool" Change-Id: Ie5943aee4fee617bf2670655558927ed25b7e067
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann12-13/+13
It appears that the C++ standard allows overriding destructors to be marked "override," but at least some MSVC versions complain about it, so at least make sure such destructors are explicitly marked "virtual." Change-Id: I0e1cafa7584fd16ebdce61f569eae2373a71b0a1
2014-03-28Avoid possible resource leaks by boost::scoped_arrayTakeshi Abe1-3/+3
Change-Id: Ie20fc857f19f74aaccb546f9bfa11a7a657d3e8a
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann23-108/+108
...mostly done with a rewriting Clang plugin, with just some manual tweaking necessary to fix poor macro usage. Change-Id: Ie656f9d653fc716f72ac175925272696d509038f
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann34-284/+284
...mostly done with a rewriting Clang plugin, with just some manual tweaking necessary to fix poor macro usage. Change-Id: I71fa20213e86be10de332ece0aa273239df7b61a
2014-03-24svtools: sal_Bool->boolNoel Grandin1-1/+1
Change-Id: I37352e90a5304e75ce0c8ae922a167b1e70625e8
2014-03-18Find places where OUString and OString are passed by value.Noel Grandin3-5/+5
It's not very efficient, because we generally end up copying it twice - once into the parameter and again into the destination OUString. So I create a clang plugin that finds such places and generates a warning so that we can convert them to pass-by-reference. Change-Id: I5341a6ea9e3190f4b4c05c42c85595e3dcd83361
2014-03-14Skip gcj's gij executable, like other JREs' java executablesStephan Bergmann1-1/+1
Change-Id: Ida84a271a066e89ceb7e5dd2fd23a744f5529917
2014-03-05made ListBox handle more than 64k elements, fdo#61520 relatedEike Rathke1-2/+2
ListBox and related now handle up to sal_Int32 elements correctly. sal_Int32 instead of sal_Size or size_t because of UNO and a11y API. Also disentangled some of the mess of SvTreeList and other containers regarding sal_uInt16, sal_uLong, long, size_t, ... type mixtures. Change-Id: Idb6e0ae689dc5bc2cf980721972b57b0261e688a Reviewed-on: https://gerrit.libreoffice.org/8460 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2014-03-03desktop: rename Executable*.bin.mk/.com.mkMichael Stahl5-4/+4
Change-Id: Ibb0970cfde65b331a4b870cc254b0a6481889edf
2014-02-27normalize values of USE_XINERAMAMichael Stahl1-1/+1
Change-Id: Iac70c0872b723f57a63b0df3759c3c6d38271eea
2014-02-27Remove visual noise from desktopAlexander Wilms52-200/+200
Change-Id: Ib8ca7794ce6f3e96ee3a9b2896b141635665552c Reviewed-on: https://gerrit.libreoffice.org/8252 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann57-515/+515
Change-Id: I56e32131b7991ee9948ce46765632eb823d463b3
2014-02-25The LO process is called just "soffice" on OS XTor Lillqvist1-0/+4
Change-Id: I74a6af7f4dc49ccf8ff3ead0d5b3e5e9b78b4f7a
2014-02-23Remove unneccessary commentsAlexander Wilms42-532/+532
Change-Id: I939160ae72fecbe3d4a60ce755730bd4c38497fb Reviewed-on: https://gerrit.libreoffice.org/8182 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-02-21coverity#738620 Uninitialized scalar fieldCaolán McNamara1-3/+4
Change-Id: I1359d9dcdeecb744025b048a998d5c8e08bb9265
2014-02-21vcl: sal_Bool -> boolStephan Bergmann10-17/+17
Change-Id: I2a3e3d3e3266ea0f0fafdd91362076a4aa160f0e
2014-02-21Replace deprecated std::auto_ptr with boost::scoped_ptrTakeshi Abe1-2/+2
Change-Id: I674b7ee507258555b667657a13db6fda9b8d8372
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert3-0/+3
Added vcl/settings.hxx to all cxx files which require it. This helps to speed up compilation after changes to the settings. Conflicts: sc/source/ui/dbgui/pvlaydlg.cxx Change-Id: I211a0735c47f72d6879f6f15339355abfe0e3cf4 Reviewed-on: https://gerrit.libreoffice.org/7933 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-02-20svl: sal_Bool -> boolStephan Bergmann1-2/+2
Change-Id: Ic31455a1f5ffffa35d4fdde901dd70734207b6f4
2014-02-18coverity#984085 Uninitialized scalar fieldCaolán McNamara1-0/+3
Change-Id: I84ff62f0a592a012fa7963f81f4bafcc0ebf420f
2014-02-18Drop unnecessary #includeTakeshi Abe7-9/+0
Change-Id: Ib9ab63cdf21f54b1611de37c5538a300a1b39ba6
2014-02-12convert SvStream::operator>> methods to ReadXXX methodsNoel Grandin1-1/+1
First, I updated the clang rewriter to do the conversion. Then I lightly hand-tweaked the output for the few places where the rewriter messed up, mostly when dealing with calls on "this". Change-Id: I40a6a977959cd97415c678eafc8507de8aa3b1a9 Reviewed-on: https://gerrit.libreoffice.org/7879 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2014-02-12normalize values of SYSTEM_NPAPI_HEADERS, SYSTEM_ICUMichael Stahl1-1/+1
Change-Id: I7f1153e4a07a4116417a7734d867f2d0feda1ee4
2014-02-12fdo#63154 Remove unused solar.h ref in vcl, basctl, desktop..Alexandre Vicenzi4-18/+1
Change-Id: Ic0187495d8f7f64ddf9d3c202ec41201c9ac3a8c Reviewed-on: https://gerrit.libreoffice.org/8001 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Marcos Souza <marcos.souza.org@gmail.com>
2014-02-11coverity#704224 Logically dead codeCaolán McNamara1-10/+0
Change-Id: Ic113260ff969f3bb670cb8ecaf5d6068dea5dbdd
2014-02-11coverity#704223 Logically dead codeCaolán McNamara1-11/+1
Change-Id: I4d5380f7c60ff10d1e1c2560e1e1288eb79cd056
2014-02-11fwk: Constructor feature for one instance SessionListener.Matúš Kukan1-11/+3
Converted as usual service implementation. Change-Id: I37c2f25e8a463abb236753c1299cc0aeb3007cd9
2014-02-10Typo: diretory -> directoryJulien Nabet1-1/+1
Change-Id: I46270104db3192f427bb7a954e6c074ab3aced33
2014-02-07remove the 4 send crash report tabpagesCaolán McNamara2-27/+2
and other logical consequences of officecfg::Office::Recovery::CrashReporter::Enabled == false because we have this disabled by default since the first LibreOffice release and we have no backend infrastucture to handle the submissions anyway and it's blocking conversion of legacy .src dialogs to .ui format Change-Id: Id5481af3ec970032b3728c0e6cc0c6a52d3ed3dc
2014-02-06typo fixes in commentsAndras Timar1-1/+1
Change-Id: Idd49478d59cd062118fbf8e99d1c8bc5250013fc
2014-02-06Typo: seam(s) -> seem(s)Julien Nabet1-1/+1
Change-Id: I840d120644760b61a39ad88b4095056f0f753bb7
2014-02-06Introduce com.sun.star.ui.theWindowStateConfiguration singleton.Matúš Kukan1-2/+2
Change-Id: I50861ac8952d54cb1a45846ea72a2ecac4f83409