summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-11-25Move clew into a library of its ownTor Lillqvist
Change-Id: Ifb7e86b078bd549506a9cc1b9ce9fc22fffc5eec
2014-11-25fdo#86708 paint after Undo of SortEike Rathke
Regression of 10fc138307afb4b39baddb0d56eb8e986e5d29ea that exchanged the PostPaint with SetDirty, but the paint is also needed. Change-Id: Ic3e81fa106f405568effaed71ab33b575b4c5c5c
2014-11-25vcl: assert when LogicToPixel overflowsMichael Stahl
Change-Id: I86d1c3e0c177c671b280c05b47312c79389884ed
2014-11-25fdo#85858: svx: fix mouse dragging of table row separators in WriterMichael Stahl
Add a work-around for Writer's usage of LONG_MAX to SvxColumnDescription: on 64-bit platforms the LONG_MAX added in SwView::StateTabWin() for SID_RULER_ROWS will overflow in vcl's LogicToPixel mapping and that causes wrong positioning of the row highlight lines. Probably Writer should use something other than LONG_MAX (no reason why these types need to be bigger than 32-bit anyway) but that needs a bigger cleanup. (regression from 4c60f722afdc0be5c129ce5f5ed6786d09d0051e) Change-Id: I08147462356368d48959a85a85ef7dd8dcae0943
2014-11-25svx: add debug printing of SvxColumnDescriptionMichael Stahl
Change-Id: I009e3a506d9b3418215341cb7f3e232e7fcfa04b
2014-11-25xmloff: clean up some debug printfsMichael Stahl
Change-Id: I208bbe47d1134b6a362e50d54093e6d35e85f51b
2014-11-25xmloff: replace DBG_ASSERTs in txtlists.cxxMichael Stahl
Change-Id: I0b7ab0ed27ba23f9ad924819193dd30c70e48fed
2014-11-25xmloff: replace DBG_ASSERTs in txtimppr.cxxMichael Stahl
Also tweak some of the assertions so they don't fire for character borders. Change-Id: Id63631864ab3e5f0366a514adc1ff73f01f57a84
2014-11-25xmloff: replace DBG_ASSERTs in txtimp.cxxMichael Stahl
Change-Id: I7f3ed82652e98da767cf7021bc5fc42e31e80b73
2014-11-25add profiling to vcldemoLászló Németh
usage (5 test runs): vcldemo --test 5 Change-Id: Ib8c3db1e74f4a05f16a5359fe8645ffc61e891d5
2014-11-25Use parameters instead of static access when possibleMichaël Lefèvre
Change-Id: I36ef1f24567b9e561f2bd5e981cbd60dba1343d1 Reviewed-on: https://gerrit.libreoffice.org/13103 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-11-25the real bug behind so many apparent crashtest discoveriesCaolán McNamara
the tests are done headless with dbgutil enabled and this dialog contents dumped in dbgutil mode tries to spit out the contents of the various "file format not known", "file busted" dialogs with some bad casts and falls over and dies Change-Id: I353619f0209902d4c099b42064fd48c3c547f846
2014-11-25libvisio: don't invoke automakeMiklos Vajna
Change-Id: I89b3b175d75f27704dfcd1d11f953f0bfca5b60c
2014-11-25Update ReferenceOOoMajorMinor to 4.1 for installation sets, tooStephan Bergmann
...and not only for instdir/, as was done in ab67b79c7469cea7de82b6eb6ca1f690063c069c "set OOo reference version to 4.1 for incompatible MessageBox changes." Change-Id: I58931982153e619c678adde6cf01ec461dc0d2f5
2014-11-25Revert "Resolves: #i63015# always default to WinAnsiEncoding..."Caolán McNamara
Because under Linux use text "'" and font "Nimbus Sans L" and export as pdf and the output is garbled If we do want to stick WinAnsiEncoding here then we'll presumably have have to test that pEncoding actually matches WinAnsiEncoding and/or generate an additional Encoding/Differences from WinAnsiEncoding for that font. This reverts commit eea16cb3e65a4308caddb7618d31a76ca259dbb1.
2014-11-25fdo#84848 enable 'save as' button in toolbarYousuf Philips
Change-Id: Ie84ad526f6756e996e1955610d0a9c627d1e0c8c Reviewed-on: https://gerrit.libreoffice.org/13060 Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
2014-11-25Missing includeStephan Bergmann
Change-Id: I506c38dd5469e4301985de77f7f75632dfdde817
2014-11-25Adjust ref undo to ensure group area listeners are used.Kohei Yoshida
When undoing row deletion (and possibly other similar undo's). And write test for it. Change-Id: I04b4fd9932f4236f124dcd25967355c6055dec33
2014-11-25all these ids and their associated resources were unnecessaryCaolán McNamara
Change-Id: I3f538668c9c5f1727b8cf49ab72fd5879e12f156
2014-11-25We now only need one bit of information hereCaolán McNamara
whether there *is* an id, or whether there is not an id. An id of 0 seems to be used as a flag that an interface is some sort of superclass which can be subclassed by something else and have its toolbars etc reused. Convert this to a bool so we don't need an a resource id for each one and just drop the third arg for the normal "final" case and use a different define for the inheritable case Change-Id: I98380f03d73d57bf8cba02d339097e384518abaa
2014-11-25tidy up this deref before check codeCaolán McNamara
Change-Id: Icd9ff99616c452bd16ffc3dc8ab0981d75a386a2
2014-11-25Remove unused URE_LIB_DIRStephan Bergmann
(which now had a bogus value on Mac OS X anyway) Change-Id: I5bf233506d6c658560dfadddf79a9ed8605c2a20
2014-11-25fdo#86664 VSDX import: handle metadataMiklos Vajna
Change-Id: I04a446e6b8a8352be9f091980bca31842bb7e643
2014-11-25Save vertical space by putting labels and checkboxes in the same row…Adolfo Jayme Barrientos
... as dialog buttons. Change-Id: Ieea882b467c87093e7648590bbf14fe6dfa0b7ee Reviewed-on: https://gerrit.libreoffice.org/13061 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-11-25Simplify and beautify the Similarity Search dialogAdolfo Jayme Barrientos
* Remove unnecessary containers and unhelpful frame * Center main container * Right-align labels to remove large gaps between controls * A bit of separation for the Help button This should serve as a model for similar dialogs. Change-Id: I1964e8909159506484950df9d8ef7283809cce5f Reviewed-on: https://gerrit.libreoffice.org/13057 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-11-25fdo#86579 Give uniform width to Category and Format framesAdolfo Jayme Barrientos
Change-Id: I55648417f56c28b0ac07ebff908805764bb2eb0c Reviewed-on: https://gerrit.libreoffice.org/13059 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-11-25fdo#85347 Make file picker modal againAdolfo Jayme Barrientos
Change-Id: I0e26b9e13e69ed49e7bbbc7f2ac0b04941ee1da7 Reviewed-on: https://gerrit.libreoffice.org/12974 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-11-25HIG fixes for dbaccessAdolfo Jayme Barrientos
Change-Id: Ib9ce9a28eec4343850158541375608d63fda8d19 Reviewed-on: https://gerrit.libreoffice.org/13050 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-11-25HIG fixes for svtoolsAdolfo Jayme Barrientos
Change-Id: I8b874ed49e50b7ea15774ca3b0cd9a963898fc94 Reviewed-on: https://gerrit.libreoffice.org/13049 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-11-25fdo#86132 add tooltips to calc xcu fileYousuf Philips
Change-Id: I9c643e72cb0e925c2d4e5283c6811ef73306c76b Reviewed-on: https://gerrit.libreoffice.org/13023 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-11-25fdo#86440 move header and footer entry to insert menuYousuf Philips
Change-Id: Id3c81d50e504e3d2e29f921955a10ef00c2d3646 Reviewed-on: https://gerrit.libreoffice.org/13026 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-11-25fdo#85594 enable conditional formatting button, add icons, and tooltipsYousuf Philips
Change-Id: Ia6fa678fba21f48de183798bb33ee2e34598b03e Reviewed-on: https://gerrit.libreoffice.org/13021 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-11-25fdo#82969 add global shortcut for autospellcheckYousuf Philips
Change-Id: I02b933ac2080ddb46b06a525a0304833ec28acf8 Reviewed-on: https://gerrit.libreoffice.org/13088 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-11-25vcl: misc. TODO comment expansion.Michael Meeks
Change-Id: Iac9e998c2737a370aff382f8c4ae68af8e59f521
2014-11-25only use of SfxInterface::GetName is for debugging infoCaolán McNamara
where GetClasName is good enough Change-Id: I242d5792d3ce1323da59a354cae47933cf90569b
2014-11-25Simplify some #ifStephan Bergmann
Change-Id: I9d3239bdbb92f715b050fd91238add5588969bf0
2014-11-25-Werror,-WuninitializedStephan Bergmann
(in DummyRenderer ctor: base class 'comphelper::OBaseMutex' is uninitialized when used here to access 'comphelper::OBaseMutex::m_aMutex') Change-Id: I5b151176c676a58593933b3f2e33a3e2dfdcc630
2014-11-25always use 1 as default for strip-componentsDavid Tardon
Change-Id: Id5f22ac0f9fcfd7ab064111aec9abb00707d3e67
2014-11-25Add comment about a bug but how this stuff still works by luckTor Lillqvist
The 'suffix' GNU Make function returns the file name suffix including the period. The test comparing to the string 'zip' will thus never match, and gb_UnpackedTarget_STRIP_COMPONENTS_ZIP_DEFAULT will not be used, but gb_UnpackedTarget_STRIP_COMPONENTS_TAR_DEFAULT. But as most of the Zip archives we unpack do have a top-level with a single directory anyway, that we want to "strip", that works out fine. Apparently those that don't have a such directory level pass a 0 as second argument to gb_UnpackedTarget_STRIP_COMPONENTS_ZIP_DEFAULT which has the effect of avoiding the "stripping". Not sure what to actually do here, so I just commented the situation... Should the code be fixed to do what it thinks it is doing, but then to keep things working as before, should gb_UnpackedTarget_STRIP_COMPONENTS_ZIP_DEFAULT be changed to 1? Change-Id: I6436865dafe47e21e1365a602889cedab3c09784
2014-11-25java,wizards: forgot to commit some filesNoel Grandin
Change-Id: Ie4532343cf964ade848454d89b44e381eadb6582
2014-11-25-Werror,-WuninitializedStephan Bergmann
(in PropertyComposer ctor: base class 'comphelper::OBaseMutex' is uninitialized when used here to access 'comphelper::OBaseMutex::m_aMutex') Change-Id: I41ede9ab34e89c8dde23ce2e4fd6393b05c979c6
2014-11-25java: remove some comment noiseNoel Grandin
Change-Id: I1c258b853097448d4a59334d915e94dba4c7eb34
2014-11-25java: remove now unused CommonListener classNoel Grandin
Change-Id: I2b3d73dc38ab4c5b7ac60bc8b4b3903c36579891
2014-11-25java,wizards: convert event listeners to inner classesNoel Grandin
Change-Id: I3c30d3865302741c7fbdc811e32686a921b6a4df
2014-11-25java,wizards: convert event listeners to inner classesNoel Grandin
Change-Id: I01143a9f3a3b563bf5da58dc4a8ed38c440a5c62
2014-11-25java,wizards: convert event listeners to inner classesNoel Grandin
Change-Id: Ia95a07f798de01bfedcce6cd5e97090e165a7ca9
2014-11-25java,wizards: convert event listeners to inner classesNoel Grandin
Change-Id: Id6a6991704009b909e5108daf65c48722fa97447
2014-11-25java,wizards: convert event listeners to inner classesNoel Grandin
Change-Id: I8379bb8194b86a194c351c5e33e1765b8feb59d2
2014-11-25java,wizards: convert some listeners to more normal inner classesNoel Grandin
Change-Id: Iee0b9e3409f5789a1ca17eb10b100a457dfbdea3
2014-11-25java: simplify CommonListenere some moreNoel Grandin
and remove some unused methods in UnoDialog2, and rename some parameters to be more explanatory Change-Id: Ic57510159bebacc1c79d8d689a14bd3cd5a81ae8