Searched refs:FNT_FUNCTION (Results 1 – 7 of 7) sorted by relevance
/aoo42x/main/starmath/source/ |
H A D | format.cxx | 147 vFont[FNT_FUNCTION] = in SmFormat() 158 vFont[FNT_FUNCTION].SetItalic(ITALIC_NONE); in SmFormat()
|
H A D | unomodel.cxx | 260 …d"), HANDLE_FONT_FUNCTIONS_WEIGHT , &::getBooleanCppuType(), PROPERTY_NONE, FNT_FUNCTION}, in lcl_createModelPropertyInfo() 261 …lic"), HANDLE_FONT_FUNCTIONS_POSTURE , &::getBooleanCppuType(), PROPERTY_NONE, FNT_FUNCTION}, in lcl_createModelPropertyInfo() 262 …ME_FUNCTIONS , &::getCppuType((const OUString*)0), PROPERTY_NONE, FNT_FUNCTION }, in lcl_createModelPropertyInfo()
|
H A D | dialog.cxx | 585 aFunctionFont = pp->GetConfig()->GetFontPickList(FNT_FUNCTION); in ReadFrom() 593 aFunctionFont.Insert( rFormat.GetFont(FNT_FUNCTION) ); in ReadFrom() 607 pp->GetConfig()->GetFontPickList(FNT_FUNCTION) = aFunctionFont; in WriteTo() 615 rFormat.SetFont( FNT_FUNCTION, aFunctionFont.Get(0) ); in WriteTo()
|
H A D | node.cxx | 2474 sal_uInt16 nSizeDesc = GetFontDesc() == FNT_FUNCTION ? in Arrange() 2515 if ((GetToken().eType == TIDENT) && (GetFontDesc() == FNT_FUNCTION)) in CreateTextFromNode()
|
H A D | parse.cxx | 2191 m_aNodeStack.Push(new SmTextNode(m_aCurToken, FNT_FUNCTION)); in Function()
|
H A D | mathmlimport.cxx | 1464 pNode = new SmTextNode(aToken,FNT_FUNCTION); in EndElement()
|
/aoo42x/main/starmath/inc/ |
H A D | format.hxx | 54 #define FNT_FUNCTION 1 macro
|
Completed in 62 milliseconds