- 22 Nis, 2015 33 kayıt (commit)
-
-
Noel Grandin yazdı
Change-Id: I70fde9504400785fca7c53cb94abbf33ccd0743e
-
Noel Grandin yazdı
and move them to a more logical header Change-Id: I56956969d3067d66ccdadd53cd5630409de16cd8
-
Noel Grandin yazdı
Change-Id: I6fa3ecde4a1c5f9c7e6e1dcd22250cba065933e3
-
Noel Grandin yazdı
and move them inside the main file since they are only used there Change-Id: Ia93c4c999e4d24cf08a009cd66c0dd6dc8172666
-
Noel Grandin yazdı
Change-Id: I2b3d50eb7cbc3abc4cdc7e94219852f678b45e13
-
Noel Grandin yazdı
Change-Id: Ie0b4cc1d2cfa740d0e260db52db635c3fe6b90b6
-
Noel Grandin yazdı
Change-Id: I973265c13f43a7f073bdb53e854f25a84d341b68
-
Noel Grandin yazdı
Change-Id: I171dc1702cc1851962b22072ea62d73ac142504e
-
Noel Grandin yazdı
Change-Id: I6f281001a96ebfbca20f3e8dd3423945e119eef0
-
Noel Grandin yazdı
and move them inside the module, since they are not used anywhere else Change-Id: I63a629c8a497f5fb832f5287c260df7eb15fed3a
-
Noel Grandin yazdı
Change-Id: I99214dc2056122158df9d861e3fb3e44bf0b16f6
-
Noel Grandin yazdı
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
-
Noel Grandin yazdı
Change-Id: Iac7216c66afef6cbd355f7047655baaadc0f74db
-
Noel Grandin yazdı
Change-Id: Iceba35cb058afa55374cf3cac70ed2207b7bc8b4
-
Caolán McNamara yazdı
Change-Id: Ief6d775a53e5984e0dc6d9838280fb24bcbcb67f
-
Caolán McNamara yazdı
Change-Id: I8a596153fe6ab34c56a956731d7f9909e71044aa
-
Stephan Bergmann yazdı
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
-
Miklos Vajna yazdı
Change-Id: I0125467bad9be48ce8daa1fda32c731d8ee96b40
-
David Tardon yazdı
Change-Id: Iffd293c20880f28a1b93225583d3f315eddb328f
-
David Tardon yazdı
Change-Id: I08f5debc158228832667e730e63b7ad29f2737f9
-
Markus Mohrhard yazdı
Change-Id: I8e36ad989ec54117f85105c24bc1c1442e0a493b Reviewed-on: https://gerrit.libreoffice.org/15454Reviewed-by:
Andras Timar <andras.timar@collabora.com> Tested-by:
Andras Timar <andras.timar@collabora.com>
-
Takeshi Abe yazdı
This also prepends the m prefix to member variables. Change-Id: I465173a6b11717c42800a89fd481b3d310a9df24 Reviewed-on: https://gerrit.libreoffice.org/15476Tested-by:
David Tardon <dtardon@redhat.com> Reviewed-by:
David Tardon <dtardon@redhat.com>
-
Matthew Nicholls yazdı
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/15450Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
David Tardon <dtardon@redhat.com>
-
Tor Lillqvist yazdı
Change-Id: I0f9d7374de59a916871677c08144bf79b39068dd
-
Tor Lillqvist yazdı
Change-Id: I744425e079c426745e02056153707675311e58ca
-
Andrew yazdı
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/15472Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Adolfo Jayme Barrientos <fitojb@ubuntu.com>
-
Tomaž Vajngerl yazdı
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
-
Tomaž Vajngerl yazdı
Change-Id: If7051720b09b8472d1866ddecbb547d321539423
-
Tomaž Vajngerl yazdı
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
-
Tomaž Vajngerl yazdı
Change-Id: I90df73ecf572e96604aa57e1b1538a3997713c86
-
Markus Mohrhard yazdı
Change-Id: I7e09a355d515c4782605602b2e5edc93e70921fd
-
Markus Mohrhard yazdı
Change-Id: I33f7a0e629564834730a13a8501100a62f16017e
-
Markus Mohrhard yazdı
Change-Id: I55b9b87a8de2ecee4f1ae3159938bfd2fb3acbaa
-
- 21 Nis, 2015 7 kayıt (commit)
-
-
Zolnai Tamás yazdı
Modify input set before dialog is created Change-Id: I66d9ed5c07fcdfe4841d071be9b5252aa925b987
-
yogesh.bharate001 yazdı
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/15015Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Stephan Bergmann yazdı
...since 70626249 "API CHANGE a11y unpublishing and add/removeListener rename." Change-Id: I89d81326d97712abcac94c3436a13905954c55cf
-
Eike Rathke yazdı
Change-Id: I823b3495938d29242dabf88fc262f9d7d720434a
-
PriyankaGaikwad yazdı
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/15297Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Stephan Bergmann yazdı
...after f29e959c "enable -Woverloaded-virtual gcc warning" had already enabled it for unxgcc.mk a long time ago. Change-Id: Ic33e026a3d7200c779cec0cd9f23058debc0c74e
-
Stephan Bergmann yazdı
Change-Id: I9dfde74fa7e5e3a651ea014e6cc335bac780cb4b
-