summaryrefslogtreecommitdiff
path: root/sc/source/ui/xmlsource/xmlsourcedlg.cxx
AgeCommit message (Expand)Author
2023-09-15reduce casting around ScDocShellNoel Grandin
2023-03-13make more use of OUStringBuffer::append(OUStringConcat)Noel Grandin
2023-02-14tdf#153604: include the root element when traversing the treeKohei Yoshida
2022-02-14Recheck modules s[a-c]* with IWYUGabor Kelemen
2021-12-16Resolves: tdf#126565 RefEditModified() preset current sheet for address-onlyEike Rathke
2021-09-30loplugin:constparams improve handling of pointer paramsNoel Grandin
2021-07-12tdf#126665 Remember last used file picker directorySamuel Mehrbrodt
2020-09-18ScAddress::Parse never passed a null ScDocument*Caolán McNamara
2020-09-12Upgrade liborcus to 0.16.0.Kohei Yoshida
2020-03-01cid#1459028 various checked_return warningsCaolán McNamara
2019-11-14SetReference ScDocument arg is never nullCaolán McNamara
2019-09-26loplugin:constmethod in scNoel Grandin
2019-08-28Remove unnecessary braces.Kohei Yoshida
2019-08-22Fully support importing of XML with nested repeat elements.Kohei Yoshida
2019-08-21Return std::unique_ptr directly.Kohei Yoshida
2019-08-21Namespace doesn't need a semicolon.Kohei Yoshida
2019-08-15Switch mdds to 1.5.0 and liborcus to 0.15.0.Kohei Yoshida
2019-08-12tdf#42949 Fix IWYU warnings in sc/source/ui/{view,xmlsource}/*cxxGabor Kelemen
2019-05-13drop some unneeded includesCaolán McNamara
2019-05-12Use hasElements to check Sequence emptiness in sax..sdextArkadiy Illarionov
2019-05-11remove unused RefEdit/RefButtonCaolán McNamara
2019-04-29weld ScXMLSourceDlgCaolán McNamara
2019-04-28set parent for file picker dialogCaolán McNamara
2018-12-25Simplify containers iterations in sc/source/ui/{view,xmlsource}Arkadiy Illarionov
2018-12-20tdf#42949 Fix IWYU warnings in include/vcl/[t-u]*Gabor Kelemen
2018-12-08use Image(OUString) instead of Image(Bitmap(OUString))Noel Grandin
2018-11-07move SvTreeListBox to vclCaolán McNamara
2018-07-03move SvTreeList::*Sibling to SvTreeListEntryNoel Grandin
2018-04-16tdf#42949 Remove unnecessary localization headers from scGabor Kelemen
2017-10-26vcl: make MapMode constructor explicitMichael Stahl
2017-10-23loplugin:includeform: scStephan Bergmann
2017-09-12clang-tidy modernize-use-emplace in scNoel Grandin
2017-08-29loplugin:constparam in sc part8Noel Grandin
2017-07-03C++11 remove std::unary_function bases from functorsJochen Nitschke
2017-05-07revert OSL_ASSERT changesChris Sherlock
2017-05-07tdf#43157: convert sc module away from OSL_ASSERT to assertChris Sherlock
2017-04-26remove sc bitmaps from .src filesCaolán McNamara
2017-01-19sc: load BitmapEx resources instead of Image onesCaolán McNamara
2016-12-08convert SFX_HINT to scoped enumNoel Grandin
2016-12-05convert DecodeMechanism to scoped enumNoel Grandin
2016-10-05convert MapUnit to scoped enumNoel Grandin
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-09-23perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke
2016-08-26convert SV_ITEM_ID_LBOX defines to scoped enumJochen Nitschke
2016-03-12tdf#84938 Change defines to typed_flagsJochen Nitschke
2016-01-11loplugin:privatebase: Publicly derive from binary_/unary_functionStephan Bergmann
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-02cppcheck: noExplicitConstructorCaolán McNamara
2015-10-16convert Link<> to typedNoel Grandin
2015-10-04Prefer getSelectedFiles to getFiles (sc)Julien Nabet