Home
last modified time | relevance | path

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

/AOO41X/main/xmloff/source/text/
H A Dtxtimppr.cxx94 CTF_FONTPITCH_CTL == in handleSpecialItem()
244 … DBG_ASSERT( nTmp == CTF_FONTPITCH || nTmp == CTF_FONTPITCH_CJK || nTmp == CTF_FONTPITCH_CTL, in FontDefaultsCheck()
349 case CTF_FONTPITCH_CTL: pFontPitchCTL = property; break; in finished()
H A Dtxtprmap.cxx186 …ntPitchComplex", STYLE, FONT_PITCH_COMPLEX, XML_TYPE_TEXT_FONTPITCH, CTF_FONTPITCH_CTL ),
481 …ntPitchComplex", STYLE, FONT_PITCH_COMPLEX, XML_TYPE_TEXT_FONTPITCH, CTF_FONTPITCH_CTL ),
H A Dtxtexppr.cxx580 case CTF_FONTPITCH_CTL: pFontPitchCTLState = propertie; break; in ContextFilter()
/AOO41X/main/xmloff/inc/xmloff/
H A Dtxtprmap.hxx111 #define CTF_FONTPITCH_CTL (XML_TEXT_CTF_START + 84) macro