Home
last modified time | relevance | path

Searched refs:space_end_maximum (Results 1 – 9 of 9) sorted by relevance

/dports/textproc/xmlroff/xmlroff-0.6.3/xmlroff/libfo/property/
H A Dfo-property-space-end-maximum.c90 fo_property_space_end_maximum_init (FoPropertySpaceEndMaximum *space_end_maximum) in fo_property_space_end_maximum_init() argument
92 FO_PROPERTY (space_end_maximum)->value = in fo_property_space_end_maximum_init()
131 FoPropertySpaceEndMaximum *space_end_maximum; in fo_property_space_end_maximum_finalize() local
133 space_end_maximum = FO_PROPERTY_SPACE_END_MAXIMUM (object); in fo_property_space_end_maximum_finalize()
149 FoProperty* space_end_maximum; in fo_property_space_end_maximum_new() local
151 space_end_maximum = in fo_property_space_end_maximum_new()
155 return space_end_maximum; in fo_property_space_end_maximum_new()
215 static FoProperty *space_end_maximum = NULL; in fo_property_space_end_maximum_get_initial() local
217 if (space_end_maximum == NULL) in fo_property_space_end_maximum_get_initial()
219 space_end_maximum = in fo_property_space_end_maximum_get_initial()
[all …]
/dports/textproc/libfo/xmlroff-0.6.3/xmlroff/libfo/property/
H A Dfo-property-space-end-maximum.c90 fo_property_space_end_maximum_init (FoPropertySpaceEndMaximum *space_end_maximum) in fo_property_space_end_maximum_init() argument
92 FO_PROPERTY (space_end_maximum)->value = in fo_property_space_end_maximum_init()
131 FoPropertySpaceEndMaximum *space_end_maximum; in fo_property_space_end_maximum_finalize() local
133 space_end_maximum = FO_PROPERTY_SPACE_END_MAXIMUM (object); in fo_property_space_end_maximum_finalize()
149 FoProperty* space_end_maximum; in fo_property_space_end_maximum_new() local
151 space_end_maximum = in fo_property_space_end_maximum_new()
155 return space_end_maximum; in fo_property_space_end_maximum_new()
215 static FoProperty *space_end_maximum = NULL; in fo_property_space_end_maximum_get_initial() local
217 if (space_end_maximum == NULL) in fo_property_space_end_maximum_get_initial()
219 space_end_maximum = in fo_property_space_end_maximum_get_initial()
[all …]
/dports/textproc/xmlroff/xmlroff-0.6.3/xmlroff/libfo/
H A Dfo-context-private.h183 FoProperty *space_end_maximum; member
H A Dfo-context-util.c653 context->space_end_maximum ? in fo_context_util_spaces_resolve()
654 fo_property_get_value (context->space_end_maximum) : NULL; in fo_context_util_spaces_resolve()
H A Dfo-context.c570 context->space_end_maximum = NULL; in fo_context_initialize()
10411 if (fo_context->space_end_maximum != NULL) in fo_context_set_space_end_maximum()
10413 g_object_unref (fo_context->space_end_maximum); in fo_context_set_space_end_maximum()
10415 fo_context->space_end_maximum = new_space_end_maximum; in fo_context_set_space_end_maximum()
13406 fo_object_debug_dump (fo_context->space_end_maximum, depth); in _debug_dump_properties()
/dports/textproc/libfo/xmlroff-0.6.3/xmlroff/libfo/
H A Dfo-context-private.h183 FoProperty *space_end_maximum; member
H A Dfo-context-util.c653 context->space_end_maximum ? in fo_context_util_spaces_resolve()
654 fo_property_get_value (context->space_end_maximum) : NULL; in fo_context_util_spaces_resolve()
H A Dfo-context.c570 context->space_end_maximum = NULL; in fo_context_initialize()
10411 if (fo_context->space_end_maximum != NULL) in fo_context_set_space_end_maximum()
10413 g_object_unref (fo_context->space_end_maximum); in fo_context_set_space_end_maximum()
10415 fo_context->space_end_maximum = new_space_end_maximum; in fo_context_set_space_end_maximum()
13406 fo_object_debug_dump (fo_context->space_end_maximum, depth); in _debug_dump_properties()
/dports/www/xist/ll-xist-5.34/src/ll/xist/ns/
H A Dfo.py707 class space_end_maximum(xsc.TextAttr): xmlname = "space-end.maximum" class in common_margin_properties_inline