summaryrefslogtreecommitdiff
path: root/sfx2/source/control
AgeCommit message (Expand)Author
2024-11-08no need to take a copy of the getProcessComponentContext return valueNoel Grandin
2024-11-07sw: add .uno:DeleteContentControl commandcodewithvk
2024-11-06cid#1556442 COPY_INSTEAD_OF_MOVECaolán McNamara
2024-11-04new loplugin:staticconstexprNoel Grandin
2024-10-31tdf#162666 Make SfxStateCache handle Items correctlyArmin Le Grand (allotropia)
2024-10-28tdf#162510 - Consider pinned items for the scroll bar in the start centerAndreas Heinisch
2024-10-22cid#1555259 COPY_INSTEAD_OF_MOVECaolán McNamara
2024-10-06cid#1608265 Overflowed constantCaolán McNamara
2024-10-05cid#1607477 Data race conditionNoel Grandin
2024-10-04Make Start Center pin icon highlight behave as intendedIlmari Lauhakangas
2024-09-25sw: add new command to make a response comment rootJaume Pujantell
2024-09-23tdf#163086 Resize SVG pin icons to 24x24 and clean them upIlmari Lauhakangas
2024-09-22tdf#163086 downscale excessively large pinned document iconsPatrick Luby
2024-09-10Add arguments to Last 4 UNO Commands in CrashReport DumpXisco Fauli
2024-08-30Send statechange info after .uno:TableCellBackgroundColorDarshan-upadhyay1110
2024-08-26cid#1607636 Data race conditionCaolán McNamara
2024-08-23LOKit: Enable the Execute Interaction command for ImpressHubert Figuière
2024-08-18LOKit: Enable the "Interaction..." command for Impress.Hubert Figuière
2024-08-18cid#1557699 COPY_INSTEAD_OF_MOVECaolán McNamara
2024-08-15SfxScriptOrganizerItem should not subclass SfxStringItemNoel Grandin
2024-08-14LOKit: enable the Distribute commandHubert Figuière
2024-06-25LOK: Do a ".uno:DocumentStatus" "state changed" callbackMike Kaganski
2024-06-25Revert "LOK: Introduce LOK_CALLBACK_STATUS_UPDATE"Mike Kaganski
2024-06-21LOK: Introduce LOK_CALLBACK_STATUS_UPDATEMike Kaganski
2024-06-18Add SfxItemType to SfxPoolItemOliver Specht
2024-06-17LOK: Use frozen map instead of a chain of hundreds string comparisonsMike Kaganski
2024-06-16LOK: Send view modes status change notificationsMike Kaganski
2024-05-30cool#9174 - Enable .uno:ChangeBezierHubert Figuière
2024-05-23sfx2: warning C6011: Dereferencing NULL pointerXisco Fauli
2024-05-22sfx2: bGlobalOnly is always falseXisco Fauli
2024-05-12cid#1597307 silence Unchecked return valueCaolán McNamara
2024-05-12jsdialog: enable Object Name and Description dialogSzymon Kłos
2024-05-10loplugin:ostr in sfx2Noel Grandin
2024-05-09lokit: Properly handle state update for .uno:ToggleSheetGridHubert Figuière
2024-05-02make the slot data constinitNoel Grandin
2024-05-01use more OUString in sfx slotsNoel Grandin
2024-05-01WaE: C6011 Dereferencing NULL pointer warningsCaolán McNamara
2024-04-29cool#8066: calc: enable .uno:ToggleSheetGridHubert Figuière
2024-04-29rearrange to clarify that ThumbnailViewItem* was never nullCaolán McNamara
2024-04-29call SfxViewShell::Current() just onceCaolán McNamara
2024-04-16sfx2 lok: simplify error handling in InterceptLOKStateChangeEvent()Miklos Vajna
2024-04-15null-deref in SfxViewShell::isBlockedCommandCaolán McNamara
2024-04-13sfx2: fix crash in InterceptLOKStateChangeEvent()Miklos Vajna
2024-04-08tdf#159719 reset SfxPoolItemHolder when Pool changesArmin Le Grand (allotropia)
2024-04-06Enable allowing comment editing in readOnly view mode.Gökay Şatır
2024-04-03Use sdi properties for checking uno commands'a availability.Gökay Şatır
2024-04-03Allow more uno commands in readonly view mode.Gökay Şatır
2024-04-02tdf#146619 Drop unused 'using namespace' in: sfx2/Gabor Kelemen
2024-03-27Allow export commands in readonly view mode.Gökay Şatır
2024-03-27Send ParaRightToLeft state messageto client sideDarshan11