summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-03-27Remove unused macro "PMAP_CMD"Julien Nabet
Change-Id: I00812388e7abf17e8388f19143f78843f7946405
2013-03-27Refactor l10ntoolsZolnai Tamás
Delete unused functions. Make Export class more encapsulated. Move to local that functions which are used only in one file. Common contans method which are used by all executables. Helper contains methods belong to xml parsing. Change-Id: I28773a2c7eea90da7df7f32720fd38de2cb661ac
2013-03-27Try to fix python problemsJulien Nabet
"Octal literals are no longer of the form 0720; use 0o720 instead." See http://docs.python.org/3.0/whatsnew/3.0.html Seems ok with Python < 3 Change-Id: I588a9dcc4f4b447d5cb88eb6bb03ab2d598dc9f0
2013-03-27Delete German src stringsZolnai Tamás
Change-Id: Iec1def690a94c7917b6983cb6a12fb953e89eb34
2013-03-27coverity#704341 Logically dead codeJulien Nabet
Change-Id: I5a097afe1c582eab023cecadc0b1cc77faf774a1 Reviewed-on: https://gerrit.libreoffice.org/3046 Reviewed-by: Petr Mladek <pmladek@suse.cz> Tested-by: Petr Mladek <pmladek@suse.cz>
2013-03-27logerrit setup - automate lots more for first-time users.Michael Meeks
2013-03-27coverity#704334/704335/704336 Logically dead codeJulien Nabet
Change-Id: Ieaa3c8ed735692a16c40ff01ea1dec52c2a29f31 Reviewed-on: https://gerrit.libreoffice.org/3045 Reviewed-by: Petr Mladek <pmladek@suse.cz> Tested-by: Petr Mladek <pmladek@suse.cz>
2013-03-27fdo#62094 - fix infinite loop in radio button group iteration.Michael Meeks
Simplify the code too - we copy the vector anyway, so reversing it should be cheap. Change-Id: Ie655ba3044c7e0dd5a15b0e839a3712a32a1e298
2013-03-27-Werror=unused-macrosStephan Bergmann
Change-Id: I70813300c9935435de62a6a1347530aed8dfdc08
2013-03-27fix build of redland on mingwDavid Tardon
Change-Id: Ied6afb6f9240d29f75e97ab3cb536fd5524cc5d9
2013-03-27WaE: "UNX" is not definedDavid Tardon
Change-Id: I3b72efae6c3ae929eb4f26400a7c73406371c1a2
2013-03-27fix mingw build of xpdfDavid Tardon
Change-Id: Ic6cbe741b9d8ec1081833039f3982eb68a10b38b
2013-03-27WaE: declaration shadows a previous localDavid Tardon
Change-Id: I675c76206eefa447084454f345fbdeb11760cd08
2013-03-27fix mingw build of nssDavid Tardon
Change-Id: I61ae51ef53321ed507dfc2974dc5bbfb72d3505e
2013-03-27file modes are octalDavid Tardon
Change-Id: I5aa118db8100be8945425ad195bfb72819953c73
2013-03-27do not run unit tests when cross-compilingDavid Tardon
We already do this for full build (see solenv/gbuild/Module.mk). Change-Id: Icdb6f0e91d8e6674868926e79f63130942295353
2013-03-27WaE: "UNX" is not definedDavid Tardon
Change-Id: Ie1a98500fa4f3965872b3fc92a303df84556fd7a
2013-03-27fix icu lib names on mingwDavid Tardon
Change-Id: I7b54e45b058a95783374e64cc0f628d336e579cd
2013-03-27Using ":" as separator conflicts with Windows C:/... pathsStephan Bergmann
Change-Id: Id6a3f865aab817180c3500b38d77b40d48a98bc9
2013-03-27fdo#53442 SwTxtPaintInfo::_DrawBackBrush: color multi-para comment rangesMiklos Vajna
Change-Id: Ieb9a33cda8297b432e1d0ea8224ba9231b6ac2c1
2013-03-27SwPostItField::GetByName: make this available for the layout as wellMiklos Vajna
Change-Id: Ic2a2d759d855cecadb8429541d0a7665a6deaa4b
2013-03-27fdo#39445 writing out tools/fsys.hxx (forms)Andras Timar
Change-Id: Iee0812ee098c3b7c12d297461907a2923bad2cc5
2013-03-27complex categories are represented by ScRangeListMarkus Mohrhard
Change-Id: I35ab4e8299bb62ec0124a4c45e5cd20be6fc774a
2013-03-27Remove ResId support for a few dbaui controlsMathias Hasselmann
This removes the ResId constructors of dbaui::OpenDocumentButton and dbaui::OpenDocumentListBox. Change-Id: Ib1d80a3ae7757c81ef0ee6f25ee24e91adce532d Reviewed-on: https://gerrit.libreoffice.org/2888 Reviewed-by: Petr Mladek <pmladek@suse.cz> Tested-by: Petr Mladek <pmladek@suse.cz>
2013-03-27Use UI builder for database wizard's start pageMathias Hasselmann
Actually the resource based code maintaining two pretty different pages in one single class: The start page of the setup wizard and the start page for the change datasource type wizard. Both dialogs looked pretty different so to simplify the UI definition and to reduce number of null pointers and branches in the underlaying code I've split dbaui::OGeneralPage into two separate classes that share a few common pieces. Change-Id: I690e178992c528de112d91cecf00cc3c5156f1cf Reviewed-on: https://gerrit.libreoffice.org/2887 Reviewed-by: Petr Mladek <pmladek@suse.cz> Tested-by: Petr Mladek <pmladek@suse.cz>
2013-03-27Fix moving selected search results in Template Manager.Rafael Dominguez
Change-Id: I51ae74f91845255dc1f332e33c8e708e5af1ead0 Reviewed-on: https://gerrit.libreoffice.org/3079 Reviewed-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr> Tested-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>
2013-03-27Fix exporting selected search results in Template Manager.Rafael Dominguez
Change-Id: I0716b3f2833bdcc78a67f1b0874b92a59df705f7 Reviewed-on: https://gerrit.libreoffice.org/3078 Reviewed-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr> Tested-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>
2013-03-27Delete the correct template from the selected search results.Rafael Dominguez
Change-Id: I2fe82b20e9b4a78abbbb3e8e587a5720054f845d Reviewed-on: https://gerrit.libreoffice.org/3077 Reviewed-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr> Tested-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>
2013-03-27Fix deleting templates through Template Manager.Rafael Dominguez
Change-Id: Ic59d3d666ae5f3808ef7dd7324589a731a841186 Reviewed-on: https://gerrit.libreoffice.org/3076 Reviewed-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr> Tested-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>
2013-03-27Separate template region ids from thumbnail ids.Rafael Dominguez
- Update all actions to use the new system. Change-Id: I22da25a4bbba4604f5df42f440e6532076d39457 Reviewed-on: https://gerrit.libreoffice.org/3075 Reviewed-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr> Tested-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>
2013-03-27fix extension replacer (rsc)Andras Timar
Change-Id: I0808aeedf87fd181380077f5cfd7b12dc3b33ef3
2013-03-27-Werror=unused-macrosStephan Bergmann
Change-Id: Ifaf464b6a0ff7f365ddb2d123de9976fd90fdf21
2013-03-27-Werror=unused-macrosStephan Bergmann
Change-Id: I377711500e6308e8aa273f016f8a2a9dcbaab760
2013-03-27-Werror=unused-macrosStephan Bergmann
Change-Id: I2fce1d0c7136840843b78ae301e8c4147d504272
2013-03-27fdo#61794 Set maximum of LimitBox to SAL_MAX_INT64Zolnai Tamás
Change-Id: I1744c7f8f1d6d27d3e62feb0cade1280fea331f1
2013-03-27-Werror=unused-macrosStephan Bergmann
Change-Id: Ic44d85b0180612d499beec35e944402becd181a7
2013-03-27At least Mac OS X SDK 10.7 does not need thatStephan Bergmann
(causes -Werror,-Wunused-macros, rather) Change-Id: Ic8449c7794739033ddf1f6227f025ce4a0c899d0
2013-03-27-Werror=unused-macrosStephan Bergmann
Change-Id: Ia02ff34be9eff80fd8f9d76f034d76c3791342f2
2013-03-27Remove HTMLMODE_FRM_COLUMNS and export column-count CSS attributeHarri Pitkänen
For multi-column sections in Writer, HTMLMODE_FRM_COLUMNS controlled whether column settings for the section were exported to html or not. This was disabled for Internet Explorer and enabled for other browsers. The export was implemented using non-standard MULTICOL html element and did not actually work in any modern browser (apparently only some versions of Netscape have ever supported this). This patch - exports the column count also using "column-count" CSS attribute which is supported by latest versions of Opera and IE. Firefox and Webkit based browsers would currently require -moz-column-count and -webkit-column-count but I have not added these since the browsers will likely stop requiring the prefix in the future anyway. - removes HTMLMODE_FRM_COLUMNS conditional so that this export will happen with all html compatibility options, including IE. Remaining issue: Using the MULTICOL element (as opposed to DIV element) confuses at least Opera so that it ignores all style attributes applied on the element. But corresponding html import code in LibreOffice still relies on MULTICOL. I will work on a separate patch to add support for column-count CSS attribute to the import code and switch export to use DIV instead. Change-Id: I82a065fdda0e074fbfcd0007e6ff6e46185be3f5 Reviewed-on: https://gerrit.libreoffice.org/2950 Reviewed-by: Petr Mladek <pmladek@suse.cz> Tested-by: Petr Mladek <pmladek@suse.cz>
2013-03-27MSC fixesStephan Bergmann
Change-Id: I5ea1e75a637e8f4fc51ff31321213267669f8bc9
2013-03-27-Werror,-Wunused-macrosStephan Bergmann
Change-Id: Ia4560cd9726f64d85325c0bb28b7cff9774bc173
2013-03-27Use proper version numbersTor Lillqvist
Change-Id: Ib0284c3fe63636e42b2e72ab76b02a8197c837e0
2013-03-27sfx2: TabDlg_Impl::pData is deleted twiceMichael Stahl
(regression from eb69f807c4709a908222cb57b45a8733be663c56) Change-Id: I1752d60496a572152b571e871db818cf8c9264ed
2013-03-27-Werror,-Wunused-macrosStephan Bergmann
Change-Id: I8df5248894a91981192e531610dbb8a387483aa1
2013-03-27touch --no-dereference is supported on mac but as the short-option -hNorbert Thiebaud
Change-Id: I63fa0c24317f683b8eb2bc0b7a1b3ab1ea455866 Reviewed-on: https://gerrit.libreoffice.org/3050 Reviewed-by: Thorsten Behrens <tbehrens@suse.com> Tested-by: Thorsten Behrens <tbehrens@suse.com>
2013-03-27kill './logerrit review'Bjoern Michaelsen
- twas more of a proof-of-concept anyway - its more clumsy than both: - git-review https://wiki.documentfoundation.org/Development/GitReview - or simply using the web UI Change-Id: Id7a11fcdaf95386c451d0e6421d32de7d1d02721 Reviewed-on: https://gerrit.libreoffice.org/3070 Reviewed-by: Thorsten Behrens <tbehrens@suse.com> Tested-by: Thorsten Behrens <tbehrens@suse.com>
2013-03-27unit test for fdo#62805Maxime de Roucy
Change-Id: Iebc1a63496aaf54b9e459d0ed53db5cae49929ac Reviewed-on: https://gerrit.libreoffice.org/3086 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
2013-03-27fdo#62525: use cow_wrapper for FontAttributeThomas Arnhold
Change-Id: Ic07da7c7cf225a910e6f0fa4f6d20c4700e7ec7a
2013-03-27use of aState instead of m_aStates.top in popStateMaxime de Roucy
Change-Id: I6814e48a92a1b24823c6884a151aa6a139410ff2 Reviewed-on: https://gerrit.libreoffice.org/3085 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
2013-03-27reformat of rtfdocumentimpl.cxxMaxime de Roucy
Conflicts: writerfilter/source/rtftok/rtfdocumentimpl.cxx Change-Id: If79fc70f5fb8f8e48358048c03a8d39be6b197fb