summaryrefslogtreecommitdiff
path: root/sw/source/ui/frmdlg/frmpage.cxx
AgeCommit message (Expand)Author
2023-11-10sw floattable, insert UI: default to at-char for non-split flysMiklos Vajna
2023-11-09sw floattable, insert UI: allow direct creation of floating tablesMiklos Vajna
2023-11-07sw floattable, insert UI: fix default frame width when inserting a new oneMiklos Vajna
2023-07-07tdf#152484 cui,sw: if decorative is enabled, disable title/descriptionMichael Stahl
2023-06-13tdf#147021: sw/source use std::size() instead of SAL_N_ELEMENTSDr. David Alan Gilbert
2023-05-25use more TypedWhichIdNoel Grandin
2023-05-16sw floattable: disable UI if the frame is chained alreadyMiklos Vajna
2023-03-31add some asserts in SwFormatAnchorNoel Grandin
2023-03-16Resolves: tdf#152704 old image remains underneath when new image drawnCaolán McNamara
2023-03-01sw floattable: teach the UI about SwFormatFlySplitMiklos Vajna
2023-02-17check GetActiveWrtShell() and CheckAndGetWrtShell()Xisco Fauli
2022-12-09tdf#143311 offapi,oox,writerfilter,xmloff,sw: decorative flag on flysMichael Stahl
2022-11-25use more SwFormatAnchor::GetAnchorNode methodNoel Grandin
2022-11-24pass SwFormatAnchor to SwFEShell::CalcBoundRectNoel Grandin
2022-11-22loplugin:unusedfieldsNoel Grandin
2022-11-14sw: prefix members of SwAddStylesDlg_Impl, SwAutoMarkDlg_Impl, ...Miklos Vajna
2022-11-07sw: prefix members of SwCaptionDialog, SwColumnPage, SwFrameAddPage and ...Miklos Vajna
2022-11-03sw: prefix members of BmpWindow, SwFieldRefPage, SwFieldVarPage and ...Miklos Vajna
2022-08-16don't try and select position 0 of combobox if combobox is emptyCaolán McNamara
2022-06-08Resolves tdf#149010 - MInor UI fixesHeiko Tietze
2022-06-02std::move SfxPoolItem into SfxItemSet where possibleNoel Grandin
2022-05-03Just use Any ctor instead of makeAny in swStephan Bergmann
2022-03-28Recheck sw/ cxx files with IWYUGabor Kelemen
2022-03-11use more SfxItemSet::GetItemIfSetNoel Grandin
2022-02-28remove unused FN_PARAM_GRF*Noel Grandin
2022-02-10add more TypedWhichIdNoel Grandin
2022-02-09Resolves: tdf#132591 set property if Fixed Ratio checkbox was toggledCaolán McNamara
2022-02-04add toId/fromId to tidy up some ugly castingCaolán McNamara
2022-02-04Resolves: tdf#146997 use sal_Int64 instead of sal_Int32 for spinbutton valuesCaolán McNamara
2022-01-28no need to call GetWhich on these SID_ valuesNoel Grandin
2021-07-19Move svl::Items to include/svl/whichranges.hxx, and unify its usageMike Kaganski
2021-07-16Move validity check to svl::Items, to avoid invalid WhichRangesContainerMike Kaganski
2021-07-15WhichRangesContainer, reduce malloc in SfxItemSetNoel Grandin
2021-06-10sw image anchor type: add style UI for thisMiklos Vajna
2021-06-09sw keep aspect ratio: add style UI for this settingMiklos Vajna
2021-05-28no need to allocate these on the heapNoel Grandin
2021-05-21sw: replace most static_cast<sal_uInt16>() calls with o3tl::narrowing()Miklos Vajna
2021-05-21add Toggleable as a separate thing to a ButtonCaolán McNamara
2021-05-19ImplPlayWithRenderer never checks its OutputDevice against nullptrCaolán McNamara
2021-04-09Recheck include/ with IWYUGabor Kelemen
2021-01-14tdf#138843 Show image file type inside image properties dialogshubham656
2021-01-02introduce Degree100 strong_int typeNoel
2020-12-28use SdrAngleItem for SID_ATTR_TRANSFORM_ANGLENoel Grandin
2020-11-11convert more long -> tools::LongNoel
2020-10-20use tools::Long in swNoel
2020-07-30loplugin:flatten in sw/ui/dialog..sw/ui/tableNoel Grandin
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: swStephan Bergmann
2020-06-10loplugin:buriedassign in swNoel Grandin
2020-03-13Revert "loplugin:constfields in sw"Noel Grandin
2020-01-28New loplugin:unsignedcompareStephan Bergmann