summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-04-22convert TREEBOX_ALLITEM constants to scoped enumNoel Grandin
Change-Id: I46f792fce6ff09f2b00144f401ee396101d8460d
2015-04-22convert TREEFLAG_ constants to scoped enumNoel Grandin
Change-Id: Ibf9eab757fbe94dbff3fd09472f3ca74fffd5094
2015-04-22convert SV_LBOXTAB_ constants to scoped enumNoel Grandin
Change-Id: Ic7d91ca51106288fb0e14f6f243d74be77cb2c0d
2015-04-22convert FCT_ constants to scoped enumNoel Grandin
Change-Id: I57381aebad1d8719f2b5165e290e06024472b65f
2015-04-22convert COL_ATTRS_ constants to scoped enumNoel Grandin
Change-Id: I339f0668b32be1f3b06ff788e96e58c4a6de2408
2015-04-22convert SCRWIN_ constants to scoped enumNoel Grandin
Change-Id: I345b2d6779b1d2595e949da0030f7acb299256f9
2015-04-22remove RULER_SCROLL constants, unusedNoel Grandin
Change-Id: I2ca7500ad521157fe5dfae85072e4e9006e1dac3
2015-04-22convert ICNVIEW_FLAG_ constants to scoped enumNoel Grandin
Change-Id: I70fde9504400785fca7c53cb94abbf33ccd0743e
2015-04-22convert SFX_TOOLBOX_ constants to scoped enumNoel Grandin
and move them to a more logical header Change-Id: I56956969d3067d66ccdadd53cd5630409de16cd8
2015-04-22convert HIB_ constants to scoped enumNoel Grandin
Change-Id: I6fa3ecde4a1c5f9c7e6e1dcd22250cba065933e3
2015-04-22convert FILEVIEW_ constants to scoped enumNoel Grandin
and move them inside the main file since they are only used there Change-Id: Ia93c4c999e4d24cf08a009cd66c0dd6dc8172666
2015-04-22convert ADJUSTMENT_ flags to scoped enumNoel Grandin
Change-Id: I2b3d50eb7cbc3abc4cdc7e94219852f678b45e13
2015-04-22convert GRFMGR_DRAW_ constants to scoped enumNoel Grandin
Change-Id: Ie0b4cc1d2cfa740d0e260db52db635c3fe6b90b6
2015-04-22convert FILECTRL_ constants to scoped enumNoel Grandin
Change-Id: I973265c13f43a7f073bdb53e854f25a84d341b68
2015-04-22convert FILECTRL_ constant to scoped enumNoel Grandin
Change-Id: I171dc1702cc1851962b22072ea62d73ac142504e
2015-04-22convert EBBF_ constants to scoped enumNoel Grandin
Change-Id: I6f281001a96ebfbca20f3e8dd3423945e119eef0
2015-04-22convert FONTLIST_FONTNAMETYPE constants to scoped enumNoel Grandin
and move them inside the module, since they are not used anywhere else Change-Id: I63a629c8a497f5fb832f5287c260df7eb15fed3a
2015-04-22convert BorderWidth flags to scoped enumNoel Grandin
Change-Id: I99214dc2056122158df9d861e3fb3e44bf0b16f6
2015-04-22convert BROWSER_ constants to scoped enumNoel Grandin
and fix a couple of places where it was mixing these flags up with the WinBits flags and calling the wrong constructor. Change-Id: I65c66bdd5a263e2f1db179c853f3f00e9ac7659e
2015-04-22convert SVX_SEARCHIN_ flags to scoped enumNoel Grandin
Change-Id: Iac7216c66afef6cbd355f7047655baaadc0f74db
2015-04-22convert SFX_STYLESHEET_ constants to scoped enumNoel Grandin
Change-Id: Iceba35cb058afa55374cf3cac70ed2207b7bc8b4
2015-04-22SpriteDeviceHelper::createBuffers unused and does nothingCaolán McNamara
Change-Id: Ief6d775a53e5984e0dc6d9838280fb24bcbcb67f
2015-04-22callcatcher: update unused codeCaolán McNamara
Change-Id: I8a596153fe6ab34c56a956731d7f9909e71044aa
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann
rtl/string.hxx and rtl/ustring.hxx both unnecessarily #include <sal/log.hxx> (and don't make use of it themselves), but many other files happen to depend on it. Cleaned up some, but something like grep -FwL sal/log.hxx $(git grep -Elw \ 'SAL_INFO|SAL_INFO_IF|SAL_WARN|SAL_WARN_IF') -- \*.cxx) shows lots more files that potentially need fixing before the include can be removed from rtl/string.hxx and rtl/ustring.hxx. Change-Id: Ibf033363e83d37851776f392dc0b077381cd8b90
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