summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-06-12fdo#64626 clarify use of border line settings on toolbarWinfried Donkers1-1/+1
Using the toolbar button to set border lines in calc, lines are added, but not removed. I thought this to be a bug, but it isn't. Using the toolbar button is for addition, and using the same button with the SHIFT key is for addition+deletion. Unfortunately, this is not mentioned in help files or hints. This patch remedies this by giving a better hint when using the toolbar button. Change-Id: I0cf5cc9bffbec363cde3c7493f024cdfa72c54f4 Reviewed-on: https://gerrit.libreoffice.org/4220 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
2013-06-12EMF+: aBaseTransform is a hardcoded identity matrix, don't bother with itFridrich Štrba4-28/+0
Change-Id: Ifa4f42c4f17a70c7238347a13897ef6742eb4679
2013-06-12Updated coreAndras Timar1-0/+0
Project: translations 134bbcf189eeaa9bb7f0efb726f3eb980f37085e
2013-06-12Updated coreAndras Timar1-0/+0
Project: translations 5137a13645dcf041c6b9c798c2b47be26d624c9e
2013-06-12fdo#65485 also put the files into langpack moduleDavid Tardon1-0/+1
Change-Id: I0d331fc9a5591de60bba1959999ff29b2d43b058
2013-06-12multithreading in comManagersiqi8-37/+107
2013-06-12loading existing server lsitsiqi6-2/+47
2013-06-12slides preview workssiqi12-131/+209
2013-06-12Updated coreAndras Timar1-0/+0
Project: translations c9147a423f9528d10c1de9c0caf5a3694410f893
2013-06-12fdo#65485 install .ui translations for writer againDavid Tardon1-0/+1
Change-Id: I8e8ad67058286aec94164a44dbd461078a792359
2013-06-12typoDavid Tardon1-7/+7
Change-Id: I31826c779039b0a95ac7571d4dd871d878ba3ca7
2013-06-12Pass also the bounding box in device units to the EMF+ partFridrich Štrba3-0/+13
Change-Id: I71d3029d4b3aafdc44d82b0bd9db9a54f9b8b81f
2013-06-12sal_Bool to boolTakeshi Abe9-115/+115
Change-Id: I85944f6912f01d883da976d5dd967f435104bad0
2013-06-11Add a comment clarifying the intent of the code that may look like a bug.Kohei Yoshida1-0/+3
Change-Id: Idd340f939bcfbe6bb8cf2f589662ea8691e1606c
2013-06-11fdo#55315 Added simple Trie lookup tree for autocomplete words storageTomaž Vajngerl6-14/+346
Added simple Trie lookup tree which is more tailored to what is needed in autocomplete implementation, but still has the speed of the LatinLookupTree that has been used till now. As the implementation is much simpler it should be more managable and easier fixable. For now two actions: insert (word) and findSuggestions are supported. Acttion findSuggestion returns all words in a list for a searched sub-word, it also fixes fdo#62945. Change-Id: I63b69c30d28b4e1c465c2122ebc537f7f75a033a
2013-06-11Made conversion from BitmapColor to Color more explicit...Armin Le Grand1-2/+2
by using operator Color() (cherry picked from commit 08275c1207f2c66dc69f815941fa9c39c47b629a) Change-Id: I26350c3d47e37064b5a8674f75c9822753994a17 Corrected color conversion from BitmapColor to Color (cherry picked from commit b0b8e3854f679383fe3ff2e436bfbe3573f34088)
2013-06-11Related: #i122483# correct library pathJürgen Schmidt1-1/+11
(cherry picked from commit f6c713b7e38d4de5afdf508b8d6bfc6d1d27e000) Change-Id: I327d9946d139aaf3347c42e8b565a8de635b5ed1
2013-06-11Related: #i122483# set correct classpath, include unoil.jarJürgen Schmidt1-1/+2
(cherry picked from commit d8a724835732e8111a8798484d63202fc90f93f9) Change-Id: Iaf4d90a111c5adf15817c7c1360e4bfad0ee9148
2013-06-11Related: #i121194# adapt template dialog codeCaolán McNamara4-20/+26
we probably should remove the Bitmaps and use Graphics exlusively, but for now do a simple brute force conversion Change-Id: I0cdcb7d86f9304fd09f7e2c6aa7acdcec3785ae5
2013-06-11Resolves: #i121194# Better support for graphic fill styles...Armin Le Grand41-2150/+1741
which are not bitmaps (svg, metafiles, ..) (cherry picked from commit 7a652a2b2ab5e0d37e32185c8c5fac3af482bb76) Conflicts: drawinglayer/Library_drawinglayer.mk drawinglayer/Package_inc.mk drawinglayer/inc/drawinglayer/attribute/fillgraphicattribute.hxx drawinglayer/inc/drawinglayer/attribute/sdrfillattribute.hxx drawinglayer/inc/drawinglayer/attribute/sdrfillgraphicattribute.hxx drawinglayer/inc/drawinglayer/primitive2d/drawinglayer_primitivetypes2d.hxx drawinglayer/inc/drawinglayer/primitive2d/fillgraphicprimitive2d.hxx drawinglayer/inc/drawinglayer/primitive2d/polypolygonprimitive2d.hxx drawinglayer/inc/drawinglayer/primitive3d/textureprimitive3d.hxx drawinglayer/inc/drawinglayer/processor2d/vclprocessor2d.hxx drawinglayer/inc/drawinglayer/texture/texture.hxx drawinglayer/inc/drawinglayer/texture/texture3d.hxx drawinglayer/source/attribute/fillbitmapattribute.cxx drawinglayer/source/attribute/sdrfillattribute.cxx drawinglayer/source/attribute/sdrfillgraphicattribute.cxx drawinglayer/source/primitive2d/fillbitmapprimitive2d.cxx drawinglayer/source/primitive2d/graphicprimitive2d.cxx drawinglayer/source/primitive2d/polypolygonprimitive2d.cxx drawinglayer/source/processor2d/canvasprocessor.cxx svx/inc/svx/sdr/primitive2d/sdrattributecreator.hxx svx/source/sdr/contact/objectcontacttools.cxx vcl/inc/vcl/graph.hxx unused file _vclmetafileprocessor2d.cxx deleted, was added by error (cherry picked from commit ed0d53f8283cd3ce579a90b599118884d0db6119) Conflicts: drawinglayer/source/processor2d/_vclmetafileprocessor2d.cxx Corrected canvasProcessor usage (cherry picked from commit 7903c33f31c457eb6ff506958c4233f2a5d39bcf) Conflicts: svx/source/sdr/contact/objectcontacttools.cxx Change-Id: I80008050b98dafc92fde043524843c13a75fe22c d2fa667d7c127b4d735334e56093d1d4553b0a5b e20c60c7d6472da1295a162d9a629be998861f62
2013-06-11Updated coreAndras Timar1-0/+0
Project: translations 6f51f560aeead852a1add0250e068192477967e9
2013-06-11squash some excel fileformat warnings ( and protected mode opening )Noel Power1-8/+37
some attributes should not be exported for some controls, their very presence triggers the dreaded nag dialog ( promising doom & death if you open the file ) Change-Id: I974ac94f75ee95ab54ca19bd5cd31952a66b20e5
2013-06-11canvas unit test - tolerate canvas non-creation: really no X server...Michael Meeks1-1/+2
Change-Id: Id8be7bc4ad454e7e246e412803e4d672a921c08e
2013-06-11fdo#60924 autoinstall - gbuild/scp2: add calc moduleMarcos Paulo de Souza6-35/+22
Change-Id: I89e87f2e107bdb31f19262c83f8e20be9642a4eb
2013-06-11Repository.mk: make this file a bit more readable & consistentMatúš Kukan1-436/+391
Change-Id: Ibfca283cdf89fdb4eded06dde2b2f30b05df6882
2013-06-11-Werror=shadowStephan Bergmann1-1/+1
...shadowing typedef in include/vcl/salnativewidgets.hxx Change-Id: Ibca5c99bb783d1788e6528ff7ccd0994af069adb
2013-06-11abi#4817 attempt to access an element in an empty containerMiklos Vajna2-1/+7
Change-Id: Ic51ef8b3db182dd34195c9bb808170d20953d406
2013-06-11writerfilter: move the RTF tests to slowcheckMiklos Vajna1-1/+1
These now take around 5sec here, which is slow enough to be annoying -- if you have to wait for it after every partial build. Change-Id: I795fefcd79889aca7b00a5b3d408ee3488b13b03
2013-06-11fix and simplify getting files from the KDE4 file dialogLuboš Luňák1-42/+5
- Fix multiple selection handling. - The "double click selection KDE4 bug" does not exist (anymore?) as far as I can tell. - Apparently it's not true that multiselect needs the first item in the list to be the directory. - KFileDialog can already give full URLs. Change-Id: I5bb651902fb6c1d75af40b78bf32c79b004b7358
2013-06-11ugly workaround for external leading with symbol fonts (bnc#823626)Luboš Luňák1-0/+17
I'd much rather find the code using external leading in Writer's layout, but this font rendering and layout stuff is so complicated. Change-Id: Iaf58af387a6727eb18f5a9d1613de3ae30d7c35e
2013-06-11hack for reading properly textencoding for opensymbol from old LOLuboš Luňák2-0/+9
Which did it because of bullet font not having it correctly (fixed in 44c133ef996e32ebdfc9560bcf14b0cd77196a9e). Change-Id: I6992de03816661cf6970140eb35816e26cf0e612
2013-06-11sidebar: Remove the setPosSizePixel hack.Jan Holesovsky3-16/+3
Change-Id: I3c074f0860bf9cb384a7189038a214199a2d7222
2013-06-11dialcontrol: Make it always fit a square.Jan Holesovsky1-2/+5
Change-Id: I37e1d694a5e92b75bd68310f74671897887a60e1
2013-06-11better conditions for registering executablesMatúš Kukan1-6/+6
Change-Id: I197b5e35ee8e7b80f6bba3e59c811ab4261c489c
2013-06-11fdo#65199 mutible names for the same option.pje335_NL1-1/+1
Change-Id: Ib17c323b5a9a2dba5e3d32d8a1a418167a7e7fe5 Reviewed-on: https://gerrit.libreoffice.org/4222 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
2013-06-11add cppcanvas unit test makefile I forgot.Michael Meeks1-0/+58
Change-Id: Ic56a61d6c71870620ad2cda7899da8d0252dfc11
2013-06-11abi#3241 fix crash on RTF importMiklos Vajna6-1/+18
The problem was that SwTxtFmtColl::IsAssignedToListLevelOfOutlineStyle() returned true, because the style name started with "header". However, there were no real assignment, so SwTxtFmtColl::GetAssignedOutlineStyleLevel() returned -1 later, which resulted in a (valid) assertion failure. Fix this by handling -1 outline level as not assigned. Change-Id: I522f75002cf064ce7bc4da949683ac4e5ff4ec72
2013-06-11create a cairo canvas unit test, if only I could use the XCanvas API.Michael Meeks2-0/+99
Change-Id: I3b0fdbe92db751e59ecb3f3b59f27e160b3ca226
2013-06-11Allow --headless to be disabled for unit tests.Michael Meeks1-1/+7
Change-Id: I9f2a97715dc0d7fc5905afb1b908de97acdafc57
2013-06-11protect against exception during construction.Michael Meeks1-1/+1
Change-Id: Ied19ddc28dc8413a35ee7b7269cd6c6f22ca9a91
2013-06-11Cairo canvas fixesMichael Meeks4-90/+157
+ Move BitmapEx construction from an XBitmapCanvas into BitmapEx where (arguably) it will be easier to re-factor later, treat a mask fetch failure as if we have no mask + Teach the cairo canvas to return a non-pre-multiplied RGB + separate Alpha BitmapEx when it can to avoid unpleasantness with the underlying X resources. + Add tentative code-path to convert 32bit color Bitmaps into 24bit color, to avoid confusing X Change-Id: Iaf6998c796aea6d73c57bed2bc03152d9636d5f5
2013-06-11Revert "fix canvas bitmap rendering (argb32 pixmaps) fixes color in n#780830"Michael Meeks6-131/+78
This reverts commit 46e53913e9dcc84ffed8fb5f1b4959c70c7e5649. Conflicts: vcl/inc/salbmp.hxx vcl/source/gdi/gdimtf.cxx vcl/unx/generic/gdi/salgdi2.cxx Change-Id: Ifa893b687c724ea71655aa4e084a44858695073e
2013-06-11Revert "pass argb32 pixmaps from vcl to canvas, avoiding costly x11 ...Michael Meeks10-95/+12
This reverts commit 22f63477a3300d474c3d6832232b888f75c7290c. Conflicts: canvas/source/cairo/cairo_canvasbitmap.cxx Change-Id: Ib266050ebc6eaca4fbd36ed013ac95a1b4b9d316
2013-06-11Lock Solar Mutex in rptui::OSectionWindow::_propertyChangedStephan Bergmann1-0/+1
<https://bugs.freedesktop.org/show_bug.cgi?id=65478#c4> "REPORTBUILDER: Crash by following case 2 from fdo#61725 + click cancel" comment 4 discusses a scenario that leads to a fired DbgTestSolarMutex assertion in --enable-dbgutil builds at: 0 0x0000003c80635ba5 in __GI_raise (sig=sig@entry=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:63 1 0x0000003c80637358 in __GI_abort () at abort.c:90 2 0x0000003c8062e972 in __assert_fail_base (fmt=0x3c807793e8 "%s%s%s:%u: %s%sAssertion `%s' failed.\n%n", assertion=assertion@entry=0x7fcbe332a8b8 "ImplGetSVData()->mpDefInst->CheckYieldMutex()", file=file@entry=0x7fcbe332a880 "lo/core/vcl/source/app/dbggui.cxx", line=line@entry=1747, function=function@entry=0x7fcbe332b250 <ImplDbgTestSolarMutex()::__PRETTY_FUNCTION__> "void ImplDbgTestSolarMutex()") at assert.c:92 3 0x0000003c8062ea22 in __GI___assert_fail (assertion=0x7fcbe332a8b8 "ImplGetSVData()->mpDefInst->CheckYieldMutex()", file=0x7fcbe332a880 "lo/core/vcl/source/app/dbggui.cxx", line=1747, function=0x7fcbe332b250 <ImplDbgTestSolarMutex()::__PRETTY_FUNCTION__> "void ImplDbgTestSolarMutex()") at assert.c:101 4 0x00007fcbe2bb5ea8 in ImplDbgTestSolarMutex () at lo/core/vcl/source/app/dbggui.cxx:1747 5 0x00007fcbe4053783 in DbgFunc (nAction=15, pParam=0x0) at lo/core/tools/source/debug/debug.cxx:1119 6 0x00007fcbe2e75465 in DbgTestSolarMutex () at lo/core/include/tools/debug.hxx:295 7 0x00007fcbe2e9b213 in OutputDevice::ImplGetGraphics (this=0x1ca8e98) at lo/core/vcl/source/gdi/outdev.cxx:554 8 0x00007fcbe2e9af4c in OutputDevice::ImplHasMirroredGraphics (this=0x1ca8e98) at lo/core/vcl/source/gdi/outdev.cxx:511 9 0x00007fcbe3163f1f in Window::ImplPosSizeWindow (this=0x1ca8e98, nX=127, nY=1199, nWidth=2318, nHeight=13, nFlags=15) at lo/core/vcl/source/window/window.cxx:3286 10 0x00007fcbe31737c1 in Window::setPosSizePixel (this=0x1ca8e98, nX=127, nY=1199, nWidth=2318, nHeight=13, nFlags=15) at lo/core/vcl/source/window/window.cxx:7181 11 0x00007fcbe314fa59 in Window::SetPosSizePixel (this=0x1ca8e98, rNewPos=Point = {...}, rNewSize=Size = {...}) at lo/core/vcl/source/window/window2.cxx:1717 12 0x00007fcb8e0cfd2c in rptui::lcl_setScrollBar (_nNewValue=2318, _aPos=Point = {...}, _aSize=Size = {...}, _rScrollBar=...) at lo/core/reportdesign/source/ui/report/ScrollHelper.cxx:38 13 0x00007fcb8e0d0b41 in rptui::OScrollWindowHelper::ResizeScrollBars (this=0x1ca8cb0) at lo/core/reportdesign/source/ui/report/ScrollHelper.cxx:169 14 0x00007fcb8e0d0c72 in rptui::OScrollWindowHelper::Resize (this=0x1ca8cb0) at lo/core/reportdesign/source/ui/report/ScrollHelper.cxx:182 15 0x00007fcb8e0d0665 in rptui::OScrollWindowHelper::setTotalSize (this=0x1ca8cb0, _nWidth=1186, _nHeight=464) at lo/core/reportdesign/source/ui/report/ScrollHelper.cxx:110 16 0x00007fcb8e0cefba in rptui::OReportWindow::notifySizeChanged (this=0x1ca96c0) at lo/core/reportdesign/source/ui/report/ReportWindow.cxx:255 17 0x00007fcb8e0d3920 in rptui::OSectionWindow::_propertyChanged (this=0x21688a0, _rEvent=...) at lo/core/reportdesign/source/ui/report/SectionWindow.cxx:127 18 0x00007fcbe7271dfb in comphelper::OPropertyChangeMultiplexer::propertyChange (this=0x7fcb8c1f2668, _rEvent=...) at lo/core/comphelper/source/property/propmultiplex.cxx:154 19 0x00007fcbe6b0be20 in cppu::PropertySetMixinImpl::BoundListeners::notify (this=0x7fff42dd9780) at lo/core/cppuhelper/source/propertysetmixin.cxx:399 20 0x00007fcb8ed52b50 in reportdesign::OSection::set<unsigned int> (this=0x7fcbd0199020, _sProperty="Height", _Value=@0x7fff42dd9804: 0, _member=@0x7fcbd0199170: 0) at lo/core/reportdesign/source/core/inc/Section.hxx:96 21 0x00007fcb8ed4e2e2 in reportdesign::OSection::setHeight (this=0x7fcbd0199020, _height=0) at lo/core/reportdesign/source/core/api/Section.cxx:255 22 0x00007fcbd42877de in gcc3::callVirtualMethod(void*, unsigned int, void*, _typelib_TypeDescriptionReference*, bool, unsigned long*, unsigned int, unsigned long*, unsigned int, double*, unsigned int) () from lo/core/solver/unxlngx6/installation/opt/ure/lib/libgcc3_uno.so 23 0x00007fcbd428681a in cpp_call (pThis=0x202ea90, aVtableSlot=..., pReturnTypeRef=0x711840, nParams=1, pParams=0x7fff42dd9bc0, pUnoReturn=0x0, pUnoArgs=0x7fff42dd9c80, ppUnoExc=0x7fff42dd9d48) at lo/core/bridges/source/cpp_uno/gcc3_linux_x86-64/uno2cpp.cxx:237 24 0x00007fcbd4286fa8 in bridges::cpp_uno::shared::unoInterfaceProxyDispatch (pUnoI=0x202ea90, pMemberDescr=0x1e28590, pReturn=0x0, pArgs=0x7fff42dd9c80, ppException=0x7fff42dd9d48) at lo/core/bridges/source/cpp_uno/gcc3_linux_x86-64/uno2cpp.cxx:368 25 0x00007fcb9d498480 in jni_uno::Bridge::call_uno (this=0x1609c90, jni=..., pUnoI=0x202ea90, member_td=0x1e28590, return_type=0x711840, nParams=1, pParams=0x7fff42dd9e80, jo_args=0x7fff42dda1d0) at lo/core/bridges/source/jni_uno/jni_java2uno.cxx:262 26 0x00007fcb9d4993ec in Java_com_sun_star_bridges_jni_1uno_JNI_1proxy_dispatch_1call (jni_env=0x1aec1d8, jo_proxy=0x7fff42dda1f0, bridge_handle=23108752, jo_method=0x7fff42dda1d8, jo_args=0x7fff42dda1d0) at lo/core/bridges/source/jni_uno/jni_java2uno.cxx:589 27 0x00007fcba5011f90 in ?? () 28 0x00000005ff211500 in ?? () 29 0x0000000000000000 in ?? () Change-Id: Id8f043b87227b589a9d79beaa94006aab3d9ad9d
2013-06-11Updated coreAndras Timar1-0/+0
Project: translations 91d7065cae5bfbcfcf243fe9dcefbca6e13c42fa
2013-06-11honour mbAutoClose in BinaryXOutputStreamNoel Power1-1/+2
presumably this mbAutoClose usages got clobbered mistakenly in some merging operation Change-Id: I7116827269cdbb555753f6678528c83ab804de46
2013-06-11fix build error, reinstate WriteOCXExcelKludgeStream to export ole controlNoel Power3-10/+44
new ole export used WriteOCXExcelKludgeStream but that function dissapeared when msocximex was stripped of ocx control import ( now we use the new filters in oox ) When that stuff was moved WriteOCXExcelKludgeStream was #ifdef'ed out Change-Id: I370983efa5e8c4ba2b210dfb7535ea211d13a8c1
2013-06-11Resolves: #i121045 After save a xls file contain marco in AOO, macor can't...Jianyuan Li10-34/+186
Reported by: binguo Reviewed by: sunying Patched by: Jianyuan Li Change-Id: Ie728ce5185082334e3ce250d73e0660a6097f494
2013-06-11typing fix on postion -> positionCiorba1-2/+2
Change-Id: I3c5cda4be6020e91c3935a1bebb1d1bd90f9b927 Reviewed-on: https://gerrit.libreoffice.org/4228 Reviewed-by: Andras Timar <atimar@suse.com> Tested-by: Andras Timar <atimar@suse.com>
2013-06-11Work around -Werror=strict-aliasingStephan Bergmann1-1/+2
Change-Id: I0184488344bd11c50bddd1bb1726e0d1225aff7e