summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-04-22DocxAttributeOutput::m_postponedDMLDrawing: use std::unique_ptr<>Miklos Vajna
Change-Id: I0125467bad9be48ce8daa1fda32c731d8ee96b40
2015-04-22add missing includeDavid Tardon
Change-Id: Iffd293c20880f28a1b93225583d3f315eddb328f
2015-04-22add missing includeDavid Tardon
Change-Id: I08f5debc158228832667e730e63b7ad29f2737f9
2015-04-22handle tar.xz tarballsMarkus Mohrhard
Change-Id: I8e36ad989ec54117f85105c24bc1c1442e0a493b Reviewed-on: https://gerrit.libreoffice.org/15454 Reviewed-by: Andras Timar <andras.timar@collabora.com> Tested-by: Andras Timar <andras.timar@collabora.com>
2015-04-22use std::unique_ptr<> to clarify ownershipTakeshi Abe
This also prepends the m prefix to member variables. Change-Id: I465173a6b11717c42800a89fd481b3d310a9df24 Reviewed-on: https://gerrit.libreoffice.org/15476 Tested-by: David Tardon <dtardon@redhat.com> Reviewed-by: David Tardon <dtardon@redhat.com>
2015-04-22tdf#88710 Cleanup after removing dbtoolsclientMatthew Nicholls
Removes "virtualdbtools" and its implementation under "simpledbt", which are mostly wrappers around various dbtools functions and classes, previously aiding the now removed dynamic loading logic. Removes IDataAccessTools, IDataAccessTypeConversion and IDataAccessToolsFactory interfaces and their accompanying implementations which are completely unused. Removes IDataAccessCharSet (implemented by ODataAccessCharSet) and moves the implementation into a function which replaces ODataAccessCharsetHelper. Removes ISQLParseNode and ISQLParser and their implementation in OSimpleParseNode and OSimpleSQLParser, which simply wrap around OSQLParseNode and OSQLParser respectively. To avoid including "sqlbison.hxx" unnecessarily, includes to "sqlbison.hxx" are now only used where needed. Change-Id: Id882dfbf43514d84a1eaffc1f916d627830c8cd6 Reviewed-on: https://gerrit.libreoffice.org/15450 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: David Tardon <dtardon@redhat.com>
2015-04-22WaE: Unreferenced function definitionTor Lillqvist
Change-Id: I0f9d7374de59a916871677c08144bf79b39068dd
2015-04-22WaE: passing 'class OUString' by value, rather pass by referenceTor Lillqvist
Change-Id: I744425e079c426745e02056153707675311e58ca
2015-04-22Optimization of icon themes.Andrew
Lossless optimization of PNG files in icon themes. Using ImageOptim (and some other tools). April 2015 update. Sifr: Saved 14KB out of 293KB. ~5% overall (up to 60% per file). Tango: Saved 10KB out of 749KB. ~1% per file on average (up to 53.1%). Small improvements to other themes: Breeze, Galaxy, Human, Oxygen and Tango Testing. Change-Id: Ib82ab16eaa3eb7a617e768a8b2fe7f04b43f9d7f Signed-off-by: Andrew <dent.ace@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/15472 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2015-04-22Theme panel to change color/fonts of current stylesTomaž Vajngerl
In a theme panel the user can change / replace the styles font and colors used in some predefined style elements (for example Heading). This is "fake" theme support and not the same thing that MSO uses, but it still can be useful for the users to change the appearance of the document. This is the initial commit of the work and will be much extended. Currently it is only available when experimental mode is enabled. Change-Id: I8d34ce87d21975ec6020ac45ecaebb0701b63b2a
2015-04-22add some default style presets to templatesTomaž Vajngerl
Change-Id: If7051720b09b8472d1866ddecbb547d321539423
2015-04-22add "Style Presets" sidebar panel (experimental) to writerTomaž Vajngerl
Style presets is a list of bundled & user defined styles presets that can be applied to the current document. The styles are taken from tempalte files that are in "styles" template folder. This is for now only added as an experimental feature. Change-Id: If6d1128ca7e2f61efd13bb8ae3baee5cb357d286
2015-04-22add "Design" deck to the sidebarTomaž Vajngerl
Change-Id: I90df73ecf572e96604aa57e1b1538a3997713c86
2015-04-22fix marker export if none is selectedMarkus Mohrhard
Change-Id: I7e09a355d515c4782605602b2e5edc93e70921fd
2015-04-22first step for better scatterStyle exportMarkus Mohrhard
Change-Id: I33f7a0e629564834730a13a8501100a62f16017e
2015-04-22export data labels for all chart types, tdf#90729Markus Mohrhard
Change-Id: I55b9b87a8de2ecee4f1ae3159938bfd2fb3acbaa
2015-04-22tdf#90766: Table - keep with paragraph setting is brokenZolnai Tamás
Modify input set before dialog is created Change-Id: I66d9ed5c07fcdfe4841d071be9b5252aa925b987
2015-04-21tdf#90223:PPTX table cell left and right margin is not exported.yogesh.bharate001
Problem Description : - After roundtripping, when we open .pptx in MSO2010 or LibreOffice, tcPr marL & marR values doesnot exported. - Due to this cell text formatting changes. XML difference: Original : <a:tcPr marL="45720" marR="45720"> After RT : <a:tcPr/> Solution : Added support for table cell left and right margin. Conflicts: sd/qa/unit/export-tests.cxx Change-Id: I45f7b796155fd4445acbf19133954aadaf70890d Reviewed-on: https://gerrit.libreoffice.org/15015 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-04-21No more need for PartialWeakComponentImplHelper hereStephan Bergmann
...since 70626249cd247d9acdad417b8eaf252bae22c059 "API CHANGE a11y unpublishing and add/removeListener rename." Change-Id: I89d81326d97712abcac94c3436a13905954c55cf
2015-04-21TableRef: relative sheet reference if table is on same sheetEike Rathke
Change-Id: I823b3495938d29242dabf88fc262f9d7d720434a
2015-04-21tdf#90605 : FILESAVE:PPTX Line shape style was not exportedPriyankaGaikwad
Problem description: <p:style> tag of line shape are not exported. It will export the line shape with no style. Fixed for export of line shape style Change-Id: I1ad8d8c3795f180964b551d7501465170e495c61 Reviewed-on: https://gerrit.libreoffice.org/15297 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-04-21Enable -Woverload-virtual for Mac OS X, tooStephan Bergmann
...after f29e959c827a5858e3baeea6e748aa597ac9fb94 "enable -Woverloaded-virtual gcc warning" had already enabled it for unxgcc.mk a long time ago. Change-Id: Ic33e026a3d7200c779cec0cd9f23058debc0c74e
2015-04-21loplugin:cstylecastStephan Bergmann
Change-Id: I9dfde74fa7e5e3a651ea014e6cc335bac780cb4b
2015-04-21sw: assert that SwField::m_pType is not nullMichael Stahl
Change-Id: Ifb59810b11db05f4fbbd815ff00efc70cfac03af
2015-04-21sw: prefix members of SwValueFieldType/SwValueField/SwFormulaFieldMichael Stahl
Change-Id: Ibadb4fb3a56c271bb045790ea0544bfa35b327b6
2015-04-21sw: prefix members of SwFieldMichael Stahl
Change-Id: If81d5a2ab499837f9e4a38665b0daf2a6bba1269
2015-04-21sw: prefix members of SwFieldTypeMichael Stahl
Change-Id: Ib07a3c15cb48998d0acb5bfae4e902a2d729b648
2015-04-21tdf#90421 RTF export: ignore hyperlinks without an URLMiklos Vajna
Commit fe444d1f74abe417962be0bcd3340f40f2446b58 (fdo#62536: sw: fix AutoCorrect bold/underline on existing AUTOFMT, 2013-06-20) adds an empty inet format hint on the text node during autocorrection, on export we can safely ignore that to provide well-formed output. Change-Id: Iafae941a13e29dcc7d8b4bade5ce94a486b59638
2015-04-21SwTxtAttr::dumpAsXml: show hyperlink URLsMiklos Vajna
Change-Id: Ie887db2793a8bc85a6cd381db7543436bbd5a9d5
2015-04-21Applies CharAttribute to selected text and tests undoAustin Chen
Change-Id: Ibd171fda4ea38de4d76d8f252d6f6d37cf3b9a66 Reviewed-on: https://gerrit.libreoffice.org/15158 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-04-21Resolves: tdf#76825 styles drop down menu is too narrowCaolán McNamara
Change-Id: I3d1ba1da40990df2427f0d380a85d5e704f37038
2015-04-21refactor for reuseCaolán McNamara
Change-Id: I46e04464376324c7e48fe0ccf7362c3a4256e3c2
2015-04-21split out the code that sets up the device for each entryCaolán McNamara
Change-Id: Iad426e1cb1eaac24edf1e7bb61307f29d33d8786
2015-04-21draw all entries the same wayCaolán McNamara
Change-Id: I9da3c8dca4db4a02197a67e1fbedd9b525dc7768
2015-04-21break out text drawing bit as UserDrawEntryCaolán McNamara
Change-Id: Icb1bcfb5f9f7475f67c9c001efdad2aa7e0d0834
2015-04-21fix indentCaolán McNamara
Change-Id: I2628ac3fbabe9f33c41c7f3612eae608fb854ae3
2015-04-21One more unused part of comphelper/implbase_var.hxxStephan Bergmann
Change-Id: I7ef85887de6bf4196d6dc0c141281d310787252c
2015-04-21tdf#90640: xmloff: ODF export: fix style:background-image attributesMichael Stahl
... for Writer frames, which were missing the draw:opacity; turns out this is because now the the default valued properties are not exported any more, which causes them to be missing in the property array so the hard-coded indexes in XMLTextExportPropertySetMapper::handleElementItem() do not find them. (regression from c3e49660e782816d1203cb936156ef6d6a1ad572) Change-Id: I84b6c09b23a2275161135290f1b0ac9f52546a80
2015-04-21Visbile->VisibleCaolán McNamara
Change-Id: I7f26d81c83ff3eee7dfbdc3b9c76592bb152e130
2015-04-21Get rid of unnecessary comphelper/implbase_var.hxx partsStephan Bergmann
Change-Id: I85da73dadfdb62c09b5ef5f59a0cf05a0235eaf5
2015-04-21CppCheck cleaning : avoid unnecessary affectationMichaël Lefèvre
Change-Id: I3803c5898f94e2786ba6fa464b503f36f5a449ab Reviewed-on: https://gerrit.libreoffice.org/14847 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-04-21Make cpp/poppler-version.h header optionalTomáš Chvátal
Older popler (SLE11) does not have this header yet. With the code simply if the header not found define version to oldest possible working candidate and also raise the .pc check to the same. Change-Id: I039c879879188fe2eb90cd119b80a1d6354a6a9c Reviewed-on: https://gerrit.libreoffice.org/15339 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-04-21remove /usr/sfw/lib rpath for solaris in vclRichard PALO
can be patched back in by any distros still using sfw. Change-Id: I813cc734642c0dc6c1f7e3094955cf94daa14a65 Reviewed-on: https://gerrit.libreoffice.org/15360 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-04-21Initial AppArmor profilesBryan Quigley
Profiles and a script to help generate them for different environments. Not part of the build system, yet. Change-Id: I502705631494b124f26a71d57a2c9a9eae130fb4 Reviewed-on: https://gerrit.libreoffice.org/15452 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-04-21use std::unique_ptr<> to simplify ctor and dtorTakeshi Abe
Change-Id: Icfb02807cb9370e72149cdb9122b3b108eb3e4a5 Reviewed-on: https://gerrit.libreoffice.org/15456 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-04-21cppcheck: cstyleCastCaolán McNamara
Change-Id: Iaf5c394a1cacaa6de9d10566dc6a1371361b40de
2015-04-21cppcheck: redundantCopyCaolán McNamara
Change-Id: I209b55a6ef962d4a350327e56c4d16c8180a21e0
2015-04-21tdf#39547 Image title/description is lost after changing anchorNiklas Johansson
This issue has been present for a long time, at least since 2010. When the old frames are deleted the SdrObjPlusData that holds the title and description is deleted as well never to be transferred to the re-anchored object. Some types of frames only have the msTitle and msDesc so let's keep them updated and also use them to transfer the strings in question to the new SdrObjPlusData object. Change-Id: If9b00b70d2556bd32fa2b4f312db4ad09102d9ee Reviewed-on: https://gerrit.libreoffice.org/15194 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-04-21android: typo in InvalidationHandler documentationMiklos Vajna
Change-Id: Ibd6a53f358c1ae844d458440947d10d3c514948a
2015-04-21typoStephan Bergmann
Change-Id: Iba3d56e8c95da526e0e559238e1ec5ba7a29538e