summaryrefslogtreecommitdiff
path: root/svtools/source
AgeCommit message (Expand)AuthorFilesLines
2022-08-12revert direct append to aToken in SvRTFParser::ScanText() (tdf#150151)Luboš Luňák1-14/+21
2022-08-08move m_bNavigationBar to BrowseBox so it knows best scroll/status bar heightCaolán McNamara1-2/+6
2022-08-08use separate width and height for databrowser vert/horz scroll sizesCaolán McNamara2-15/+24
2022-08-08overpaint scrollbar junction with the face colorCaolán McNamara4-30/+25
2022-08-07add set_scroll_thickness to provide a way to "zoom" the scrollbarCaolán McNamara1-0/+2
2022-08-06move SVTXGridControl to toolkitCaolán McNamara19-8237/+0
2022-08-05tdf#117388 use native scrollbar under gtk in data browserCaolán McNamara4-86/+44
2022-08-05start with size at optimal sizeCaolán McNamara1-0/+1
2022-08-05tdf#117388 use native scrollbar under gtk in calc documentCaolán McNamara1-0/+4
2022-08-04split SwScrollbar up for reuse of adaptorCaolán McNamara1-0/+112
2022-08-03tdf#117388 use native scrollbar under gtk in writerCaolán McNamara1-0/+1
2022-07-24tdf#147868 Disable add sheet when structure is protectedHossein1-0/+5
2022-07-22elide some makeStringAndClear() callsNoel Grandin3-19/+40
2022-07-21Removed duplicated include and typoAndrea Gelmini1-1/+0
2022-07-18cid#1507356 Logically dead codeCaolán McNamara1-6/+0
2022-07-14clang-tidy modernize-pass-by-value in svtoolsNoel Grandin25-85/+103
2022-07-14loplugin:moveitNoel Grandin6-12/+8
2022-07-12use a read-only stream when reading graphic dataLuboš Luňák1-1/+2
2022-07-11tools: rename getHeight/Width() to GetOpenHeight/Width()Chris Sherlock1-3/+3
2022-07-08[API CHANGE] Drop css::accessibility::XAccessibleStateSetNoel Grandin6-97/+90
2022-06-27ofz#24932 Infinite loopCaolán McNamara1-1/+1
2022-06-27sw HTML export: fix missing escaping for image linksMiklos Vajna1-1/+2
2022-06-24svtools: avoid divide by zero in calcCustomItemSizeXisco Fauli1-1/+2
2022-06-23tdf#149401 show "Restart LibreOffice" dialog changing AutoRecoveryTünde Tóth1-0/+3
2022-06-21Correctly free font previews on settings changeJan-Marek Glogowski1-0/+2
2022-06-10loplugin:constantparamNoel Grandin1-14/+12
2022-06-10LanguageTool Grammar Checker implementationMert Tumer1-0/+164
2022-06-05restore %PRODUCTNAME to accessible descriptions that need themCaolán McNamara1-0/+1
2022-05-24Use o3tl::make_unsigned in some placesStephan Bergmann1-1/+1
2022-05-24modernize and improve PropertySetInfoNoel Grandin2-4/+0
2022-05-10tdf#147590 update OLE object after document refreshJuergen Funk2-5/+30
2022-05-05use more o3tl::getTokenNoel Grandin2-11/+12
2022-05-04use more string_view in unotoolsNoel Grandin1-1/+1
2022-05-03Just use Any ctor instead of makeAny in svtoolsStephan Bergmann12-42/+40
2022-05-03add o3tl::equalsAsciiNoel Grandin1-3/+4
2022-04-29use more string_view in INetURLObjectNoel Grandin5-7/+7
2022-04-25Resolves: tdf#141441 get and set selected entry when "unfrozen"Caolán McNamara1-16/+12
2022-04-20loplugin:passstuffbyrefNoel Grandin1-1/+1
2022-04-13loplugin:stringviewparam whitelist some more functionsNoel Grandin2-9/+10
2022-04-11loplugin:stringview add check for getToken().toInt32Noel Grandin2-3/+4
2022-04-06tdf#148413: Drop HTML export encoding configuration; use UTF-8Mike Kaganski2-92/+45
2022-04-02loplugin:stringviewparam convert methods using compareToNoel Grandin1-4/+4
2022-03-29a11y: Use new table model change types for row/col ins/delMichael Weghorn2-25/+25
2022-03-24Resolves tdf#140439 - AutoFormat Table preview not using DOCCOLORHeiko Tietze1-2/+4
2022-03-07do not pass XComponentContext to officecfg::...::get() callsLuboš Luňák1-4/+2
2022-03-03Recheck modules sv* with IWYUGabor Kelemen19-23/+4
2022-03-02remove self-assignLuboš Luňák1-1/+1
2022-03-02memcpy-param-overlapStephan Bergmann1-1/+1
2022-03-01avoid a temporary buffer, append to the resulting one (tdf#145862)Luboš Luňák1-24/+14
2022-03-01use OUStringBuffer for a string that's modified often (tdf#145862)Luboš Luňák5-44/+47