summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-03-21Make it harder to accidentally set print range to '- none -'.Kohei Yoshida
And make the current print range behavior a bit more intuitive. People often "remove" ranges to quickly clear any custom ranges if set. They wouldn't expect this to actually set the print range to "none". Also, change the wording of the menu item from "Remove" to "Clear", to refect this behavior change. Change-Id: I0369020fedf1c7463d718809875022adef697bf4
2014-03-21just give the enclosing frame the required helpidCaolán McNamara
Change-Id: Ifb0209eaea4f738ac5b5826f924552465cccc272
2014-03-21Updated coreCaolán McNamara
Project: help 6a97b776ce1d7a6fc454203ece60ab506228d4e1
2014-03-21Updated coreCaolán McNamara
Project: help f8aa9509d36c652b00e4c7c827dcdab62a218c56
2014-03-21First check if this is the one we search for, then extract.Jan Holesovsky
Change-Id: Ie98dc14b743983e68f126ed4b7a7f00b637957d3
2014-03-21DOCX import: implement progressbarMiklos Vajna
The design follows what we do in case of ODT import already: read the number of paragraphs from the document statistics metadata, and then estimate progress based on the number of already imported paragraphs. Change-Id: I042cc6014c05ca7456fdf1c8d7247b615ba3a244
2014-03-21coverity#736078 Missing break in switchCaolán McNamara
Change-Id: I9b47828d3aea4d84788958f56056c1b62a806b36
2014-03-21coverity#708662 Uninitialized pointer fieldCaolán McNamara
Change-Id: Icfa4ee2a525016775b5917143b5c4333212db362
2014-03-21coverity#705331 Missing break in switchCaolán McNamara
Change-Id: Ie7416ac3b6cadce8e07d87b290869c0101c39783
2014-03-21coverity#705973 Dereference before null checkCaolán McNamara
Change-Id: Iee76f24ad73d103507594fb1433fba7d1294d759
2014-03-21coverity#708674 Uninitialized pointer fieldCaolán McNamara
Change-Id: Ie48cefda1ac7f626e8b5f969209c6960c124a889
2014-03-21coverity#735563 Logically dead codeCaolán McNamara
Change-Id: Idebbefe8c3d18df559fe4d9635dc407f51ec9f1d
2014-03-21Fix android buildZolnai Tamás
Change-Id: Iee1d84e428a27917bbaaf0df95763794e9b4cca6
2014-03-21update enhanced protection rangesEike Rathke
Change-Id: I15eb63da7123f8c2bf9ae1b77fdd32289dba3636
2014-03-21Fix incostintent dll linkage warnings related with vclopengl libZolnai Tamás
Change-Id: I9c589e8890c3a824f13b1768021c7a6b0b658eee
2014-03-21Updated coreCaolán McNamara
Project: help 7182afe0322254178ed9b6096a62c9cc8c6f3b62
2014-03-21Try to fix win build: cant open <GL/glext.h> includeZolnai Tamás
Change-Id: I2c4bb2831e12ff45d56335ab17561ea9cf5e9921
2014-03-21Updated coreCaolán McNamara
Project: help 1c838635c1815acecafb0c6634d67515ba475ced
2014-03-21Init an opengl context bounded to an existent window.Zolnai Tamás
Via ViewObjectContact can we query a window. It seems this window is the same which is used by chart edit mode. Change-Id: Ib6df4d58730774f3d86b453b8174a78bb2c8a45b
2014-03-21Consistent naming: ViewContactOfOpenGL{->Obj}Zolnai Tamás
Change-Id: I6bacdba00dfd81442919bce768ef2e7a9f8ce86e
2014-03-21Extract getPageWindowOutputDevice to a common placeZolnai Tamás
Change-Id: Idef06778251d7437cfce2151c6fb9654db04d3a4
2014-03-21Typo: femplate->templateZolnai Tamás
Change-Id: I3474ffd952baa7eb1103416b05930f8439a4f5ee
2014-03-21Updated coreCaolán McNamara
Project: help 440af54dcae5a9380810ba81b68bdf198730423b
2014-03-21Convert RID_SVX_MDLG_FONTWORK_GALLERY to .uiPalenik Mihály
Change-Id: I18c02b6c1f9ea9642d3f04092f7df4dcc9d92990 Reviewed-on: https://gerrit.libreoffice.org/8689 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2014-03-21Remove unnecessary dynamic_castMiklos Vajna
OOXMLDocumentImpl is the only implementation of OOXMLDocument, though code outside the ooxml directory has no access to OOXMLDocumentImpl. However, in that directory passing OOXMLDocumentImpl* as OOXMLDocument*, then using dynamic_cast to get back OOXMLDocumentImpl* is quite pointless. Change-Id: I06dcf85180def1db33b57bd356749f5d92aefa80
2014-03-21WaE: -Werror=conversion-nullCaolán McNamara
Change-Id: I56380e87c82f785f231b04d2e1b340bb667c59d9
2014-03-21Updated coreCaolán McNamara
Project: help a193d80ec52e7e90015b4ab59c533dbd04d1c7e9
2014-03-21Updated coreCaolán McNamara
Project: help e4b149ab0749be72cfb6acfcea01c0cf296fe6cc
2014-03-21Updated coreCaolán McNamara
Project: help cba805e15a2ac1cfaf3004b63ef20ad797926939
2014-03-21Improve Accessibility mapping of roles for MacNiklas Johansson
Since role Heading now is exposed to A11y we need to give it a better role then unknown, otherwise it gets inaccessible to VoiceOver. Until I get a better grip on how to best expose AXHeading, let's map it to textAreaRole so we at least get back to the behaviour before IA2 integration. Header and Footer is probably best mapped to AXGroup. Change-Id: I6353f4d25c18e6e550df289ca2e999ad1c01f2a8 Reviewed-on: https://gerrit.libreoffice.org/8682 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-03-21Hopefully fix Windows HiDPI toolbar layout bugKeith Curtis
On Windows HiDPI, toolbar buttons are cut off. This may fix the problem. Here is a screenshot: http://i.imgur.com/NADAvYi.png I can't prove this fixes anything on Windows because I can't see this on Linux and don't really understand the surrounding code. On the other hand, it is easy to prove this is reasonable code. Change-Id: I69c19ad46844bead942ce63883d163cb9d0690c9 Reviewed-on: https://gerrit.libreoffice.org/8637 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-03-21fdo#69878: Add [sub|super]script entry to text style context submenuKatarina Behrens
Make Impress consistent with Writer in this regard Change-Id: Ib01472d88c20f05a375b57d8a79576fc447cc250 Reviewed-on: https://gerrit.libreoffice.org/8684 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-03-21move remaining padmin dialogs into vclCaolán McNamara
and so padmin is no more Change-Id: I554cefa8b38581daad8a78bafa167448b0a0ef61
2014-03-21move the cups password dialog from padmin to vclCaolán McNamara
now we don't have to dlopen padmin to get it so we can drop that complicated stuff. Change-Id: I2f01bd104aae8f17ada9a445da653b441a927c70
2014-03-21convert CUPS password dialog to .uiCaolán McNamara
Change-Id: Ibdf4da93848e2c8b46f89cbfba4c282291f0c744
2014-03-21move the fax dialog from padmin to vclCaolán McNamara
now we don't have to dlopen padmin to get it so we can drop that complicated stuff and don't need to be unx only Change-Id: I0e585b05a4ecf2a1c8a3ac5275185d81ada518e5
2014-03-21coverity#736084 Missing break in switchCaolán McNamara
Change-Id: I3c7a032441402455d0a6ed28fc2cd5ce958ead04
2014-03-21coverity#705095 Unchecked dynamic_castCaolán McNamara
Change-Id: Ia8291acbba50c492568b11e1eb852e7b84885633
2014-03-21coverity#705345 Missing break in switchCaolán McNamara
Change-Id: I7ed37e384a0f3bb3863d957ac0333ddc2c7434a3
2014-03-21coverity#704114 Unchecked return valueCaolán McNamara
Change-Id: I9f92b4536557d8f6f482d6ce7646125035db3f1d
2014-03-21coverity#705346 Missing break in switchCaolán McNamara
Change-Id: I80147bd28eedd9d1032cb173a653d4c52a1eb437
2014-03-21coverity#704115 Unchecked return valueCaolán McNamara
Change-Id: Ic76d930f3f7a76c93c7b034570297b398497e9b4
2014-03-21coverity#705096 Dereference after null checkCaolán McNamara
Change-Id: Ie7eed2a697062f495688dc6325ca52383e049d05
2014-03-21coverity#708728 Uninitialized scalar fieldCaolán McNamara
Change-Id: Ic5e22da988f762641daf4cc07f3b2bd0caba36f9
2014-03-21coverity#708730 Uninitialized scalar fieldCaolán McNamara
Change-Id: I464774697703b7143c3a6b0df88aa32745824394
2014-03-21coverity#708732 Uninitialized scalar fieldCaolán McNamara
Change-Id: I0e76926d25491f54b6552c5bc1d55c77e39318b0
2014-03-21coverity#708733 Uninitialized scalar fieldCaolán McNamara
Change-Id: I751be405978cfc4c13047033a71504353439145d
2014-03-21coverity#708734 Uninitialized scalar fieldCaolán McNamara
Change-Id: Icea7902268a362f35c16a22597f2c55d67eaa83e
2014-03-21coverity#708739 Uninitialized scalar fieldCaolán McNamara
Change-Id: I2ac9aa4d74321c9d4312650e744ce54c4af553bb
2014-03-21coverity#708740 Uninitialized scalar fieldCaolán McNamara
Change-Id: Ic3cb17f2344192a3e9704ff7e1d825e62dc45d19