Searched refs:SDR_ANYFORMAT (Results 1 – 3 of 3) sorted by relevance
147 sal_Bool Cut( sal_uIntPtr nFormat = SDR_ANYFORMAT );148 void CutMarked( sal_uIntPtr nFormat=SDR_ANYFORMAT );150 sal_Bool Yank( sal_uIntPtr nFormat = SDR_ANYFORMAT );151 void YankMarked( sal_uIntPtr nFormat=SDR_ANYFORMAT );153 sal_Bool Paste( Window* pWin = NULL, sal_uIntPtr nFormat = SDR_ANYFORMAT );154 …sal_Bool PasteClipboard( OutputDevice* pOut = NULL, sal_uIntPtr nFormat = SDR_ANYFORMAT…
87 #define SDR_ANYFORMAT (0xFFFFFFFF) macro513 sal_Bool Cut(sal_uIntPtr /*nFormat*/=SDR_ANYFORMAT) { return sal_False; } in Cut()514 sal_Bool Yank(sal_uIntPtr /*nFormat*/=SDR_ANYFORMAT) { return sal_False; } in Yank()515 sal_Bool Paste(Window* /*pWin*/=NULL, sal_uIntPtr /*nFormat*/=SDR_ANYFORMAT) { return sal_False; } in Paste()
255 sal_Bool Cut(sal_uIntPtr nFormat=SDR_ANYFORMAT);256 sal_Bool Yank(sal_uIntPtr nFormat=SDR_ANYFORMAT);257 sal_Bool Paste(Window* pWin=NULL, sal_uIntPtr nFormat=SDR_ANYFORMAT);
Completed in 23 milliseconds