summaryrefslogtreecommitdiff
path: root/forms
AgeCommit message (Expand)AuthorFilesLines
2022-09-19tdf#149797 Change highlight background color in some controlsIlhan Yesil1-0/+2
2022-09-19Rename MouseNotifyEvent to NotifyEventTypeSamuel Mehrbrodt1-2/+2
2022-09-14move ErrCode to comphelper and improve debug output stringNoel Grandin1-1/+1
2022-09-10unique_ptr->optional for GraphicNoel Grandin2-14/+15
2022-09-08Revert "tdf#150569 Modify hardcoded dates to extend the range of accepted dates"Juan C. Sanz1-1/+1
2022-09-07tdf#150569 Modify hardcoded dates to extend the range of accepted datesjucasaca1-1/+1
2022-08-27cid#1500688 silence Dereference after null checkCaolán McNamara1-0/+2
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann30-30/+30
2022-08-10Make ToolBox::InsertItem take the command nameMaxim Monastirsky1-4/+2
2022-08-08drop unwanted scroll cornerCaolán McNamara3-23/+0
2022-08-08tdf#117388 use native scrollbar under gtk in richedit controlCaolán McNamara2-14/+19
2022-07-25use more o3tl::spanNoel Grandin1-1/+0
2022-07-21elide some makeStringAndClear() callsNoel Grandin1-1/+1
2022-07-20move wintypes.hxx from tools to vclChris Sherlock1-1/+1
2022-06-21clang-tidy modernize-pass-by-value in formsNoel Grandin15-41/+52
2022-06-10new loplugin:moveitNoel Grandin1-2/+2
2022-05-24Use o3tl::make_unsigned in some placesStephan Bergmann4-10/+13
2022-05-04Just use Any ctor instead of makeAny in formsStephan Bergmann37-162/+156
2022-05-03add o3tl::equalsAsciiNoel Grandin2-3/+4
2022-05-01use more string_view in variousNoel Grandin1-2/+2
2022-04-29use more string_view in INetURLObjectNoel Grandin7-7/+7
2022-04-20loplugin:passstuffbyrefNoel Grandin2-2/+2
2022-04-13loplugin:stringviewparam whitelist some more functionsNoel Grandin3-8/+9
2022-04-11use more string_viewNoel Grandin1-2/+2
2022-04-11loplugin:stringview add check for getToken().toInt32Noel Grandin1-6/+6
2022-04-08loplugin:stringviewparam convert methods using trimNoel Grandin1-3/+4
2022-03-14new loplugin:trivialconstructorNoel Grandin1-1/+0
2022-03-05GetComponentServiceName can be constNoel Grandin2-2/+2
2022-03-01use SfxItemSet::GetItemIfSet in desktop..reportdesignNoel Grandin1-3/+2
2022-02-24use more TypedWhichIdNoel Grandin2-7/+7
2022-02-22Add XWeak constructor and operator= to uno::WeakReferenceNoel Grandin1-1/+1
2022-02-07 Simplify sequence of PropertyValue in formsJulien Nabet2-20/+14
2022-01-17Recheck modules [e-f]* with IWYUGabor Kelemen35-15/+49
2022-01-15Let loplugin:nullptr look into template instantiationsStephan Bergmann1-1/+1
2022-01-10use less SvStream::Flush()Noel Grandin1-2/+2
2021-12-21loplugin:flatten in filter..frameworkNoel Grandin10-294/+288
2021-12-18cid#1495784 Missing move assignment operatorCaolán McNamara1-7/+4
2021-12-17use more OInterfaceContainer3::notifyEachNoel Grandin2-14/+3
2021-12-16use more OInterfaceContainerHelper3 in toolkitCaolán McNamara1-4/+4
2021-12-10Generally determine Rdb content from gb_*_set_componentfile callsStephan Bergmann1-1/+1
2021-12-03replace comphelper::OListenerContainer with OInterfaceContainerHelper3Noel Grandin5-180/+16
2021-11-28use more OInterfaceContainerHelper3 in formsNoel Grandin25-72/+73
2021-11-25remove unused defines and convert some to OUStringLiteralNoel Grandin2-13/+0
2021-11-25loplugin:stringliteraldefine in formsNoel Grandin4-418/+411
2021-11-23O[U]String::replaceAt overloads that take string_viewNoel Grandin1-1/+1
2021-11-23remove ORowSetValue implicit conversion methodsNoel Grandin1-1/+1
2021-11-22improve method namingNoel Grandin3-5/+5
2021-11-19loplugin:stringliteraldefine in toolsNoel Grandin2-3/+3
2021-11-17tdf#145731: fix crash closing documentJulien Nabet1-1/+1
2021-11-08Replace some macros in forms part 17Julien Nabet16-121/+129