Searched refs:nDestination (Results 1 – 8 of 8) sorted by relevance
| /trunk/main/framework/inc/macros/ |
| H A D | xtypeprovider.hxx | 161 …l_Int32 nDestination= 0; … 164 …seqResult[nDestination] = seqTypes1[nSource]; … 166 …++nDestination; … 171 …seqResult[nDestination] = seqTypes2[nSource]; … 173 …++nDestination; … 212 …l_Int32 nDestination= 0; … 215 …seqResult[nDestination] = seqTypes1[nSource]; … 217 …++nDestination; … 222 …seqResult[nDestination] = seqTypes2[nSource]; … 224 …++nDestination; …
|
| /trunk/main/sw/source/ui/dochdl/ |
| H A D | swdtflvr.cxx | 1076 sal_uInt16 nDestination = SwTransferable::GetSotDestination( rSh ); in IsPaste() local 1078 (( EXCHG_DEST_DOC_TEXTFRAME == nDestination || in IsPaste() 1079 EXCHG_DEST_SWDOC_FREE_AREA == nDestination || in IsPaste() 1080 EXCHG_DEST_DOC_TEXTFRAME_WEB == nDestination || in IsPaste() 1081 EXCHG_DEST_SWDOC_FREE_AREA_WEB == nDestination ) in IsPaste() 1089 nDestination, in IsPaste() 1107 nDestination = SwTransferable::GetSotDestination( rSh ); in Paste() local 1117 (( EXCHG_DEST_DOC_TEXTFRAME == nDestination || in Paste() 1118 EXCHG_DEST_SWDOC_FREE_AREA == nDestination || in Paste() 1119 EXCHG_DEST_DOC_TEXTFRAME_WEB == nDestination || in Paste() [all …]
|
| /trunk/main/offapi/com/sun/star/sheet/ |
| H A D | XSpreadsheets.idl | 61 @param nDestination 64 void moveByName( [in] string aName, [in] short nDestination ); 74 @param nDestination 80 [in] short nDestination );
|
| /trunk/main/sot/source/base/ |
| H A D | formats.cxx | 67 sal_uInt16 nDestination; member 1496 sal_uInt16 nDestination, in GetExchangeAction() argument 1513 while( 0xffff != pEntry->nDestination ) in GetExchangeAction() 1515 if( pEntry->nDestination == nDestination ) in GetExchangeAction() 1520 if( 0xffff == pEntry->nDestination ) in GetExchangeAction() 1611 sal_uInt16 nDestination, sal_uInt16 nSourceOptions, in GetExchangeAction() argument 1661 return( SotExchange::GetExchangeAction( aVector, nDestination, nSourceOptions, in GetExchangeAction()
|
| /trunk/main/sot/inc/sot/ |
| H A D | exchange.hxx | 214 sal_uInt16 nDestination, 233 sal_uInt16 nDestination,
|
| /trunk/main/sw/source/ui/inc/ |
| H A D | swdtflvr.hxx | 95 sal_uLong nFormat, sal_uInt16 nDestination ); 181 sal_uInt16 nDestination, sal_Bool bIsPasteFmt,
|
| /trunk/main/sc/source/ui/unoobj/ |
| H A D | docuno.cxx | 2559 void SAL_CALL ScTableSheetsObj::moveByName( const rtl::OUString& aName, sal_Int16 nDestination ) in moveByName() argument 2569 bDone = pDocShell->MoveTable( nSource, nDestination, sal_False, sal_True ); in moveByName() 2576 const rtl::OUString& aCopy, sal_Int16 nDestination ) in copyByName() argument 2588 bDone = pDocShell->MoveTable( nSource, nDestination, sal_True, sal_True ); in copyByName() 2592 SCTAB nResultTab = static_cast<SCTAB>(nDestination); in copyByName()
|
| /trunk/main/sc/inc/ |
| H A D | docuno.hxx | 399 virtual void SAL_CALL moveByName( const ::rtl::OUString& aName, sal_Int16 nDestination ) 402 const ::rtl::OUString& aCopy, sal_Int16 nDestination )
|