Searched refs:nSourceIdx (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/sfx2/source/view/ |
H A D | orgmgr.cxx | 398 sal_uInt16 nSourceIdx) in Copy() argument 425 if(nSourceIdx == USHRT_MAX) // keine Verzeichnisse kopieren in Copy() 428 nSourceRegion, nSourceIdx); in Copy() 439 sal_uInt16 nSourceIdx) in Move() argument 466 if(nSourceIdx == USHRT_MAX) // keine Verzeichnisse verschieben in Move() 469 nSourceRegion, nSourceIdx); in Move()
|
/aoo41x/main/sfx2/source/doc/ |
H A D | doctempl.cxx | 891 sal_uInt16 nSourceIdx, /* Index der zu kopierenden / zu verschiebenden in CopyOrMove() argument 929 if( nSourceIdx == USHRT_MAX ) in CopyOrMove() 943 const SfxTemplateDirEntryPtr pEntry = rTargetDir[nSourceIdx]; in CopyOrMove() 945 if(nTargetIdx < nSourceIdx) in CopyOrMove() 946 ++nSourceIdx; in CopyOrMove() 947 rTargetDir.Remove(nSourceIdx); in CopyOrMove() 957 DocTempl_EntryData_Impl *pSource = pSourceRgn->GetEntry( nSourceIdx ); in CopyOrMove() 986 pSourceRgn->DeleteEntry( nSourceIdx ); in CopyOrMove() 1016 sal_uInt16 nSourceIdx /* Index der zu kopierenden / zu verschiebenden in Move() argument 1041 nSourceRegion, nSourceIdx, sal_True ); in Move() [all …]
|
/aoo41x/main/sfx2/inc/sfx2/ |
H A D | doctempl.hxx | 56 sal_uInt16 nSourceRegion, sal_uInt16 nSourceIdx, sal_Bool bMove ); 102 sal_uInt16 nSourceIdx); 106 sal_uInt16 nSourceIdx);
|
/aoo41x/main/sfx2/inc/ |
H A D | orgmgr.hxx | 76 …sal_uInt16 nTargetRegion, sal_uInt16 nTargetIdx, sal_uInt16 nSourceRegion, sal_uInt16 nSourceIdx ); 77 …sal_uInt16 nTargetRegion, sal_uInt16 nTargetIdx, sal_uInt16 nSourceRegion, sal_uInt16 nSourceIdx );
|
Completed in 37 milliseconds