Home
last modified time | relevance | path

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

/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/simple/
H A DSimpleTypeDescriptorFactory.java75 final ISimpleTypeNode aSubType = aFactory.ProcessSimpleType(aSimpleType); in CreateSimpleTypeDescriptor() local
77 aSubType.AcceptVisitor(new SimpleTypeNodeVisitorAdapter () in CreateSimpleTypeDescriptor()
86 aDescriptor.SetSubTypes(new ISimpleTypeNode[]{aSubType}); in CreateSimpleTypeDescriptor()
H A DSimpleTypeDescriptor.java76 for (final ISimpleTypeNode aSubType : maSubTypes) in Print()
77 aSubType.Print(aLog); in Print()
/trunk/main/fpicker/source/aqua/
H A DControlHelper.cxx836 Class aSubType = [pControl class]; in layoutControls() local
837 if (aSubType == [NSPopUpButton class]) { in layoutControls()
872 Class aSubType = [pControl class]; in layoutControls() local
881 if (aSubType == [NSPopUpButton class]) { in layoutControls()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/generator/
H A DParserTablesGenerator.java341 for (final ISimpleTypeNode aSubType : aEntry.getValue().GetSubType()) in WriteSimpleTypes()
350 aSubType.IsList() ? 'L' : 'T')); in WriteSimpleTypes()
352 aSubType.AcceptVisitor(new ISimpleTypeNodeVisitor() in WriteSimpleTypes()
/trunk/main/sd/source/core/
H A DCustomAnimationPreset.cxx652 OUString aSubType; in getRandomPreset() local
656 aSubType = aSubTypes[nSubType]; in getRandomPreset()
658 xNode = pPreset->create( aSubType ); in getRandomPreset()
/trunk/main/svl/source/misc/
H A Dinettype.cxx890 UniString aSubType; in GetContentType() local
891 if (parse(rTypeName, aType, aSubType)) in GetContentType()
894 aType += aSubType; in GetContentType()
/trunk/main/sw/source/filter/ww1/
H A Dw1filter.cxx654 String aSubType( aStr.Copy( 0, pos )); in Out() local
657 rOut.ConvertUStr( aSubType ); in Out()
665 if (aSubType.EqualsAscii( sd ) || aSubType.EqualsAscii( se)) \ in Out()
/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl.cxx3121 rtl::OString aSubType( "/Type1" ); in emitSystemFont() local
3151 aSubType = rtl::OString( "/TrueType" ); in emitSystemFont()
3197 aLine.append( aSubType ); in emitSystemFont()

Completed in 98 milliseconds