Home
last modified time | relevance | path

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

/trunk/main/starmath/source/
H A Dmathmlexport.cxx923 const SmNode *pSup = 0; in ExportSubSupScript() local
969 pSup = pNode->GetSubNode(RSUP+1); in ExportSubSupScript()
970 if (pSub || pSup) in ExportSubSupScript()
978 if (pSup) in ExportSubSupScript()
979 ExportNodes(pSup, nLevel+1); in ExportSubSupScript()
1012 NULL != (pSup = pNode->GetSubNode(RSUP+1))) in ExportSubSupScript()
1022 else if (NULL != (pSup = pNode->GetSubNode(RSUP+1))) in ExportSubSupScript()
1054 if (pSup) in ExportSubSupScript()
1055 ExportNodes(pSup, nLevel+1); in ExportSubSupScript()
/trunk/main/idl/source/objects/
H A Dobject.cxx973 const char * pSup = aSuperName.GetBuffer(); in WriteHxx() local
977 << ": public " << pSup << endl in WriteHxx()
1003 const char * pSup = aSuperName.GetBuffer(); in WriteCxx() local
1038 << "\t" << pSup << "::Notify( rBC, rHint );" << endl in WriteCxx()

Completed in 17 milliseconds