Searched refs:WriteComment (Results 1 – 5 of 5) sorted by relevance
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/generator/ |
H A D | LogGenerator.java | 91 private void WriteComment (final String sFormat, final Object ... aArgumentList) in WriteComment() method in LogGenerator 102 WriteComment("%d Namespaces.", aSchema.Namespaces.GetCount()); in WriteNamespaces() 116 WriteComment("Top-level elements."); in WriteTopLevelElements() 119 WriteComment(" Schema %s.", aSchema.GetShortName()); in WriteTopLevelElements() 132 WriteComment(" %d Complex Types.", aSchema.ComplexTypes.GetCount()); in WriteComplexTypes() 144 WriteComment(" %d Simple Types.", aSchema.SimpleTypes.GetCount()); in WriteSimpleTypes() 156 WriteComment(" %d Groups.", aSchema.Groups.GetCount()); in WriteGroups() 168 WriteComment(" %d Attribute Groups.", aSchema.AttributeGroups.GetCount()); in WriteAttributeGroups() 180 WriteComment(" %d Attributes.", aSchema.Attributes.GetCount()); in WriteAttributes()
|
/trunk/main/xmloff/source/text/ |
H A D | XMLRedlineExport.cxx | 503 WriteComment( sTmp ); in ExportChangeInfo() 553 WriteComment( sComment ); in ExportChangeInfo() 653 void XMLRedlineExport::WriteComment(const OUString& rComment) in WriteComment() function in XMLRedlineExport
|
H A D | XMLRedlineExport.hxx | 205 void WriteComment(const ::rtl::OUString& rComment);
|
/trunk/main/soltools/giparser/ |
H A D | gi_parse.cxx | 305 WriteComment(o_rFile,sBuffer); in WriteList() 349 GenericInfo_Parser::WriteComment( ostream & o_rFile, in WriteComment() function in GenericInfo_Parser
|
/trunk/main/soltools/inc/ |
H A D | gi_parse.hxx | 116 void WriteComment(
|
Completed in 25 milliseconds