easymacro/source/easymacro/constants.py

11 lines
211 B
Python
Raw Normal View History

2023-12-17 23:57:30 -06:00
#!/usr/bin/env python
# ~ Is de sum of:
# ~ https://api.libreoffice.org/docs/idl/ref/namespacecom_1_1sun_1_1star_1_1sheet_1_1CellFlags.html
from com.sun.star.sheet import CellFlags
ONLY_DATA = 31
ALL = 1023