Home
last modified time | relevance | path

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

/aoo4110/main/svtools/source/config/
H A Dhtmlcfg.cxx41 #define HTMLCFG_IGNORE_FONT_FAMILY 0x40 macro
151 pImp->nFlags |= HTMLCFG_IGNORE_FONT_FAMILY; in Load()
226 case 1: bSet = 0 != (pImp->nFlags & HTMLCFG_IGNORE_FONT_FAMILY);break;//"Import/FontSetting", in Commit()
434 return 0 != (pImp->nFlags & HTMLCFG_IGNORE_FONT_FAMILY) ; in IsIgnoreFontFamily()
442 pImp->nFlags |= HTMLCFG_IGNORE_FONT_FAMILY; in SetIgnoreFontFamily()
444 pImp->nFlags &= ~HTMLCFG_IGNORE_FONT_FAMILY; in SetIgnoreFontFamily()

Completed in 19 milliseconds