/* SPDX-License-Identifier: GPL-2.0 */ #ifdef CONFIG_RTC_INTF_DEV extern void __init rtc_dev_init(void); extern void __exit rtc_dev_exit(void); extern void rtc_dev_prepare(struct rtc_device *rtc); #else static inline void rtc_dev_init(void) { } static inline void rtc_dev_exit(void) { } static inline void rtc_dev_prepare(struct rtc_device *rtc) { } #endif #ifdef CONFIG_RTC_INTF_PROC extern void rtc_proc_add_device(struct rtc_device *rtc); extern void rtc_proc_del_device(struct rtc_device *rtc); #else static inline void rtc_proc_add_device(struct rtc_device *rtc) { } static inline void rtc_proc_del_device(struct rtc_device *rtc) { } #endif #ifdef CONFIG_RTC_INTF_SYSFS const struct attribute_group **rtc_get_dev_attribute_groups(void); #else static inline const struct attribute_group **rtc_get_dev_attribute_groups(void) { return NULL; } #endif href='/'>index : libreoffice/core
main, development code repositoryroot
summaryrefslogtreecommitdiff
path: root/canvas/workben
AgeCommit message (Expand)AuthorFilesLines
2015-10-02Fix typosAndrea Gelmini1-2/+2
2015-08-11stop inclduing canvas/verbosetraces.hxx and canvas/debug.hxxNorbert Thiebaud1-26/+25
2015-07-22com::sun::star->css in canvasNoel Grandin1-2/+2
2015-02-17tdf#39440 - cppcheck cleanlinessRadu Ioan1-2/+2
2014-12-11reduce scope of local variablesMichael Weghorn1-2/+1
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann1-1/+1
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin1-1/+1
2014-09-30fdo#82577: Handle PolyPolygonNoel Grandin1-1/+1
2014-09-23fdo#82577: Handle WindowNoel Grandin1-1/+1
2014-04-30Many spelling fixes: directories a* - g*.Pedro Giffuni1-1/+1
2014-02-25Remove visual noise from canvasAlexander Wilms1-1/+1
2014-02-23Remove unneccessary commentsAlexander Wilms1-2/+2
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin1-2/+2
2013-03-01Replace rtl::O(U)String with O(U)StringÁdám Csaba Király1-19/+18
2013-02-24CreateFromAscii removal in canvasRicardo Montania1-1/+1
2012-12-25Get rid of (most uses of) GUITor Lillqvist1-1/+1
2012-10-31Get rid of vcl::unohelper::GetMultiServiceFactoryStephan Bergmann1-1/+1
2012-10-08re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-09-14Improvement on previous commit, UCB clean upStephan Bergmann1-11/+5
2012-06-19re-base on ALv2 code.Michael Meeks1-0/+18
2012-06-02targeted string re-workNorbert Thiebaud1-5/+5
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-3/+2