summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-05-29bogus TRUE/FALSE -> sal_False/sal_TrueCaolán McNamara
Change-Id: I72e0b6b3261422bd5fc47445d38cc64241d62362
2013-05-29Ensure socket or pipe are passed to the native driverAriel Constenla-Haile
(cherry picked from commit ad1186563ea12ce63dfdf738c332bf712084f633) Change-Id: Ib556732abb42dd3371331368c2b2eb717d505461
2013-05-29Related: #i119525# List only JREs whose jvm library can be loadedAriel Constenla-Haile
(cherry picked from commit 0b31fa19e50d8259d3cbe695723ea02e2c5ff711) Change-Id: I1f96c6239d7278c4eb0c17b69f9d35e08eb8260b
2013-05-29Ensure UNO context propagation on drivers instantiationAriel Constenla-Haile
(cherry picked from commit 78b2bf15963704fafb823e80bbccb287847fe1db) Change-Id: I876b24bc5324c3aede992c4cadb7014b570de5dc
2013-05-29remove code which has been commented outOliver-Rainer Wittmann
(cherry picked from commit 613c8044fd9af3d1820c293bd95d12b700177405) Change-Id: I8412a600ea4a828639b3334b3d913705b6e4f782
2013-05-29Resolves: #i122351# Rearrange controls of Cross-reference pageAriel Constenla-Haile
in Fields dialog Patch by: Tsutomu Uchino (cherry picked from commit 5e59a33a330ec1bbc7ebea0c43d59eadc7460b9b) Change-Id: I8e7264caa875fe49cf66a24e201fbf8966aa19fa
2013-05-29provide complete type of CellInfo before it is usedHerbert Dürr
(cherry picked from commit 687d6ed3e4ecb836634bfda71bb5596e18bbc2e1) Conflicts: sw/source/filter/ww8/WW8TableInfo.hxx Change-Id: If21c5d7c6db2803f7da59e28c00d47790abffe86
2013-05-29compile callvirtualmethod with -fnon-call-exceptionsCaolán McNamara
Change-Id: Ibcf70dd5626474bb2a023ce43d7ac661401fd1cb
2013-05-29fix UNIXFILENAME variable for the Linux desktop integreation (fdo#64707)Petr Mladek
There was a mistage when merging the clean up. Note that $(UNIXFILENAME.$*) is not correctly substituted if the variables are define by another VAR.bla variables. This is why we need to hardcode the lowercase names here. Change-Id: I9110083122175cdbd09baa0533d890a7ef6d8213
2013-05-29typo: Ssymbols -> SymbolsAndras Timar
Change-Id: Ifc518e65ccdce4e853fc419b87547b00d0e437a4
2013-05-29some Worksheet.Change supportNoel Power
Change-Id: I91203e74d54adba17a20ef7b7d835d9ac49855be
2013-05-29i106278 - Window.ActiveSheet,Window.FreezePanes,Window.Split, Window.ViewPedro Giffuni
not working correctly. Patch by: lihuiibm Reviewed by: Chen Peng
2013-05-29WaE: unreachable codeTor Lillqvist
Change-Id: I86080d7849b58f39623c22494992b2d84d9ed6de
2013-05-29optimization fix to UNO bridge's callVirtualMethod() for generic x86_64Herbert Dürr
if the pCallStack variable is optimized out then any assumptions of the method's inlined assembler about stack layout collapse. Adding a pseudo dependency to the pCallStack variable solves that problem (cherry picked from commit 254359b9ed96152091b8f7a74a3442cf6c553e04) Conflicts: bridges/source/cpp_uno/gcc3_freebsd_x86-64/uno2cpp.cxx bridges/source/cpp_uno/gcc3_linux_x86-64/uno2cpp.cxx Change-Id: I5ba7713c2630bb3ecc4343632e796c38541bcd0e
2013-05-29Related: #i122378# avoid non-iterator bound std::transform()Herbert Dürr
in some build environments the use of std::transform() with plain pointers as input iterators results in many warnings about how unsafe such a construct is. The warnings could be suppressed e.g. on MSVC with the SCL_SECURE_NO_WARNINGS define. Open coding the construct makes it cleaner and more debugable though. (cherry picked from commit a599e5242751057537c3de6eb58ceff2a173580e) Conflicts: comphelper/inc/comphelper/namedvaluecollection.hxx Change-Id: I3233116bfb862f6cda038541ffecac492623611c
2013-05-29Adapt Doxygen STRIP_FROM_PATH to moved headersStephan Bergmann
Change-Id: I949a5cf0cb2f4595db7d25103f7caf51b861e8ec
2013-05-29fdo#60724 change spelling error REMOVEABLE -> REMOVABLE IIThomas Arnhold
Change-Id: I0057b9174af6a83f3fde0e27c3a91a4aeca95873 Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
2013-05-29import RTF_BACKGROUNDMiklos Vajna
That destination contains a whole shape, but the only interesing detail of it is the fill color, which is the page background color. Change-Id: I9527db8954c48c980f8734c9bbeaa6ccd3c48fbc
2013-05-29Reinstate settting of vsarch which is used a few lines belowTor Lillqvist
Change-Id: I1214498e57fcbb2b7208c213a2b98dc7dc3bf3ae
2013-05-29Related: #i119628# Arrow shape changed is save doc file by AOOJianyuan Li
Reported by: Yan Ji Review by: sunying Patch by: Jianyuan Li (cherry picked from commit 43ff744cb9411b13860c3c57f7a052a6ab56001e) Conflicts: filter/source/msfilter/msdffimp.cxx Change-Id: I88ab49daa7b82b573eaf6a22eb4a2ce97b871027 Signed-off-by: Xisco Fauli <anistenis@gmail.com>
2013-05-28oops forgot to use the mbReadyForFinalize flag in CondFormat::finalizeImport()Noel Power
Change-Id: I4606b4b1e26303ebba501276a176b2fb66bf9e37
2013-05-28Related: #i122208# const SC containers cannot provide non-const iteratorsHerbert Dürr
(cherry picked from commit c6f4bbfa54bd0fbef6bbc048cbd930c2781b2137) Conflicts: sc/source/core/data/bcaslot.cxx Change-Id: I774235d445192833031f99211639f23116e37bb4
2013-05-28<SwDrawTextShell> - remove self-destructing call to ↵Oliver-Rainer Wittmann
<SwView::AttrChangedNotify(..)> - remove superfluous slot invalidation (cherry picked from commit 2ff25b11b2c9e187f3ed26daeba3b5619289ecc1)
2013-05-28Related: #i121715# find official JRE>=7 on OSXHerbert Dürr
(cherry picked from commit a3eded9728647bde4af68b9f3c75a51dc0676fc7) Conflicts: jvmfwk/distributions/OpenOfficeorg/javavendors_macosx.xml jvmfwk/plugins/sunmajor/pluginlib/sunjre.cxx Change-Id: I5ec6aa62147f9b3fb3e5142fbc2658c0b54f21b8
2013-05-28WaE: illegal character encoding in string literalTor Lillqvist
Change-Id: Ic1a85b48363b2596ebfe225dc76332068229cb96
2013-05-28Bypass the type_info generation when using libc++ for gcc3_macosx_intel, tooTor Lillqvist
(It causes linker errors, type_info destructor not found and a few others. Possibly this is a bug in Apple's libc++abi?) Change-Id: I50bc97c8e061ff47d4ff16f31d37cfe3b4f5a010
2013-05-28Remove icon property from commands without iconAriel Constenla-Haile
(cherry picked from commit 76f5fa8ed67bfcd162de49a74b2f4484935d55b2) Conflicts: officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu Change-Id: I72d3f6ae382793943084235a8e8112bba509e694
2013-05-28drop ludicrously old msg_filter fooCaolán McNamara
Change-Id: Ie53c9acd51a53fbb11f0735739edbf18551a620b
2013-05-28Resolves: #i122387# Use the right tool box for font color in text sidebarAndre Fischer
(cherry picked from commit 08159967126946849906827ceadd802053d132c0) Conflicts: sfx2/inc/sfx2/sidebar/EnumContext.hxx Change-Id: If40d3dee7c11e4ea6b01d40d713280e1dc19484d Unname unused argument to prevent compiler warnings. (cherry picked from commit f68dfc2cc8754d9cf72ae1b09f119e683ad44124) Change-Id: I6450c6e46d5971abc871ed378d2ad6307e8f7a3e
2013-05-28Resolves: #i122332# Don't change sidebar context when switching...Andre Fischer
to other application window (cherry picked from commit 604502e2a4b53f35aedbf0205598a9b691c0d532) Conflicts: sd/source/ui/view/drviewsa.cxx sfx2/inc/sfx2/shell.hxx sfx2/source/control/shell.cxx svx/inc/svx/sidebar/SelectionAnalyzer.hxx svx/inc/svx/sidebar/SelectionChangeHandler.hxx Change-Id: Id3c427e02714ef0d6686a78094e2f7f3b390a693
2013-05-28Resolves: #i120589# Improved detection of missing perl modulesAndre Fischer
(cherry picked from commit 39ca53381a03676402d3a8c27c05b8400888118e) Conflicts: configure.in Change-Id: I2f5d18c98693daa29a19345f56faaf7d1ae3c34a
2013-05-28make 64-bit shell extensions work, put 64-bit VC runtime in the same dirAndras Timar
Unlike in case of msvcr90.dll, which went to WinSxS, msvcr100.dll is installed to the "system32" folder. Windows installer automatically replaces it to SysWOW64. The problem is that this way 64-bit dlls end up in the wrong directory. They conflict with the 32-bit dlls, and will not be installed. Therefore 64-bit shell extensions will not work, unless the 64-bit VC runtime is installed from other source. It is not possible to install both 32-bit and 64-bit VC Runtime with merge modules in case of VS 2010 and VS 2012. For the 64-bit shell extensions, we can install the runtime dlls next to the files. Change-Id: I157048a521662bbac568d1660e46576935f0ea9f
2013-05-28Do not enable outliner when it was not before only for temporary undo disableArmin Le Grand
(cherry picked from commit 68e5157012bc54ad4ce9bcd644cc163d5662ff67) Change-Id: I2cbdc2a228884dff8000206ced4a5d8930dd6339
2013-05-28Related: #i120515# do not create undo action when in Init()Armin Le Grand
(cherry picked from commit 1c02bb1bd719e7e0a47fdcc7463f8c9cd5bbb101) Change-Id: I57cbc1a19f18d71a27fb87086375b22755443675
2013-05-28Resolves: #i120515# Implemented and finetuned the enhanced Undo featureArmin Le Grand
(see #i120498#) for sw (cherry picked from commit fb2580f1c8ae0cd1418c257823dc2d735607655f) Conflicts: sw/source/core/draw/dview.cxx sw/source/core/inc/UndoManager.hxx sw/source/core/undo/docundo.cxx Change-Id: I9970377d66f1104448a2ee7e4fb1cf82bf559cd8
2013-05-28Related: #i120515# Implemented and finetuned the enhanced Undo featureArmin Le Grand
(see #i120498#) for sc (cherry picked from commit 472c175d1bb809db1dc997d9712d6ecb3fbe731c) Conflicts: sc/source/core/data/document.cxx sc/source/ui/view/drawview.cxx Change-Id: I4ae171807b80e3f6c9f44028bd04dfac9338e627
2013-05-28Related: #i120498# fixed error with half text edit undoneArmin Le Grand
extended as preparation for #i120515# (cherry picked from commit ddd9492911585313faf1769f88323a8421bf93db) Conflicts: svx/inc/svx/sdrundomanager.hxx svx/inc/svx/svdedxv.hxx Change-Id: I50272a5719ee6e6a1a7fd1bafe9d94f480b1dbf5
2013-05-28Related: #i120498# Enhanced Undo/Redo and user experience...Armin Le Grand
when editing texts in graphic objects and/or tables (cherry picked from commit a096725779b210c7a2706e72596fd7c80e049fdd) Conflicts: editeng/inc/editeng/editeng.hxx editeng/inc/editeng/editund2.hxx editeng/inc/editeng/outliner.hxx editeng/source/editeng/editundo.cxx editeng/source/editeng/impedit.hxx editeng/source/outliner/outliner.cxx sd/source/core/undo/undomanager.cxx sd/source/ui/view/drviewse.cxx svx/Library_svxcore.mk svx/Package_inc.mk svx/inc/svx/svdedxv.hxx svx/source/svdraw/svdedxv.cxx Change-Id: I40e3ef2dff681f9b6f2f6b5d35507071f8110533 Comment unused variable pNewEditUndoManager to silence the compiler (cherry picked from commit 568655083af7830e7b9edf56ef862ddf9a99003b) Change-Id: Ib7179ee6c34ce03a75942978831c3a55968f161f Removed unused variable (cherry picked from commit 0bbde4414badfd40234de4a4c9f750194f5d1d5e) Change-Id: I39e7f25426e8e7d1367102d603b0f6c84d96622f
2013-05-28pause notifications while undoing to keep a11y out until we're doneCaolán McNamara
Block them together and announce after undoing that all is done. This stops a11y trampling in before we're actually finished, querying for the new text, which unsets the invalid flags as the new layout is now up-to-date, but unfortunately results in the view not redrawing as the layout is apparently valid and doesn't need to be redrawn. To reproduce, enter a drawing rectangle in draw, enter some text, and (without leaving edit more) press ctrl-z. The text appears to not change. But the model has changed except the view didn't get to hear about it because a11y swooped in between that model change and the view checking to see if the model changed. And the format update there unsets the model-changed flag. Change-Id: If2552ef3680b9bd64a2e28a3e9cdbb9e2d45f329
2013-05-28do not localize whitespace-only stringsAndras Timar
Change-Id: Ie13a80afd0df6972488b8e7f8629a1c4bc840afb
2013-05-28fdo#64451 Add "Find All" to the Find bar.Andrzej J.R. Hunt
Change-Id: I7a5f2881d2aa77f2d5c6c302c8eac1162b194bcf Reviewed-on: https://gerrit.libreoffice.org/4016 Reviewed-by: Jan Holesovsky <kendy@suse.cz> Tested-by: Jan Holesovsky <kendy@suse.cz>
2013-05-28fdo#63323 fix the comment position when the mouse over cellFaisal M. Al-Otaibi
fix the X position when the sheet are RTL. Change-Id: I9b38a840fb17a70e1ba60d46b8c83b7e498501e1 Reviewed-on: https://gerrit.libreoffice.org/4069 Reviewed-by: Jan Holesovsky <kendy@suse.cz> Tested-by: Jan Holesovsky <kendy@suse.cz>
2013-05-28Bypass dynamic type_info generation for now when using libc++Tor Lillqvist
The type_info crack is even harder in the libc++ (with Clang, on OS X) case, sigh. Punt for now and let's see what happens... Change-Id: I17c3a4d9d933acfbf554649c9ec8b6fb5213f2f0
2013-05-28Enable optionally using libc++ on OS X (when targeting 10.7 or later)Tor Lillqvist
Experimental work in progress. Change-Id: I92663e07c7322037182141603f72c6d442da6ee9
2013-05-28Optional pyuno module should have its own services/pyuno.rdbStephan Bergmann
...this e.g. changes the error message when trying to register an extension that contains an (actively registered) Python component but no pyuno is installed from "Binary URP bridge disposed during call" to a less frightening "The service com.sun.star.loader.Python cannot be instantiated." Change-Id: I10f2b36b11395559ee95ce659878222b5ea99c11
2013-05-28Error out if <prex.h> is included when compiling for OS XTor Lillqvist
The X11 headers are present in the OS X SDK (because OS X does have an X11 server, even though I think it might be a separate download and install on demand nowadays), but we don't want to include them even if it would be harmless. Change-Id: I48011d7e1d2cd6398fc7b4cba8ec8100addc053b
2013-05-28UNX does not imply X11Tor Lillqvist
We really need some feature test macro that would be equivalent to using X11. Change-Id: I0c1f9b487b4feab3b7d4641e898f9fdf0144065b
2013-05-28Added pretty printers for writerfilter OOXML tokenizerCédric Bosdonnat
Change-Id: I0fa2cb8d24cd6862ab1d88ad8ccc033c70bbfa44
2013-05-28SmartPtr pretty printer now behaves according to set print object valueCédric Bosdonnat
Change-Id: Ie8a092b7d91e0f379c7102c3aa12da8eb7666840
2013-05-28n#816593: Floating table width import fix: adjust the frame widthCédric Bosdonnat
Change-Id: I8212bc5981418f6cbd514bf5002e6a5dbdf53152