Home
last modified time | relevance | path

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

/aoo4110/main/starmath/source/
H A Dmathmlexport.cxx925 const SmNode *pSup = 0; in ExportSubSupScript() local
971 pSup = pNode->GetSubNode(RSUP+1); in ExportSubSupScript()
972 if (pSub || pSup) in ExportSubSupScript()
980 if (pSup) in ExportSubSupScript()
981 ExportNodes(pSup, nLevel+1); in ExportSubSupScript()
1014 NULL != (pSup = pNode->GetSubNode(RSUP+1))) in ExportSubSupScript()
1024 else if (NULL != (pSup = pNode->GetSubNode(RSUP+1))) in ExportSubSupScript()
1056 if (pSup) in ExportSubSupScript()
1057 ExportNodes(pSup, nLevel+1); in ExportSubSupScript()
/aoo4110/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 42 milliseconds