|
LibreOffice Module reportdesign (master) 1
|
clipboard class for group rows in the groups and sorting dialog More...
#include <GroupExchange.hxx>
Public Member Functions | |
| OGroupExchange (const css::uno::Sequence< css::uno::Any > &_aGroupRow) | |
Public Member Functions inherited from TransferableHelper | |
| virtual css::uno::Any SAL_CALL | getTransferData (const css::datatransfer::DataFlavor &rFlavor) override |
| virtual css::uno::Sequence< css::datatransfer::DataFlavor > SAL_CALL | getTransferDataFlavors () override |
| virtual sal_Bool SAL_CALL | isDataFlavorSupported (const css::datatransfer::DataFlavor &rFlavor) override |
| virtual css::uno::Any SAL_CALL | getTransferData2 (const css::datatransfer::DataFlavor &rFlavor, const OUString &rDestDoc) override |
| virtual sal_Bool SAL_CALL | isComplex () override |
| void | PrepareOLE (const TransferableObjectDescriptor &rObjDesc) |
| void | CopyToClipboard (const css::uno::Reference< css::datatransfer::clipboard::XClipboard > &rClipboard) const |
| void | CopyToClipboard (vcl::Window *pWindow) const |
| void | CopyToPrimarySelection () const |
| void | StartDrag (vcl::Window *pWindow, sal_Int8 nDragSourceActions) |
Static Public Member Functions | |
| static SotClipboardFormatId | getReportGroupId () |
Static Public Member Functions inherited from TransferableHelper | |
| static void | ClearPrimarySelection () |
Protected Member Functions | |
| virtual void | AddSupportedFormats () override |
| virtual bool | GetData (const css::datatransfer::DataFlavor &rFlavor, const OUString &rDestDoc) override |
| virtual void | ObjectReleased () override |
Protected Member Functions inherited from TransferableHelper | |
| ~TransferableHelper () | |
| const css::uno::Reference< css::datatransfer::clipboard::XClipboard > & | getOwnClipboard () const |
| void | implCallOwnLostOwnership (const css::uno::Reference< css::datatransfer::clipboard::XClipboard > &_rxClipboard, const css::uno::Reference< css::datatransfer::XTransferable > &_rxTrans) |
| void | AddFormat (SotClipboardFormatId nFormat) |
| void | AddFormat (const css::datatransfer::DataFlavor &rFlavor) |
| void | RemoveFormat (SotClipboardFormatId nFormat) |
| void | RemoveFormat (const css::datatransfer::DataFlavor &rFlavor) |
| bool | HasFormat (SotClipboardFormatId nFormat) |
| void | ClearFormats () |
| bool | SetAny (const css::uno::Any &rAny) |
| bool | SetString (const OUString &rString) |
| bool | SetBitmapEx (const BitmapEx &rBitmap, const css::datatransfer::DataFlavor &rFlavor) |
| bool | SetGDIMetaFile (const GDIMetaFile &rMtf) |
| bool | SetGraphic (const Graphic &rGraphic) |
| bool | SetImageMap (const ImageMap &rIMap) |
| bool | SetTransferableObjectDescriptor (const TransferableObjectDescriptor &rDesc) |
| bool | SetINetBookmark (const INetBookmark &rBmk, const css::datatransfer::DataFlavor &rFlavor) |
| bool | SetINetImage (const INetImage &rINtImg, const css::datatransfer::DataFlavor &rFlavor) |
| bool | SetObject (void *pUserObject, sal_uInt32 nUserObjectId, const css::datatransfer::DataFlavor &rFlavor) |
| virtual void | AddSupportedFormats ()=0 |
| virtual bool | GetData (const css::datatransfer::DataFlavor &rFlavor, const OUString &rDestDoc)=0 |
| virtual bool | WriteObject (tools::SvRef< SotTempStream > &rxOStm, void *pUserObject, sal_uInt32 nUserObjectId, const css::datatransfer::DataFlavor &rFlavor) |
| virtual void | DragFinished (sal_Int8 nDropAction) |
| virtual void | ObjectReleased () |
| void | CopyToSelection (const css::uno::Reference< css::datatransfer::clipboard::XClipboard > &rClipboard) const |
Private Attributes | |
| css::uno::Sequence< css::uno::Any > | m_aGroupRow |
clipboard class for group rows in the groups and sorting dialog
Definition at line 28 of file GroupExchange.hxx.
|
explicit |
Definition at line 38 of file GroupExchange.cxx.
|
overrideprotectedvirtual |
Implements TransferableHelper.
Definition at line 43 of file GroupExchange.cxx.
References TransferableHelper::AddFormat(), getReportGroupId(), and m_aGroupRow.
|
overrideprotectedvirtual |
Implements TransferableHelper.
Definition at line 51 of file GroupExchange.cxx.
References SotExchange::GetFormat(), getReportGroupId(), m_aGroupRow, and TransferableHelper::SetAny().
|
static |
Definition at line 28 of file GroupExchange.cxx.
References SotExchange::RegisterFormatName().
Referenced by rptui::OFieldExpressionControl::AcceptDrop(), AddSupportedFormats(), rptui::OFieldExpressionControl::ExecuteDrop(), and GetData().
|
overrideprotectedvirtual |
Reimplemented from TransferableHelper.
Definition at line 61 of file GroupExchange.cxx.
References m_aGroupRow.
|
private |
Definition at line 30 of file GroupExchange.hxx.
Referenced by AddSupportedFormats(), GetData(), and ObjectReleased().