Home
last modified time | relevance | path

Searched refs:FO_REPEATABLE_PAGE_MASTER_ALTERNATIVES (Results 1 – 6 of 6) sorted by relevance

/dports/textproc/xmlroff/xmlroff-0.6.3/xmlroff/libfo/fo/
H A Dfo-repeatable-page-master-alternatives.c287 fo_repeatable_page_master_alternatives = FO_REPEATABLE_PAGE_MASTER_ALTERNATIVES (fo); in fo_repeatable_page_master_alternatives_validate()
330 fo_repeatable_page_master_alternatives = FO_REPEATABLE_PAGE_MASTER_ALTERNATIVES (fo); in fo_repeatable_page_master_alternatives_debug_dump_properties()
H A Dfo-repeatable-page-master-alternatives.h34 #define FO_REPEATABLE_PAGE_MASTER_ALTERNATIVES(object) (G_TYPE_CHECK_INSTANCE_CAST ((obje… macro
/dports/textproc/libfo/xmlroff-0.6.3/xmlroff/libfo/fo/
H A Dfo-repeatable-page-master-alternatives.c287 fo_repeatable_page_master_alternatives = FO_REPEATABLE_PAGE_MASTER_ALTERNATIVES (fo); in fo_repeatable_page_master_alternatives_validate()
330 fo_repeatable_page_master_alternatives = FO_REPEATABLE_PAGE_MASTER_ALTERNATIVES (fo); in fo_repeatable_page_master_alternatives_debug_dump_properties()
H A Dfo-repeatable-page-master-alternatives.h34 #define FO_REPEATABLE_PAGE_MASTER_ALTERNATIVES(object) (G_TYPE_CHECK_INSTANCE_CAST ((obje… macro
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/fo/pagination/
H A DRepeatablePageMasterAlternatives.java206 return FO_REPEATABLE_PAGE_MASTER_ALTERNATIVES; in getNameId()
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/fo/
H A DConstants.java163 int FO_REPEATABLE_PAGE_MASTER_ALTERNATIVES = 62; field