summaryrefslogtreecommitdiffstats
path: root/forms
Commit message (Expand)AuthorAgeFilesLines
* Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 5Mike Kaganski2021-09-152-3/+5
* Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 4Mike Kaganski2021-09-155-9/+6
* Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 3 [API CHANGE]Mike Kaganski2021-09-154-8/+8
* Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski2021-09-1510-28/+28
* Simplify ORichTextModel's XUnoTunnel implementationMike Kaganski2021-09-122-8/+5
* convert some OSL_ENSURE -> assertNoel Grandin2021-09-081-4/+4
* rename UpdateMode -> UpdateLayout in editeng classNoel Grandin2021-09-022-4/+4
* clang-tidy:readability-redundant-member-initNoel Grandin2021-09-0117-49/+8
* tdf#74702 vcl: introduce GetSystemTextColor()Chris Sherlock2021-08-303-3/+3
* loplugin:referencecasting look through more clang TypesNoel Grandin2021-08-232-5/+2
* New loplugin:unusedcapturedefaultStephan Bergmann2021-08-201-1/+1
* split SvNumberFormatter into it's own headerNoel Grandin2021-08-131-0/+1
* Missing includeStephan Bergmann2021-08-102-0/+2
* Pass context and resource string down to boost::locale separatelyNoel Grandin2021-08-0510-53/+55
* IsVertical->IsEffectivelyVertical, GetDirectVertical->GetVerticalMike Kaganski2021-07-211-3/+3
* tdf#126665 Remember last used file picker directorySamuel Mehrbrodt2021-07-121-0/+1
* use string_view in the Translate APINoel Grandin2021-06-172-3/+4
* Simplify Sequences initializations (desktop/e*/filter/forms/formula/fpicker)Julien Nabet2021-06-081-10/+10
* no need to allocate these on the heapNoel Grandin2021-06-021-4/+4
* ImplPlayWithRenderer never checks its OutputDevice against nullptrCaolán McNamara2021-05-191-1/+1
* loplugin:unusedmethodsNoel Grandin2021-05-182-4/+0
* split OutputDevice from WindowNoel Grandin2021-05-171-3/+3
* comment on suspicious codeCaolán McNamara2021-05-131-0/+2
* Revert "simplify the vcl<->toolkit connection"Noel Grandin2021-05-132-2/+2
* simplify the vcl<->toolkit connectionNoel Grandin2021-05-122-2/+2
* ref-count SfxItemPoolNoel Grandin2021-05-082-6/+2
* loplugin:unusedmethodsNoel Grandin2021-05-061-1/+0
* throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann2021-05-027-8/+8
* loplugin:stringadd simplify some *StringBuffer operationsNoel Grandin2021-04-291-6/+6
* loplugin:stringadd convert chained append to +Noel Grandin2021-04-271-1/+1
* drop mask from BitmapExNoel Grandin2021-04-261-1/+1
* no need makeStringAndClear() when appending to bufferNoel Grandin2021-04-221-1/+1
* update PCHsLuboš Luňák2021-04-081-1/+3
* Updated README.md files to represent current code / use Markdown formatHossein2021-04-071-1/+3
* rtl::Static -> function local staticNoel Grandin2021-04-071-6/+2
* drop operator bool and operator! from Bitmap and BitmapExNoel2021-03-281-1/+1
* const OUString -> const OUStringLiteralMike Kaganski2021-03-251-2/+2
* Using .md extension/Markdown syntax for modules READMEHossein2021-03-241-0/+0
* tdf#124176 Use pragma once in f*Vincent LE GARREC2021-03-2394-371/+94
* add PixelFormat enum that replaces bit count in Bitmap/BitmapExTomaž Vajngerl2021-03-131-1/+1
* use strong_int for item ids in vcl::ToolBoxNoel2021-03-111-30/+31
* Make sal/config.h the first in pchMike Kaganski2021-03-091-2/+2
* loplugin:refcounting in formsNoel2021-02-265-14/+15
* loplugin:refcounting in formsNoel2021-02-2118-61/+41
* loplugin:referencecasting in editeng..frameworkNoel2021-02-167-18/+17
* loplugin:referencecasting check for Reference::queryNoel2021-02-091-1/+1
* tdf#140151: revert fix for tdf#46579 which caused regressionJulien Nabet2021-02-041-2/+2
* simplify code, use more subView()Noel2021-01-281-1/+1
* avoid some ref-countingNoel Grandin2021-01-252-2/+2
* Use ContainerType().swap and avoid local variablesMike Kaganski2021-01-242-4/+2