summaryrefslogtreecommitdiff
path: root/sw/source/ui/dialog
AgeCommit message (Expand)Author
2023-01-06tdf#86630 sw: Add one-step page number insertion wizardofftkp
2022-12-16check SfxObjectShell::Current()Caolán McNamara
2022-12-06Disallow linking files as Writer sections in OnlineAndras Timar
2022-12-02jsdialogs: make Content Control List Item Dialog asyncSzymon Kłos
2022-11-28WASM linguistic,sw: disable curl-using deepl codeMichael Stahl
2022-11-21Make the number format dialog an async jsdialogSkyler Grey
2022-11-20Turn the split table dialog into an async JSDialogSkyler Grey
2022-10-12new uno command uno:Translate with deepl apiMert Tumer
2022-10-11use more string_view in swNoel Grandin
2022-09-26sw: prefix members of SwInsTableDlg, SwRenameXNamedDlg, SwSaveLabelDlg ...Miklos Vajna
2022-09-12sw: prefix members of SwFieldEditDlg, SwFieldInputDlg, ...Miklos Vajna
2022-09-05sw: prefix members of SwChangeDBDlg, SwEditRegionDlg, SwLabFormatPage ...Miklos Vajna
2022-08-22sw: prefix members of NumberingPreview, SwDocStatPage, SwEnvDlg and ...Miklos Vajna
2022-08-17Fix undefined behavior for goodStephan Bergmann
2022-08-12sw: select entry in Insert->Bookmarks dialog when called from NavigatorMichael Stahl
2022-08-12clang-tidy modernize-pass-by-value in swNoel Grandin
2022-08-12workaround -Wenum-constexpr-conversionNoel Grandin
2022-07-13loplugin:unusedmethodsNoel Grandin
2022-06-02elide some unnecessary null checksNoel Grandin
2022-05-16sw content controls, dropdown: edit list items in the properties dialogMiklos Vajna
2022-05-13sw content controls, dropdown: add an initial properties dialogMiklos Vajna
2022-05-07Drop excess +1Stephan Bergmann
2022-05-05use more o3tl::getTokenNoel Grandin
2022-05-05tdf#148299 Don't unmotivatedly mess with spaces in file namesStephan Bergmann
2022-05-03Just use Any ctor instead of makeAny in swStephan Bergmann
2022-04-10loplugin:stringview check for getToken and trimNoel Grandin
2022-03-28Recheck sw/ cxx files with IWYUGabor Kelemen
2022-03-24sw clearing breaks: add insert UIMiklos Vajna
2022-03-10use SfxItemSet::GetItemIfSet in sw/.../ui/dialogNoel Grandin
2022-02-28unwrap data structure in SwCharURLPageNoel Grandin
2022-02-04add toId/fromId to tidy up some ugly castingCaolán McNamara
2021-12-14Stream::Tell returns sal_uInt64Noel Grandin
2021-11-23O[U]String::replaceAt overloads that take string_viewNoel Grandin
2021-11-07forward decls go after #includeNoel Grandin
2021-10-10use SfxItemSetFixed in swNoel Grandin
2021-09-24make it possible to build required database stuff for fuzzingCaolán McNamara
2021-09-18vcl: create FontMetric from PhysicalFontFaceChris Sherlock
2021-08-13split SvNumberFormatter into it's own headerNoel Grandin
2021-08-03tdf#143626 "protect" always shown checked for sections linked to fileCaolán McNamara
2021-07-28use officecfg for SvtCJKOptionsNoel Grandin
2021-07-26use officecfg for SvxHtmlOptionsNoel Grandin
2021-07-19Move svl::Items to include/svl/whichranges.hxx, and unify its usageMike Kaganski
2021-07-15WhichRangesContainer, reduce malloc in SfxItemSetNoel Grandin
2021-06-04tdf#120574 Store Ascii Options for Later Savingtobias
2021-05-21add Toggleable as a separate thing to a ButtonCaolán McNamara
2021-04-27use string_view in INetURLObject::decodeNoel Grandin
2021-04-09Recheck include/ with IWYUGabor Kelemen
2021-03-09let SwMultiTOXTabDialog have a Widget parent instead of a WindowCaolán McNamara
2021-03-06allow a widget as a parent, not just a windowCaolán McNamara
2021-01-10static_cast after dynamic_castNoel Grandin