--- src/core/CLucene/store/IndexOutput.h +++ src/core/CLucene/store/IndexOutput.h @@ -159,7 +159,7 @@ * @param b the bytes to write * @param len the number of bytes to write */ - virtual void flushBuffer(const uint8_t* b, const int32_t len) = 0; + virtual void flushBuffer(const uint8_t* /*b*/, const int32_t /*len*/) {} }; CL_NS_END table id='header'> cgit logo index : lo/core
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/vcl/source/window/mouse.cxx
AgeCommit message (Expand)Author
2024-09-10use more concrete UNO type in vclNoel Grandin
2024-08-26cid#1556160 COPY_INSTEAD_OF_MOVECaolán McNamara
2023-10-05cool#7254 crash on double click of value set item in bullets and numberingCaolán McNamara
2023-07-18remove ImplFrameToOutput and ImplOutputToFrameNoel Grandin
2023-03-07lok: form controls: rendering and mouse event forwardingMarco Cecchetti
2022-11-09vcl: fix crash in Window::LeaveWait()Miklos Vajna
2022-09-19Rename MouseNotifyEvent to NotifyEventTypeSamuel Mehrbrodt
2022-02-15lok: fix sending mouse pointerHenry Castro
2022-02-15lok: sc: introduce LocalStartDrag methodHenry Castro
2022-01-09Catch exception if failing to set the drag sourceJan-Marek Glogowski
2022-01-07VCL move platform code from mouse.cxx into pluginsJan-Marek Glogowski
2021-11-01Prepare for removal of non-const operator[] from Sequence in vclMike Kaganski
2021-09-20clean up ambiguous confusing rectangle APIs like IsInside()Luboš Luňák