Home
last modified time | relevance | path

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

/AOO42X/main/xmloff/source/text/
H A Dtxtimppr.cxx70 CTF_FONTSTYLENAME == in handleSpecialItem()
217 …DBG_ASSERT( nTmp == CTF_FONTSTYLENAME || nTmp == CTF_FONTSTYLENAME_CJK || nTmp == CTF_FONTSTYLENAM… in FontDefaultsCheck()
335 case CTF_FONTSTYLENAME: pFontStyleName = property; break; in finished()
H A Dtxtprmap.cxx147 MT_ED( "CharFontStyleName",STYLE, FONT_STYLE_NAME, XML_TYPE_STRING, CTF_FONTSTYLENAME ),
442 MT_ED( "CharFontStyleName",STYLE, FONT_STYLE_NAME, XML_TYPE_STRING, CTF_FONTSTYLENAME ),
H A Dtxtexppr.cxx566 case CTF_FONTSTYLENAME: pFontStyleNameState = propertie; break; in ContextFilter()
/AOO42X/main/xmloff/inc/xmloff/
H A Dtxtprmap.hxx63 #define CTF_FONTSTYLENAME (XML_TEXT_CTF_START + 35) macro