Searched refs:aNewList (Results 1 – 6 of 6) sorted by relevance
475 Sequence< Reference< XTabController > > aNewList ( nOldCount + 1 ) ; in addTabController() local481 aNewList.getArray () [nCount] = m_xTabControllerList.getConstArray () [nCount] ; in addTabController()485 aNewList.getArray () [nOldCount] = rTabController ; in addTabController()488 m_xTabControllerList = aNewList ; in addTabController()
402 TargetList aNewList( rTargetList ); in SetTargetList() local404 pIMapWnd->SetTargetList( aNewList ); in SetTargetList()408 for( String* pStr = aNewList.First(); pStr; pStr = aNewList.Next() ) in SetTargetList()
553 String[] aNewList = new String[nNewLength]; in getNamesWithoutGroupNames() local564 aNewList[j++] = _aGetResultFrom[i]; in getNamesWithoutGroupNames()568 aNewList[j++] = sField; in getNamesWithoutGroupNames()575 return aNewList; in getNamesWithoutGroupNames()
576 Primitive3DSequence aNewList( in impCreate3DDecomposition() local604 aNewList)); in impCreate3DDecomposition()
2072 SdrGluePointList aNewList; in ImpCheckCustomGluePointsAreAdded() local2079 aNewList.Insert(aCopy); in ImpCheckCustomGluePointsAreAdded()2111 for ( a = 0; a < aNewList.GetCount(); a++ ) in ImpCheckCustomGluePointsAreAdded()2113 SdrGluePoint& rPoint = aNewList[ a ]; in ImpCheckCustomGluePointsAreAdded()2135 aNewList.Insert(rCandidate); in ImpCheckCustomGluePointsAreAdded()2145 *pPlusData->pGluePoints = aNewList; in ImpCheckCustomGluePointsAreAdded()
585 … String[] aNewList = JavaTools.removefromList(CurDBMetaData.getRecordFieldNames(), new String[] in getallDBColumns() local589 CurDBMetaData.setRecordFieldNames(aNewList); in getallDBColumns()
Completed in 55 milliseconds