summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-05-05unused floating window RID_SVXTBX_GRFFILTERThomas Arnhold
Change-Id: I3b6d7091922ed345d24c15c5a52d37521792d551
2014-05-05remove some commented out lines from src filesThomas Arnhold
Change-Id: If872737d2a7db5d9053a256f7e3d57007c24230e
2014-05-05resolved fdo#78294 default null-date for document import is 1899-12-30Eike Rathke
Change-Id: I9dfe76d422ad732a081442b95a995d8d395a098e
2014-05-06Avoid possible memory leaks in case of exceptionsTakeshi Abe
Change-Id: I8914e0dc253c636a1393672f7a20bcb5d39d4276
2014-05-05Document that the weirder constants are not actually keyboard keysTor Lillqvist
Change-Id: I8e163e63bfbbbaa5f7f4de2151fea41d735417d0
2014-05-05Add more unmapped VCL keycodes to the commentTor Lillqvist
Change-Id: If417d8091896c9f6c9650cf7d6036ffacbcc0884
2014-05-05add codes to Line::render()xukai
Change-Id: I6510f486707b08ea8f611105f40cc4c7e1581a7f
2014-05-05remove the codes of set camera info to render()xukai
Change-Id: I9c2aecd5dea617e7cd69c1fc005b6a9ee237f202
2014-05-05add codes to set camera infoxukai
Change-Id: Id6bac3a8dd46d7994c9e64c9e0c16e8c7ac036ac
2014-05-05Initial size of OpenGL3DRendererxukai
Change-Id: Ibfed531e48848ea711be429d6e5c08094473f781
2014-05-05Initialization of lightxukai
Change-Id: I91220e8ebffa0090fa7e9146df853f16b6783491
2014-05-05Introduce OpenGL3DRenderer objectxukai
Change-Id: If0454ace5ef21b9d32299f3edea115a2726aac00
2014-05-05To implement an abstract method:isOpenGLInitializedxukai
Change-Id: I651c0e5830008fd08ba886ccf1be99d40868bb72
2014-05-05Update Function Set3DSenceInfoxukai
Change-Id: Ic117de10be2181a80e65ea48c888789456abfb0a
2014-05-05fix whitespace issuesMarkus Mohrhard
Change-Id: I7a3680aa324c4242572b71c91ec5bc4f85eff9e9
2014-05-05add vertex shader and fragment shader for 3D renderingxukai
Change-Id: I7b1ca054006500d468da73d2d85eafaad85dda67
2014-05-05openGL: More debug info.Jan Holesovsky
Change-Id: Ia2e09c92673b97fd48c4ede7ebb9ff47da821926
2014-05-05Missing constStephan Bergmann
Change-Id: If1e0e78e1b62c547bd0f03e727e1856227b32821
2014-05-05Asan: fix invalid memory accessMarkus Mohrhard
Change-Id: I7a2acd99f3a8cb143c2ad1c978dfa4b02bf54464 Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
2014-05-05oox: don't try to set Writer-specific properties on non-TextFrames...Miklos Vajna
... during DOCX import of shapes with text, so that we don't crash when the currently always active setServiceName("com.sun.star.text.TextFrame") call is not present. Change-Id: I5b005583ddcee81b9683e3b34e8f0a2e5faa4f95
2014-05-05fix windows build(external/poppler)Tomofumi Yagi
Fix build error on windows with --enable-dbgutil autogen.sh option. We need to link freetype248_D.lib,when we use --enable-dbgutil option. (Suffix "_D" is needed.) Change-Id: Ib2927e777d9b9bb615e1df62e428cf17cc8bc26e Reviewed-on: https://gerrit.libreoffice.org/9248 Tested-by: Michael Stahl <mstahl@redhat.com> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin
Look for code like: xxx ? yyy : false; Which can be simplified to: xxx && yyy Change-Id: Ia33c0e452aa28af3f0658a5382895aaad0246b4d
2014-05-05Revert "Move ImplInitAppFontData from Window to Application"Miklos Vajna
This reverts commit f76026a43acc65465882924796d93e635c35fd90. This brings back the paragraph style and font name combo boxes in Writer. Change-Id: Idb28253797ef842d575fe10537f6e70faa34fe75
2014-05-05Updated coreThomas Arnhold
Project: help ada56299c9e1c2d2cf36a475fc4e746bf5977354
2014-05-05Handle GetTextBreak returning -1Stephan Bergmann
I don't know what the root cause is exactly that made at least Mac OS X --enable-dbgutil JunitTest_forms_unoapi start to fail recently, but when nWidth is just 1 (which might be the root of the problem here, but could probably also legitimately be the case) and GetTextWidth returns -1 (which it probably is allowed to do), this would lead to an out-of-bounds OUString::operator[] access at > rtl::OUString::operator[] (this=0x118a04be0, index=-1) at ustring.hxx:421 > com::sun::star::i18n::BreakIterator_Unicode::getLineBreak (this=0x11986f6f8, Text=@0x118a04be0, nStartPos=-2, rLocale=@0x7fbd83821d98, nMinBreakPos=4, hOptions=@0x118a04620) at i18npool/source/breakiterator/breakiterator_unicode.cxx:429 > com::sun::star::i18n::BreakIteratorImpl::getLineBreak (this=0x1112d5c98, Text=@0x118a04be0, nStartPos=-1, rLocale=@0x7fbd83821d98, nMinBreakPos=4, hOptions=@0x118a04620, bOptions=@0x118a045f8) at i18npool/source/breakiterator/breakiteratorImpl.cxx:242 > OutputDevice::ImplGetTextLines (rLineInfo=@0x118a04bb0, nWidth=1, rStr=@0x118a04be0, nStyle=12560, _rLayout=@0x118a04db8) at vcl/source/outdev/text.cxx:527 > OutputDevice::ImplDrawText (this=0x7fbd8302d000, rTargetDevice=@0x7fbd8302d000, rRect=@0x118a05058, rOrigStr=@0x118a04f70, nStyle=12560, pVector=0x0, pDisplayText=0x0, _rLayout=@0x118a04db8) at vcl/source/outdev/text.cxx:1500 > OutputDevice::DrawText (this=0x7fbd8302d000, rRect=@0x118a05058, rOrigStr=@0x118a04f70, nStyle=12560, pVector=0x0, pDisplayText=0x0, _pTextLayout=0x0) at vcl/source/outdev/text.cxx:1754 > sfx2::TitledDockingWindow::Paint (this=0x7fbd8302d000, i_rArea=@0x118a051d0) at sfx2/source/dialog/titledockwin.cxx:218 Change-Id: I95c6027e86b9a608fe9eb05ffb83fb2316c175f2
2014-05-05fdo#77727 PAGEBREAK In first paragraph was not rendered and exported.sushil_shinde
Case 1: If PAGEBREAK appears in first paragraph, LO was inserting BreakType_PAGE_BEFORE but since it was first paragraph, PAGEBREAK was not rendered in LO hence not exported back to docx file properly. case 2: If PAGEBREAK appears after first run of any paragraph in document LO was rendering it in wrong paragraph. case 3: If COLUMNBREAK appears in first paragraph of section, LO was not rendering and exporting it. Change-Id: Ic557b3e6f80cfa6dd3eb6b4204be7e6531b9ecbf Reviewed-on: https://gerrit.libreoffice.org/9191 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
2014-05-05Updated coreAndras Timar
Project: help 400d3515694ff3857f253c8da9ea44b962161ee0
2014-05-04Typo: depricated->deprecatedJulien Nabet
Change-Id: I77fe282a9dcebde5ad7684aee4597fe4cfb07e11
2014-05-04coverity#1038298 Unchecked dynamic_castMiklos Vajna
Change-Id: Ibb2eca48edb30a88b1ab4bcc35e7e5852efbb436
2014-05-04writerfilter: fix indentation in rtfdocumentimplMiklos Vajna
Change-Id: I5588e84a486ca751e94e097bc8bceaa35fe8b969
2014-05-04sc: Fix bunch of testsMaxim Monastirsky
Change-Id: I7ea90d4be037d9935ef23822512f48b100a446a2
2014-05-04Fix CppunitTest_sc_outlineobj testMaxim Monastirsky
Change-Id: Iaf2747e64e486f8536c3074f247a3b85dd78bbd1
2014-05-04Fix CppunitTest_chart2_xshape testMaxim Monastirsky
Change-Id: I6036988fc53f00f0344623a4d28a2de5962e160a
2014-05-04Revert "Revert "temporarily disable failing , fdo#66617Markus Mohrhard
This reverts commit 9b8c33ecc561bf8685614ec61d709c8001901fb6.
2014-05-04loplugin:saloverrideStephan Bergmann
Change-Id: I5c3b3c6212524430068e3fd8d9e9d259557bbea2
2014-05-04Move ImplInitAppFontData from Window to ApplicationChris Sherlock
I have renamed ImplInitAppFontData to InitAppFontData and moved it from Window to Application. This is because this is something that sets *application* global variables, it just so happens it gets it from a Window parameter. But it should be set when the application starts, so I have moved it to Main(). Change-Id: I9d98aa5b533166f91352218af267930034648c7a Reviewed-on: https://gerrit.libreoffice.org/9242 Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com> Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>
2014-05-04Resolves: fdo#78217 selected text should be copied in "Replace"Julien Nabet
Change-Id: I548d46ec46ff07528bd1f8ed6be09463354826d8
2014-05-04fix windows packagingMarkus Mohrhard
Change-Id: I97b1d2432dadf7239a8500544f7e54b667ca4dfc
2014-05-03Add clang support for boost multi_array Wshadow patch.Andrzej Hunt
ba54eca1817e84a1f1d1beec312ca87b8b059649 replaces the existing -Wshadow fixes with a GCC pragma, however we also want to be able to build with clang. Change-Id: I522f3c549adf65b98522561ab7167258dfda48b5
2014-05-03writerfilter: fix indentation in rtfdocumentfactoryMiklos Vajna
Change-Id: I9cf6abaf091d358670bbe71de9abe832fa139f42
2014-05-03coverity#1078575 Unchecked dynamic_castMiklos Vajna
Change-Id: Ie25c91ce0035c78629ebd8466baa717d62948503
2014-05-03Rearrange outdev.cxx functions, et al.Chris Sherlock
* Rearranged outdev.cxx functions to better match outdev.hxx layout * Moved transparency functions from outdev.cxx to transparency.cxx * Corrected one comment typo in outdev.hxx * Moved CreateUnoGraphicsList definition to outdev.cxx out of header * Formatted function declarations in outdev.hxx Change-Id: I6fda24ae8208ef5ea7b2fe8f59079d48d0af1488
2014-05-03find-german-comments -l crashed for a too long path nameJeroen Nijhof
In calculating how many tabs to use for the display, when the path was more than 40 characters (like for dbaccess/source/ui/relationdesign/RelationTableView.cxx) it returned '1, 0' for the number of tabs -- and python didn't like that. Return 1 instead. Change-Id: If370ffe03b4aff67ca59094dd38863986ca39519 Reviewed-on: https://gerrit.libreoffice.org/9239 Reviewed-by: Michael Meeks <michael.meeks@collabora.com> Tested-by: Michael Meeks <michael.meeks@collabora.com>
2014-05-03fdo#78062: Broadcast only on non-empty cells within deleted range.Kohei Yoshida
We don't want to broadcast over the whole selected range, which may be the whole sheet which is well over 1 billion cells ! Change-Id: I7c139ce5efe09312cf824e35f0efe551184032eb
2014-05-03SfxDocumentMetaData: suppress some spurious warningsMichael Stahl
These always trigger on a new document. Change-Id: Ied60f52c4dc348b2b18f6dc8c30204ee3dc56f29
2014-05-03SwUndoSplitTbl::UndoImpl(): avoid assert from ~SwIndexRegMichael Stahl
Can be triggered by moving view cursor into new paragraph before Undo. Change-Id: I8386611a8eabd1c3b6edfacd0226358df52cbe66
2014-05-03fdo#57197: sw: fix crash on Undo of table row/column insertMichael Stahl
The _SaveTable::CreateNew() will call _FndBox::DelFrms() but at that point the SwTableBoxes have already been deleted; so do that earlier. Change-Id: I868c8fffbddeb1ea6df724fb68cac732eeee2eba
2014-05-03sw: hypothetical crashes if last node is not SwTxtNodeMichael Stahl
Change-Id: I16c476ae83d01ea23891af36fd4bcca4e8992228
2014-05-03SwUndoDelete::RedoImpl(): avoid assert from ~SwIndexRegMichael Stahl
1. insert header 2. insert table in header 3. put cursor in bottom right cell 4. Ctrl+Shift+Delete 5. Undo 6. Redo Problem is that the shell cursors never get corrected in step 6. Replace the previous hacky after-the-fact fixup of rPam only with call to PaMCorrAbs. [there does not appear to be any other case than bDelFullPara where this branch is taken, which make the next one look kind of weird?] Change-Id: If3583f83e66fff4d3367a1532e443aed780a5e6c
2014-05-03boost: replace multi_array Wshadow patch with different oneMichael Stahl
... based on upstream feedback. Change-Id: I846287d62d3b53f4a3d3013c9f82fd77d22a9523