Home
last modified time | relevance | path

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

/trunk/main/sfx2/source/appl/
H A Dappinit.cxx204 static PFunc_getSpecialCharsForEdit pfunc_getSpecialCharsForEdit = 0; in GetSpecialCharsForEdit() local
217pfunc_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 17 milliseconds