Searched refs:nCloneCount (Results 1 – 4 of 4) sorted by relevance
/aoo42x/main/svtools/source/contnr/ |
H A D | treelist.cxx | 381 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 D | svlbox.cxx | 1040 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()
|
/aoo42x/main/svtools/inc/svtools/ |
H A D | treelist.hxx | 223 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); } \
|
/aoo42x/main/sd/source/ui/dlg/ |
H A D | animobjs.cxx | 891 sal_uLong nCloneCount = pPage->GetObjCount(); in AddObj() local 1039 if (nCloneCount == 0 && aBmpExList.Count() > 0) in AddObj()
|
Completed in 54 milliseconds