Home
last modified time | relevance | path

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

/trunk/main/starmath/source/
H A Ddocument.cxx1036 SmFontTypeDialog *pFontTypeDialog = new SmFontTypeDialog( NULL, pDev ); in Execute() local
1039 pFontTypeDialog->ReadFrom( aOldFormat ); in Execute()
1040 if (pFontTypeDialog->Execute() == RET_OK) in Execute()
1044 pFontTypeDialog->WriteTo(aNewFormat); in Execute()
1053 delete pFontTypeDialog; in Execute()