Home
last modified time | relevance | path

Searched refs:maObjectList (Results 1 – 2 of 2) sorted by relevance

/aoo42x/main/svtools/source/uno/
H A Dunoimap.cxx610 maObjectList.push_back( pUnoObj ); in SvUnoImageMap()
642 const sal_Int32 nCount = maObjectList.size(); in insertByIndex()
649 maObjectList.push_back( pObject ); in insertByIndex()
656 maObjectList.insert( aIter, pObject ); in insertByIndex()
662 const sal_Int32 nCount = maObjectList.size(); in removeByIndex()
668 maObjectList.back()->release(); in removeByIndex()
669 maObjectList.pop_back(); in removeByIndex()
678 maObjectList.erase( aIter ); in removeByIndex()
686 const sal_Int32 nCount = maObjectList.size(); in replaceByIndex()
702 return maObjectList.size(); in getCount()
[all …]
/aoo42x/main/toolkit/test/accessibility/
H A DCanvas.java55 maObjectList = new Vector (); in Canvas()
103 maObjectList.add (aObject); in addNode()
116 maObjectList.remove (aObject); in removeNode()
148 maObjectList.clear(); in clear()
237 synchronized (maObjectList) in paintComponent()
239 int nCount = maObjectList.size(); in paintComponent()
245 CanvasShape aCanvasShape = (CanvasShape)maObjectList.elementAt(i); in paintComponent()
392 int nCount = maObjectList.size(); in FindCanvasShapeUnderMouse()
395 CanvasShape aObject = (CanvasShape)maObjectList.elementAt(i); in FindCanvasShapeUnderMouse()
459 maObjectList, field in Canvas

Completed in 21 milliseconds