summaryrefslogtreecommitdiff
path: root/svtools/source
AgeCommit message (Expand)AuthorFilesLines
2021-07-29jsdialog: sidebar: don't close popups when first time usedSzymon Kłos1-1/+6
2021-07-27use officecfg for SvtHistoryOptionsNoel Grandin1-47/+29
2021-07-26use officecfg for SvxHtmlOptionsNoel Grandin1-353/+53
2021-07-26UBSAN fixNoel Grandin1-15/+26
2021-07-26use officecfg for menu optionsNoel Grandin2-418/+0
2021-07-25use officecfg for drawing optionsNoel Grandin1-854/+87
2021-07-25use officecfg for print optionsNoel Grandin2-446/+109
2021-07-25use officecfg for help optionsNoel Grandin2-253/+0
2021-07-25simplify SvFontSubstNoel Grandin1-92/+68
2021-07-24use officecfg to retrieve offlinehelppopupNoel Grandin1-23/+2
2021-07-23Fix SvtHelpOptions_Impl::GetPropertyNames (svtools)Julien Nabet1-1/+0
2021-07-23use officecfg to retrieve help stylesheetNoel Grandin1-22/+1
2021-07-23use officecfg to retrieve help systemNoel Grandin1-16/+2
2021-07-23use officecfg to retrieve GetIsForPagePreviewsNoel Grandin1-21/+0
2021-07-23use officecfg to retrieve SidebarIconSizeNoel Grandin1-57/+0
2021-07-23use officecfg to retrieve NotebookbarIconSizeNoel Grandin1-58/+1
2021-07-23use officecfg to retrieve DisableUICustomizationNoel Grandin1-30/+2
2021-07-23simplify AsynchronLinkNoel Grandin1-27/+22
2021-07-23osl::Mutex->std::mutex in AsynchronLinkNoel Grandin2-15/+8
2021-07-23osl::Mutex->std::mutex in ValueItemAccNoel Grandin2-4/+5
2021-07-19no need for pimpl in CellValueConversionNoel Grandin2-323/+286
2021-07-17move BuildWhichTable and simplifyNoel Grandin1-55/+0
2021-07-15crashreporting: Crash seen in CachePreview from Idle UpdateHdlCaolán McNamara1-1/+4
2021-07-15the freetype font cache mentioned in this comment no longer existsCaolán McNamara1-3/+1
2021-07-13a11y crash on teardown of FmXGridPeerCaolán McNamara1-4/+10
2021-07-12Revert "flatten ValueSet item array"Caolán McNamara3-110/+110
2021-07-08make SetParentToDefaultWindow available from vcl onlyCaolán McNamara1-3/+0
2021-07-02convert AccessibleBrowseBoxObjType to scoped enumNoel Grandin3-40/+40
2021-06-30Purge out rtl::math::setNanBaiXiaochun1-9/+5
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin3-4/+4
2021-06-23ofz#35502 Indirect-leakCaolán McNamara1-2/+7
2021-06-17use string_view in the Translate APINoel Grandin1-1/+1
2021-06-14Only look for semicolon if colon is foundMike Kaganski1-4/+3
2021-06-11Simplify Sequence/vector initializationsJulien Nabet1-3/+1
2021-06-10Simplify Sequences initializations (sot/stock/svl/svtools/svx)Julien Nabet1-13/+2
2021-06-09-Werror,-Wunused-but-set-variable (Clang 13 trunk)Stephan Bergmann1-5/+0
2021-06-08Resolves tdf#131817 - Option to globally switch toolbar locking on/offHeiko Tietze1-0/+3
2021-06-04tdf#142638 crash leaving embedded object (GTK3)Noel Grandin1-0/+2
2021-06-03HtmlWriter: add end tag checking and helper for attribute writingTomaž Vajngerl1-5/+24
2021-05-29flatten TabBar item listNoel Grandin1-137/+136
2021-05-29no need to allocate these on the heapNoel Grandin1-10/+10
2021-05-29flatten ValueSet item arrayNoel Grandin3-110/+110
2021-05-28tdf#142150 nothing already selected on MouseUp without previous MouseDownCaolán McNamara1-1/+3
2021-05-25tdf#142479 on 'return' select the entry the cursor is in before calling SelectCaolán McNamara1-0/+8
2021-05-21add Toggleable as a separate thing to a ButtonCaolán McNamara6-9/+9
2021-05-20move some headers inside modulesNoel Grandin2-2/+2
2021-05-19pass CheckButton argument instead of its Button baseclassCaolán McNamara1-1/+1
2021-05-19ImplPlayWithRenderer never checks its OutputDevice against nullptrCaolán McNamara1-2/+1
2021-05-17split OutputDevice from WindowNoel Grandin9-51/+51
2021-05-07embeddedobj: handle getting the visible area on a threadMiklos Vajna1-0/+2