summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-09-29Precise, platform-specific Class-Path path for NativeLibraryLoader useStephan Bergmann
Change-Id: I01a521f5d5104bf2e6046330e2d667155c27a604
2014-09-29LOK: avoid crash when zooming using quadviewMichael Meeks
Change-Id: I89a8c9e44906326976c3dc8057e1637affaf2521
2014-09-29Precise, platform-specific Class-Path path for NativeLibraryLoader useStephan Bergmann
Change-Id: I4aecc887fc4654618444616ef83ff71266a2f93a
2014-09-29chart2: take the mutex to update the chart structures.Michael Meeks
Change-Id: I8ee6ec81913c008eeb67cd70a2490b523b0d8177
2014-09-29Resolves: fdo#79131 crash in EnhancedCustomShapeTypeNames::GetCaolán McNamara
Change-Id: Ib21a4a1574119120f09d4ecac73b93a0f2f6739f
2014-09-29Rework the Compress Image dialogAdolfo Jayme Barrientos
* Switch to an horizontal layout * Drop the expander and make file info always visible at the right side * Resizing didn’t make sense when the expander was there, still doesn’t * Sentence capitalization for radio buttons and check boxes, see HIG * Add it a title! * Make it modal Change-Id: I08215b122bd9466c33fdc93e3c007f4aaf47b4e5 Reviewed-on: https://gerrit.libreoffice.org/11671 Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
2014-09-29vcl/osx: std::auto_ptr -> std::unique_ptrStephan Bergmann
Change-Id: If54aaffc6d88569220c4f1747926aae3199946b8
2014-09-29SwModelTestBase: allow validating only a subset of the test filesMiklos Vajna
Also, as a start, enable export validation for zoom.docx. Change-Id: I4620fbd516eeb4001770a4d69a89e7831566af92
2014-09-29cppcheck: Prefer prefix ++/-- operators for non-primitive typesJulien Nabet
Change-Id: I01999bc1283024bc4a1c380fd765a64b2da8a16a
2014-09-29fdo#59299 Personas for bottom toolbarsMichael Jaumann
Change-Id: If823964bf3bb67563504db61b6c5d557cab89243 Reviewed-on: https://gerrit.libreoffice.org/11609 Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
2014-09-29test for mso-position-(horizontal|vertical)(-relative) (bnc#884615)Luboš Luňák
Change-Id: I692de6c6d3cf2b932ba96cd9978cf56f75b8cb3e
2014-09-29map FRAME to VML's textLuboš Luňák
Again, that's what this file does elsewhere, that's what (incomplete) import did before my changes, and it seems to match better the position that such an element gets in Word. Change-Id: Id09150eaaa505e6ddcd4baaf4a833000d52dd71d
2014-09-29map PAGE_PRINT_AREA to VML's marginLuboš Luňák
That's what the code does elsewhere in this file, and also import does it. Change-Id: I30e608f86a9cae66eed48dbb2e719b1455327ae3
2014-09-29proper reading of mso-position-(horizontal|vertical)(-relative)Luboš Luňák
Change-Id: I50f537c697f6e73c1fd150f3f03fc65b85ccbeaf
2014-09-29export in .docx also vml mso-position-(horizontal|vertical)(-relative)Luboš Luňák
Change-Id: I65321bb6244e0e37ef673d726b698c3708711d53
2014-09-29docx ST_VAnchor does not know "column", it should be "text"Luboš Luňák
Change-Id: I3a5ab08e349c5c071373cda2f62e3cea593e263c
2014-09-29Don't try to write into invalid locations on iOS 8Tor Lillqvist
Change-Id: I6a91dbd32bfebf26dbc4a83312cbe5b6af9c4fe5
2014-09-29Pretend the app-specific "Documents" directory is the home directory on iOSTor Lillqvist
Change-Id: If8fda4b27adb2f83cbdfdbb20d90ced77e467a54
2014-09-29More sal source files for debugging convenienceTor Lillqvist
Change-Id: I43f693901e10a81c486c4f4b10c9bb9c70af3448
2014-09-29Add some new source files in vclTor Lillqvist
Change-Id: I2908fd1e93e7aa2a515c152508b66d4de38436e6
2014-09-29No extension cache to clean unless HAVE_FEATURE_EXTENSIONSTor Lillqvist
Change-Id: Id19a93b0b428849a3590e2e28e081154c443e949
2014-09-29Add desktop/source/app/*.cxx for debugging convenienceTor Lillqvist
Change-Id: Idba63c9a88a6f255c58296df64f9d74379a3cc4e
2014-09-29vcl: std::auto_ptr -> std::unique_ptrStephan Bergmann
Change-Id: I5a08186b465b15311c63784506a0ca0e119286e2
2014-09-29vbahelper: std::auto_ptr -> std::unique_ptrStephan Bergmann
Change-Id: Ic1b28e7f79cc7dad6a045eb64e5191991533990d
2014-09-29unotools: std::auto_ptr -> std::unique_ptrStephan Bergmann
Change-Id: I07d536d0ffdc9e09d8d0799396ad6e6c6909cf45
2014-09-29toolkit: std::auto_ptr -> std::unique_ptrStephan Bergmann
Change-Id: I4566a0b7215b729f04591bed0ad5bed42f71f227
2014-09-29DOCX export: fix order of paragraph mark properties child elementsMiklos Vajna
Change-Id: I9e272996b478abe138448d305a54920b762a89b5
2014-09-29DOCX export: avoid duplicated w:sz child elementsMiklos Vajna
sw/qa/extras/ooxmlexport/data/zoom.docx is a reproducer for this, DocxAttributeOutput::CharFontSizeCJK() is just a wrapper around CharFontSize(), and both produce a <w:sz> element, but to produce valid OOXML, only one child element should be written, so ignore the second one. Change-Id: I7474fccadccf573f706c9b148b7e450c39ad5efb
2014-09-29drawingML export: fix remaining rotation / flip combinationsMiklos Vajna
With this, each rotation = 0 / 90 / 180 / 270 and flip = none / horizontal / vertical / horizontal+vertical combination (16 cases) are exported perfectly. Also, this matches what the (binary) [MS-ODRAW] export does, see ImplEESdrWriter::ImplWriteShape(). Change-Id: I04030c8c6819c35c06ce97400eb7e2f1f7389a5f
2014-09-29vcl: use WT_EXECUTEINTIMERTHREAD for Timer QueueMichael Stahl
Currently the timer callback is running on a separate thread, but that is unnecessary since it just does a PostMessage(). Every thread stack stack mysteriously eats 10M of VM apparently despite dumpbin -headers soffice.bin: "989680 size of stack reserve, 1000 size of stack commit" Change-Id: I6eac3f6fa45939cd5dbb3dfbec61f9a504bdaa8b
2014-09-29Set relative heights for all default heading stylesLászló Németh
The relative height "100%" (used only by Heading 3 now) is converted silently to absolute height (btw, also in the dialogs and in OOo, too). Using 101% instead of 100% fixes this problem, so setting a new height in the parent style "Heading" (for example, by Tools->Options-> LibreOffice Writer->Basic fonts (western)->Heading->Size) can change the heights of all default headings, including Heading 3. Change-Id: Ia44ac9d24041b75f0aedd7b56340dd41caf0020e
2014-09-29Resolves: fdo#80468 and fdo#81223 image/frame backgrounds wrongCaolán McNamara
writer has code to fill in missing new properties from the old properties if they exist. But xmloff is stripping them out before they get there. Don't strip them out, and add in a missing check for one of the archaic bg colors and add a regression test for fdo#81223 Change-Id: I9a541a9bee0a01c90f2c33383f1144ecd8b0bfff
2014-09-29revert hunk that makes sw_ooxmlexport tests failCaolán McNamara
though it did seem on the face of it a good additional safety check Change-Id: I76e613c0f42662d87f976d9b3bf98a4cb44b3c4e
2014-09-29scp2: define BUILD_X64 for winexplorerext.Michael Meeks
Change-Id: I06c253cc53121559730f23906fd3ff34a4593d27
2014-09-29MSVC 2012 apparently isn't ready yet for std::vector<std::unique_ptr<T>>Stephan Bergmann
...producing error messages about trying to access private undefined unique_ptr copy ctor etc. Partial revert of 014e7933af751bfe0a03867373b82efa806f3a3d "svtools: std::auto_ptr -> std::unique_ptr: ...changing HTMLOptions to std::vector<std::unique_ptr<...>> because boost::ptr_vector<...>::push_back only supports auto_ptr, not unique_ptr," going the awkward std::unique_ptr x(...); push_back(x.get()); x.release(); route instead (which could be simplified if boost::ptr_vector::push_back ever started to support unique_ptr). Change-Id: I15693030a0bbfdedbfdfbe76ede5d0c74f4e5b41
2014-09-29svx: std::auto_ptr -> std::unique_ptrStephan Bergmann
Change-Id: Ib70d974817bcdd9a582e9be28d28b007cdc3a7a7
2014-09-29Resolves: fdo#81277 missing table cell background color in doc/html importCaolán McNamara
a regression from one of the DrawingLayer FillAttributes changes of... commit 7d9bb549d498d6beed2c4050c402d09643febdfa Author: Armin Le Grand <alg@apache.org> Date: Mon Jun 2 15:00:50 2014 +0000 Related: #i124638# Second step of DrawingLayer FillAttributes... for Writer objects, now added support for Paragraph and PageStyle (including Header and Footer) for direct attributes and style attributes commit 4a0b5e569d070c286daefb0fdfe45c0dd15d241c Author: Armin Le Grand <alg@apache.org> Date: Thu Apr 17 16:44:58 2014 +0000 i#124638 support for DrawingLayre FillStyle for GraphicFrames and ... ... EmbeddedObjectFrames in Writer commit 6e61ecd09679a66060f932835622821d39e92f01 Author: Armin Le Grand <alg@apache.org> Date: Wed Mar 19 16:17:02 2014 +0000 Merge back branch alg_writerframes to trunk all of which set all RES_FLYFRMFMT and RES_FRMFMT SwFmts to use the new fill attributes, but a) didn't change the aTableBoxSetRange for SwTableBoxFmt to include the XFILL attributes, so importing cell bgs from .doc got dropped b) didn't make any effort in the uno api for XCells to do the same sort of mapping that was done for XFrames its unclear to me if SwDrawFrmFmt is actually adapted or not, I've assumed that it is here Change-Id: I8d71def2aef6163099a16591f9e53ba2b430bd06
2014-09-29Fix java.util.Calendar.set in integration.forms.DateValidatorRobert Antoni Buj i Gelonch
Change-Id: I1bd87c623b923469c325ebfcba4ba82e2a648ae2 Reviewed-on: https://gerrit.libreoffice.org/11694 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-09-29forms: getMonth() and getYear() are deprecated in java.util.DateRobert Antoni Buj i Gelonch
Change-Id: I31664bbd8c1c3b02e8a7381226d4d558b37466a2 Reviewed-on: https://gerrit.libreoffice.org/11690 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-09-29svtools: std::auto_ptr -> std::unique_ptrStephan Bergmann
...changing HTMLOptions to std::vector<std::unique_ptr<...>> because boost::ptr_vector<...>::push_back only supports auto_ptr, not unique_ptr. Change-Id: Ie5f92bc40ce5425dc1c634b17addc2b0dd9bbda3
2014-09-29We can forget the iOS 6 SDK nowTor Lillqvist
Change-Id: Ifefcf5c69ecacce0fb9538900ee67a9c086959e6
2014-09-29loplugin: cstylecastNoel Grandin
Change-Id: I20358c271e32b4af11d3258c950bde836596933a
2014-09-29loplugin: cstylecastNoel Grandin
Change-Id: I31bbeb5f068754d6dc77c22d759058089b03c9b1
2014-09-29loplugin: cstylecastNoel Grandin
Change-Id: I28443b688f8ab752162846e5cea661f26d269cad
2014-09-29loplugin: cstylecastNoel Grandin
Change-Id: Iea517d2287bded4a702c73dfdd1f182023425d67
2014-09-29loplugin: cstylecastNoel Grandin
Change-Id: I53b69a488c70769cbb841db519bc28fd211dc087
2014-09-29cstylecast plugin: ignore templates, improve messageNoel Grandin
Change-Id: I8347010d5607dc2cbb113b33f1cb2cc78ec106d2
2014-09-29loplugin: cstylecastNoel Grandin
Change-Id: I20eb45dda584c1c3a2e5d72425e49627fb7c3866
2014-09-29loplugin: cstylecastNoel Grandin
Change-Id: I58ec00d6f8a4cc6188877db1330c5e32c9db12e5
2014-09-29fdo#70998 Fix capitalizationSamuel Mehrbrodt
Change-Id: Ie0dc41bd091cedcc6bd8a20aff16a9d0e4b73689