/* A feature split out from config_features.h because it affects many files. */ #ifndef CONFIG_FEATURE_DESKTOP_H #define CONFIG_FEATURE_DESKTOP_H /* DESKTOP - Whether we have a "normal" desktop UI or not. * * Non-DESKTOP in practice means touch-based mobile devices, Android * or iOS for now. Support for those is work in progress. * * Non-DESKTOP implies that the OS makes sure that only one instance * of each LibreOffice-based "app" at a time can be running, and thus * the LibreOffice code does not need to handle such things itself. * * Non-DESKTOP implies no traditional inter-app drag and drop concept. * * Non-DESKTOP implies no traditional help mechanism, and to some * extent (as noticed, and as possible without making the code too * ugly) the related code is ifdeffed out. * * Non-DESKTOP implies no traditional desktop-style GUI elements like * toolbars and scrollbars presented by the LO code. */ #define HAVE_FEATURE_DESKTOP 0 #endif LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/ridljar
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2024-12-20 15:39:38 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2024-12-21 07:36:42 +0100
commit0df75a03e2b67e65b42a582018c1ebe2e6e8491c (patch)
treec97f14c9a19d141cfb58d660f5b4ea577f57b284 /ridljar
parentf44becfdb8bc0dad2d3ec7abd3aaa889d9e0bfea (diff)
add more coverage to testRowForHeight