summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-03-18create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin
of which there are several. There are some issues here I am unsure of - the SW and SC and CHART2 modules essentially ignore the enum values and assign their own ids Perhaps I should change them to use the common values and create new enum values where necessary? - the sc/qa/ and sq/qa/ and starmath/qa/ code was doing some dodgy stuff. I translated the code to pass down the stuff numeric values to the underlying code, but perhaps further fixing is necessary? Change-Id: Ic06d723e404481e3f1bca67c43b70321b764d923
2015-03-18convert AccessibleStates to enum classNoel Grandin
Change-Id: Ie0d8c16bb768201e8646c3136d7ceca67e506a3c
2015-03-18convert SidebarPosition to enum classNoel Grandin
Change-Id: Id3da97083a8e30a32712443485b3801a8891a1db
2015-03-18convert ViewState to enum classNoel Grandin
Change-Id: Ib86a8e3adaf7c806e8a44db27ff635b9738c769f
2015-03-18convert DocumentSettingId to an enum classNoel Grandin
Change-Id: Ia4f135c64e6b6b5bd7a522e4a1e9ca63738ff3ef
2015-03-18TriggerPaintEvent too thenCaolán McNamara
Change-Id: I133fd74ba9db857c837d87e0a2eda935a3da4e61
2015-03-18we set maGeometry in advance of gtk_window_resizeCaolán McNamara
so signalConfigure considers that the new size is the "same" as the current one, which is a bit dubious IMO Change-Id: Idbfd32f23664e251da8a9cd29b4041960957c6be
2015-03-18vcldemo: make balloon help test minimal, and pop-up help on start.Michael Meeks
Change-Id: I7b0350c288a7a5fe891570387d2f0813b5d8a435
2015-03-18'#if defined(SAL_W32) || defined(SAL_UNX)' matches all our platforms.Tor Lillqvist
Change-Id: I6b46eea0890573166d8a49e8060716907f223a1d
2015-03-18fix higher debug levelsCaolán McNamara
Change-Id: I10556946c4bd6c60adcd9f662462b0f4b73781a2
2015-03-18OpenOffice.org->LibreOfficeCaolán McNamara
Change-Id: I0ba431b9227b3717b25f99c3ad6da552073bb712
2015-03-18DocxAttributeOutput::TableBackgrounds: use unique_ptrMiklos Vajna
Change-Id: I312d3d94c54f9a8537e2d22d347a75bd40360b80
2015-03-17tdf#89119: SVG - accelerated import of huge paths without fillChr. Rossmanith
the sample attached to the bug can be rendered within seconds instead of minutes Change-Id: I64671e9619f78931da2c11461a6884f2a1c8d66f Reviewed-on: https://gerrit.libreoffice.org/14883 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Christina Roßmanith <ChrRossmanith@web.de>
2015-03-17Remove oox::core::FilterBase::implGetImplementationName indirectionStephan Bergmann
Change-Id: Ib275192452c6836cbaac2e517942ec5356dfd9ab
2015-03-17fix higher debug buildCaolán McNamara
Change-Id: Ie077be51164f317b8572aea5327bdee06fd6bd49
2015-03-17Fix MSVC buildStephan Bergmann
Change-Id: Ibe96a03b4ac6e93501b4512ecd28975956a6f37f
2015-03-17tdf#90030 Jump to Last Edited Slide Menu EntryAnurag Kanungo
Change-Id: I40aec11a5132ce8d1a416144707f3840a7f5ab01 Reviewed-on: https://gerrit.libreoffice.org/14882 Tested-by: Jenkins <ci@libreoffice.org> Tested-by: David Tardon <dtardon@redhat.com> Reviewed-by: David Tardon <dtardon@redhat.com>
2015-03-17Fix various XServiceInfo implementationsStephan Bergmann
...to match what is recorded in the .component files Change-Id: Ie548cd37872d3b8540222201afaac73040e65c8f
2015-03-17loplugin: add Dialog to unusedvariablecheckNoel Grandin
so that we find dialog that have been instantiated but not actually executed Change-Id: Ia308e832780627c0a8de71a9d64dabcb3b861a9c
2015-03-17DocxAttributeOutput::m_pFoot/EndnotesList: use std::unique_ptrMiklos Vajna
Change-Id: Ia751c4bc62258760d00c233ecce0b2eda0fe9bfa
2015-03-17-Werror,-Winconsistent-missing-overrideStephan Bergmann
Change-Id: I1ee901c1d8d5fcb42832e2af8e834cfd295eb627
2015-03-17WW8: bShdTxtCol is always falseZolnai Tamás
Change-Id: I745dabe00567a5d0d076741bfa38c0b5e07713b6
2015-03-17SfxTabDialog: avoid changing const input parameterZolnai Tamás
* SfxTabDialog constructor has a const pointer parameter pointing to the input set and also the corresponding member is a const pointer which indicated that set is not changed by the dialog, but this is not true, const is casted away and the input set is changed. * So use a copy of the input set instead, pointed by a non-const member, so we can spare some const cast and misunderstandings. * GetRefreshedSet not behaves as a getter method, but changes the input set instead, so redeclare it accordingly. Change-Id: Ic63f9ae68c50e65d4498b20f597547c1c075b94e
2015-03-16make SwClientIter::GoStart/GoEnd privateBjoern Michaelsen
Change-Id: I0c0f84d110e8ea4f84404a8ca17d0c982c9200c4
2015-03-16refactor iterationBjoern Michaelsen
Change-Id: Ifc2e190fa54e2e1e8992ae7e4e3ff15465b6db3d
2015-03-16get rid of SearchTypeBjoern Michaelsen
- lets hope nobody counts on ModifyBroadcast having persistent sideeffects Change-Id: Ie85feb71732c4a81fba22db8cf62ec7fe30d0cfa
2015-03-16Typo: remmeber->rememberJulien Nabet
Change-Id: Ia80fe9bbfaacbaa3a13731bbc16006f4e938bb75
2015-03-16Typo: warpper->wrapperJulien Nabet
Change-Id: Ia62dee090ab438cf4da320ba82603b45a8bc368d
2015-03-16fix stray SAL_OVERRIDEBjoern Michaelsen
Change-Id: I1c4ca34547217635732dea1cb5ce65a234274f7c
2015-03-16remove 'shortcut' that is longer than the originalBjoern Michaelsen
Change-Id: Id038f22e4c334cdcd56e1638d9d212b0dd1fa8b3
2015-03-16Fixes for moving stuff to SwIteratorBjoern Michaelsen
Change-Id: I834afb711920e480045a9f932770dab27dd1f3ad
2015-03-16Move SwClientIter::Previous() to SwIteratorBjoern Michaelsen
Change-Id: Idd1f794f81612d7593095a230580234cdce30725
2015-03-16Move SwClientIter::Next() to SwIteratorBjoern Michaelsen
Change-Id: I7e0a9d1a02fa91fd2d685c3c6c1c3340be5cf41d
2015-03-16Move SwClientIter::Last() to SwIteratorBjoern Michaelsen
Change-Id: I7ec3feaec7a07871a3470f7f41dd203fa0f83fd0
2015-03-16move SwClientIter::First() to SwIteratorBjoern Michaelsen
Change-Id: I165dfaf2894352ad6610855ae9a18bd553ef07be
2015-03-16assert hard hereBjoern Michaelsen
Change-Id: Ie8eba16f0696f80748ed6ea64bef02d6f015a5ff
2015-03-16make typed iteration private in SwClientIter nowBjoern Michaelsen
Change-Id: If3887cd7a126834a8c3bfd156dc25335229d929b
2015-03-16Pipe legacy Modify calls through SwClientModifyBjoern Michaelsen
Change-Id: Ic55abdee0486021d8361271fabec9fcaa06c3502
2015-03-16tdf#89361 Remove remnants of Gopher supportAdolfo Jayme Barrientos
Change-Id: Ib2038a43b0d49a525199329a2c79d5779f5322fa Reviewed-on: https://gerrit.libreoffice.org/14471 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2015-03-16make SwIterator finalBjoern Michaelsen
Change-Id: I48ef94ca7681c3ef5cf04aad79eab4b7dd84ca2d
2015-03-16core: dont use 'shortcut' that is longer than the originalBjoern Michaelsen
Change-Id: I0154e484a4f4d6ce6672ddf35d1869157a61f71e
2015-03-16unocore: dont use 'shortcut' that is longer than the originalBjoern Michaelsen
Change-Id: I0bc66003528b6603ce46325176973d72dcbac2ac
2015-03-16core/layout: dont use 'shortcut' that is longer than the originalBjoern Michaelsen
Change-Id: I2f5104e992cc5c33a27f2d2770ba4e6b25b40f70
2015-03-16core/docnode: dont use 'shortcut' that is longer than the originalBjoern Michaelsen
Change-Id: Idf0bdea2ffb987859e413f2cea4eaa0d97d2ba7b
2015-03-16CppunitTest_sw_tiledrendering: disable part of testSetGraphicSelection on OS XMiklos Vajna
Till we find out why tb60 is happy, but not tb59. Change-Id: I5c6b3ba07cc188e776c03508d1a1c696a9b9cd0c
2015-03-16Exclude Python components if --disable-pythonStephan Bergmann
Change-Id: I05c1e9d7b270bcafa7fbfe526c8b12733d8ed708
2015-03-16core/doc: dont use 'shortcut' that is longer than the originalBjoern Michaelsen
Change-Id: Ib2d19c1b6af7676910208d0d07627f41379fcb4a
2015-03-16use SwIterator<>Bjoern Michaelsen
Change-Id: I87c0385bba8de804c63dd5d908d9efb6959016c9
2015-03-16use SwIterator<>Bjoern Michaelsen
Change-Id: Ia0a432019dc856c6c12996a898e8137789cbc76b
2015-03-16use SwIterator<>Bjoern Michaelsen
Change-Id: Ic24eaa5b0fd4c1c06a4a43c77418cb44e53e0f7b