Lines Matching refs:nAction

1096         sal_uInt16 nAction = SotExchange::GetExchangeAction(  in IsPaste()  local
1105 bIsPaste = (EXCHG_INOUT_ACTION_NONE != nAction); in IsPaste()
1115 sal_uInt16 nEventAction, nAction=0, in Paste() local
1121 nAction = EXCHG_OUT_ACTION_INSERT_PRIVATE; in Paste()
1133 nAction = SotExchange::GetExchangeAction( in Paste()
1143 if( EXCHG_OUT_ACTION_INSERT_DRAWOBJ == (nAction & EXCHG_ACTION_MASK) ) in Paste()
1147 nAction = EXCHG_OUT_ACTION_INSERT_STRING | (nAction & !EXCHG_ACTION_MASK); in Paste()
1152 return EXCHG_INOUT_ACTION_NONE != nAction && in Paste()
1153 SwTransferable::PasteData( rData, rSh, nAction, nFormat, in Paste()
1160 SwWrtShell& rSh, sal_uInt16 nAction, sal_uLong nFormat, in PasteData() argument
1269 EXCHG_OUT_ACTION_INSERT_PRIVATE == nAction ) in PasteData()
1274 else if( EXCHG_INOUT_ACTION_NONE != nAction ) in PasteData()
1284 sal_uInt8 nActionFlags = static_cast< sal_uInt8 >(( nAction >> 8 ) & 0xFF); in PasteData()
1286 sal_uInt16 nClearedAction = ( nAction & EXCHG_ACTION_MASK ); in PasteData()
1959 SwWrtShell& rSh, sal_uInt16 nAction, in _PasteTargetURL() argument
1981 switch( nAction ) in _PasteTargetURL()
2244 SwWrtShell& rSh, sal_uInt16 nAction, in _PasteSdrFormat() argument
2260 rSh.Paste( *xStrm, nAction, pPt ); in _PasteSdrFormat()
2273 sal_uLong nFmt, sal_uInt16 nAction, const Point* pPt, in _PasteGrf() argument
2315 if( SW_PASTESDR_SETATTR == nAction ) in _PasteGrf()
2334 bCheckForImageMap = SW_PASTESDR_REPLACE == nAction; in _PasteGrf()
2351 if( !nRet && SW_PASTESDR_SETATTR == nAction && in _PasteGrf()
2382 switch( nAction ) in _PasteGrf()
2568 sal_uInt16 nAction, const Point* pPt, in _PasteFileName() argument
2571 int nRet = SwTransferable::_PasteGrf( rData, rSh, nFmt, nAction, in _PasteFileName()
2598 const SfxFilter* pFlt = SW_PASTESDR_SETATTR == nAction in _PasteFileName()
2622 else if( SW_PASTESDR_SETATTR == nAction || in _PasteFileName()
2623 ( bIsURLFile && SW_PASTESDR_INSERT == nAction )) in _PasteFileName()
2879 nAction = SotExchange::GetExchangeAction( in PasteFormat() local
2887 if( EXCHG_INOUT_ACTION_NONE != nAction ) in PasteFormat()
2888 nRet = SwTransferable::PasteData( rData, rSh, nAction, nFormat, in PasteFormat()
2899 sal_uInt16 nAction = EXCHG_INOUT_ACTION_NONE, nEventAction; in _TestAllowedFormat() local
2902 nAction = SotExchange::GetExchangeAction( in _TestAllowedFormat()
2909 return EXCHG_INOUT_ACTION_NONE != nAction; in _TestAllowedFormat()
3233 void SwTransferable::DragFinished( sal_Int8 nAction ) in DragFinished() argument
3236 if( DND_ACTION_MOVE == nAction ) in DragFinished()