Home
last modified time | relevance | path

Searched refs:EXCHG_ACTION_MASK (Results 1 – 3 of 3) sorted by relevance

/AOO41X/main/sot/inc/sot/
H A Dexchange.hxx105 #define EXCHG_ACTION_MASK ((sal_uInt16)0x00FF) macro
/AOO41X/main/sw/source/ui/dochdl/
H A Dswdtflvr.cxx1143 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()
1286 sal_uInt16 nClearedAction = ( nAction & EXCHG_ACTION_MASK ); in PasteData()
/AOO41X/main/sot/source/base/
H A Dformats.cxx1525 nUserAction &= EXCHG_ACTION_MASK; in GetExchangeAction()