summaryrefslogtreecommitdiff
path: root/sw/source/core/access/accmap.cxx
AgeCommit message (Expand)Author
2024-01-26sw a11y: Return MapMode instead of using out paramMichael Weghorn
2024-01-25sw a11y: Send SELECTION_CHANGED_{ADD,REMOVE} event for docMichael Weghorn
2024-01-25sw a11y: Drop special event handling for single selected shapeMichael Weghorn
2024-01-25sw a11y: Drop unnecessary cast to SwAccessiblePreviewMichael Weghorn
2024-01-25sw a11y: Return SwAccessibleContext to avoid castingMichael Weghorn
2024-01-25sw a11y: Drop VEC_SHAPE typedefMichael Weghorn
2023-12-22cid#1546500 COPY_INSTEAD_OF_MOVECaolán McNamara
2023-12-10cid#1545177 COPY_INSTEAD_OF_MOVECaolán McNamara
2023-10-28tdf#135586 sw a11y: Use BLOCK_QUOTE role for "Block Quotation" paraMichael Weghorn
2023-10-18use more SdrObjList::begin/end in swNoel Grandin
2023-09-01use concrete type for SwAccessibleShapeMap_ImplNoel Grandin
2023-09-01use concrete type for SwAccessibleMap::mxCursorContextNoel Grandin
2023-08-02split Point/Size/Rectangle into AbsoluteScreenPixel* typesNoel Grandin
2023-05-17fire less "index hint out of range, ignoring" warningsNoel Grandin
2023-05-09Resolves: tdf#138512 don't crash on removing already Disposed a11y contextCaolán McNamara
2023-05-07improve some usage of OInterfaceIteratorHelper4Noel Grandin
2023-05-04tdf#105404 [API CHANGE] add index to accessiblity change eventNoel Grandin
2023-04-28fix type checks of raw SdrObject's in writerNoel Grandin
2023-04-28Revert "remove dead code in SwDrawModellListener_Impl::Notify"Noel Grandin
2023-04-28fix regression in "tdf#119388 add new UNO listener/broadcaster"Noel Grandin
2023-04-28remove dead code in SwDrawModellListener_Impl::NotifyNoel Grandin
2023-04-27tdf#136749 no need to use maMutex in SwAccessibleMapNoel Grandin
2023-04-26tdf#136749 std::map -> unordered_mapNoel Grandin
2023-02-20tdf#153754 "Insert" - "Chart" in Writer hangsNoel Grandin
2023-02-17osl::Mutex->std::mutex in SwAccessibleMapNoel Grandin
2023-02-16osl::Mutex->std::mutex in SwDrawModellListener_ImplNoel Grandin
2023-01-13tdf#150708 if the old is CARET_OR_STATES then try updating itCaolán McNamara
2022-12-31use more GetAnchorContentOffsetNoel Grandin
2022-11-25use more SwFormatAnchor::GetAnchorNode methodNoel Grandin
2022-09-02[API CHANGE] tdf#150683 a11y: Switch a11y child index to 64 bitMichael Weghorn
2022-08-31tdf#150676 sw a11y: Remove item from selection list on disposeMichael Weghorn
2022-08-26cid#1500578 silence Dereference after null checkCaolán McNamara
2022-08-22cid#1500530 return early to silence Dereference after null checkCaolán McNamara
2022-08-22cid#1500675 return early to silence Dereference after null checkCaolán McNamara
2022-08-20cid#1500474 rearrange to avoid Dereference after null checkCaolán McNamara
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann
2022-08-18loplugin:moveitNoel Grandin
2022-08-14use more SwPosition::GetNode instead of nNodeNoel Grandin
2022-08-12clang-tidy modernize-pass-by-value in swNoel Grandin
2022-08-02introduce SwPosition::GetContentIndexNoel Grandin
2022-08-02introduce SwPosition::GetNodeIndexNoel Grandin
2022-08-02introduce SwPosition::GetNodeNoel Grandin
2022-07-29use more SwPaM::StartEndNoel Grandin
2022-03-28Recheck sw/ cxx files with IWYUGabor Kelemen
2022-02-12Fix some tautological std::type_info (in-)equality comparisonsStephan Bergmann
2022-02-09sw a11y: Drop custom implementations of std::lessMichael Weghorn
2022-01-22Use o3tl::convert instead of OutputDevice::LogicToLogicMike Kaganski
2021-12-21Typo: "seleted" instead of "selected"Julien Nabet
2021-12-01use more OInterfaceContainerHelper3 in swNoel Grandin
2021-10-21introduce SwNodeOffset strong typedefNoel Grandin