/android/

option value='distro/allotropia/zeta-7-4'>distro/allotropia/zeta-7-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/svx/qa/unit
ecoration'>
AgeCommit message (Collapse)Author
2015-01-05Resolves: fdo#87003 Kill BOOST_FOREACH on masterNathan Yee
use C++11s range-based for() loops instead Conflicts: sd/source/filter/eppt/pptx-epptooxml.cxx Change-Id: I0868eb345932c05b7e40b087035da252b99bf0b9 Reviewed-on: https://gerrit.libreoffice.org/13714 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-09-19fdo#84061 Fix setting text style sheet listeners in SdrTextObjTobias Lippert
The code in SdrTextObj::ImpSetTextStyleSheetListeners is obviously not working correctly. The families of the stylesheets are appended to the name of the family for further usage. An encoded string looks like "STYLE_NAME|3 " The family is then extracted by copying the first (length-6) bytes, e.g., "STYLE_NAME" in this example. Then another copy starting a position 1 is created, e.g., "TYLE_NAME". This string is cast to an Int32. Since this is not possible, 0 is returned, and the originally stored family is lost. This patch corrects this behavior, and adds a unit test. Change-Id: I60c0add6e4b670acbbc264cc77672452f282f737 Reviewed-on: https://gerrit.libreoffice.org/10818 Reviewed-by: Matúš Kukan <matus.kukan@collabora.com> Tested-by: Matúš Kukan <matus.kukan@collabora.com>
Paris Oplopoios
2023-06-09Fix typoAndrea Gelmini
2023-06-09Fix typoAndrea Gelmini
2023-06-09notify async password changeJaume Pujantell
2023-06-05lok: callback to send the updated theme palette when theme changesTomaž Vajngerl
2023-06-02lok: accessibility event listener for focused paragraphMarco Cecchetti
2023-04-27Bin the unused paintTileToCGContext special thing for iOSTor Lillqvist
2023-04-01Add LoKit callback for application color changeParis Oplopoios
2023-03-13Improve documentation of lok::Document::getPartPageRectangles()Tor Lillqvist
2023-03-11lok: add trimMemory capability, and expand dumpState to caches.Michael Meeks
2023-03-10sw lok: notify clients about view option changesParis Oplopoios
2023-03-07Drop the LibreOfficeKit paintThumbnail() APITor Lillqvist
2023-03-07Fix Doxygen comment thinko: dumpState() is in lok::Office, not in lok::DocumentTor Lillqvist
2023-03-01Improve the LibreOfficeKit Document::paintThumbnail() APITor Lillqvist
2023-02-22Extend LOKit API with functionality to extract a request and paint thumbnailsTor Lillqvist
2023-01-29lok: support per-user timezoneAshod Nakashian
2023-01-27Remove support for AIXStephan Bergmann