summaryrefslogtreecommitdiff
path: root/sd
AgeCommit message (Expand)Author
2024-06-03sd: use SAL_RET_MAYBENULL in GetViewFrame()Xisco Fauli
2024-06-03Rename 'Organizer' to 'General' in style dialogsSamuel Mehrbrodt
2024-06-02cid#1602445 silence Uncaught exceptionCaolán McNamara
2024-06-02READMEs update: presenter console is now in sd instead of sdextJulien Nabet
2024-05-31LOK: Disable map mode in DrawViewShell's ctorMike Kaganski
2024-05-31sd: Reduce number of calls to GetMarkedObjectList()Xisco Fauli
2024-05-30sd: drop mpDocShell from DrawViewXisco Fauli
2024-05-30loplugin:ostr in sdNoel Grandin
2024-05-30AreObjectsMarked -> GetMarkedObjectList().GetMarkCount() != 0Xisco Fauli
2024-05-30GetMarkedObjectByIndex -> GetMarkedObjectList().GetMark()->GetMarkedSdrObj()Xisco Fauli
2024-05-29SortMarkedObjects() -> GetMarkedObjectList().ForceSort()Xisco Fauli
2024-05-29GetDescriptionOfMarkedObjects() -> GetMarkedObjectList().GetMarkDescription()Xisco Fauli
2024-05-29GetMarkedObjectCount() -> GetMarkedObjectList().GetMarkCount()Xisco Fauli
2024-05-29svx: GetSdrMarkByIndex -> GetMarkedObjectList().GetMarkXisco Fauli
2024-05-28sd: use SAL_RET_MAYBENULL in GetDrawView()Xisco Fauli
2024-05-28sd: warning C6011: Dereferencing NULL pointerXisco Fauli
2024-05-28loplugin:ostr in sd/../uiNoel Grandin
2024-05-27sd: use SAL_RET_MAYBENULL in GetViewShellBase()Xisco Fauli
2024-05-27sd: warning C6011: Dereferencing NULL pointerXisco Fauli
2024-05-27sd: use SAL_RET_MAYBENULL in GetViewShell()Xisco Fauli
2024-05-27sd: use SAL_RET_MAYBENULL in GetShell(), GetTopShell()...Xisco Fauli
2024-05-27sd: use SAL_RET_MAYBENULL in getViewFrame(), getDispatcher()...Xisco Fauli
2024-05-24related tdf#33603: update current page on SlideSorter viewSarper Akdemir
2024-05-24related tdf#33603: sd: outlineview: update current page on moving cursorSarper Akdemir
2024-05-24tdf#33603: sd: notes pane: properly handle movement keysSarper Akdemir
2024-05-23Revert "tdf#126095 sd notebookbar: don't force table/media toolbar"Justin Luth
2024-05-22Drop unused ATTR_OPTIONS_SNAPGabor Kelemen
2024-05-21cool#9019: draw/impress: disable the Grid for nowHubert Figuière
2024-05-18Resolves: tdf#161057 draw/impress auto font color not updated on theme changeCaolán McNamara
2024-05-18cid#1598235 Uninitialized pointer fieldCaolán McNamara
2024-05-18Drop now unused SdOptionsSnap, SdOptionsSnapItem classesGabor Kelemen
2024-05-17WaE: C6011 Dereferencing NULL pointer warningsCaolán McNamara
2024-05-17Use less SdOptionsSnapItem->Get/SetEliminatePolyPointLimitAngleGabor Kelemen
2024-05-17Add missing officecfg callGabor Kelemen
2024-05-17loplugin:ostr in sd/../filterNoel Grandin
2024-05-16Use less SdOptionsSnapItem->GetAngle/SetAngleGabor Kelemen
2024-05-16Use less SdOptionsSnapItem->GetSnapArea/SetSnapAreaGabor Kelemen
2024-05-16loplugin:ostr in sd/../consoleNoel Grandin
2024-05-16loplugin:ostr in sd/../coreNoel Grandin
2024-05-16tdf#156955 Add testSamuel Mehrbrodt
2024-05-16tdf#33603: sd: notes pane: force proper flush on page changeSarper Akdemir
2024-05-16tdf#33603: sd: make state of notes pane persist across runsSarper Akdemir
2024-05-16tdf#161056 Show bullets used in document in bullets dropdownSamuel Mehrbrodt
2024-05-16Drop unneeded 'using' instancesGabor Kelemen
2024-05-15Use less SdOptionsSnapItem->IsRotate/SetRotateGabor Kelemen
2024-05-15tdf#160690 set an opaque alpha mask for non-transparent framesPatrick Luby
2024-05-15Use less SdOptionsSnapItem->IsBigOrtho/SetBigOrthoGabor Kelemen
2024-05-14Use less SdOptionsSnapItem->IsOrtho/SetOrthoGabor Kelemen
2024-05-14annot: move TextAPI to svx and adapt the codeTomaž Vajngerl
2024-05-14annot: use smart pointers in TextAPIEditSource and clean-upTomaž Vajngerl