Searched refs:aAll (Results 1 – 4 of 4) sorted by relevance
159 public void Visit (final All aAll) in Visit() argument162 ProcessAttributes(aAll); in Visit()167 final INode aReplacement = GetAllReplacement(aAll); in Visit()727 private INode GetAllReplacement (final All aAll) in GetAllReplacement() argument737 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()
395 final All aAll = new All(aParent, GetLocation()); in ParseAll() local396 ParseContent(aAll); in ParseAll()397 return aAll; in ParseAll()
2180 String aAll( SvtResId( STR_FILTERNAME_ALL ) ); in PrepareExecute() local2181 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()
57 void Visit (final All aAll); in Visit() argument
Completed in 29 milliseconds