Searched refs:aChoice (Results 1 – 4 of 4) sorted by relevance
274 public void Visit (final Choice aChoice) in Visit() argument277 ProcessAttributes(aChoice); in Visit()285 for (final INode aChild : aChoice.GetChildren()) in Visit()743 final Choice aChoice = new Choice(aAll, aLocation); in GetAllReplacement() local752 final Sequence aSequence = new Sequence(aChoice, null, aLocation); in GetAllReplacement()753 aChoice.AddChild(aSequence); in GetAllReplacement()765 return aChoice; in GetAllReplacement()
530 final Choice aChoice = new Choice(aParent, GetLocation()); in ParseChoice() local531 ParseContent(aChoice); in ParseChoice()532 return aChoice; in ParseChoice()
695 const Sequence<rtl::OUString> aChoice ( in GetSlidesPerPageSequence() local699 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()
62 void Visit (final Choice aChoice); in Visit() argument
Completed in 42 milliseconds