Home
last modified time | relevance | path

Searched refs:aBaseType (Results 1 – 4 of 4) sorted by relevance

/aoo42x/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/simple/
H A DSimpleTypeDescriptorFactory.java206 final INode aBaseType = maSchemaBase.GetSimpleTypeForName(aNode.GetBaseType()); in Visit() local
207 if (aBaseType == null) in Visit()
210 maResult = ApplyVisitor(aBaseType); in Visit()
/aoo42x/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/simple/
H A DRestriction.java54 final QualifiedName aBaseType, in Restriction() argument
58 maBaseType = aBaseType; in Restriction()
/aoo42x/main/chart2/workbench/addin/
H A Dsampleaddin.cxx213 uno::Any aBaseType; in initialize() local
214 aBaseType <<= rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.chart.XYDiagram" )); in initialize()
217 xDocProp->setPropertyValue( rtl::OUString::createFromAscii( "BaseDiagram" ), aBaseType ); in initialize()
/aoo42x/main/cli_ure/source/climaker/
H A Dclimaker_emit.cxx865 Reference<reflection::XInterfaceTypeDescription2> aBaseType = in complete_iface_type() local
868 if (aBaseType->getName().equalsAsciiL( in complete_iface_type()
871 ::System::String * basetype_name = to_cts_name( aBaseType->getName() ); in complete_iface_type()

Completed in 30 milliseconds