Searched refs:nSourceRegion (Results 1 – 5 of 5) sorted by relevance
/aoo42x/main/sfx2/inc/sfx2/ |
H A D | doctempl.hxx | 56 sal_uInt16 nSourceRegion, sal_uInt16 nSourceIdx, sal_Bool bMove ); 101 sal_uInt16 nSourceRegion, 105 sal_uInt16 nSourceRegion,
|
/aoo42x/main/sfx2/source/view/ |
H A D | orgmgr.cxx | 397 sal_uInt16 nSourceRegion, in Copy() argument 428 nSourceRegion, nSourceIdx); in Copy() 438 sal_uInt16 nSourceRegion, in Move() argument 469 nSourceRegion, nSourceIdx); in Move()
|
/aoo42x/main/sfx2/source/doc/ |
H A D | doctempl.cxx | 890 sal_uInt16 nSourceRegion, // Index des Quellbereiches in CopyOrMove() argument 932 if ( nSourceRegion == nTargetRegion ) in CopyOrMove() 939 if ( bMove && nTargetRegion == nSourceRegion ) in CopyOrMove() 953 RegionData_Impl *pSourceRgn = pImp->GetRegion( nSourceRegion ); in CopyOrMove() 1015 sal_uInt16 nSourceRegion, // Index des Quellbereiches in Move() argument 1041 nSourceRegion, nSourceIdx, sal_True ); in Move() 1050 sal_uInt16 nSourceRegion, // Index des Quellbereiches in Copy() argument 1077 nSourceRegion, nSourceIdx, sal_False ); in Copy()
|
H A D | docvor.cxx | 604 sal_uInt16 nSourceRegion = 0, nSourceIndex = 0; in MoveOrCopyTemplates() local 605 GetIndices_Impl(pSourceBox, pSource, nSourceRegion, nSourceIndex); in MoveOrCopyTemplates() 609 nSourceRegion, nSourceIndex): in MoveOrCopyTemplates() 611 nSourceRegion, nSourceIndex); 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 47 milliseconds