summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-04-06coverity#708236: Unitialized scalar fieldNorbert Thiebaud
Change-Id: I4d87fb217504b0089df6d572cfa7c0d5426a897c
2014-04-06coverity#708237: Unitialized scalar fieldNorbert Thiebaud
Change-Id: I2536a7a2310aaa95fba7891472f0afe58713014c
2014-04-06coverity#708246: Unitialized scalar fieldNorbert Thiebaud
Change-Id: I3136db825bea07b4b5977b6067db91375720ebed
2014-04-06coverity#708257: Unitialized scalar fieldNorbert Thiebaud
Change-Id: Ib46e6f5cb52cd47c4c9914b2f15633f5e6af1fe6
2014-04-06coverity#708260: Unitialized scalar fieldNorbert Thiebaud
Change-Id: Iffad31bc60748fe58fe3524776dd56e907586342
2014-04-06Typo: s/ouer/ourTor Lillqvist
Change-Id: I0179678c6c5dd6a05b1d7d5038a901e7bf2af3de
2014-04-06Bin copy-pasta comments of low informative valueTor Lillqvist
Change-Id: Ib9ddc516636d2150101c40ee3f249c7511bcb375
2014-04-06Bin empty @seealso, @param, @return etc metacommentsTor Lillqvist
Change-Id: I9582afceb5daf5993bfca1445370d8a60030c3c5
2014-04-06Bin empty @seealso, @param, @return and @onerror metacommentsTor Lillqvist
Change-Id: I6517028670a953954b31599fa3e23f4c8ee8cfc9
2014-04-06Kill superfluous spacing before semicolonsTor Lillqvist
Change-Id: I2c5c2c2e8c57796d147141748fb57a4c5645a96a
2014-04-06Kill superfluous vertical whitespaceTor Lillqvist
Change-Id: Ieb7956acdc24d6b18939e916e33eb12dc268e778
2014-04-06Bin empty @seealso, @param, @return etc metacommentsTor Lillqvist
2014-04-06Bin copy-pasta comments of low informative valueTor Lillqvist
Change-Id: Iee82f09a47830e3c8b932541e4c378e63add9986
2014-04-06Kill superfluous spacing before semicolonsTor Lillqvist
Change-Id: I05353e942fa1a2b7338c8415cdba06adb2bdd43f
2014-04-06Kill superfluous vertical whitespaceTor Lillqvist
Change-Id: Idadfa4d215cb4b789d4949ce850bbb13016350c6
2014-04-06Bin empty @seealso, @param, @return and @onerror metacommentsTor Lillqvist
Change-Id: I30a761a21a98419816c4b67258664becd79e2db1
2014-04-06Kill superfluous spacing before semicolonsTor Lillqvist
Change-Id: I53689e78221f3fe074e47d6b47f1a2c3fef96222
2014-04-06Kill superfluous vertical whitespaceTor Lillqvist
Change-Id: Ia1bb2b40c74efb17e655dd6f00d7ba48c16c65ae
2014-04-06Bin empty @seealso, @param, @return and @onerror metacommentsTor Lillqvist
Change-Id: I9a590b9e65960bf7360b37567aa5bfa7588c69f7
2014-04-06Kill superfluous spacing before semicolonsTor Lillqvist
Change-Id: I2d8b430e1a6c23569eb0a67a2dcf8702cf7abc41
2014-04-06Kill superfluous vertical whitespaceTor Lillqvist
Change-Id: I949ba575951998d36cb4d38746f2182633046b3b
2014-04-06Testcase for RtfAttributeOutput::SectionLineNumbering()Miklos Vajna
lcov pointed out this method wasn't ever invoked in any of the tests. Change-Id: I6cccf4fc1d870938a2f218bedc0b8d195a299cd1
2014-04-06RTFSprms::set: replace two bool arguments with an enumMiklos Vajna
The primary motivation is that the two bools allow 4 combinations, but we only handle 3 of them. Also, caller code is much more readable, now that a non-default overwrite mode is written explicitly. Change-Id: Iedf7dee1ab2d33de849aef6d7a51138d35048e5a
2014-04-06Bin unused MAP_REALAPPFONT MapUnit enum valueTor Lillqvist
Change-Id: I759a981c68a899ba314f5b77efa450aa57528433
2014-04-06whitespace cleanup in testMarkus Mohrhard
Change-Id: Iaf3f7c360cd8d081d706e92ec52c3c96fe68c57c
2014-04-06whitespace cleanup in scaddinsMarkus Mohrhard
Change-Id: I05d0ee9db5a243631a8568dfc967328520e0799a
2014-04-06whitespace cleanup in chart2Markus Mohrhard
Change-Id: I85fdb62ff0e6606e2ac8537f477e7cb5bec3827a
2014-04-06whitespace cleanup in scMarkus Mohrhard
Change-Id: Id1dcadcac179c52977e48a6912ce4d5fd542f60c
2014-04-06Full colour table borders in .doc exportLuke Deller
Currently LO writes table cell border information to .doc files as part of the "sprmTDefTable" property, but this only supports the WW8 (Word '97) BRC (BoRder Control) structure which can only select from 16 colours. There is no newer version of this property. This commit adds output of an alternate property "sprmTSetBrc" which specifies border details for a sequence of cells. There is a WW9 (Word 2000) version of this property supporting full colours. For LO I have used the constant name NS_sprm::LN_TSetBorder following the existing naming convention here, which is to use *Border for the WW9 version because *Brc is taken for the WW8 version. Conflicts: include/filter/msfilter/sprmids.hxx Change-Id: Ie091d91c6d187e1c2542f59f58cec9a373a23e11
2014-04-06filter: LN_TSetBrc -> LN_TSetBrc80 to match specMiklos Vajna
Change-Id: I81b78e09130141704c7ec62c1c52bf50d5428dfd
2014-04-06import dxf protection record from xls, related fdo#76209Markus Mohrhard
Change-Id: Ic8b4cd30b383763b034942d5a80914340d416c28
2014-04-06import dxf number format record, related fdo#76209Markus Mohrhard
Thanks to Morten Welinder for pointing to the missing pieces. Change-Id: I5eb447161ac5d79257a64acaa01e56374ba81587
2014-04-06remove whitespaceMarkus Mohrhard
Change-Id: Id8014a1165876e903a7a4311af43d4a946703f11
2014-04-06import alignment dxf record, related fdo#76209Markus Mohrhard
Thanks to Morten Welinder for pointing to the missing piece. Change-Id: Ib527eb4f7d90fa1abc13446ac61631cf1a6a6e67
2014-04-06remove whitespaceMarkus Mohrhard
Change-Id: I9b8302b3a032c48ffacea94280db9e8466cc003c
2014-04-06maybe that helps the tinderboxesMarkus Mohrhard
Change-Id: Ie392fb37da7f05490b4b7f6169b90a18fdc44b36
2014-04-06fdo#74702 use same gradient steps func. to draw linear and complex gradsChris Sherlock
Reworked Output::ImplGetGradientSteps to be usable for both linear and complex (actually, axial, but that's another story) gradients by adding a default parameter. This gets rid of another meOutDevType from gradient functions Change-Id: I1dc918e4c3153617d172560523cfca303f0b904c Reviewed-on: https://gerrit.libreoffice.org/8872 Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com> Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>
2014-04-06I found a reference confirming my guessTor Lillqvist
Change-Id: Id8e48f70801104adef4cbb3c179800ddc4688999
2014-04-06Add a comment guessing what "NWF" meansTor Lillqvist
Change-Id: Ib5f5d61d714be573569f72cd4df2229cb9d01563
2014-04-06WaE: implicit conversion of literal of type 'sal_Bool' to 'bool'Tor Lillqvist
Change-Id: I58d9ccd0e2086f96ce6a51578d51db3fcb577400
2014-04-06WaE: implicit conversion of literal of type 'sal_Bool' to 'bool'Tor Lillqvist
Change-Id: Ibc279b90a19dc38f61d3855346b26eea674fc097
2014-04-06WaE: implicit conversion of literal of type 'sal_Bool' to 'bool'Tor Lillqvist
Change-Id: Ib477afa1740f14832f49ce85822410b2e9db8d46
2014-04-06WaE: implicit conversion of literal of type 'sal_Bool' to 'bool'Tor Lillqvist
Change-Id: Iaaac351b2276f20a292e9b3840ddd1d808fc564f
2014-04-06export data point symbol colorMarkus Mohrhard
Change-Id: I0dcbf616b8ab3c8cea4437d399fa4b5ec33e475a
2014-04-06import data point symbol colorMarkus Mohrhard
Change-Id: I27ebd67a535f8617a6f535414ee8426fae6614b9
2014-04-06remove whitespaceMarkus Mohrhard
Change-Id: I69454c3d9bddfe01da2622117a16bbb37797062a
2014-04-06improve chart series symbol exportMarkus Mohrhard
Using the chart2 service allows us to export series symbols instead of the diagram settings. Change-Id: Ic46f067b60c972af35c0628b3ec4f7851580d725
2014-04-05fix colonCaolán McNamara
Change-Id: Ibeaa20a99d7b027dee26e591bb19bd61a3aed8a2
2014-04-05document why the test fails and is disabledEike Rathke
Change-Id: I17bb169f14d225b970014ab26a7f1d9d0d1b0af8
2014-04-05coverity#708562 Uninitialized scalar fieldCaolán McNamara
Change-Id: I93a760e0f3b8a1669f7ce9995808b7cff52fa1fa