summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-03-18vcldemo: horrible scratch me - exposes internals for testing.private/mmeeks/gldebugMichael Meeks2-2/+9
Change-Id: I812b8b879930c3be51af69d09d51b12d81897a02
2015-03-18vcldemo: lower level help showing.Michael Meeks1-6/+5
Change-Id: Ib1f4dd1b4c8c110b4d12020c69e57274bc5c0159
2015-03-18vcldemo: make balloon help test minimal, and pop-up help on start.Michael Meeks1-4/+20
Change-Id: I7b0350c288a7a5fe891570387d2f0813b5d8a435
2015-03-17Remove oox::core::FilterBase::implGetImplementationName indirectionStephan Bergmann18-29/+16
Change-Id: Ib275192452c6836cbaac2e517942ec5356dfd9ab
2015-03-17fix higher debug buildCaolán McNamara1-1/+1
Change-Id: Ie077be51164f317b8572aea5327bdee06fd6bd49
2015-03-17Fix MSVC buildStephan Bergmann1-0/+2
Change-Id: Ibe96a03b4ac6e93501b4512ecd28975956a6f37f
2015-03-17tdf#90030 Jump to Last Edited Slide Menu EntryAnurag Kanungo3-0/+7
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 Bergmann140-435/+2129
...to match what is recorded in the .component files Change-Id: Ie548cd37872d3b8540222201afaac73040e65c8f
2015-03-17loplugin: add Dialog to unusedvariablecheckNoel Grandin2-2/+29
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 Vajna2-5/+2
Change-Id: Ia751c4bc62258760d00c233ecce0b2eda0fe9bfa
2015-03-17-Werror,-Winconsistent-missing-overrideStephan Bergmann1-0/+1
Change-Id: I1ee901c1d8d5fcb42832e2af8e834cfd295eb627
2015-03-17WW8: bShdTxtCol is always falseZolnai Tamás4-15/+1
Change-Id: I745dabe00567a5d0d076741bfa38c0b5e07713b6
2015-03-17SfxTabDialog: avoid changing const input parameterZolnai Tamás12-32/+24
* 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 Michaelsen1-19/+17
Change-Id: I0c0f84d110e8ea4f84404a8ca17d0c982c9200c4
2015-03-16refactor iterationBjoern Michaelsen1-22/+9
Change-Id: Ifc2e190fa54e2e1e8992ae7e4e3ff15465b6db3d
2015-03-16get rid of SearchTypeBjoern Michaelsen2-6/+0
- lets hope nobody counts on ModifyBroadcast having persistent sideeffects Change-Id: Ie85feb71732c4a81fba22db8cf62ec7fe30d0cfa
2015-03-16Typo: remmeber->rememberJulien Nabet1-1/+1
Change-Id: Ia80fe9bbfaacbaa3a13731bbc16006f4e938bb75
2015-03-16Typo: warpper->wrapperJulien Nabet1-2/+2
Change-Id: Ia62dee090ab438cf4da320ba82603b45a8bc368d
2015-03-16fix stray SAL_OVERRIDEBjoern Michaelsen1-1/+1
Change-Id: I1c4ca34547217635732dea1cb5ce65a234274f7c
2015-03-16remove 'shortcut' that is longer than the originalBjoern Michaelsen1-1/+0
Change-Id: Id038f22e4c334cdcd56e1638d9d212b0dd1fa8b3
2015-03-16Fixes for moving stuff to SwIteratorBjoern Michaelsen2-10/+20
Change-Id: I834afb711920e480045a9f932770dab27dd1f3ad
2015-03-16Move SwClientIter::Previous() to SwIteratorBjoern Michaelsen2-9/+7
Change-Id: Idd1f794f81612d7593095a230580234cdce30725
2015-03-16Move SwClientIter::Next() to SwIteratorBjoern Michaelsen2-10/+8
Change-Id: I7e0a9d1a02fa91fd2d685c3c6c1c3340be5cf41d
2015-03-16Move SwClientIter::Last() to SwIteratorBjoern Michaelsen2-11/+10
Change-Id: I7ec3feaec7a07871a3470f7f41dd203fa0f83fd0
2015-03-16move SwClientIter::First() to SwIteratorBjoern Michaelsen2-10/+9
Change-Id: I165dfaf2894352ad6610855ae9a18bd553ef07be
2015-03-16assert hard hereBjoern Michaelsen1-1/+1
Change-Id: Ie8eba16f0696f80748ed6ea64bef02d6f015a5ff
2015-03-16make typed iteration private in SwClientIter nowBjoern Michaelsen1-38/+42
Change-Id: If3887cd7a126834a8c3bfd156dc25335229d929b
2015-03-16Pipe legacy Modify calls through SwClientModifyBjoern Michaelsen6-15/+38
Change-Id: Ic55abdee0486021d8361271fabec9fcaa06c3502
2015-03-16tdf#89361 Remove remnants of Gopher supportAdolfo Jayme Barrientos3-44/+1
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 Michaelsen1-1/+1
Change-Id: I48ef94ca7681c3ef5cf04aad79eab4b7dd84ca2d
2015-03-16core: dont use 'shortcut' that is longer than the originalBjoern Michaelsen8-18/+17
Change-Id: I0154e484a4f4d6ce6672ddf35d1869157a61f71e
2015-03-16unocore: dont use 'shortcut' that is longer than the originalBjoern Michaelsen4-9/+9
Change-Id: I0bc66003528b6603ce46325176973d72dcbac2ac
2015-03-16core/layout: dont use 'shortcut' that is longer than the originalBjoern Michaelsen4-12/+12
Change-Id: I2f5104e992cc5c33a27f2d2770ba4e6b25b40f70
2015-03-16core/docnode: dont use 'shortcut' that is longer than the originalBjoern Michaelsen3-9/+9
Change-Id: Idf0bdea2ffb987859e413f2cea4eaa0d97d2ba7b
2015-03-16CppunitTest_sw_tiledrendering: disable part of testSetGraphicSelection on OS XMiklos Vajna1-0/+2
Till we find out why tb60 is happy, but not tb59. Change-Id: I5c6b3ba07cc188e776c03508d1a1c696a9b9cd0c
2015-03-16Exclude Python components if --disable-pythonStephan Bergmann1-5/+7
Change-Id: I05c1e9d7b270bcafa7fbfe526c8b12733d8ed708
2015-03-16core/doc: dont use 'shortcut' that is longer than the originalBjoern Michaelsen4-7/+7
Change-Id: Ib2d19c1b6af7676910208d0d07627f41379fcb4a
2015-03-16use SwIterator<>Bjoern Michaelsen1-52/+51
Change-Id: I87c0385bba8de804c63dd5d908d9efb6959016c9
2015-03-16use SwIterator<>Bjoern Michaelsen1-11/+10
Change-Id: Ia0a432019dc856c6c12996a898e8137789cbc76b
2015-03-16use SwIterator<>Bjoern Michaelsen1-4/+4
Change-Id: Ic24eaa5b0fd4c1c06a4a43c77418cb44e53e0f7b
2015-03-16use SwIterator<>Bjoern Michaelsen1-62/+59
Change-Id: I04cba3d423db2dee670e22f7a01550059f1cf973
2015-03-16use SwIterator<>Bjoern Michaelsen1-7/+4
Change-Id: I464b22b2a418d20a4b230ebe10d36642ace84b35
2015-03-16use SwIterator for typed iterationBjoern Michaelsen1-4/+2
Change-Id: I04dc6e6a149cd5d7a5f44714e10909ef225c27c0
2015-03-16use SwIterator for typed iterationBjoern Michaelsen1-30/+18
Change-Id: Icc1a04304e182687a306e9d08cbf7d46b0adbee6
2015-03-16nonsense SwClientIter::operator() isnt used, better remove before someone doesBjoern Michaelsen1-4/+0
Change-Id: I6e1573576aca4b7536668d1ef03ba72fdae15e28
2015-03-16external/coinmp: Work around -Werror,-Wformat-pedanticStephan Bergmann2-0/+11
Clang trunk since r231211 with -pedantic-errors now emits "Cbc_C_Interface.cpp:379:55: error: format specifies type 'void *' but the argument has type 'char *' [-Werror,-Wformat-pedantic]" Change-Id: I5d410068f1cd82334f26148df30a45dbc9eabd0a
2015-03-16lok_docview_init: ignore the second, not the first paramMiklos Vajna1-2/+2
Fixes the crash on startup. Change-Id: I991537644dfb6a5335d08d3d03c3d25491a0c335
2015-03-16libreofficekit: various loplugin fixesStephan Bergmann2-8/+10
Change-Id: I317f8f5397bfeb9c0d6ecaaa656cb31e66eece0b
2015-03-16tdf#90029: FM_PROP_DATE/TIME confusionStephan Bergmann1-1/+1
Change-Id: If711a3d4b431e9919bbf6edf7756d82414f380a7
2015-03-16Adapt configure.ac check to new Clang -fno-sanitize-recover=... syntaxStephan Bergmann1-1/+2
...in Clang trunk towards 3.7 (ugly to come up with a standards-conforming sed BRE, though) Change-Id: I82196433ad153ae29b92ab15e58d6806ec4ccf26