Home
last modified time | relevance | path

Searched refs:aComponentList (Results 1 – 2 of 2) sorted by path

/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/
H A DLayoutManager.java100 Component[] aComponentList = maLayoutedComponent.getComponents(); in RemoveView() local
102 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() local
130 for (int i=0; i<aComponentList.length; i++) in InsertView()
133 aComponentList[i]); in InsertView()
139 aLayout.setConstraints (aComponentList[i], aConstraints); in InsertView()
/trunk/main/vcl/source/gdi/
H A Dprint2.cxx69 aComponentList(), in ConnectedComponents()
76 ComponentList aComponentList; member
872 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 10 milliseconds