|
LibreOffice Module forms (master) 1
|
#include <libxml/xpath.h>Go to the source code of this file.
Functions | |
| void | xforms_booleanFromStringFunction (xmlXPathParserContextPtr ctxt, int nargs) |
| xmlXPathParserContext: More... | |
| void | xforms_ifFunction (xmlXPathParserContextPtr ctxt, int nargs) |
| void | xforms_avgFunction (xmlXPathParserContextPtr ctxt, int nargs) |
| void | xforms_minFunction (xmlXPathParserContextPtr ctxt, int nargs) |
| void | xforms_maxFunction (xmlXPathParserContextPtr ctxt, int nargs) |
| void | xforms_countNonEmptyFunction (xmlXPathParserContextPtr ctxt, int nargs) |
| void | xforms_indexFunction (xmlXPathParserContextPtr ctxt, int nargs) |
| void | xforms_propertyFunction (xmlXPathParserContextPtr ctxt, int nargs) |
| void | xforms_nowFunction (xmlXPathParserContextPtr ctxt, int nargs) |
| void | xforms_daysFromDateFunction (xmlXPathParserContextPtr ctxt, int nargs) |
| void | xforms_secondsFromDateTimeFunction (xmlXPathParserContextPtr ctxt, int nargs) |
| void | xforms_secondsFunction (xmlXPathParserContextPtr ctxt, int nargs) |
| void | xforms_monthsFunction (xmlXPathParserContextPtr ctxt, int nargs) |
| void | xforms_instanceFunction (xmlXPathParserContextPtr ctxt, int nargs) |
| void | xforms_currentFunction (xmlXPathParserContextPtr ctxt, int nargs) |
| xmlXPathFunction | xforms_lookupFunc (void *ctxt, const xmlChar *name, const xmlChar *ns_uri) |
| void xforms_avgFunction | ( | xmlXPathParserContextPtr | ctxt, |
| int | nargs | ||
| ) |
Definition at line 127 of file xpathlib.cxx.
References nCount, and pObject.
Referenced by xforms_lookupFunc().
| void xforms_booleanFromStringFunction | ( | xmlXPathParserContextPtr | ctxt, |
| int | nargs | ||
| ) |
xmlXPathParserContext:
An XPath parser context. It contains pure parsing information, an xmlXPathContext, and the stack of objects.
Definition at line 92 of file xpathlib.cxx.
Referenced by xforms_lookupFunc().
| void xforms_countNonEmptyFunction | ( | xmlXPathParserContextPtr | ctxt, |
| int | nargs | ||
| ) |
| void xforms_currentFunction | ( | xmlXPathParserContextPtr | ctxt, |
| int | nargs | ||
| ) |
| void xforms_daysFromDateFunction | ( | xmlXPathParserContextPtr | ctxt, |
| int | nargs | ||
| ) |
Definition at line 322 of file xpathlib.cxx.
References DateTime::EMPTY, and parseDateTime().
Referenced by xforms_lookupFunc().
| void xforms_ifFunction | ( | xmlXPathParserContextPtr | ctxt, |
| int | nargs | ||
| ) |
Definition at line 108 of file xpathlib.cxx.
Referenced by xforms_lookupFunc().
| void xforms_indexFunction | ( | xmlXPathParserContextPtr | ctxt, |
| int | nargs | ||
| ) |
Definition at line 208 of file xpathlib.cxx.
Referenced by xforms_lookupFunc().
| void xforms_instanceFunction | ( | xmlXPathParserContextPtr | ctxt, |
| int | nargs | ||
| ) |
| xmlXPathFunction xforms_lookupFunc | ( | void * | ctxt, |
| const xmlChar * | name, | ||
| const xmlChar * | ns_uri | ||
| ) |
Definition at line 53 of file xpathlib.cxx.
References name, xforms_avgFunction(), xforms_booleanFromStringFunction(), xforms_countNonEmptyFunction(), xforms_currentFunction(), xforms_daysFromDateFunction(), xforms_ifFunction(), xforms_indexFunction(), xforms_instanceFunction(), xforms_maxFunction(), xforms_minFunction(), xforms_monthsFunction(), xforms_nowFunction(), xforms_propertyFunction(), xforms_secondsFromDateTimeFunction(), and xforms_secondsFunction().
Referenced by CLibxml2XFormsExtension::getLibxml2ExtensionHandle().
| void xforms_maxFunction | ( | xmlXPathParserContextPtr | ctxt, |
| int | nargs | ||
| ) |
| void xforms_minFunction | ( | xmlXPathParserContextPtr | ctxt, |
| int | nargs | ||
| ) |
| void xforms_monthsFunction | ( | xmlXPathParserContextPtr | ctxt, |
| int | nargs | ||
| ) |
Definition at line 456 of file xpathlib.cxx.
References parseDuration().
Referenced by xforms_lookupFunc().
| void xforms_nowFunction | ( | xmlXPathParserContextPtr | ctxt, |
| int | nargs | ||
| ) |
Definition at line 261 of file xpathlib.cxx.
References DateTime::EMPTY, makeDateTimeString(), and DateTime::SYSTEM.
Referenced by xforms_lookupFunc().
| void xforms_propertyFunction | ( | xmlXPathParserContextPtr | ctxt, |
| int | nargs | ||
| ) |
Definition at line 219 of file xpathlib.cxx.
Referenced by xforms_lookupFunc().
| void xforms_secondsFromDateTimeFunction | ( | xmlXPathParserContextPtr | ctxt, |
| int | nargs | ||
| ) |
Definition at line 345 of file xpathlib.cxx.
References DateTime::EMPTY, tools::Time::GetHour(), tools::Time::GetMin(), tools::Time::GetSec(), and parseDateTime().
Referenced by xforms_lookupFunc().
| void xforms_secondsFunction | ( | xmlXPathParserContextPtr | ctxt, |
| int | nargs | ||
| ) |
Definition at line 426 of file xpathlib.cxx.
References parseDuration().
Referenced by xforms_lookupFunc().