summaryrefslogtreecommitdiff
path: root/sw/source/uibase
AgeCommit message (Expand)AuthorFilesLines
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann4-9/+9
2015-10-12convert Link<> to typedNoel Grandin31-67/+68
2015-10-12valgrind: memory leaksCaolán McNamara1-0/+5
2015-10-09tdf#94679 Writer: fix lost selection with Shift-PageDownJustin Luth1-3/+7
2015-10-09LOK: CALLBACK_SEARCH_RESULT_COUNT is redundantMiklos Vajna1-9/+5
2015-10-08tdf#90834 Turn in-line version control history comments.kripton1-1/+1
2015-10-08tdf#92341 Hide in grammar menu and fix labelMaxim Monastirsky1-1/+2
2015-10-08editeng, sw, sc: use comphelper::string::join()Miklos Vajna1-8/+4
2015-10-07loplugin:mergeclassesNoel Grandin1-4/+4
2015-10-07Prefer getSelectedFiles to getFiles (sfx2+sw)Julien Nabet5-15/+15
2015-10-06sw tiled rendering: emit LOK_CALLBACK_SEARCH_RESULT* for normal searchMiklos Vajna1-0/+4
2015-10-06sw: extract lcl_emitSearchResultCallbacks() from SwView::ExecSearch()Miklos Vajna1-42/+46
2015-10-06Disable spellcheck when LOK is activeMiklos Vajna1-0/+3
2015-10-06sw: outline SwViewOption::SetOnlineSpell()Miklos Vajna1-0/+5
2015-10-06LOK: add CALLBACK_SEARCH_RESULT_SELECTION and implement it in swMiklos Vajna1-1/+56
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht62-247/+231
2015-10-06loplugin:loopvartoosmallNoel Grandin1-1/+1
2015-10-06tdf#93720: Interactive frame insertion is disabled if table is selectedOliver Specht1-0/+1
2015-10-06tdf#93860: crash in table selection fixedOliver Specht1-0/+6
2015-10-06sw: try to fix the MSVC buildMichael Stahl1-0/+3
2015-10-05sw: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl1-2/+5
2015-10-05sw: let's try to write a C++ program, stop using reserved identifiersMichael Stahl1-3/+3
2015-10-05sw: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl3-7/+9
2015-10-05sw: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl2-13/+16
2015-10-05sw: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl2-22/+24
2015-10-05sw: replace boost::ptr_vector with std::vectorMichael Stahl2-23/+23
2015-10-05sw: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl2-8/+16
2015-10-05LOK: add the search phrase to the search result count callbackMihai Varga1-1/+1
2015-10-05LOK: added the button type and key modifier to postMouseEvent()Mihai Varga1-2/+2
2015-10-05tdf#94386 set page style at page breaks behind evelopesOliver Specht1-3/+7
2015-10-05LOK: add CALLBACK_SEARCH_RESULT_COUNT and implement in swMiklos Vajna1-1/+7
2015-10-04Replaced "n" prefix for bool variables with "b".kripton1-5/+5
2015-10-02sw: replace boost::ptr_vector with std::vectorMichael Stahl1-0/+3
2015-10-02sw: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl1-21/+17
2015-10-02Remove some unused includesStephan Bergmann1-1/+0
2015-10-02tdf#94205 Use o3tl::make_unique instead of new + std::movebureken3-10/+7
2015-10-02tdf#88128 fix unevaluated undo variable: autocorrectJustin Luth1-2/+17
2015-10-02loplugin:unusedmethodsNoel Grandin5-9/+0
2015-10-01sw tiled rendering: default to transparent background outside page framesMiklos Vajna1-0/+3
2015-10-01tdf#92341 Make Autocorrect entry actually workSamuel Mehrbrodt1-0/+2
2015-10-01WaE: loplugin:bodynotinblockTor Lillqvist1-3/+2
2015-10-01tdf#39080 Interactive hide-whitespace modeAshod Nakashian3-16/+42
2015-10-01replace hardcoded string with STR_YIELDSJustin Luth1-1/+2
2015-10-01tdf#88128 fix unevaluated undo variable: cutJustin Luth1-2/+2
2015-10-01remove old standalone Sun bug numbersNoel Grandin9-21/+7
2015-09-30Resolves: tdf#93187 gtk3 spin box element in navigator cut-offCaolán McNamara1-0/+2
2015-09-29Fix typosAndrea Gelmini8-10/+10
2015-09-29Fix typosAndrea Gelmini6-6/+6
2015-09-29Renamed wrongly prefixed boolean variablesStefan Heinemann6-112/+112
2015-09-29loplugin:removeunusedmethods, remove unused stuffNoel Grandin1-1/+0