summaryrefslogtreecommitdiff
path: root/forms
AgeCommit message (Expand)AuthorFilesLines
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 5Mike Kaganski2-3/+5
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 4Mike Kaganski5-9/+6
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 3 [API CHANGE]Mike Kaganski4-8/+8
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski10-28/+28
2021-09-12Simplify ORichTextModel's XUnoTunnel implementationMike Kaganski2-8/+5
2021-09-08convert some OSL_ENSURE -> assertNoel Grandin1-4/+4
2021-09-02rename UpdateMode -> UpdateLayout in editeng classNoel Grandin2-4/+4
2021-09-01clang-tidy:readability-redundant-member-initNoel Grandin17-49/+8
2021-08-30tdf#74702 vcl: introduce GetSystemTextColor()Chris Sherlock3-3/+3
2021-08-23loplugin:referencecasting look through more clang TypesNoel Grandin2-5/+2
2021-08-20New loplugin:unusedcapturedefaultStephan Bergmann1-1/+1
2021-08-13split SvNumberFormatter into it's own headerNoel Grandin1-0/+1
2021-08-10Missing includeStephan Bergmann2-0/+2
2021-08-05Pass context and resource string down to boost::locale separatelyNoel Grandin10-53/+55
2021-07-21IsVertical->IsEffectivelyVertical, GetDirectVertical->GetVerticalMike Kaganski1-3/+3
2021-07-12tdf#126665 Remember last used file picker directorySamuel Mehrbrodt1-0/+1
2021-06-17use string_view in the Translate APINoel Grandin2-3/+4
2021-06-08Simplify Sequences initializations (desktop/e*/filter/forms/formula/fpicker)Julien Nabet1-10/+10
2021-06-02no need to allocate these on the heapNoel Grandin1-4/+4
2021-05-19ImplPlayWithRenderer never checks its OutputDevice against nullptrCaolán McNamara1-1/+1
2021-05-18loplugin:unusedmethodsNoel Grandin2-4/+0
2021-05-17split OutputDevice from WindowNoel Grandin1-3/+3
2021-05-13comment on suspicious codeCaolán McNamara1-0/+2
2021-05-13Revert "simplify the vcl<->toolkit connection"Noel Grandin2-2/+2
2021-05-12simplify the vcl<->toolkit connectionNoel Grandin2-2/+2
2021-05-08ref-count SfxItemPoolNoel Grandin2-6/+2
2021-05-06loplugin:unusedmethodsNoel Grandin1-1/+0
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann7-8/+8
2021-04-29loplugin:stringadd simplify some *StringBuffer operationsNoel Grandin1-6/+6
2021-04-27loplugin:stringadd convert chained append to +Noel Grandin1-1/+1
2021-04-26drop mask from BitmapExNoel Grandin1-1/+1
2021-04-22no need makeStringAndClear() when appending to bufferNoel Grandin1-1/+1
2021-04-08update PCHsLuboš Luňák1-1/+3
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein1-1/+3
2021-04-07rtl::Static -> function local staticNoel Grandin1-6/+2
2021-03-28drop operator bool and operator! from Bitmap and BitmapExNoel1-1/+1
2021-03-25const OUString -> const OUStringLiteralMike Kaganski1-2/+2
2021-03-24Using .md extension/Markdown syntax for modules READMEHossein1-0/+0
2021-03-23tdf#124176 Use pragma once in f*Vincent LE GARREC94-371/+94
2021-03-13add PixelFormat enum that replaces bit count in Bitmap/BitmapExTomaž Vajngerl1-1/+1
2021-03-11use strong_int for item ids in vcl::ToolBoxNoel1-30/+31
2021-03-09Make sal/config.h the first in pchMike Kaganski1-2/+2
2021-02-26loplugin:refcounting in formsNoel5-14/+15
2021-02-21loplugin:refcounting in formsNoel18-61/+41
2021-02-16loplugin:referencecasting in editeng..frameworkNoel7-18/+17
2021-02-09loplugin:referencecasting check for Reference::queryNoel1-1/+1
2021-02-04tdf#140151: revert fix for tdf#46579 which caused regressionJulien Nabet1-2/+2
2021-01-28simplify code, use more subView()Noel1-1/+1
2021-01-25avoid some ref-countingNoel Grandin2-2/+2
2021-01-24Use ContainerType().swap and avoid local variablesMike Kaganski2-4/+2