summaryrefslogtreecommitdiff
path: root/extensions
AgeCommit message (Expand)AuthorFilesLines
2021-08-25Introduce o3tl::saturating_cast for floating-point->integer conversionMike Kaganski1-3/+1
2021-08-20tdf#141097 Revert "Veto process exit while an OLE client is connected"Michael Warner2-69/+0
2021-08-18loplugin:constparamsNoel Grandin1-4/+4
2021-08-13bibliography, local URL: better starting directory when picking a new fileMiklos Vajna1-0/+14
2021-08-13pre-select todays's date if the date is emptyCaolán McNamara1-1/+7
2021-08-13tdf#143357 use a DateFormatter and a separate Calendar menubuttonCaolán McNamara4-22/+99
2021-08-13extensions bibliography: sync the bibliography database window with sw/Miklos Vajna3-155/+15
2021-08-13split SvNumberFormatter into it's own headerNoel Grandin2-0/+2
2021-08-13sw bibliography: fix missing identifier + local URL in biblio referenceMiklos Vajna4-2/+100
2021-08-11convert some LogicToLogic calls to use o3tl::convert insteadTomaž Vajngerl1-2/+3
2021-08-10use rtl::math::expm1 instead of boost::math::expm1Caolán McNamara1-3/+2
2021-08-10can return OInterfaceIteratorHelper2 by value hereNoel Grandin2-12/+12
2021-08-09stray unwanted and unneeded image-position propertiesCaolán McNamara1-1/+0
2021-08-07create comphelper::OMultiTypeInterfaceContainerHelper2 and use itNoel Grandin1-2/+2
2021-08-05fix --enable-online-update afterNoel Grandin2-3/+4
2021-08-05drop unneeded forward declareCaolán McNamara2-2/+0
2021-08-05Pass context and resource string down to boost::locale separatelyNoel Grandin21-55/+64
2021-08-02Fix --enable-online-update buildStephan Bergmann1-17/+17
2021-08-02convert #defines to OUStringLiteralNoel Grandin4-39/+39
2021-07-27sw bibliography, local copy: handle the column mapping dialogMiklos Vajna2-2/+25
2021-07-27sw bibliography, local copy: handle the bibliography database windowMiklos Vajna6-21/+211
2021-07-23do not use "using namespace std" in headersCollabora4-7/+3
2021-07-19Move svl::Items to include/svl/whichranges.hxx, and unify its usageMike Kaganski1-1/+1
2021-07-17Related: tdf#143357 set blank label for no dateCaolán McNamara1-2/+5
2021-07-16Related: tdf#143357 explicitly set the default of focus-on-clickCaolán McNamara3-0/+3
2021-07-16extensions: bibliography database window: add UI to set a page number on a URLMiklos Vajna3-18/+214
2021-07-14extensions: bibliography database window: add browse button for URLsMiklos Vajna4-5/+57
2021-07-12Fix extended tip after translationOlivier Hallot1-63/+66
2021-07-12tdf#126665 Remember last used file picker directorySamuel Mehrbrodt1-1/+1
2021-07-09Make loplugin:stringadd slightly more aggressiveStephan Bergmann1-3/+1
2021-07-09loplugin:indentation (clang-cl)Stephan Bergmann1-1/+1
2021-07-02stray unwanted image-position for CheckButtonCaolán McNamara1-1/+0
2021-06-25Add back computation of excepinfo.bstrDescription lengthStephan Bergmann1-2/+5
2021-06-25-Werror,-Wunused-but-set-parameter (clang-cl 13 trunk)Stephan Bergmann1-2/+1
2021-06-25-Werror,-Wunused-but-set-variable (clang-cl 13 trunk)Stephan Bergmann1-2/+1
2021-06-19use more TellEnd()Noel Grandin1-2/+1
2021-06-17use string_view in the Translate APINoel Grandin5-7/+9
2021-06-14only one of the radiobuttons in a group should be activeCaolán McNamara1-1/+0
2021-06-03Revert "Initialize vector directly with the already known count number"Julien Nabet1-2/+2
2021-06-02Initialize vector directly with the already known count numberJulien Nabet1-2/+2
2021-06-01loplugin:stringview (clang-cl)Stephan Bergmann1-6/+4
2021-05-21add Toggleable as a separate thing to a ButtonCaolán McNamara10-13/+13
2021-05-21use toggle instead of click for RadioButtonCaolán McNamara4-12/+12
2021-05-20use toggle instead of click for CheckButtonCaolán McNamara4-17/+25
2021-05-19loplugin:noexcept (clang-cl)Stephan Bergmann1-3/+3
2021-05-15inherit LinkButton and Notebook from Widget instead of ContainerCaolán McNamara1-1/+1
2021-05-13Revert "simplify the vcl<->toolkit connection"Noel Grandin2-4/+4
2021-05-12simplify the vcl<->toolkit connectionNoel Grandin2-4/+4
2021-05-08ref-count SfxItemPoolNoel Grandin5-8/+6
2021-05-03loplugin:unnecessaryparen small improvementNoel Grandin1-1/+1