summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-11-28Related: #i123768# [ia2] remove pseudo-automatic noisy commentsHerbert Dürr
Change-Id: I346518267294556ce529966fe168440de05a38c6
2013-11-28fdo#69636 DOCX drawingML shape import: handle vert=vert270 prop for sw framesMiklos Vajna
Change-Id: I95b4cfa0494c8115ebf23c76f4712b48d17bd463
2013-11-28Convert chart 3D scene geometry tabpage to widgetOlivier Hallot
Change-Id: I5840d47047880636fb4e8f80ecef1a6f5377d786 Reviewed-on: https://gerrit.libreoffice.org/6840 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-11-28Use rtl::Reference instead of std::auto_ptrStephan Bergmann
Change-Id: I4402b0b259c0dcd03a222993c861114028d6fb75
2013-11-28-Werror,-Wunused-variableStephan Bergmann
Change-Id: Ifb91f80cd9e8ea1cb9431b4f38d5afc9e7b9a86c
2013-11-28Integrate branch of IAccessible2Steve Yin
Change-Id: Ibf3be46e8619c2dce9636e8a90a6703f3e28ba33
2013-11-28we will need getColorConfig, etc. againCaolán McNamara
Change-Id: Ie7f8d37b550c788fd6235a5de4bbcc51ac6f8150
2013-11-28drop unused RID_SCDLG_DATABARCaolán McNamara
Change-Id: Ifb32c09bee2e43f3412851e531175cd214bb420b
2013-11-28Background OpenCL compilation re-factoringTor Lillqvist
Don't use a mutex and condition in each ScFormulaCellGroup. Not sure at all if this crack works, and I hate every moment spent on it, but at least it is still behind an environment variable. Change-Id: I70c917d47112e3a2ed010de4d123a4155f71c004
2013-11-28abi#2128 RTF import: fix memory leakMiklos Vajna
Commit 9389cf78e304a5a99bcf1745b9388e14ac36281a (cp#1000018 RTF import: empty para at the end of footnote text got lost, 2013-11-15) assumed that \par at the end of all substreams means an empty paragraph, but it turns out this is only true for footnotes/endnotes, but not for e.g. headers. Additionally, that commit actually causes a memory leak, which is detected by an assert in the SwIndexReg dtor, so crash-testing caught this. Change-Id: Idfa040bf3026a9515a120cd7afaf7d314553a131
2013-11-28Catching std::bad_alloc in UNO implementations no longer necessaryStephan Bergmann
...since 0bc89aac4c64bb833e387657f680e194c26aef97 "cppumaker: Allow UNO interface functions to throw std::exception." Change-Id: Ia28f02ea10d45267fd951e80da01ffdfdb420885
2013-11-28Declare SAL_THROW as documentation-only and deprecatedStephan Bergmann
...which it effectively had been already anyway. Change-Id: I6c9ae34f59e8bd44a6be38e6e719ad0a96773c1c
2013-11-28detabify DoxyfileStephan Bergmann
Change-Id: I2f7afe172221dce2de4f5d9cbef84de95ab6078c
2013-11-28Don't let Doxygen document the #define BOOST_NO_0X_HDR_TYPEINDEXStephan Bergmann
Change-Id: I3df112c840ccac71fb34d39900b3be3630b9c5a6
2013-11-28put CJK/CTL .xcds into instdirDavid Tardon
Change-Id: Ibbc34014f91c8f1ce73a6e9a8f61fa421fdb9144
2013-11-28Related fdo#71919: Correct arrow heads for new installations.Regina Henschel
Change-Id: If4ad335f4e645cc10cd7378d971b7389bb437f88
2013-11-28combobox text entries appear to have gotten swapped aroundCaolán McNamara
Change-Id: I76499e12720bd35793a8b616899c8d4a04852171
2013-11-28Fix crash on abi2010-1.doc exampleCaolán McNamara
Change-Id: Ib3e43e14f9223bc53f20f1241d9b8c0eaa5470ad
2013-11-28enable-debug in libebook if the ENABLE_DEBUG is activeCaolán McNamara
Change-Id: If26bdd6ed0be59a4fff137ac3166b9d644e1aea7
2013-11-28Finish rework of QueryDeleteDlg_ImplCaolán McNamara
This reverts commit a74b3e89c9b853338506249b0fac8d5f54909de7. Change-Id: Id670a2b66e61d3a4dceb9640d6ae34e9116691c0
2013-11-28Minor simplificationStephan Bergmann
Change-Id: I031409043f12bdfe4b8c838d74db8a60576fd507
2013-11-28Clear the data cache here as well.Kohei Yoshida
Change-Id: Id26dcf8146dc7a41ea9995ad4b1f89925c08004f
2013-11-28Clear column data cache here too.Kohei Yoshida
Change-Id: If3d9feb25d825806cb690d001872f1d0ff76466c
2013-11-28Crasher fix. Check for NULL.Kohei Yoshida
Change-Id: Iae1fa695ea0266e97ae367db71fe6a82e6a3da1d
2013-11-27Clear the cache here too.Kohei Yoshida
Change-Id: I4dcc7244e508fcdf484b73dc843b21f4b0a18a73
2013-11-27Not a good idea. This makes group calculation 5 times slower.Kohei Yoshida
Change-Id: I954606a9d6d9b0fc66f2f3496e204c8e6496db88
2013-11-27Don't forget to broadcast to chart objects.Kohei Yoshida
Change-Id: I6d4d7cd2dc426134c108f1fbcf6e3c32ed4af88d
2013-11-27Broadcast changes on undo / redo of cell range deletion.Kohei Yoshida
Change-Id: I48141ca77277c2de5b3526358cfadb12e3f4fbdd
2013-11-27Change these parameters.Kohei Yoshida
Change-Id: Ic70aaea461e3d007e394c67c33a766d70aa4e92c
2013-11-28added unit test for horizontal MATCH, fdo#71589Eike Rathke
Change-Id: Ib3195870e708db49448d68d262611561c68ddcc6
2013-11-27GPU Calc: fix typo in NAN macroI-Jui (Ray) Sung
Change-Id: I34299e0fc692c2ab43fe0c1fffaada348742d19f
2013-11-27GPU Calc: fix compilation failure on Windows due to missing NAN macroI-Jui (Ray) Sung
Change-Id: I0d53dcf147a06f831120c5489b2975e42ea6120b
2013-11-27GPU Calc: fix regression caused by recent isValid() changeI-Jui (Ray) Sung
Change-Id: I885a222bf8a7ca4275867585ccf067a1ba7822c7
2013-11-27Clear column data array cache when the document content changes.Kohei Yoshida
Change-Id: I09ffa455e79199e37ca6168753ec9ef4d5aa33dc
2013-11-28winaccessibility: improve GenerateNewResId()Michael Stahl
Change-Id: I81f98ca83b97bc2e3e419c7a37ad2a011932553b
2013-11-28winaccessibility: remove GetXAccByAccObj()Michael Stahl
It is pointlessly slow and the AccObject has a method for that. Change-Id: I7ba1cc853255ac3b3b5008657d1cc79efc3a3f4b
2013-11-28winaccessibility: remove AccEventListener::m_isDisposedMichael Stahl
It's disposed iff m_xAccessible is 0. Change-Id: I3f8bc104784adf82be43bcaf43b7573a9897f82a
2013-11-28winaccessibility: use uno::Reference in AccEventListenerMichael Stahl
... and clear it in disposing(). Change-Id: I69cfe3cdcf6549a0471453960d1f935d9c3b7a0d
2013-11-28winaccessibility: use rtl::Reference for listener lifecycleMichael Stahl
The manual acquire() call was apparently not coupled with a release()? Change-Id: I069c969619e9afce2a4b836642cc1675025b11d0
2013-11-28winaccessibility: actually the member is unused, remove itMichael Stahl
Change-Id: I68e5c1785b73520cb59ca54a602ea176f8146f6f
2013-11-28winaccessibility: don't store XAccessible* in AccDescendant...ListenerMichael Stahl
Seems safer to store a Reference Change-Id: I86ef9d18c03b2a58058d38e2ae43553ecd2c7be6
2013-11-28clean up some COM initializationMichael Stahl
CoInitialize{Ex] always exist in all supported Win32 versions, so just call them. Change-Id: I45f227319aae811b6c94a3ac475467a06146b8e9
2013-11-28winaccessibility: why delayload the dlls?Michael Stahl
Perhaps delayloading the URE dlls makes it easier to register the UAccCOM.dll during installation or something? Well we don't do that any more. Change-Id: Ic7c356f5954f869c8752aab2563f059a27ef731f
2013-11-28winaccessibility: README already outdatedMichael Stahl
Change-Id: Id0defc7e4fbe5b700362548559e08163a327399b
2013-11-28winaccessibility: remove all Registry content/registration codeMichael Stahl
There is no need to register UAccCOM. Change-Id: I37f5c4030abefbd18b6686652a348bc20a05a9db
2013-11-28winaccessibility: remove obsolete act.hxxMichael Stahl
... obsoleted by 732ec36edfd09d2091d70c4d71b5f182fe279c45 Change-Id: I7f7a9becac2430a7ed4d096be741b610462a8a00
2013-11-28iterating through all cells is not a good idea, fdo#71934Markus Mohrhard
Change-Id: I370f641f0fffed8835a32c577c2f2e841ba419aa
2013-11-28resolved fdo#71589 reimplemented horizontal range lookupEike Rathke
Regression introduced with ebdd9c300718bce454ef56a31d5d8fb699fc1822 (first eaea417bfdf8d06df2b7f2e42c904c32ce77e871) that removed the bMixedComparison member from ScQueryParam under the false assumption that is was only used to emulate a legacy Excel behavior. In fact it was also needed to do the at least horizontal range lookup in sorted mixed data, though didn't evaluate exactly the same conditions as Excel and defined in ODFF. Reimplemented a similar behavior for the new code structures but this time also checking for the additional condtion that a query ByString does not return the last numeric result and vice versa, which previously was missing. Change-Id: I46061777879ba5301bfcaca2d50cf87a994f93f2
2013-11-27Unbreak the buildKatarina Behrens
Change-Id: I75dcedfb8fb8b294326898713e7220080d429342
2013-11-27Converted data bar options dialog to .uiKatarina Behrens
all right this time Change-Id: I9168df3cd83cfa910e4a189b5330a28ad85773ac