summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann669-6870/+6870
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann57-238/+238
2015-10-12sw: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl2-15/+15
2015-10-12sw: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl2-11/+10
2015-10-12sw: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl2-9/+10
2015-10-12sw: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl2-14/+15
2015-10-12no need to explicitly specify these destructorsNoel Grandin1-4/+0
2015-10-12convert Link<> to typedNoel Grandin82-385/+372
2015-10-12valgrind: memory leaksCaolán McNamara1-0/+5
2015-10-12sw: indentation fixesMiklos Vajna2-3/+3
2015-10-12loplugin:mergeclassesNoel Grandin2-30/+28
2015-10-12tdf#89165 sw: looping layout in SwHeadFootFrm::FormatSize()Miklos Vajna3-3/+14
2015-10-09tdf#94679 Writer: fix lost selection with Shift-PageDownJustin Luth1-3/+7
2015-10-09LOK: CALLBACK_SEARCH_RESULT_COUNT is redundantMiklos Vajna2-20/+6
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-08restore FlowFrmJoinLockGuard for surviving layout of ooo77837-1.odtCaolán McNamara2-4/+37
2015-10-08tdf#94049 RTF import: add missing check for empty shape when popping stateMiklos Vajna1-0/+12
2015-10-08editeng, sw, sc: use comphelper::string::join()Miklos Vajna3-26/+22
2015-10-07tdf#90810: skip breaks outside of the requested footnoteOliver Specht2-0/+12
2015-10-07crashtesting: remove old fix for ooo55381-1.sxwCaolán McNamara1-1/+0
2015-10-07loplugin:mergeclassesNoel Grandin2-6/+6
2015-10-07sw: prefix members of SwXStyleFamiliesMiklos Vajna2-38/+38
2015-10-07loplugin:mergeclassesNoel Grandin5-36/+35
2015-10-07Prefer getSelectedFiles to getFiles (sfx2+sw)Julien Nabet11-34/+34
2015-10-06crashtesting: fix failure on scrolling through ooo77837-1.odtCaolán McNamara2-5/+8
2015-10-06tdf#91097 Substitute rectangle and ellipse uno commandsYousuf Philips2-4/+2
2015-10-06Related: tdf#94814 some cleanup of static_cast following dynamic_castCaolán McNamara1-17/+35
2015-10-06sw tiled rendering: emit LOK_CALLBACK_SEARCH_RESULT* for normal searchMiklos Vajna2-0/+11
2015-10-06sw: extract lcl_emitSearchResultCallbacks() from SwView::ExecSearch()Miklos Vajna1-42/+46
2015-10-06vba: convert to variadic InheritedHelperInterfaceImpl&WeakImpl etcDouglas Mencken36-62/+36
2015-10-06Disable spellcheck when LOK is activeMiklos Vajna1-0/+3
2015-10-06sw: outline SwViewOption::SetOnlineSpell()Miklos Vajna2-2/+6
2015-10-06-Werror,-Wunused-private-fieldStephan Bergmann2-5/+3
2015-10-06-Werror,-Wnull-conversionStephan Bergmann1-2/+2
2015-10-06CppunitTest_sw_tiledrendering: CALLBACK_SEARCH_RESULT_SELECTION testcaseMiklos Vajna1-1/+16
2015-10-06LOK: add CALLBACK_SEARCH_RESULT_SELECTION and implement it in swMiklos Vajna1-1/+56
2015-10-06loplugin:unusedmethodsNoel Grandin11-81/+11
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht194-752/+728
2015-10-06need <numeric> for std::accumulateNoel Grandin1-0/+1
2015-10-06loplugin:loopvartoosmallNoel Grandin1-1/+1
2015-10-06tdf#91417: import hyperlink with history flag correctlyOliver Specht2-0/+10
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 Stahl2-11/+12
2015-10-05sw: let's try to write a C++ program, stop using reserved identifiersMichael Stahl2-29/+29
2015-10-05sw: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl5-24/+24
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