Searched refs:pNameList (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/sd/source/core/ |
H A D | stlpool.cxx | 688 String* pName = (String*)pNameList->First(); in CopyLayoutSheets() 706 pName = (String*)pNameList->Next(); in CopyLayoutSheets() 708 delete pNameList; in CopyLayoutSheets() 738 List* pNameList = new List; in CreateLayoutSheetNames() local 749 pNameList->Insert(pName, LIST_APPEND); in CreateLayoutSheetNames() 754 pNameList->Insert(pName, LIST_APPEND); in CreateLayoutSheetNames() 758 pNameList->Insert(pName, LIST_APPEND); in CreateLayoutSheetNames() 762 pNameList->Insert(pName, LIST_APPEND); in CreateLayoutSheetNames() 766 pNameList->Insert(pName, LIST_APPEND); in CreateLayoutSheetNames() 770 pNameList->Insert(pName, LIST_APPEND); in CreateLayoutSheetNames() [all …]
|
/aoo41x/main/sc/source/ui/undo/ |
H A D | undotab.cxx | 193 pNameList = pNewNameList; in ScUndoInsertTables() 202 if(pNameList!=NULL) in ~ScUndoInsertTables() 204 for(int i=0;i<pNameList->Count();i++) in ~ScUndoInsertTables() 206 pStr=pNameList->GetObject(sal::static_int_cast<sal_uInt16>(i)); in ~ScUndoInsertTables() 209 pNameList->Remove(0,pNameList->Count()); in ~ScUndoInsertTables() 210 delete pNameList; in ~ScUndoInsertTables() 228 for( int i = 0; i < pNameList->Count(); i++ ) in SetChangeTrack() 249 for(int i=0;i<pNameList->Count();i++) in Undo() 279 pViewShell->InsertTables( pNameList, nTab, static_cast<SCTAB>(pNameList->Count()),sal_False ); in Redo()
|
/aoo41x/main/sc/source/ui/view/ |
H A D | viewfun2.cxx | 2027 SvStrings *pNameList= NULL; in InsertTables() local 2033 pNameList= new SvStrings; in InsertTables() 2065 if(pNameList!=NULL) in InsertTables() 2066 pNameList->Insert(new String(*pStr),pNameList->Count()); in InsertTables() 2074 new ScUndoInsertTables( pDocSh, nTab, sal_False, pNameList)); in InsertTables()
|
/aoo41x/main/sc/source/ui/inc/ |
H A D | undotab.hxx | 110 SvStrings* pNameList; member in ScUndoInsertTables
|
Completed in 56 milliseconds