summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-09-28move strings out of widgetCaolán McNamara
Change-Id: Ie7818eba636dee7830abba8cbbc4becb95fa8310
2015-09-28Simply move std::vector instances around hereStephan Bergmann
Change-Id: I88b655d3591483625d45c8a39890773d081b406f
2015-09-28do not use unlimited precision in status barEike Rathke
Test case scenario: * in A1 enter =1E222 * move cell cursor back onto A1 * status bar displays Sum=1000000... repeated until filled (or 222 '0' characters) Change-Id: Icc1a11a2b007649fc7074e7538917e56dc943444
2015-09-28remove outputLength variable when calculating encryption verifierTomaž Vajngerl
Change-Id: I144957b64ba2b693db61c17e42b08014124f8c99
2015-09-28opengl: use VCL_GL_INFO in salbmp so messages appear apitraceTomaž Vajngerl
Change-Id: I134820fa81c206b835d68dcaa3967045038b6f33
2015-09-28don't allocate (by eraseing) an un-initialized 1x1 virtual deviceTomaž Vajngerl
Change-Id: I11c7063d7ac689866461ceabf8648f1c3c7bb17d
2015-09-28tdf#94011: load&save more border typesOliver Specht
supported dash_dot, dash_dot_dot and double_thin border types added export test enabled odf import tests on Windows except for testFdo37606Copy because it fails Change-Id: Ia9c7a030956326b33e9f07eaa57c11aaa8e0a6fd Reviewed-on: https://gerrit.libreoffice.org/18495 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Oliver Specht <oliver.specht@cib.de>
2015-09-28Return the std::unique_ptr itself here, not a raw pointerStephan Bergmann
Change-Id: I8f649229ffce60de16e6b4611b1c081811cef225
2015-09-28Return the std::unique_ptr itself here, not a raw pointerStephan Bergmann
Change-Id: I00dc8c2550053235ea9ddb5fa3078b11a0be395c
2015-09-28Return the std::unique_ptr itself here, not a raw pointerStephan Bergmann
Change-Id: I353d6ceb74347f09dad77116b52771dd5aa21dab
2015-09-28Return the std::unique_ptr itself here, not a raw pointerStephan Bergmann
Change-Id: I3a65e35a7986cf13db58a42672a39a796f5822a0
2015-09-28Remove bogus unreliable testStephan Bergmann
Change-Id: I33ac62e10030a3d975f7644406025dbb5deb711e
2015-09-28USING_X: Compare against TRUE, not "yes"Samuel Mehrbrodt
Missed in 94ed449247e2256d4163fb4a46b4be2c3f498d60 Change-Id: I61dc4023fe09185ac43f96f28ccde94d770366d6
2015-09-28framework: remove obsolete Linux libc5 supportMichael Stahl
Change-Id: I42f7f961615f61002d6c0cce5b7eb44447ba5a64
2015-09-28loplugin:staticmethodsStephan Bergmann
Change-Id: I58baa20b852bda3160f23f43a751404248244348
2015-09-28Resolves: tdf#93461 captions laid out behind imagesCaolán McNamara
regression from... commit 8a08f68669f9acfe98dadcca4af6519164a17000 Author: Mike <mikekaganski@hotmail.com> Date: Mon Apr 27 01:27:05 2015 +1000 tdf#66141: SwTxtFrm::FormatQuick(bool) endless loop If a line happens to be invisible (e.g. in too thin cell of a table) then aLine.FormatLine(nStart) returns nStart, and aLine.Insert( new SwLineLayout() ) is executed until OOM. keep the zero advance loop detection attempt, but allow the first insertion and disallow subsequent inserts Change-Id: I16380588220149cfd0ed0f835f08d2849180fece
2015-09-28tdf#94214 ODFF function FINV incorrectly saved as COM.MICROSOFT.F.INVWinfried Donkers
Change-Id: Ic053342fde436a7053c15e32683e09b9e91f5308 Reviewed-on: https://gerrit.libreoffice.org/18792 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2015-09-28sw table styles: Kill useless SwTableBox_Impl.Jan Holesovsky
Change-Id: If987793fb113039e6a1e254592afa958761c68a0
2015-09-28bnc#939996 tdf#93919 DOCX import: fix left-from-style and first-from-directMiklos Vajna
With this, <w:ind w:hanging="..."/> as direct paragraph formatting and <w:ind w:left="..." w:hanging="..."/> as a numbering level formatting is properly merged, i.e. w:left is not lost, defaulting to 0. Change-Id: If5534fbd9ee6d41139b0ed3a3df9d0cc5aad3239
2015-09-28Revert "revert back to android-21 target until tinderbox gets updated"Tor Lillqvist
Now it has been updated. This reverts commit 4e47ed7e5aad8bde548b4953baba13cf99b6fd9c.
2015-09-28Resolves: tdf#94458 wrong alpha values for 32bit dibsCaolán McNamara
Change-Id: I02a86b0cdae2433d46f6fac361efa43f45be187f
2015-09-28Return std::unique_ptr from SvTreeListBox::CreateContextMenuStephan Bergmann
Change-Id: I1e4c32099ec9741c0cab246eb627a2eb3b933e1a
2015-09-28Cleanup: WANT_X11 is the same as USING_X11Samuel Mehrbrodt
Change-Id: I5888fc8071b3e64721ad928c76ac9fed97cf3be9 Reviewed-on: https://gerrit.libreoffice.org/18904 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2015-09-28tdf#94456 RTF import: fix list vs paragraph style interaction wrt para indentsMiklos Vajna
In case we set the paragraph left/right/first margin just to mimic the list vs paragraph style interaction as Word wants it, never overwrite properties, as they are always meant to be just callbacks in case there is no real hard formatting. Change-Id: Ibdb2834c693d43cf4114453e42628e8f64c0a856
2015-09-28One more GUIBASE -> USING_X11Samuel Mehrbrodt
Change-Id: I383b83b3778b11a012a931c19a2be85445af29c5 Reviewed-on: https://gerrit.libreoffice.org/18900 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2015-09-28wmf spec says that these are only allowed bitcount valuesCaolán McNamara
Change-Id: Ia174feec73ee676567a3632d2f88b11c176b6363
2015-09-28Updated coreDennis Roczek
Project: help dd688ed491a98962477406ac75b6dc149b90f5ed TIMEVALUE returns 0 when 24:00 is the value, not 1 Change-Id: Ifd1e15ef34129c0a2fa557a83b342d7554f60a58 Reviewed-on: https://gerrit.libreoffice.org/18892 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2015-09-28Return the std::unique_ptr itself here, not a raw pointerStephan Bergmann
Change-Id: I25d9bc5c969d00642613971c88f864285ecdddbc
2015-09-28Return the std::unique_ptr itself here, not a raw pointerStephan Bergmann
Change-Id: I786e05bebd243d661ced147ad51e4a843916a3b0
2015-09-28libreofficekit: fix mismatched free() / deleteMiklos Vajna
Change-Id: I60eb53d4bf9943fd52e0a9d8e3574a7d1cc027e0
2015-09-28sd tiled rendering: avoid passing explicit 0 vcl::WindowMiklos Vajna
Seen as dereferenced in svx for Impress table handling, and doing some logic <-> pixel conversion -- and mpActiveWindow not being 0 in that case. Change-Id: I7f7c41a7d366704f6f8b9a7971f763c6661c8799
2015-09-28basebmp: -headless -> --headlessMiklos Vajna
Change-Id: Iedabcbd3c2582472f56f003ab30298f656f2ac46
2015-09-28tdf#90153 DOCX import: fix default sw TextFrame roundtripMiklos Vajna
The AnchorType of the shape was at-paragraph, which does not allow line-level VertOrientRelation (which is correct, it would be undefined, what line of the paragraph should be the used). Fix this by changing the AnchorType to at-character in the line-level case, which brings the filter in sync with the DOC one. With this, import of a DOCX file that was created by inserting a TextFrame into an empty document is roundtripped without shifting the shape up considerably. Change-Id: I6d85c38be859d6e730584f2349c857b87496a1d4
2015-09-28sw: prefix members of SwTextFrmMiklos Vajna
Change-Id: I6eb284d1858c0ea6576e172b2ac8368e8458b4e8
2015-09-28by default use the system memory allocatorMarkus Mohrhard
Anything except an unset G_SLICE or the value always-malloc results in the custom allocator. We might revert that change if it causes issues but currentlz it looks like our custom allocator performs quite badly in some situations. Change-Id: Ib867f7ba0de4d599aa045c28aaab9b644d619beb
2015-09-28SDK apps actually find URE libs via DYLD_LIBRARY_PATHStephan Bergmann
Change-Id: I29c8177ee0c79f7e2b1834d4c181289cccfab17a
2015-09-28Return unique_ptr from AstExpression::eval_* functionsStephan Bergmann
...generally, idlc leaks most memory, and e.g. trying to turn AstExpression::m_exprValue into a unique_ptr would fail because AstExpression::eval_symbol returns a pointer to an object "owned" elsewhere (but never actually deleted by its owner). So improvement of idlc ends here---for one, it does not improve anything to try and make idlc not leak memory, and for another, idlc is doomed to go away anyway. Change-Id: I36f54130c8bfd1933126ae7f8a982e50d9bc616e
2015-09-28m_exprValue cannot be non-null hereStephan Bergmann
...as, like the other private AstExpression::eval_* functions, eval_un_op is only called from AstExpression::evaluate if m_exprValue is null Change-Id: I812ea249d33a72f95b9692dc72ba6631ffbd4884
2015-09-28AstExpression::coerce always returned m_exprValue, so simplify its signatureStephan Bergmann
Change-Id: I4fa380bc7e8d5b3581468cb0e6417b99587a1e9f
2015-09-28Remove redundant AstExpression::eval_internalStephan Bergmann
Change-Id: I27c067adb2b09ad65a8449f2d88a9cdde149d4be
2015-09-28AstExpression::eval_internal always returns m_exprValueStephan Bergmann
Change-Id: I214fb3d14cef07357860a88fae1652a7d1a282b0
2015-09-28AstExpression::coerce is always called with bAssign = trueStephan Bergmann
Change-Id: I883b8319fde0bd3cc65efe64eb2faf53e2344cfc
2015-09-28Simplify coerce_value signatureStephan Bergmann
Change-Id: I0791600a5cc8600ea80233afba07724dd7f565e1
2015-09-27sw table styles: Direct formatting takes precedence over table style.Jan Holesovsky
Make sure we don't reset the direct formatting with the table style when updating. Change-Id: I07b4a687fd0403bd80d73732a66101b967398507
2015-09-27sw table styles: Insert column, split table, delete row/column.Jan Holesovsky
Make these operations applying the table style too. Change-Id: Iee2808a5a5c5f84538474b8fbc6bf53d1fab19b7
2015-09-27sw table styles: Implement table styles in Writer.Jan Holesovsky
This extends the table auto formats so that SwDoc keeps track of the auto formats used in the document. With this in mind, we can update the format of the table with every operation like adding/removing a line, splitting a table, etc. So far we only have the core functionality, and cover inserting a line in the table; more to come. Based on work of Alex Ivan <alexnivan@yahoo.com> during GSoC 2013 - thank you! Change-Id: I7839147e54c2f976988121a523331def9859f4c2
2015-09-27cppcheck: noExplicitConstructorCaolán McNamara
Change-Id: Ibb94d40706fced3c1c053fd58ef4e2af2d849587
2015-09-27don't try to create OUString from editeng directly, tdf#94542Markus Mohrhard
editeng uses special control characters (apparently 0x01) that need to be translated by editeng to the real characters. Let EditEngine handle the conversion from editeng string to OUString. Change-Id: If5014e1ada7f1df933a084b17bb307035ce01cc6
2015-09-27enable z axis objects when changing chart type, tdf#94290Markus Mohrhard
Change-Id: I4c1e3ff061692a9457557a4fecea55371f2aadb5
2015-09-27gcc3 is not supported anymore, so remove thatMarkus Mohrhard
Change-Id: Iddc481e13d40a6399a4a23a45c812b34a3a109f6