Home
last modified time | relevance | path

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

/aoo42x/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/automaton/
H A DValidatingCreator.java274 public void Visit (final Choice aChoice) in Visit() argument
277 ProcessAttributes(aChoice); in Visit()
285 for (final INode aChild : aChoice.GetChildren()) in Visit()
743 final Choice aChoice = new Choice(aAll, aLocation); in GetAllReplacement() local
752 final Sequence aSequence = new Sequence(aChoice, null, aLocation); in GetAllReplacement()
753 aChoice.AddChild(aSequence); in GetAllReplacement()
765 return aChoice; in GetAllReplacement()
/aoo42x/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/parser/
H A DSchemaParser.java530 final Choice aChoice = new Choice(aParent, GetLocation()); in ParseChoice() local
531 ParseContent(aChoice); in ParseChoice()
532 return aChoice; in ParseChoice()
/aoo42x/main/sd/source/ui/view/
H A DDocumentRenderer.cxx695 const Sequence<rtl::OUString> aChoice ( in GetSlidesPerPageSequence() local
699 for (sal_Int32 nIndex=1,nCount=aChoice.getLength(); nIndex<nCount; ++nIndex) in GetSlidesPerPageSequence()
700 maSlidesPerPage.push_back(aChoice[nIndex].toInt32()); in GetSlidesPerPageSequence()
701 return aChoice; in GetSlidesPerPageSequence()
/aoo42x/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/base/
H A DINodeVisitor.java62 void Visit (final Choice aChoice); in Visit() argument

Completed in 42 milliseconds