Searched refs:pfunc_getSpecialCharsForEdit (Results 1 – 1 of 1) sorted by relevance
204 static PFunc_getSpecialCharsForEdit pfunc_getSpecialCharsForEdit = 0; in GetSpecialCharsForEdit() local217 …pfunc_getSpecialCharsForEdit = (PFunc_getSpecialCharsForEdit)osl_getFunctionSymbol( handleMod, aSy… in GetSpecialCharsForEdit()218 DBG_ASSERT( pfunc_getSpecialCharsForEdit, "GetSpecialCharsForEdit() not found!" ); in GetSpecialCharsForEdit()222 if ( pfunc_getSpecialCharsForEdit ) in GetSpecialCharsForEdit()223 (*pfunc_getSpecialCharsForEdit)( pParent, rFont, aRet ); in GetSpecialCharsForEdit()
Completed in 6 milliseconds