summaryrefslogtreecommitdiff
path: root/sc/source/ui/xmlsource
AgeCommit message (Expand)AuthorFilesLines
2020-09-18ScAddress::Parse never passed a null ScDocument*Caolán McNamara1-1/+1
2020-09-12Upgrade liborcus to 0.16.0.Kohei Yoshida1-1/+5
2020-03-01cid#1459028 various checked_return warningsCaolán McNamara1-1/+1
2019-11-14SetReference ScDocument arg is never nullCaolán McNamara1-2/+2
2019-09-26loplugin:constmethod in scNoel Grandin1-2/+2
2019-08-28Remove unnecessary braces.Kohei Yoshida1-21/+17
2019-08-22Fully support importing of XML with nested repeat elements.Kohei Yoshida1-28/+15
2019-08-21Return std::unique_ptr directly.Kohei Yoshida1-1/+1
2019-08-21Namespace doesn't need a semicolon.Kohei Yoshida1-1/+1
2019-08-15Switch mdds to 1.5.0 and liborcus to 0.15.0.Kohei Yoshida1-0/+6
2019-08-12tdf#42949 Fix IWYU warnings in sc/source/ui/{view,xmlsource}/*cxxGabor Kelemen1-4/+1
2019-05-13drop some unneeded includesCaolán McNamara1-3/+0
2019-05-12Use hasElements to check Sequence emptiness in sax..sdextArkadiy Illarionov1-1/+1
2019-05-11remove unused RefEdit/RefButtonCaolán McNamara1-4/+4
2019-04-29weld ScXMLSourceDlgCaolán McNamara1-207/+154
2019-04-28set parent for file picker dialogCaolán McNamara1-1/+5
2018-12-25Simplify containers iterations in sc/source/ui/{view,xmlsource}Arkadiy Illarionov1-6/+4
2018-12-20tdf#42949 Fix IWYU warnings in include/vcl/[t-u]*Gabor Kelemen1-0/+1
2018-12-08use Image(OUString) instead of Image(Bitmap(OUString))Noel Grandin1-3/+3
2018-11-07move SvTreeListBox to vclCaolán McNamara1-3/+3
2018-07-03move SvTreeList::*Sibling to SvTreeListEntryNoel Grandin1-2/+2
2018-04-16tdf#42949 Remove unnecessary localization headers from scGabor Kelemen1-1/+0
2017-10-26vcl: make MapMode constructor explicitMichael Stahl1-1/+1
2017-10-23loplugin:includeform: scStephan Bergmann1-9/+9
2017-09-12clang-tidy modernize-use-emplace in scNoel Grandin1-3/+2
2017-08-29loplugin:constparam in sc part8Noel Grandin1-3/+3
2017-07-03C++11 remove std::unary_function bases from functorsJochen Nitschke1-1/+1
2017-05-07revert OSL_ASSERT changesChris Sherlock1-6/+6
2017-05-07tdf#43157: convert sc module away from OSL_ASSERT to assertChris Sherlock1-6/+6
2017-04-26remove sc bitmaps from .src filesCaolán McNamara1-3/+4
2017-01-19sc: load BitmapEx resources instead of Image onesCaolán McNamara1-3/+3
2016-12-08convert SFX_HINT to scoped enumNoel Grandin1-1/+1
2016-12-05convert DecodeMechanism to scoped enumNoel Grandin1-1/+1
2016-10-05convert MapUnit to scoped enumNoel Grandin1-1/+1
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-4/+4
2016-09-23perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke1-1/+1
2016-08-26convert SV_ITEM_ID_LBOX defines to scoped enumJochen Nitschke1-1/+1
2016-03-12tdf#84938 Change defines to typed_flagsJochen Nitschke1-4/+4
2016-01-11loplugin:privatebase: Publicly derive from binary_/unary_functionStephan Bergmann1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-4/+4
2015-11-02cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-10-16convert Link<> to typedNoel Grandin1-3/+2
2015-10-04Prefer getSelectedFiles to getFiles (sc)Julien Nabet1-1/+1
2015-09-24convert Link<> to typedNoel Grandin1-7/+6
2015-09-08convert Link<> to typedNoel Grandin1-4/+2
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin1-3/+2
2015-07-20svtools: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl1-4/+2
2015-05-11refactor TreeListBox to use RenderContextTomaž Vajngerl1-3/+3
2015-04-30Gradually typed LinkStephan Bergmann1-2/+2
2015-04-10vclwidget: only call dispose() onceNoel Grandin1-1/+1