mkdir: %_DEST%\inc\external mkdir: %_DEST%\inc\external\jpeg ..\%__SRC%\slb\jpeglib.lib %_DEST%\lib\jpeglib.lib ..\%__SRC%\slb\jpeglib.lib %_DEST%\lib\jpeg.lib ..\%__SRC%\lib\libjpeglib.a %_DEST%\lib\libjpeglib.a ..\%__SRC%\lib\libjpeglib.a %_DEST%\lib\libjpeg.a ..\%__SRC%\inc\jerror.h %_DEST%\inc\external\jpeg\jerror.h ..\%__SRC%\inc\jpeglib.h %_DEST%\inc\external\jpeg\jpeglib.h ..\%__SRC%\inc\jconfig.h %_DEST%\inc\external\jpeg\jconfig.h ..\%__SRC%\inc\jmorecfg.h %_DEST%\inc\external\jpeg\jmorecfg.h > : lo/core
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomaž Vajngerl <tomaz.vajngerl@collabora.co.uk>2020-04-14 07:35:02 +0200
committerTomaž Vajngerl <quikee@gmail.com>2020-04-14 15:03:22 +0200
commitd6a15427a15166c4910e28645346cd47135b706a (patch)
tree568e4e528cff86b7ad1a35db4fbbd04de4fca2ef
parent0a23544ed4fba01c3d8e3842e4642dcd9893284b (diff)
lok: add tabstop changing and callback to send tabstop updates
This adds callback LOK_CALLBACK_TAB_STOP_LIST to send the tabstops for the current paragraph. In addition it adds .uno:ChangeTabStop action, with which it is possible to change just one tabstop identified by the index. Change-Id: I7762ead12e47288cbb0b0a1c8ffb8e9872cee8e8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/92139 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>