summaryrefslogtreecommitdiff
path: root/svx/source/fmcomp
AgeCommit message (Expand)AuthorFilesLines
2024-04-03tdf#146619 Drop unused 'using namespace' in: svx/Gabor Kelemen2-3/+0
2024-01-27Drop std::as_const from css::uno::Sequence iterationsMike Kaganski2-5/+5
2024-01-06cid#1560053 Missing move assignment operatorCaolán McNamara1-5/+4
2023-12-30tdf#146619 Recheck svx/ with IWYUGabor Kelemen1-1/+0
2023-12-10cid#1545789 COPY_INSTEAD_OF_MOVECaolán McNamara1-2/+1
2023-12-03cid#1546453 COPY_INSTEAD_OF_MOVECaolán McNamara1-1/+1
2023-11-23loplugin:fieldcast in DbGridControlNoel Grandin1-50/+19
2023-10-23Extended loplugin:ostr: Rewrite some O[U]StringLiteral -> O[U]StringStephan Bergmann1-1/+1
2023-10-20Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: svxStephan Bergmann3-8/+8
2023-10-18Clean up the remaining uses of OUStringConstExpr, and drop itStephan Bergmann1-3/+3
2023-10-14Use exception ctors, instead of setting members laterMike Kaganski1-2/+1
2023-09-26Resolves: tdf#151919 mark blanked fields as requiring a reformatCaolán McNamara1-6/+8
2023-06-29Use getXWeak in svxMike Kaganski1-5/+5
2023-06-26new loplugin:constexprliteralNoel Grandin1-2/+2
2023-04-21Resolves: tdf#154535 create the OXFormsDescriptor on-demandCaolán McNamara1-5/+5
2023-04-02Avoid conversions between OUString and OString in VCLMike Kaganski3-11/+11
2023-03-29loplugin:stringadd in svxNoel Grandin1-4/+4
2023-02-21osl::Mutex->std::mutex in FmXGridPeerNoel Grandin1-28/+41
2023-01-18XUnoTunnel->dynamic_cast in FmXFilterCellNoel Grandin1-13/+0
2023-01-13XUnoTunnel->dynamic_cast in VCLXDeviceNoel Grandin1-5/+3
2022-12-19Resolves: tdf#146933 wire up keypress events for table control widgetsCaolán McNamara1-25/+15
2022-09-19Rename MouseNotifyEvent to NotifyEventTypeSamuel Mehrbrodt1-1/+1
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann4-4/+4
2022-08-08move m_bNavigationBar to BrowseBox so it knows best scroll/status bar heightCaolán McNamara1-1/+1
2022-06-01The return value of those getLength functions is guaranteed to be non-negativeStephan Bergmann1-1/+2
2022-05-03Just use Any ctor instead of makeAny in svxStephan Bergmann5-34/+34
2022-04-11loplugin:stringview add check for getToken().toInt32Noel Grandin1-1/+2
2022-03-14add TypedWhichId version of QueryStateNoel Grandin1-2/+2
2022-03-05GetComponentServiceName can be constNoel Grandin1-1/+1
2022-03-03Recheck modules sv* with IWYUGabor Kelemen2-2/+1
2021-12-17use more OInterfaceContainer3::notifyEachNoel Grandin1-7/+2
2021-12-14tdf#145999 -1 was the representation of unlimited cell widthCaolán McNamara1-3/+2
2021-12-01tdf#145964 related: also drop special-casing in TransferableHelper::SetStringMike Kaganski2-3/+3
2021-11-28use more OInterfaceContainerHelper3 in svxNoel Grandin1-4/+4
2021-11-27use more OInterfaceContainerHelper3 in FmX*MultiplexerNoel Grandin1-7/+7
2021-11-27use more OInterfaceContainerHelper3 in FmXGridPeerNoel Grandin1-2/+2
2021-11-26loplugin:stringliteraldefine in svxNoel Grandin1-13/+13
2021-11-23O[U]String::replaceAt overloads that take string_viewNoel Grandin1-1/+1
2021-11-22Use less DegreeN::get()Mike Kaganski1-1/+1
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski2-2/+2
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski2-5/+5
2021-10-04loplugin:constmethodNoel Grandin1-1/+1
2021-10-01tdf#141633 use OutputDevice::DrawText for multiline text tooCaolán McNamara1-10/+8
2021-10-01Related: tdf#141633 use IsMultiLineEdit instead of !IsSimpleEditCaolán McNamara1-3/+3
2021-09-30loplugin:constmethod handle more casesNoel Grandin1-1/+1
2021-09-30tdf#141633 set correct font sizes in tableview child widgetsCaolán McNamara1-13/+17
2021-09-29Related: tdf#144139 use the classic size calculationCaolán McNamara1-1/+7
2021-09-29Resolves: tdf#144139 checkboxs in print output shouldn't be themedCaolán McNamara1-1/+96
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 4Mike Kaganski1-8/+1
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski2-7/+7