Searched refs:aComponentList (Results 1 – 2 of 2) sorted by relevance
100 Component[] aComponentList = maLayoutedComponent.getComponents(); in RemoveView() local102 for (int i=0; i<aComponentList.length && aView==null; i++) in RemoveView()105 aComponentList[i]); in RemoveView()107 aView = (ObjectView)aComponentList[i]; in RemoveView()128 Component[] aComponentList = maLayoutedComponent.getComponents(); in InsertView() local130 for (int i=0; i<aComponentList.length; i++) in InsertView()133 aComponentList[i]); in InsertView()139 aLayout.setConstraints (aComponentList[i], aConstraints); in InsertView()
69 aComponentList(), in ConnectedComponents()76 ComponentList aComponentList; member872 aBackgroundComponent.aComponentList.push_back( in RemoveTransparenciesFromMetaFile()931 if( !aBackgroundComponent.aComponentList.empty() && in RemoveTransparenciesFromMetaFile()939 aTotalComponents.aComponentList.splice( aTotalComponents.aComponentList.end(), in RemoveTransparenciesFromMetaFile()984 … aTotalComponents.aComponentList.splice( aTotalComponents.aComponentList.end(), in RemoveTransparenciesFromMetaFile()1053 if( aTotalComponents.aComponentList.empty() ) in RemoveTransparenciesFromMetaFile()1083 aTotalComponents.aComponentList.push_back( in RemoveTransparenciesFromMetaFile()1090 DBG_ASSERT( !aTotalComponents.aComponentList.empty(), in RemoveTransparenciesFromMetaFile()1117 ComponentList::iterator aCurrentAction( aCurr->aComponentList.begin() ); in RemoveTransparenciesFromMetaFile()[all …]
Completed in 13 milliseconds