summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Collapse)Author
2015-03-18SotClipboardFormatId::FILE->SotClipboardFormatId::SIMPLE_FILECaolán McNamara
Change-Id: Ice4963da8a856b1d2ada13e5b699157a0217e06c
2015-03-18tdf#89783: sal_uInt16 replacement by size_tVasily Melenchuk
These replacements allow LO to load, save and mail merge documents having more than 65536 tables in total. Change-Id: Ic58f0f6f8cca3dcaa63b4488447b1fc9686677d0
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-18DocxAttributeOutput::TableBackgrounds: use unique_ptrMiklos Vajna
Change-Id: I312d3d94c54f9a8537e2d22d347a75bd40360b80
2015-03-17Remove oox::core::FilterBase::implGetImplementationName indirectionStephan Bergmann
Change-Id: Ib275192452c6836cbaac2e517942ec5356dfd9ab
2015-03-17Fix MSVC buildStephan Bergmann
Change-Id: Ibe96a03b4ac6e93501b4512ecd28975956a6f37f
2015-03-17Fix various XServiceInfo implementationsStephan Bergmann
...to match what is recorded in the .component files Change-Id: Ie548cd37872d3b8540222201afaac73040e65c8f
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-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-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-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
2015-03-16use SwIterator<>Bjoern Michaelsen
Change-Id: I04cba3d423db2dee670e22f7a01550059f1cf973
2015-03-16use SwIterator<>Bjoern Michaelsen
Change-Id: I464b22b2a418d20a4b230ebe10d36642ace84b35
2015-03-16use SwIterator for typed iterationBjoern Michaelsen
Change-Id: I04dc6e6a149cd5d7a5f44714e10909ef225c27c0
2015-03-16use SwIterator for typed iterationBjoern Michaelsen
Change-Id: Icc1a04304e182687a306e9d08cbf7d46b0adbee6
2015-03-16nonsense SwClientIter::operator() isnt used, better remove before someone doesBjoern Michaelsen
Change-Id: I6e1573576aca4b7536668d1ef03ba72fdae15e28
2015-03-16SwSelPaintRects::Show: silence LOK callback till draw edit is activeMiklos Vajna
Change-Id: I84c1567efd2e7e6bcd09086ecce5041c2929c1b4
2015-03-16Add SwXTextDocument::setTextSelection() testcaseMiklos Vajna
Change-Id: Id986d5408981b6ae7bf3c8c96c5226d2445a5f0d
2015-03-16SwXTextDocument: add missing @see for 3 vcl::ITiledRenderable methodsMiklos Vajna
Change-Id: I8bd5079c1b493e6b72ee0d71445e9aaeac76bb3d
2015-03-16Add SwXTextDocument::setGraphicSelection() testcaseMiklos Vajna
Change-Id: I172ef9f5cfdae8cbff88419171c5b8ad55fb194c
2015-03-16Add testcase for SwXTextDocument::resetSelection().Miklos Vajna
Change-Id: Idc97ebfe3db27ac52c1c6b16177f08118a750e69
2015-03-16lok::Document: add resetSelection()Miklos Vajna
Change-Id: Ib24003178bb576ff1450d674d74ef8978b350b92
2015-03-16LOK: add lok::Document::setGraphicSelection() API and implement it for WriterMiklos Vajna
Change-Id: I115cf7e7978622d5108c4c792f7de861beb6efb6