/* config.h.in. Generated from configure.in by autoheader. */ /* Build info string */ #undef BUILDINFO /* Assume case insensitive file system. */ #undef CASE_INSENSITIVE_FS /* Enables the use of spawn instead of fork/exec if it is supported. */ #undef ENABLE_SPAWN /* Define to 1 if you have the header file. */ #undef HAVE_CYGWIN_PROCESS_H /* Define to 1 if you have the header file, and it defines `DIR'. */ #undef HAVE_DIRENT_H /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */ #undef HAVE_DOPRNT /* Define to 1 if you have the header file. */ #undef HAVE_ERRNO_H /* Define to 1 if you have the header file. */ #undef HAVE_FCNTL_H /* Define to 1 if you have the `getcwd' function. */ #undef HAVE_GETCWD /* Define to 1 if you have the `gettimeofday' function. */ #undef HAVE_GETTIMEOFDAY /* Define to 1 if you have the `getwd' function. */ #undef HAVE_GETWD /* Define to 1 if the system has the type `int16'. */ #undef HAVE_INT16 /* Define to 1 if the system has the type `int32'. */ #undef HAVE_INT32 /* Define to 1 if the system has the type `int8'. */ #undef HAVE_INT8 /* Define to 1 if you have the header file. */ #undef HAVE_INTTYPES_H /* Define to 1 if you have the header file. */ #undef HAVE_LIMITS_H /* Define to 1 if you have the header file. */ #undef HAVE_MEMORY_H /* Define to 1 if you have the `mkstemp' function. */ #undef HAVE_MKSTEMP /* Define to 1 if you have the header file, and it defines `DIR'. */ #undef HAVE_NDIR_H /* Define to 1 if you have the `setenv' function. */ #undef HAVE_SETENV /* Define to 1 if you have the `settz' function. */ #undef HAVE_SETTZ /* Define to 1 if you have the `setvbuf' function. */ #undef HAVE_SETVBUF /* Define to 1 if you have the header file. */ #undef HAVE_SPAWN_H /* Define to 1 if you have the header file. */ #undef HAVE_STDINT_H /* Define to 1 if you have the header file. */ #undef HAVE_STDLIB_H /* Define to 1 if you have the `strerror' function. */ #undef HAVE_STRERROR /* Define to 1 if you have the header file. */ #undef HAVE_STRINGS_H /* Define to 1 if you have the header file. */ #undef HAVE_STRING_H /* Define to 1 if you have the `strlwr' function. */ #undef HAVE_STRLWR /* Define to 1 if you have the header file, and it defines `DIR'. */ #undef HAVE_SYS_DIR_H /* Define to 1 if you have the header file, and it defines `DIR'. */ #undef HAVE_SYS_NDIR_H /* Define to 1 if you have the header file. */ #undef HAVE_SYS_STAT_H /* Define to 1 if you have the header file. */ #undef HAVE_SYS_TIME_H /* Define to 1 if you have the header file. */ #undef HAVE_SYS_TYPES_H /* Define to 1 if you have the header file. */ #undef HAVE_SYS_WAIT_H /* Define to 1 if you have the `tempnam' function. */ #undef HAVE_TEMPNAM /* Define to 1 if you have the `tzset' function. */ #undef HAVE_TZSET /* Define to 1 if the system has the type `uint16'. */ #undef HAVE_UINT16 /* Define to 1 if the system has the type `uint32'. */ #undef HAVE_UINT32 /* Define to 1 if the system has the type `uint8'. */ #undef HAVE_UINT8 /* Define to 1 if you have the header file. */ #undef HAVE_UNISTD_H /* Define to 1 if you have the header file. */ #undef HAVE_UTIME_H /* Define to 1 if `utime(file, NULL)' sets file's timestamp to the present. */ #undef HAVE_UTIME_NULL /* Define to 1 if you have the `vprintf' function. */ #undef HAVE_VPRINTF /* Define to 1 if you have the header file. */ #undef HAVE_WAIT_H /* Define to 1 if your C compiler doesn't accept -c and -o together. */ #undef NO_MINUS_C_MINUS_O /* Name of package */ #undef PACKAGE /* Define to the address where bug reports for this package should be sent. */ #undef PACKAGE_BUGREPORT /* Define to the full name of this package. */ #undef PACKAGE_NAME /* Define to the full name and version of this package. */ #undef PACKAGE_STRING /* Define to the one symbol short name of this package. */ #undef PACKAGE_TARNAME /* Define to the version of this package. */ #undef PACKAGE_VERSION /* Define as the return type of signal handlers (`int' or `void'). */ #undef RETSIGTYPE /* The size of `int', as computed by sizeof. */ #undef SIZEOF_INT /* The size of `long', as computed by sizeof. */ #undef SIZEOF_LONG /* The size of `short', as computed by sizeof. */ #undef SIZEOF_SHORT /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS /* Define to 1 if you can safely include both and . */ #undef TIME_WITH_SYS_TIME /* Version number of package */ #undef VERSION /* Define to empty if `const' does not conform to ANSI C. */ #undef const /* Define to `long int' if does not define. */ #undef off_t /* Define to `unsigned int' if does not define. */ #undef size_t collabora/lov-6.1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/offapi
AgeCommit message (Expand)Author
2013-05-14fdo#46808, use DialogProvider service constructorNoel Grandin
2013-05-14fdo#46808, fix call to sdb::tools::ConnectionToolsNoel Grandin
2013-05-14fdo#46808, Convert ui::ImageManager to new styleNoel Grandin
2013-05-14fdo#46808, Convert setup::UpdateCheck service to new styleNoel Grandin
2013-05-14fdo#46808, Convert linguistic2::LingProperties to new styleNoel Grandin
2013-05-13fdo#46808, Convert ui::UICategoryDescripion to new styleNoel Grandin
2013-05-13fdo#46808, Convert some chart2 services to new styleNoel Grandin
2013-05-13fdo#46808 Convert chart2::FormattedString service to new styleNoel Grandin
2013-05-13fdo#46808, Convert sheet::GlobalSheetSettings service to new styleNoel Grandin
2013-05-13fdo#46808, Convert util::PathSettings service to new styleNoel Grandin
2013-05-12Related: #i120145# Remove ENABLE_PRESENTER_EXTRA_UIAriel Constenla-Haile
2013-05-08fdo#46808, Convert ZipFileAccess service to new styleNoel Grandin
2013-05-08fdo#46808, Convert graphic::SvgTools to new styleNoel Grandin
2013-05-08fdo#46808, Use service constructor for rendering::MtfRendererNoel Grandin
2013-05-06Revert "fdo#46808, Convert SystemClipboardExt service to new style"Stephan Bergmann
2013-05-06fdo#46808, Convert graphic::Primitive2DTools to new styleNoel Grandin
2013-05-06fdo#46808, Convert SystemClipboardExt service to new styleNoel Grandin
2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2013-04-25fdo#46808, Convert animations::AnimateMotion to new styleNoel Grandin
2013-04-25fdo#46808, Convert animations::Command to new styleNoel Grandin
2013-04-25fdo#46808, Convert animations::Audio and IterateContainer to new styleNoel Grandin
2013-04-25fdo#46808, Convert animations::AnimateColor and AnimateSet to new styleNoel Grandin
2013-04-25fdo#46808 Convert awt::Pointer to new styleNoel Grandin
2013-04-25fdo#46808 Convert animations::ParallelTimeContainer to new styleNoel Grandin
2013-04-25fdo#46808, Convert form::ControlFontDialog to new styleNoel Grandin
2013-04-24put theBrowseNodeFactory singleton into extra fileDavid Tardon
2013-04-24add missing idl files to the listDavid Tardon
2013-04-24Split offapi/type_reference/types.rdb in twoStephan Bergmann
2013-04-24Get rid of UnoApiMerge_typesStephan Bergmann
2013-04-23fdo#46808, convert form::Forms to new styleNoel Grandin
2013-04-23fdo#46808, convert drawing::ColorTable to new styleNoel Grandin
2013-04-22Data-aware ListBox: document changes & improve documentationLionel Elie Mamane
2013-04-22Data-aware bindable ListBox new feature: bind *value*Lionel Elie Mamane
2013-04-22Rephrase documentation a bitLionel Elie Mamane
2013-04-22Data-aware ListBox: BoundValue==-1 to store index in listLionel Elie Mamane
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2013-04-19Resolves: #i121197# Escape non-ASCII chars from css.style.NumberingTypeAriel Constenla-Haile
2013-04-19UNO API signature has changed.Kohei Yoshida
2013-04-19fdo#60300: Work-in-progress change to rework pivot table core.Kohei Yoshida
2013-04-18date/time IDL datatypes incompatible changeLionel Elie Mamane
2013-04-15remove duplicateLionel Elie Mamane
2013-04-15fdo#60724 correct spellingThomas Arnhold
2013-04-15fdo#60724 informations -> informationThomas Arnhold
2013-04-14Small format fixes in IDL filesAriel Constenla-Haile
2013-04-14these @sinces were during the LibreOffice eraCaolán McNamara