summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-05-21Add "canvas.vcl"Tor Lillqvist
Change-Id: I761217ac3791b631c58ccead73b7c45818db0589
2013-05-21bnc#818997 RTF import: don't ignore page breaks between shapesMiklos Vajna
Change-Id: Ief71ba9a3c60356714e73d08e88d0a3105b17b1a
2013-05-21Also plain "tools" is used as a sal logging areaTor Lillqvist
Change-Id: I98a578f3934fda9ed49c31d1a1d171d4b6f6ed91
2013-05-21Remove unused commented codeAriel Constenla-Haile
(cherry picked from commit d8933b9c61e3e15f788f43043975f48d9d5b6cfd) Change-Id: I9856e1f26f9467c281ebaabe3d520e4fa59163c4
2013-05-21Fix build breaker: missing css::uno::XInterface includeAriel Constenla-Haile
(cherry picked from commit 9a421d5c9c0fd4f04c08c10e24275255fdf34f83) Change-Id: I27c4602a5144fddb18190698d0928b9b96af8a9b
2013-05-21Related: #i121442# Remove unused UNO StatusbarControllersAriel Constenla-Haile
(cherry picked from commit 06b91eb4cc81dde86875445c5acaa5c57111333b) Conflicts: framework/inc/uielement/logoimagestatusbarcontroller.hxx framework/inc/uielement/logotextstatusbarcontroller.hxx framework/inc/uielement/simpletextstatusbarcontroller.hxx framework/source/classes/resource.src framework/source/register/registerservices.cxx framework/source/uielement/logoimagestatusbarcontroller.cxx framework/source/uielement/logotextstatusbarcontroller.cxx framework/source/uielement/simpletextstatusbarcontroller.cxx officecfg/registry/data/org/openoffice/Office/UI/Controller.xcu Change-Id: I799bd0fa29191efce4fe9a09f74247e38d8f8873
2013-05-21Related: #i121442# - Refactor UNO StatusbarControllersAriel Constenla-Haile
(cherry picked from commit 3f1dd0f6b392c104e0a7c7c2623d5d688f8622c0) Conflicts: framework/source/uielement/langselectionstatusbarcontroller.cxx Change-Id: I1e8f87d1fbd12bab98b38282cedc730ac23694c3
2013-05-21Related: #i121442# Adapt existing code in other modulesAriel Constenla-Haile
(cherry picked from commit 6c640ee420df6f7c9f3ab981e49ee304f1d2319e) Conflicts: reportdesign/source/ui/misc/statusbarcontroller.cxx sfx2/inc/sfx2/stbitem.hxx svtools/inc/svtools/statusbarcontroller.hxx svtools/source/uno/statusbarcontroller.cxx Change-Id: If03a201214a4afe09efa4e3e996aded9b6a57bdf
2013-05-21Related: #i121442# support status bar merging and StatusbarControllersAriel Constenla-Haile
framework refactoring and new code to support status bar merging and UNO StatusbarControllers (cherry picked from commit 0b3a77478cf2cfd245a87bc528f851e959a2e6c7) Conflicts: framework/source/uielement/statusbarmanager.cxx framework/source/uielement/toolbarmerger.cxx Change-Id: I334a220ff27bb365e98a0ebd8bc6e55d65e76d64
2013-05-21Related: #i121442# Read Statusbar merging configurationAriel Constenla-Haile
(cherry picked from commit b2db8c4c68553100b64af8f51bce2d496b12e882) Conflicts: framework/inc/framework/addonsoptions.hxx framework/source/fwe/classes/addonsoptions.cxx Change-Id: I3cd8f310990098fc61adb8287ef53596f4038fdc
2013-05-21Related: #i121442# - StatusbarController API ModificationsAriel Constenla-Haile
Modify the current StatusbarController API so that it can be used by pure UNO implementations (cherry picked from commit 059f35d0ce96ccf14d02c6f33e25192d0c926b3f) Conflicts: offapi/com/sun/star/frame/StatusbarController.idl offapi/com/sun/star/frame/XStatusbarController.idl Change-Id: I664a104bff35a35d4406d98f96bdf8983b452ebd
2013-05-21Related: #i121442# API wrapping StatusBar functionalityAriel Constenla-Haile
In the current implementation and its API design, it is impossible to implement a StatusbarController in UNO, because there is no way in UNO for the controller to manipulate its status bar item; the current implementation of UNO based StatusbarController have to access directly the VCL StatusBar through the AWT XWindow in order to manipulate its item. Designing an API that wraps the VCL StatusBar does not make sense: a StatusbarController should only have access to the status bar item it controls, not the whole status bar. Therefore this new interface represents only the functionality of an item in a status bar, to be controlled by a StatusbarController (cherry picked from commit f556d8d542b069778e9b9d2bf25575e740602a6f) Conflicts: offapi/com/sun/star/ui/makefile.mk Change-Id: I197d49ac4516370f0d352ee03f86519016bf030c
2013-05-21de-break published API changeCaolán McNamara
Change-Id: I86c2a3d8897278b47eb6b81327469cfae2f41fd5
2013-05-21Related: #i121442# - Extend css::awt::XGraphic to draw imagesAriel Constenla-Haile
A StatusbarController that draws its status bar item may need to draw a graphic representing the feature state. css::awt::XGraphics API should be extended to include VCL's OuptDevice::DrawImage (cherry picked from commit 3ca8e86d4489f023160d69ba621a819a89ab90d5) Conflicts: offapi/com/sun/star/awt/XGraphics.idl offapi/com/sun/star/awt/makefile.mk offapi/type_reference/types.rdb toolkit/inc/toolkit/awt/vclxgraphics.hxx toolkit/source/awt/vclxgraphics.cxx Change-Id: If2c37022e60e8a3c9fce51dac84f4a2af001b5c5
2013-05-21Related: #i121442# Add support for StatusBar merging via configurationAriel Constenla-Haile
(cherry picked from commit 5c795df0452046ad2aa8d0ec05092133e3e4ebc3) Conflicts: officecfg/registry/schema/org/openoffice/Office/Addons.xcs Change-Id: Ica40d4f68054a3adcf460531c06cd1792ba4a6c4
2013-05-21restore StatusBar::GetItemData, etc. because we need it againCaolán McNamara
revert c95fa19f7c7b58a2beb65ad52335322ec2ae6f18 Conflicts: vcl/source/window/status.cxx Change-Id: I976802cde23892e7a3b2f6ad75d34a52bc7b2739
2013-05-21absoletely guarantee there is no mem leakCaolán McNamara
Change-Id: If6960dea479bb8970cb94aa05a3c9d44bf60cfc5
2013-05-21Adapt to new com/sun/star/oox/Stephan Bergmann
...introduced by a986eddb9b9d1de71ae1c6f73246e493cc449c21 "fdo#46808, Convert oox.ExcelFilterExport service to new style." Change-Id: Ie44688f02ffb73ff5967b66e649827058236614e
2013-05-21fdo#46808, Convert more XMultiServiceFactory to XComponentContextNoel Grandin
Change-Id: Ia9fe1a95aab5f466ce212e442eba791f265488b5
2013-05-21more linking fixNoel Grandin
for my diagose_ex.h change Change-Id: I6f9224942b5ccac0ae6b61a595bfe6a3c7463b7b
2013-05-21remove unused member and methodNoel Grandin
Change-Id: I325acbb98797f5feb4f5dbeb400d00b11e911d10
2013-05-21fdo#46808, Convert oox::PowerPointExport service to new styleNoel Grandin
The service already existed, it just needed an IDL file Change-Id: I1404f4f60abafd489ddfb7294affcc7ff33885ce
2013-05-21fix for linkingNoel Grandin
caused by my commit 863d38fbfa4fb4861e476828c46410602100919e "move DBG_UNHANDLED_EXCEPTION out of line" Change-Id: Idfd84d987ba9151ba476ce0516a9e5fbdb2003ec
2013-05-21fdo#46808, Convert oox.ExcelFilterExport service to new styleNoel Grandin
Service already existed, just needed an IDL file Change-Id: I397296e5ad7b32febb63e74f8ee9a0db53ba5a81
2013-05-21fdo#46808, Remove unnecessary XMultiServiceFactory memberNoel Grandin
.. and associated methods Change-Id: Iec01b4615decc1616e405166088d7d1d844ac0ae
2013-05-21fdo#46808, Convert chart2::*RegressionCurve services to new styleNoel Grandin
The service already existed, they just needed IDL files. Change-Id: I547b3b40912e2fefdb173c010826f86aa8347b11
2013-05-21fdo#46808, Convert some XMultiServiceFactory to XComponentContextNoel Grandin
and remove unnecessarily storing the global XComponentContext Change-Id: Ifb230b88661fea38d96a9d7f0994f92b9632ef79
2013-05-21bump product version to 4.2.0.0.alpha0+Petr Mladek
Change-Id: I4e83df4ed18f224ce02565c32bdd3fb0c24c6d20
2013-05-21Little cleanup in image loader internal functionslibreoffice-4-1-branch-pointRodolfo Ribeiro Gomes
Change-Id: I6def704dc22d7a536849a9e4b51a08bf68778329 Signed-off-by: Rodolfo Ribeiro Gomes <rodolforg@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/3950 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-05-21move DBG_UNHANDLED_EXCEPTION out of lineNoel Grandin
makes it easier to set a breakpoint on it. Plus it's getting a little big to be a macro. Change-Id: I2827aa3618ba966fbc85a4a56e0e794a55630730 Reviewed-on: https://gerrit.libreoffice.org/3988 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-05-21do not second-guess help langs for installationDavid Tardon
Change-Id: I48484ca81008fe650aa9fa0eb561e3b2ff33399c
2013-05-21Re-add PNG file that used to have a pathological (LF) filenameIsamu Mogi
This is a cherry-pick of 4aa27cc3b98d455379f7c97a215d557d646fa08e . Author: Andrea Pescetti <pescetti@apache.org> Date: Sat May 11 11:42:03 2013 +0000 Change-Id: Id91c9d5cd462e73a243d9c5670572a9c2293798e Reviewed-on: https://gerrit.libreoffice.org/3985 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-05-21Avoid pathological filename, breaking checkout on some systems.Isamu Mogi
This is a cherry-pick of 8cb45ee0b8d744c282b76be8b26b1196b9d91b44 . Author: Andrea Pescetti <pescetti@apache.org> Date: Sat May 11 11:39:07 2013 +0000 Conflicts: icon-themes/galaxy/svx/res/symphony/ Change-Id: I125e506531248c167cda20714228777e102a24e9 Reviewed-on: https://gerrit.libreoffice.org/3984 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-05-21Fix two SfxFilterMatcher_Impl memory leaks.Mark Wielaard
First SfxFilterMatcher_Impl::InitForIterating() will set pList to either the global filter array matcher pFilterArr, or to a new SfxFilterList_Impl. This new SfxFilterList_Impl should be deleted in the destructor. Second getSfxFilterMatcher_Impl() keeps a cache of SfxFilterMatcher_Impls. If a SfxFilterMatcher_Impl for a given name doesn't exist yet a new one will be created. But the cache stored objects by service name (aName), but looked object up by factory name (rName). So it always created a new SfxFilterMatcher_Impl instead of using the one from the aImplArr cache. Change-Id: I7840aaddc861f609fbe14d5b6c0ea20d997f690f Reviewed-on: https://gerrit.libreoffice.org/3989 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-05-21fdo#64011 fix the position and the drawing from left to right in RTL sheetFaisal M. Al-Otaibi
this will fix the start position for drawing and you can draw shapes from left to right when the Sheet are RTL Change-Id: I5cc8eabf474918968bea026dba9c5add2bb4f28e Reviewed-on: https://gerrit.libreoffice.org/3912 Reviewed-by: Ahmad Harthi <aalharthi@kacst.edu.sa> Tested-by: Ahmad Harthi <aalharthi@kacst.edu.sa>
2013-05-21Updated corePetr Mladek
Project: help cfcc32824c195ca37339ef33c99a099f9b7afe1e
2013-05-21helpcontent2: add missing auxiliary helpcontent files for bn-INPetr Mladek
Change-Id: I90e4eb02e2f4e672681ff8fe1305eaa08b1769fd
2013-05-21allow to create new database using the wizard again (fdo#62937)Petr Mladek
To be honest, I do not userstand the code much. Julien pointed out that the setParentTitle and onTypeSelected were newer called. The condition looked like an optimisation and it helped to remove it. It would be great to put it back. It might be enough to hand the intial values. Change-Id: Id06cc9c63a9e578cb3c698c8526851fec71ef9da
2013-05-21fdo#46808, fix unit testNoel Grandin
...after my PrimitiveFactory2D changes Change-Id: I994d2dd0aebed67643f749dc43bcd4e744601885
2013-05-21fdo#46808, Use service constructorsNoel Grandin
Change-Id: Ib428bb78751e9707c89dcf311b8ab86ad8184775
2013-05-21fdo#46808, Convert chart2::Title service to new styleNoel Grandin
API CHANGE: The chart2::XTitled interface now takes and returns a XTitle2 instead of an XTitle. Change-Id: I96c35909d3a13f1abb544296a782a0b6a7a58ec6
2013-05-21fdo#46808, Convert various chart2:*Scaling services to new styleNoel Grandin
Change-Id: I93294be4c822160e609ae6aab552edd64478e34b
2013-05-21fdo#46808, GetStorageFromURL now takes an XComponentContextNoel Grandin
Change-Id: I300748914c913ecd9d433cb6f549a000717b538d
2013-05-21remove unnecessary macrosNoel Grandin
Change-Id: Ie73092fa6fc4fa7a95900ef4ba772af0c27d0f39
2013-05-21Remove unnecessary namespacingNoel Grandin
Change-Id: I0ea52709f9a77d928a6704797ebd5be4c375e964
2013-05-21fix alignment in codeNoel Grandin
Change-Id: I0272e46cf34b52f578810ad0d17f33dd78accdd3
2013-05-21fdo#46808, Clean up old usages of ExtToolkitNoel Grandin
This service no longer exists in LO, and no-one seems to know what this service was, so convert it to use the awt::Toolkit service, since that service returns the interface the code expects. Change-Id: I761effbd49a9a3a15ec9c8716c72d4220a3e987e
2013-05-21fdo#46808, Convert awt::XUnoControlDialog to new styleNoel Grandin
Change-Id: I40d2e2ddd92186a2ba22ebfbdda8367391e8d355
2013-05-21fdo#46808, Convert awt::UnoControlDialogModel to new styleNoel Grandin
Change-Id: I4b912034ef3f4855b87d6d6f18ff13bd1ecc8f72
2013-05-21Bypass for now an OSL_ENSURE that doesn't compileTor Lillqvist
Change-Id: I8f6a74251cea70e7fd100e1ab233cf0033de4e50