Home
last modified time | relevance | path

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

/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/automaton/
H A DValidatingCreator.java159 public void Visit (final All aAll) in Visit() argument
162 ProcessAttributes(aAll); in Visit()
167 final INode aReplacement = GetAllReplacement(aAll); in Visit()
727 private INode GetAllReplacement (final All aAll) in GetAllReplacement() argument
737 final INode[] aNodes = new INode[aAll.GetChildCount()]; in GetAllReplacement()
738 final Iterator<INode> aChildren = aAll.GetChildren().iterator(); in GetAllReplacement()
742 final Location aLocation = aAll.GetLocation(); in GetAllReplacement()
743 final Choice aChoice = new Choice(aAll, aLocation); in GetAllReplacement()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/parser/
H A DSchemaParser.java395 final All aAll = new All(aParent, GetLocation()); in ParseAll() local
396 ParseContent(aAll); in ParseAll()
397 return aAll; in ParseAll()
/trunk/main/fpicker/source/office/
H A Diodlg.cxx2180 String aAll( SvtResId( STR_FILTERNAME_ALL ) ); in PrepareExecute() local
2181 sal_Bool bHasAll = _pImp->HasFilterListEntry( aAll ); in PrepareExecute()
2194 if ( GetFilterName( nPos ) != aAll ) in PrepareExecute()
2215 …SvtFileDialogFilter_Impl* pAllFilter = implAddFilter( aAll, UniString(RTL_CONSTASCII_USTRINGPARAM(… in PrepareExecute()
2217 _pImp->SetCurFilter( pAllFilter, aAll ); in PrepareExecute()
2219 _pImp->SelectFilterListEntry( aAll ); in PrepareExecute()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/base/
H A DINodeVisitor.java57 void Visit (final All aAll); in Visit() argument

Completed in 59 milliseconds