Home
last modified time | relevance | path

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

/trunk/main/svtools/source/contnr/
H A Dtreelist.cxx331 SvTreeEntryList* pSrcList = pSrcEntry->pParent->pChilds; in Move() local
338 pSrcList->Remove( pSrcEntry ); in Move()
340 if ( pSrcList->Count() == 0 ) in Move()
345 delete pSrcList; in Move()
346 pSrcList = 0; in Move()
357 if ( pSrcList && (sal_uLong)pSrcList != (sal_uLong)pDstList ) in Move()
358 SetListPositions( pSrcList ); in Move()
/trunk/main/sc/source/core/data/
H A Dpatattr.cxx1019 ScConditionalFormatList* pSrcList = pSrcDoc->GetCondFormList(); in PutInPool() local
1020 if ( pSrcList ) in PutInPool()
1023 const ScConditionalFormat* pOldData = pSrcList->GetFormat( nOldIndex ); in PutInPool()
1051 ScValidationDataList* pSrcList = pSrcDoc->GetValidationList(); in PutInPool() local
1052 if ( pSrcList ) in PutInPool()
1055 const ScValidationData* pOldData = pSrcList->GetData( nOldIndex ); in PutInPool()

Completed in 37 milliseconds