summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/xiescher.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-03-11Use weak reference to SfxObjectShell in SfxEventHint to avoid use-after-freeMike Kaganski1-1/+1
2024-01-05Use officecfg instead of SvtFilterOptions wrapper in scGabor Kelemen1-5/+4
2023-12-30move IsFuzzing to comphelperCaolán McNamara1-2/+2
2023-11-01pass SfxItemSet by const & to CreateNoteFromObjectDataNoel Grandin1-1/+1
2023-10-20Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: scStephan Bergmann1-2/+2
2023-09-15reduce casting around ScDocShellNoel Grandin1-7/+8
2023-05-16tdf#79542 xls: applyGroupBox to radiobutton groupsJustin Luth1-0/+60
2023-04-07sc drawstyles: Keep style assignment for commentsMaxim Monastirsky1-1/+1
2023-03-21crashreporting: CreateEmbeddedObject might failCaolán McNamara1-0/+3
2023-03-18loplugin:stringadd use more O[U]StringCharNoel Grandin1-3/+3
2022-11-02tdf#54857 elide more dynamic_castNoel Grandin1-1/+1
2022-08-29ref-count SdrObjectNoel Grandin1-50/+50
2022-05-04Just use Any ctor instead of makeAny in scStephan Bergmann1-4/+2
2022-01-07remove E3D_INVENTOR_FLAG and convert SdrObjKind to scoped enumNoel Grandin1-2/+2
2021-11-23O[U]String::replaceAt overloads that take string_viewNoel Grandin1-1/+1
2021-11-12Fix (mis-)uses of temporary O[U]StringLiteralStephan Bergmann1-1/+2
2021-11-11Drop ScGlobal::GetEmptyOUString() and EMPTY_OUSTRINGMike Kaganski1-10/+10
2021-10-30Prepare for removal of non-const operator[] from Sequence in scMike Kaganski1-6/+4
2021-10-11In O[U]StringBuffer, make string_view params replacements for OUString onesStephan Bergmann1-1/+1
2021-10-10ofz: Integer-overflowCaolán McNamara1-2/+2
2021-09-24no need to allocate this SfxItemSet on the heapNoel Grandin1-1/+1
2021-09-17ofz: Avoid timeoutCaolán McNamara1-0/+7
2021-09-03ofz: MemorySanitizer: use-of-uninitialized-valueCaolán McNamara1-0/+6
2021-08-19ofz#37300 Direct-leakCaolán McNamara1-1/+1
2021-08-16pass OutlinerParaObject around by valueNoel Grandin1-3/+3
2021-08-05Use SdrObject::set/getHyperlinkSamuel Mehrbrodt1-2/+3
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin1-1/+1
2021-06-26cid#1474269 Untrusted allocation sizeCaolán McNamara1-2/+2
2021-06-08cid#1485887 Unchecked return valueCaolán McNamara1-1/+1
2021-04-13cid#1474366 Untrusted loop boundCaolán McNamara1-5/+13
2021-04-11cid#1473782 silence Untrusted loop boundCaolán McNamara1-1/+7
2021-04-10cid#1474380 silence Untrusted loop boundCaolán McNamara1-4/+5
2021-04-06cid#1474130 silence Untrusted loop boundCaolán McNamara1-1/+5
2021-03-29improve scopingCaolán McNamara1-2/+1
2021-03-29improve scopingCaolán McNamara1-2/+1
2021-01-02introduce Degree100 strong_int typeNoel1-10/+10
2020-12-08drop unneeded includeCaolán McNamara1-2/+2
2020-10-20use tools::Long in scNoel1-6/+6
2020-10-10we throw away the original of the cloneCaolán McNamara1-1/+1
2020-09-30loplugin:reducevarscope in scNoel1-4/+4
2020-09-22OUStringLiteral/OStringLiteral coverity PARSE_ERROR workaroundCaolán McNamara1-3/+3
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann1-4/+4
2020-08-15remove constructor with plain Bitmap from Graphic, use BitmapExTomaž Vajngerl1-2/+2
2020-08-13loplugin:stringstatic also look for local staticsNoel Grandin1-2/+2
2020-08-08loplugin:flatten in sc/filter/excelNoel Grandin1-167/+176
2020-07-01Upcoming improved loplugin:staticanonymous -> redundantstatic: scStephan Bergmann1-1/+1
2020-05-10new loplugin:simplifypointertoboolNoel Grandin1-1/+1
2020-04-06loplugin:unusedvariableplus in scNoel Grandin1-1/+0
2020-01-24loplugin:makeshared in scNoel Grandin1-70/+70
2020-01-15tweak GetBitmap methods in BitmapExNoel Grandin1-1/+1