Searched refs:nTargetRegion (Results 1 – 5 of 5) sorted by relevance
/aoo42x/main/sfx2/inc/sfx2/ |
H A D | doctempl.hxx | 55 SAL_DLLPRIVATE sal_Bool CopyOrMove( sal_uInt16 nTargetRegion, sal_uInt16 nTargetIdx, 99 sal_Bool Copy(sal_uInt16 nTargetRegion, 103 sal_Bool Move(sal_uInt16 nTargetRegion,
|
/aoo42x/main/sfx2/source/view/ |
H A D | orgmgr.cxx | 395 sal_Bool SfxOrganizeMgr::Copy(sal_uInt16 nTargetRegion, in Copy() argument 427 const sal_Bool bOk = pTemplates->Copy(nTargetRegion, nTargetIdx, in Copy() 436 sal_Bool SfxOrganizeMgr::Move(sal_uInt16 nTargetRegion, in Move() argument 468 const sal_Bool bOk = pTemplates->Move(nTargetRegion, nTargetIdx, in Move()
|
/aoo42x/main/sfx2/source/doc/ |
H A D | doctempl.cxx | 888 sal_uInt16 nTargetRegion, // Index des Zielbereiches in CopyOrMove() argument 932 if ( nSourceRegion == nTargetRegion ) in CopyOrMove() 939 if ( bMove && nTargetRegion == nSourceRegion ) in CopyOrMove() 961 RegionData_Impl *pTargetRgn = pImp->GetRegion( nTargetRegion ); in CopyOrMove() 1013 sal_uInt16 nTargetRegion, // Index des Zielbereiches in Move() argument 1040 return CopyOrMove( nTargetRegion, nTargetIdx, in Move() 1048 sal_uInt16 nTargetRegion, // Index des Zielbereiches in Copy() argument 1076 return CopyOrMove( nTargetRegion, nTargetIdx, in Copy()
|
H A D | docvor.cxx | 601 sal_uInt16 nTargetRegion = 0, nTargetIndex = 0; in MoveOrCopyTemplates() local 602 GetIndices_Impl(this, pTarget, nTargetRegion, nTargetIndex); in MoveOrCopyTemplates() 608 pMgr->Copy(nTargetRegion, nTargetIndex+1, in MoveOrCopyTemplates() 610 pMgr->Move(nTargetRegion, nTargetIndex+1, in MoveOrCopyTemplates()
|
/aoo42x/main/sfx2/inc/ |
H A D | orgmgr.hxx | 76 …sal_Bool Copy( sal_uInt16 nTargetRegion, sal_uInt16 nTargetIdx, sal_uInt16 nSourceRegion, sal_uInt… 77 …sal_Bool Move( sal_uInt16 nTargetRegion, sal_uInt16 nTargetIdx, sal_uInt16 nSourceRegion, sal_uInt…
|
Completed in 62 milliseconds