summaryrefslogtreecommitdiff
path: root/include/osl/socket.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-11-29 21:09:27 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-11-30 08:40:08 +0100
commit799f159ac00ca155275aebd930f538a1924ca471 (patch)
tree571aec7cc5b16ef434ba0cbfe21944c8eab5de0e /include/osl/socket.hxx
parentf8325dd3ea14a4766cd2bb7c0249338b59c2ed28 (diff)
remove unused HeaderBarItemBits enum values
Change-Id: I84752cb9d683cb22c96d91cc54d7c4dc474603fc Reviewed-on: https://gerrit.libreoffice.org/64269 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/osl/socket.hxx')
0 files changed, 0 insertions, 0 deletions
11-19tdf#123936 Formatting files in module sc with clang-formatPhilipp Hofer 2020-10-31Enquote sheet name if necessary, tdf#137896 follow-upEike Rathke 2020-10-31Resolves: tdf#137896 Paste sheet-local names with sheet name prefixEike Rathke 2020-09-27never null ScViewData*Caolán McNamara 2020-09-17ScCompiler ctors never passed a null ScDocument*Caolán McNamara 2020-09-16IsNameValid never passed a null ScDocument*Caolán McNamara 2020-09-15establish that ScViewData::GetDocument can always return ScDocument&Caolán McNamara 2020-09-14both branches dereference ScDocument* argCaolán McNamara 2020-08-19make a LabelType enum distinct from MessageTypeCaolán McNamara 2020-08-09loplugin:flatten in scNoel Grandin 2020-02-22ScGlobal - change direct access to a static ptr for a getterTomaž Vajngerl 2019-11-14cid#1455325 establish that pDoc cannot be null thereCaolán McNamara 2019-11-14mpDoc is assumed to be non-nullCaolán McNamara 2019-11-14SetReference ScDocument arg is never nullCaolán McNamara 2019-10-15Resolves: tdf#128137 cursor jumping during edit, etc.Caolán McNamara 2019-09-26loplugin:constmethod in scNoel Grandin 2019-05-13drop some unneeded includesCaolán McNamara 2019-05-11remove unused RefEdit/RefButtonCaolán McNamara 2019-05-11weld conditional formattingCaolán McNamara 2019-04-12rename ScRangeManagerTable back to RangeManagerTableCaolán McNamara 2019-04-12loplugin:unusedmethodsNoel Grandin 2019-04-11weld ScNameDefDlgCaolán McNamara 2019-04-11weld ScNameDlgCaolán McNamara 2019-03-16weld SwEditRegionDlgCaolán McNamara 2019-03-11tdf#42949 Fix IWYU warnings in sc/source/ui/[f-o]*/*cxxGabor Kelemen 2019-03-11loplugin:constantparamNoel Grandin 2019-02-19weld ChineseDictionaryDialogCaolán McNamara 2019-02-12weld ScNamePasteDlgCaolán McNamara 2019-01-29o3tl::make_unique -> std::make_unique in scGabor Kelemen 2019-01-10pass ScTokenArray around by unique_ptrNoel Grandin 2019-01-08Simplify containers iterations in sc/source/ui/[f-u]*Arkadiy Illarionov 2018-10-29tdf#42949 Fix IWYU warnings in sc/source/ui/inc/[f-p]*Gabor Kelemen 2018-10-26tdf#42949 Fix IWYU warnings in include/unotools/*Gabor Kelemen 2018-10-16tdf#42949 Fix IWYU warnings in sc/source/ui/inc/[a-e]*Gabor Kelemen 2018-10-09use unique_ptr in SfxUndoManager::AddUndoActionNoel Grandin