summaryrefslogtreecommitdiff
path: root/sw/source/uibase/docvw
AgeCommit message (Expand)AuthorFilesLines
2017-07-23Removed duplicated includesAndrea Gelmini3-3/+0
2017-07-21Eliminate DateTime::operator+=() and -=() with POD typesEike Rathke1-1/+1
2017-07-21de-hrc various thingsCaolán McNamara3-3/+3
2017-07-21migrate to boost::gettextCaolán McNamara13-310/+41
2017-07-14use more OUString::operator== in swNoel Grandin1-1/+1
2017-07-13Reorganize Scheduler priority classesJan-Marek Glogowski1-1/+0
2017-07-11replace 'resize(size+1)' with emplace_backNoel Grandin2-5/+4
2017-07-07C++11 remove std::binary_function bases from functorsJochen Nitschke1-1/+0
2017-07-03C++11 remove std::unary_function bases from functorsJochen Nitschke1-1/+1
2017-06-27loplugin:oncevar in swNoel Grandin1-5/+3
2017-06-27fdo#43157 convert OSL_ASSERT to assert in sw/sourceBernhard Widl1-1/+1
2017-06-21loplugin:unusedfields in sw part2Noel Grandin3-6/+0
2017-06-21loplugin:unusedfields in sw part5Noel Grandin1-2/+0
2017-06-19Make SfxItemSet ranges correct by construction: Fix static casesStephan Bergmann3-14/+16
2017-06-18Typo: existance->existanceJulien Nabet1-4/+4
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke1-1/+0
2017-06-16Make SfxItemSet ranges correct by constructionStephan Bergmann4-10/+9
2017-06-16sw RTF filter: more cleanup of redundant virtual keywordsMiklos Vajna1-1/+1
2017-06-10various extensions to REDLINE_ sequence not reflected in related resourcesCaolán McNamara3-23/+53
2017-06-06Eliminate dynamic_cast<const SfxVoidItem*>, use SfxPoolItem::IsVoidItem()Eike Rathke1-1/+1
2017-06-05Improved loplugin:cstylecast to reference types: swStephan Bergmann1-1/+1
2017-05-26tdf#106131 no global drag when anchor drag activeArmin Le Grand1-1/+7
2017-05-19make string translation loading more uniformCaolán McNamara7-31/+31
2017-05-18Clean up a set of RTL-related commentsTor Lillqvist1-2/+2
2017-05-12sw: change SwCursorShell::Pop() parameter from meaningless bool to enumMichael Stahl2-3/+3
2017-05-12remove unused uno::Reference varsNoel Grandin2-7/+3
2017-05-11tdf#107258 Create show/hide all comments toggle button.Gulsah Kose1-1/+1
2017-05-11remove some unnecessary temporary OUStringsNoel Grandin1-1/+1
2017-05-09make loplugin constantparam smarter about string paramsNoel Grandin1-2/+1
2017-05-09loplugin:checkunusedparams in sw(part5)Noel Grandin1-1/+1
2017-05-09loplugin:constantparamNoel Grandin1-1/+1
2017-05-07revert OSL_ASSERT changesChris Sherlock1-1/+1
2017-05-07tdf#43157: convert sw module away from OSL_ASSERT to assertChris Sherlock1-1/+1
2017-05-05tdf#103158 ctrl+shift should work on key upMaxim Monastirsky1-1/+1
2017-05-05convert HTML_TOKEN_IDS to scoped enumNoel Grandin1-2/+2
2017-04-28loplugin:salunicodeliteral: swStephan Bergmann1-1/+1
2017-04-27remove sw bitmaps from .src filesCaolán McNamara1-1/+2
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-04-24clang-tidy readability-simplify-boolean-expr in swNoel Grandin3-20/+4
2017-04-19SwBreakIt::m_xBreak is always availableCaolán McNamara1-7/+5
2017-04-19sw lok: Don't open the separate formula input bar in writer tables.Jan Holesovsky1-2/+6
2017-04-18convert readonly menu to .uiCaolán McNamara4-290/+152
2017-04-18rework SwReadOnlyPopup to not inherit from PopupMenuCaolán McNamara3-49/+41
2017-04-13Don't crash when deleting a non-existing comment.Jan Holesovsky1-1/+1
2017-04-13convert annotation menu to .uiCaolán McNamara5-18/+27
2017-04-13convert TableChgMode to scoped enumNoel Grandin1-1/+1
2017-04-13convert TableChgWidthHeightType to o3tl::typed_flagsNoel Grandin1-27/+27
2017-04-12convert header/footer menu to .uiCaolán McNamara1-73/+65
2017-04-12convert annotation page break menu to .uiCaolán McNamara1-75/+73
2017-04-12convert SelectionType to scoped enumNoel Grandin1-68/+70