summaryrefslogtreecommitdiff
path: root/sw/source/core/unocore/unotbl.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-08-15tdf#117127 crash on inspecting value describing a tableCaolán McNamara1-10/+12
2018-04-26convert tabopts to scoped enumNoel Grandin1-1/+1
2018-04-04tdf#116789 sw: fix caching of the SwXCell UNO wrapperMiklos Vajna1-1/+1
2018-03-07Move BackGraphicURL property & friends to BackGraphic + fixesTomaž Vajngerl1-1/+0
2018-03-07MID_GRAPHIC as alternative to set graphic to the SvxBrushItemTomaž Vajngerl1-0/+1
2018-02-21loplugin:changetoolsgen in swNoel Grandin1-1/+1
2018-02-15Fix some IWYU warningsMiklos Vajna1-0/+1
2018-02-01split out SFX_METRIC_ITEM into separate fieldNoel Grandin1-2/+2
2018-01-25introduce SwClient::EndListeningAll()Bjoern Michaelsen1-5/+3
2018-01-25USHRT_MAX -> SAL_MAX_UINT16Stephan Bergmann1-1/+1
2018-01-24USHRT_MAX -> SAL_MAX_UINT16Stephan Bergmann1-1/+1
2018-01-24Remove presumably dead < USHRT_MAX checksStephan Bergmann1-1/+1
2018-01-24Remove presumably dead < USHRT_MAX checksStephan Bergmann1-1/+1
2018-01-12More loplugin:cstylecast: swStephan Bergmann1-6/+6
2017-12-24convert RES_FRM constants to TypedWhichIdNoel Grandin1-3/+3
2017-12-21TypedWhichId in svx part 1Noel Grandin1-2/+1
2017-12-02Get rid of the css::util::NumberFormat::TEXT abuse as "special" "key"Eike Rathke1-4/+2
2017-11-22Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann1-4/+4
2017-11-16coverity#1421111 Useless callCaolán McNamara1-2/+0
2017-11-07Replace some lists by vectors (sw)Julien Nabet1-2/+1
2017-10-31RotateFlyFrame2: Unified FrameAreaDefinitionArmin Le Grand1-1/+1
2017-10-27loplugin:constantparam in swNoel Grandin1-2/+2
2017-10-03new loplugin:blockblockNoel Grandin1-13/+11
2017-09-26loplugin:flatten in swNoel Grandin1-168/+164
2017-09-14clang-tidy modernize-use-emplace in swNoel Grandin1-2/+2
2017-08-04loplugin:constparams in sw part5Noel Grandin1-12/+12
2017-07-21de-hrc various thingsCaolán McNamara1-1/+1
2017-07-14use more OUString::operator== in swNoel Grandin1-1/+1
2017-06-28-Werror=catch-value= (GCC 8)Stephan Bergmann1-1/+1
2017-06-19Make SfxItemSet ranges correct by construction: Fix static casesStephan Bergmann1-14/+15
2017-06-16Make SfxItemSet ranges correct by constructionStephan Bergmann1-25/+18
2017-06-10sw: DisableCallbackAction in a bunch more placesMichael Stahl1-0/+1
2017-06-07tdf#74177 writer: ignoring comment allows number recognitionJustin Luth1-1/+1
2017-06-05Improved loplugin:cstylecast to reference types: swStephan Bergmann1-3/+3
2017-06-05Improved loplugin:redundantcast, const/static_cast combinations: swStephan Bergmann1-2/+2
2017-05-12remove unused uno::Reference varsNoel Grandin1-2/+0
2017-04-29tdf#107350 - prevent crash in unotbl.cxxLeMoyne Castle1-1/+3
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-04-13convert TableMergeErr to scoped enumNoel Grandin1-1/+1
2017-03-17convert SvxBorderStyle to scoped enumNoel Grandin1-1/+1
2017-03-16convert SwUndoId to scoped enumNoel Grandin1-4/+4
2017-03-15convert SvxFrameDirection to scoped enumNoel Grandin1-2/+2
2017-02-28new loplugin unoanyNoel Grandin1-2/+2
2017-02-07convert CursorType to scoped enumNoel Grandin1-5/+5
2017-02-06Add missing #includesStephan Bergmann1-0/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-177/+86
2017-01-26loplugin: unnecessary destructor swNoel Grandin1-4/+0
2017-01-19New loplugin:dynexcspec: Add @throws documentation, swStephan Bergmann1-0/+2
2016-11-21introduce getValue(sKey) for SequenceAsHashMapJochen Nitschke1-7/+9
2016-11-09make comphelper::containerToSequence a little smarterNoel Grandin1-1/+1