Searched refs:pNewTable (Results 1 – 4 of 4) sorted by relevance
| /trunk/main/connectivity/source/drivers/dbase/ |
| H A D | DTable.cxx | 2241 ODbaseTable* pNewTable = NULL; in alterColumn() local 2258 pNewTable = new ODbaseTable(m_pTables,static_cast<ODbaseConnection*>(m_pConnection)); in alterColumn() 2259 Reference<XPropertySet> xHoldTable = pNewTable; in alterColumn() 2260 …pNewTable->setPropertyValue(OMetaConnection::getPropMap().getNameByIndex(PROPERTY_ID_NAME),makeAny… in alterColumn() 2261 Reference<XAppend> xAppend(pNewTable->getColumns(),UNO_QUERY); in alterColumn() 2297 if(!pNewTable->CreateImpl()) in alterColumn() 2306 pNewTable->construct(); in alterColumn() 2309 copyData(pNewTable,0); in alterColumn() 2315 pNewTable->renameImpl(m_Name); in alterColumn() 2317 pNewTable = NULL; in alterColumn() [all …]
|
| /trunk/main/sal/rtl/source/ |
| H A D | locale.c | 167 RTL_HASHTABLE* pNewTable = NULL; in rtl_hashtable_grow() local 170 rtl_hashtable_init(&pNewTable, (sal_Int8)((*table)->iSize + 1)); in rtl_hashtable_grow() 179 rtl_hashtable_add(&pNewTable, pEntry->Entry); in rtl_hashtable_grow() 183 rtl_hashtable_add(&pNewTable, pEntry->Next->Entry); in rtl_hashtable_grow() 196 (*table) = pNewTable; in rtl_hashtable_grow()
|
| /trunk/main/sw/source/core/docnode/ |
| H A D | ndcopy.cxx | 488 SwDDETable* pNewTable = new SwDDETable( pTblNd->GetTable(), pDDEType ); in MakeCopy() local 489 pTblNd->SetNewTable( pNewTable, sal_False ); in MakeCopy()
|
| H A D | ndtbl.cxx | 2557 void SwTableNode::SetNewTable( SwTable* pNewTable, sal_Bool bNewFrames ) in SetNewTable() argument 2561 pTable = pNewTable; in SetNewTable()
|