Home
last modified time | relevance | path

Searched refs:nCloneCount (Results 1 – 4 of 4) sorted by relevance

/trunk/main/svtools/source/contnr/
H A Dtreelist.cxx381 sal_uLong nCloneCount = 0; in Copy() local
382 SvListEntry* pClonedEntry = Clone( pSrcEntry, nCloneCount ); in Copy()
383 nEntryCount += nCloneCount; in Copy()
539 SvListEntry* SvTreeList::Clone( SvListEntry* pEntry, sal_uLong& nCloneCount ) const in Clone()
542 nCloneCount = 1; in Clone()
545 pClonedEntry->pChilds=CloneChilds(pChilds,pClonedEntry,nCloneCount); in Clone()
561 sal_uLong& nCloneCount ) const in CloneChilds()
569 nCloneCount++; in CloneChilds()
574 pSubChilds = CloneChilds( pSubChilds, pNewChild, nCloneCount ); in CloneChilds()
H A Dsvlbox.cxx1040 sal_uLong nCloneCount = 0; in CopySelection() local
1042 pModel->Clone( (SvListEntry*)pSourceEntry, nCloneCount ); in CopySelection()
1108 sal_uLong nCloneCount = 0; in MoveSelectionCopyFallbackPossible() local
1110 pModel->Clone( (SvListEntry*)pSourceEntry, nCloneCount ); in MoveSelectionCopyFallbackPossible()
/trunk/main/svtools/inc/svtools/
H A Dtreelist.hxx223 sal_uLong& nCloneCount ) const;
301 SvListEntry* Clone( SvListEntry* pEntry, sal_uLong& nCloneCount ) const;
496 Type Clone( SvListEntry* pEntry, sal_uLong& nCloneCount ) const \
497 { return (Type)SvTreeList::Clone(pEntry,nCloneCount); } \
/trunk/main/sd/source/ui/dlg/
H A Danimobjs.cxx891 sal_uLong nCloneCount = pPage->GetObjCount(); in AddObj() local
1039 if (nCloneCount == 0 && aBmpExList.Count() > 0) in AddObj()

Completed in 38 milliseconds