Searched refs:EXCHG_ACTION_MASK (Results 1 – 3 of 3) sorted by relevance
105 #define EXCHG_ACTION_MASK ((sal_uInt16)0x00FF) macro
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()1286 sal_uInt16 nClearedAction = ( nAction & EXCHG_ACTION_MASK ); in PasteData()
1525 nUserAction &= EXCHG_ACTION_MASK; in GetExchangeAction()