summaryrefslogtreecommitdiff
path: root/svx/source/fmcomp
AgeCommit message (Expand)Author
2023-04-21Resolves: tdf#154535 create the OXFormsDescriptor on-demandCaolán McNamara
2023-04-02Avoid conversions between OUString and OString in VCLMike Kaganski
2023-03-29loplugin:stringadd in svxNoel Grandin
2023-02-21osl::Mutex->std::mutex in FmXGridPeerNoel Grandin
2023-01-18XUnoTunnel->dynamic_cast in FmXFilterCellNoel Grandin
2023-01-13XUnoTunnel->dynamic_cast in VCLXDeviceNoel Grandin
2022-12-19Resolves: tdf#146933 wire up keypress events for table control widgetsCaolán McNamara
2022-09-19Rename MouseNotifyEvent to NotifyEventTypeSamuel Mehrbrodt
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann
2022-08-08move m_bNavigationBar to BrowseBox so it knows best scroll/status bar heightCaolán McNamara
2022-06-01The return value of those getLength functions is guaranteed to be non-negativeStephan Bergmann
2022-05-03Just use Any ctor instead of makeAny in svxStephan Bergmann
2022-04-11loplugin:stringview add check for getToken().toInt32Noel Grandin
2022-03-14add TypedWhichId version of QueryStateNoel Grandin
2022-03-05GetComponentServiceName can be constNoel Grandin
2022-03-03Recheck modules sv* with IWYUGabor Kelemen
2021-12-17use more OInterfaceContainer3::notifyEachNoel Grandin
2021-12-14tdf#145999 -1 was the representation of unlimited cell widthCaolán McNamara
2021-12-01tdf#145964 related: also drop special-casing in TransferableHelper::SetStringMike Kaganski
2021-11-28use more OInterfaceContainerHelper3 in svxNoel Grandin
2021-11-27use more OInterfaceContainerHelper3 in FmX*MultiplexerNoel Grandin
2021-11-27use more OInterfaceContainerHelper3 in FmXGridPeerNoel Grandin
2021-11-26loplugin:stringliteraldefine in svxNoel Grandin
2021-11-23O[U]String::replaceAt overloads that take string_viewNoel Grandin
2021-11-22Use less DegreeN::get()Mike Kaganski
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski
2021-10-04loplugin:constmethodNoel Grandin
2021-10-01tdf#141633 use OutputDevice::DrawText for multiline text tooCaolán McNamara
2021-10-01Related: tdf#141633 use IsMultiLineEdit instead of !IsSimpleEditCaolán McNamara
2021-09-30loplugin:constmethod handle more casesNoel Grandin
2021-09-30tdf#141633 set correct font sizes in tableview child widgetsCaolán McNamara
2021-09-29Related: tdf#144139 use the classic size calculationCaolán McNamara
2021-09-29Resolves: tdf#144139 checkboxs in print output shouldn't be themedCaolán McNamara
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 4Mike Kaganski
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski
2021-09-13tdf#142415 mouse events not propogated to table control event handlersCaolán McNamara
2021-09-12Typo *Successfull->*SuccessfulJulien Nabet
2021-09-03clang-tidy:readability-redundant-member-initNoel Grandin
2021-08-30tdf#74702 vcl: introduce GetSystemTextColor()Chris Sherlock
2021-08-20New loplugin:unusedcapturedefaultStephan Bergmann
2021-08-13split SvNumberFormatter into it's own headerNoel Grandin
2021-08-05Pass context and resource string down to boost::locale separatelyNoel Grandin
2021-08-04Resolves: tdf#143023 explicitly connect to ControlBase focus-[in/out]Caolán McNamara
2021-08-04EventWindow is always a svt::ControlBaseCaolán McNamara
2021-08-04establish that DbCellControl Window member is always a ControlBaseCaolán McNamara
2021-07-13a11y crash on teardown of FmXGridPeerCaolán McNamara
2021-07-02convert AccessibleBrowseBoxObjType to scoped enumNoel Grandin
2021-06-10Simplify Sequences initializations (sot/stock/svl/svtools/svx)Julien Nabet
2021-05-30don't check isDisposed inside dispose()Noel Grandin