Home
last modified time | relevance | path

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

/aoo4110/main/reportdesign/source/ui/dlg/
H A DGroupExchange.cxx34 sal_uInt32 OGroupExchange::getReportGroupId() in getReportGroupId()
44 OGroupExchange::OGroupExchange(const uno::Sequence< uno::Any >& _aGroupRow) in OGroupExchange() function in rptui::OGroupExchange
49 void OGroupExchange::AddSupportedFormats() in AddSupportedFormats()
53 AddFormat(OGroupExchange::getReportGroupId()); in AddSupportedFormats()
57 sal_Bool OGroupExchange::GetData( const ::com::sun::star::datatransfer::DataFlavor& rFlavor ) in GetData()
60 if(nFormat == OGroupExchange::getReportGroupId() ) in GetData()
67 void OGroupExchange::ObjectReleased() in ObjectReleased()
H A DGroupsSorting.cxx261 OGroupExchange* pData = new OGroupExchange(aClipboardList); in StartDrag()
279 …if ( IsDropFormatSupported( OGroupExchange::getReportGroupId() ) && m_pParent->getGroups()->getCou… in AcceptDrop()
290 if ( IsDropFormatSupported( OGroupExchange::getReportGroupId() ) ) in ExecuteDrop()
296 uno::Any aDrop = aDropped.GetAny(OGroupExchange::getReportGroupId()); in ExecuteDrop()
873 OGroupExchange* pData = new OGroupExchange(aClipboardList); in copy()
883 if(aTransferData.HasFormat(OGroupExchange::getReportGroupId())) in paste()
919 if(aTransferData.HasFormat(OGroupExchange::getReportGroupId())) in InsertRows()
922 SotExchange::GetFormatDataFlavor(OGroupExchange::getReportGroupId(), aFlavor); in InsertRows()
H A DGroupExchange.hxx35 class OGroupExchange : public TransferableHelper class
39 OGroupExchange(const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any>& _aGroupRow);

Completed in 36 milliseconds