Searched refs:WriteSyntax (Results 1 – 9 of 9) sorted by relevance
/aoo4110/main/rsc/source/res/ |
H A D | rsctop.cxx | 948 WriteSyntax( fOutput, pTC ); in WriteSyntaxHeader() 962 void RscTop::WriteSyntax( FILE * fOutput, RscTypCont * pTC ) in WriteSyntax() function in RscTop 965 pSuperClass->WriteSyntax( fOutput, pTC ); in WriteSyntax()
|
H A D | rscconst.cxx | 205 void RscConst::WriteSyntax( FILE * fOutput, RscTypCont * pTC ) in WriteSyntax() function in RscConst 207 RscTop::WriteSyntax( fOutput, pTC ); in WriteSyntax()
|
H A D | rscclass.cxx | 1009 void RscClass::WriteSyntax( FILE * fOutput, RscTypCont * pTC ) in WriteSyntax() function in RscClass 1011 RscTop::WriteSyntax( fOutput, pTC ); in WriteSyntax()
|
/aoo4110/main/rsc/source/parser/ |
H A D | rscdb.cxx | 729 void WriteSyntax() in WriteSyntax() function in RscEnumerateRef 989 void RscTypCont::WriteSyntax( FILE * fOutput ) in WriteSyntax() function in RscTypCont 994 aEnumRef.WriteSyntax(); in WriteSyntax()
|
/aoo4110/main/rsc/inc/ |
H A D | rscconst.hxx | 52 virtual void WriteSyntax( FILE * fOutput, RscTypCont * pTC );
|
H A D | rscclass.hxx | 98 void WriteSyntax( FILE * fOutput, RscTypCont * pTC );
|
H A D | rsctop.hxx | 236 virtual void WriteSyntax( FILE * fOutput, RscTypCont * pTC );
|
H A D | rscdb.hxx | 347 void WriteSyntax( FILE * fOutput );
|
/aoo4110/main/rsc/source/rsc/ |
H A D | rsc.cxx | 475 pTC->WriteSyntax( stdout ); in Start()
|
Completed in 33 milliseconds