True False True True True False True True 6 vertical 3 True False True True text False 2 True False False True False False True False False True False False True False False True False False True False False False False 1 True True icons False 2 True Fill Format Mode True res/sc05554.png Applies the selected style to the object or text that you select in the document. False False True New Style from Selection True res/sc05555.png False False True Styles actions True res/sc05555.png False False True Update Style True res/sc05556.png False False False True end 2 False True 0 True True True in True True True True True True liststore1 False 0 False True 1 Style List False True 1 True True True in True True True True True True liststore2 False True 1 True True 1 Style List False True 2 True False Show previews True True False True True Display the style names as examples of their formatting. False True 0 Spotlight True False True True Displays a color and a unique number code for each applied paragraph or character style in the document. False True 1 False True 4 True False Select a filter for the list of styles. False True 5 0 0 True False e-6-0 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-10-16pep8 -> pycodestyleMiklos Vajna
To silence this warning: /usr/lib/python3.6/site-packages/pycodestyle.py:2190: UserWarning: [pep8] section is deprecated. Use [pycodestyle]. warnings.warn('[pep8] section is deprecated. Use [pycodestyle].') Change-Id: I0a2f9b266562a797d1625b3c50261e7e43315fb7 Reviewed-on: https://gerrit.libreoffice.org/61827 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
2018-09-18Add pep8 config file for pythonSamuel Mehrbrodt
There were some attempts to format python code with pep8 in the past (tdf#99145). This adds a config file and sets the max line length to 100 (what we use in clang-format). Change-Id: I07837af0f6fd6fb108fcfd25c1ba6c6c09a12404 Reviewed-on: https://gerrit.libreoffice.org/60660 Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>