Searched refs:aSubType (Results 1 – 8 of 8) sorted by relevance
75 final ISimpleTypeNode aSubType = aFactory.ProcessSimpleType(aSimpleType); in CreateSimpleTypeDescriptor() local77 aSubType.AcceptVisitor(new SimpleTypeNodeVisitorAdapter () in CreateSimpleTypeDescriptor()86 aDescriptor.SetSubTypes(new ISimpleTypeNode[]{aSubType}); in CreateSimpleTypeDescriptor()
76 for (final ISimpleTypeNode aSubType : maSubTypes) in Print()77 aSubType.Print(aLog); in Print()
836 Class aSubType = [pControl class]; in layoutControls() local837 if (aSubType == [NSPopUpButton class]) { in layoutControls()872 Class aSubType = [pControl class]; in layoutControls() local881 if (aSubType == [NSPopUpButton class]) { in layoutControls()
341 for (final ISimpleTypeNode aSubType : aEntry.getValue().GetSubType()) in WriteSimpleTypes()350 aSubType.IsList() ? 'L' : 'T')); in WriteSimpleTypes()352 aSubType.AcceptVisitor(new ISimpleTypeNodeVisitor() in WriteSimpleTypes()
652 OUString aSubType; in getRandomPreset() local656 aSubType = aSubTypes[nSubType]; in getRandomPreset()658 xNode = pPreset->create( aSubType ); in getRandomPreset()
890 UniString aSubType; in GetContentType() local891 if (parse(rTypeName, aType, aSubType)) in GetContentType()894 aType += aSubType; in GetContentType()
654 String aSubType( aStr.Copy( 0, pos )); in Out() local657 rOut.ConvertUStr( aSubType ); in Out()665 if (aSubType.EqualsAscii( sd ) || aSubType.EqualsAscii( se)) \ in Out()
3121 rtl::OString aSubType( "/Type1" ); in emitSystemFont() local3151 aSubType = rtl::OString( "/TrueType" ); in emitSystemFont()3197 aLine.append( aSubType ); in emitSystemFont()
Completed in 107 milliseconds