summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2015-10-15java: 'final static' to 'static final'Noel Grandin1-1/+1
2015-10-14LOK: include part numbers in CALLBACK_SEARCH_RESULT_SELECTION payloadMiklos Vajna2-2/+9
2015-10-09LOK: CALLBACK_SEARCH_RESULT_COUNT is redundantMiklos Vajna2-20/+6
2015-10-08editeng, sw, sc: use comphelper::string::join()Miklos Vajna3-26/+22
2015-10-07sw tiled rendering: emit LOK_CALLBACK_SEARCH_RESULT* for normal searchMiklos Vajna2-0/+11
2015-10-07sw: extract lcl_emitSearchResultCallbacks() from SwView::ExecSearch()Miklos Vajna1-42/+46
2015-10-07Disable spellcheck when LOK is activeMiklos Vajna1-0/+3
2015-10-07sw: outline SwViewOption::SetOnlineSpell()Miklos Vajna2-2/+6
2015-10-07CppunitTest_sw_tiledrendering: CALLBACK_SEARCH_RESULT_SELECTION testcaseMiklos Vajna1-1/+16
2015-10-07LOK: add CALLBACK_SEARCH_RESULT_SELECTION and implement it in swMiklos Vajna1-1/+56
2015-10-07LOK: add the search phrase to the search result count callbackMihai Varga2-2/+4
2015-10-07CppunitTest_sw_tiledrendering: testcase for LOK_CALLBACK_SEARCH_RESULT_COUNTMiklos Vajna1-1/+31
2015-10-07sw: avoid hang with find-all and shape textMiklos Vajna2-2/+6
2015-10-07sw: avoid #include "../../uibase/inc/view.hxx"Miklos Vajna2-3/+3
2015-10-07LOK: added the button type and key modifier to postMouseEvent()Mihai Varga2-3/+4
2015-10-07LOK: add CALLBACK_SEARCH_RESULT_COUNT and implement in swMiklos Vajna1-1/+7
2015-10-07sw tiled rendering: default to transparent background outside page framesMiklos Vajna1-0/+3
2015-10-07lok: add Document::getPartPageRectangles()Miklos Vajna4-0/+29
2015-10-06sw: implement per-view LOK_CALLBACK_CURSOR_VISIBLEMiklos Vajna1-4/+16
2015-10-06sw: implement per-view LOK_CALLBACK_TEXT_SELECTIONMiklos Vajna2-6/+24
2015-10-06sw: implement per-view LOK_CALLBACK_INVALIDATE_VISIBLE_CURSORMiklos Vajna2-3/+7
2015-10-06sw: implement per-view LOK_CALLBACK_INVALIDATE_TILESMiklos Vajna1-2/+8
2015-10-06Use SfxViewFrame::Current()Miklos Vajna2-7/+0
2015-10-06vcl::ITiledRenderable: add getCurrentViewShell() and implement it for WriterMiklos Vajna2-0/+7
2015-10-06sw layout dump: show selection ranges from all shellsMiklos Vajna5-6/+27
2015-09-18tdf#93449 Internal hyperlinks are not exported corectly in HTMLVasily Melenchuk3-2/+4
2015-09-18tdf#92586 xmloff: fix import of stretched background imageMiklos Vajna2-0/+7
2015-09-18tdf#93261: sw: fix idle auto-complete collection loop on big parasMichael Stahl2-2/+5
2015-09-18tdf#93261: sw: fix idle auto-complete collection loop on empty parasMichael Stahl1-3/+2
2015-09-18tdf#92036: sw: fix idle spelling loopMichael Stahl10-35/+66
2015-09-18Revert "Fix single node CopyRange"Michael Stahl6-36/+139
2015-09-18tdf#83227 oox: reuse RelId in DML/VML export for the same graphicMiklos Vajna4-0/+32
2015-09-18stray debugging linesCaolán McNamara1-2/+0
2015-09-18sw: fix build with GCC 4.6Michael Stahl1-1/+1
2015-09-18sw: fix newly created document being modifiedMichael Stahl4-6/+10
2015-09-18tdf#91383: sw: actually reset the modified status tooMichael Stahl1-0/+5
2015-09-18tdf#91383: sw: prevent style preview from actually creating stylesMichael Stahl2-4/+73
2015-09-18sw: fix not-quite-copypaste code in SwDocStyleSheet::FillStyleSheet()Michael Stahl1-1/+1
2015-09-18tdf#90991: sw: fix style preview creating undo objectsMichael Stahl1-0/+10
2015-09-18sw: erroneous vector assignment in SwTable::OldMerge()Michael Stahl1-6/+4
2015-09-18WaE: suspicious cast from ´bool´ to ´sal_Bool´ [loplugin:salbool]Julien Nabet1-9/+9
2015-09-18WaE: loplugin:staticmethods in the non-Java caseTor Lillqvist1-0/+6
2015-09-18loplugin:vclwidgetsStephan Bergmann1-1/+1
2015-09-18WaE: loplugin:vclwidgetsTor Lillqvist1-1/+1
2015-09-18Related: tdf#93676 special 255 Percent Flag should not be exported to docxCaolán McNamara4-8/+27
2015-09-18tdf#92732: fix vclptr lifecycle for index entry editing dialogOliver Specht1-1/+1
2015-09-18tdf#93246: pass on cancel state in mail merge dialogJuergen Funk1-3/+4
2015-09-18doc para property ranges cannot be 0 lengthCaolán McNamara2-0/+13
2015-09-18tdf#79018: Prevent line break as footnote labelOliver Specht1-3/+8
2015-09-18tdf#92612 Right-clicking after applying "paint buckets" leads to multiple UndoAshod Nakashian5-14/+37