Searched refs:pSrcList (Results 1 – 2 of 2) sorted by relevance
331 SvTreeEntryList* pSrcList = pSrcEntry->pParent->pChilds; in Move() local338 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()
1019 ScConditionalFormatList* pSrcList = pSrcDoc->GetCondFormList(); in PutInPool() local1020 if ( pSrcList ) in PutInPool()1023 const ScConditionalFormat* pOldData = pSrcList->GetFormat( nOldIndex ); in PutInPool()1051 ScValidationDataList* pSrcList = pSrcDoc->GetValidationList(); in PutInPool() local1052 if ( pSrcList ) in PutInPool()1055 const ScValidationData* pOldData = pSrcList->GetData( nOldIndex ); in PutInPool()
Completed in 30 milliseconds