Home
last modified time | relevance | path

Searched refs:_rPasteData (Results 1 – 4 of 4) sorted by relevance

/aoo42x/main/dbaccess/source/ui/misc/
H A DTableCopyHelper.cxx224 ::rtl::OUString sSrcDataSourceName = _rPasteData.getDataSource(); in pasteTable()
227 _rPasteData[ daCommand ] >>= sCommand; in pasteTable()
230 if ( _rPasteData.has(daConnection) ) in pasteTable()
232 OSL_VERIFY( _rPasteData[daConnection] >>= xSrcConnection ); in pasteTable()
236 if ( _rPasteData.has(daCursor) ) in pasteTable()
238 OSL_VERIFY( _rPasteData[ daCursor ] >>= xResultSet ); in pasteTable()
242 if ( _rPasteData.has( daSelection ) ) in pasteTable()
244 OSL_VERIFY( _rPasteData[ daSelection ] >>= aSelection ); in pasteTable()
250 if ( _rPasteData.has( daBookmarkSelection ) ) in pasteTable()
257 if ( _rPasteData.has(daCommandType) ) in pasteTable()
[all …]
/aoo42x/main/dbaccess/source/ui/app/
H A DAppControllerDnD.cxx680 …troller::paste( ElementType _eType,const ::svx::ODataAccessDescriptor& _rPasteData,const String& _… in paste() argument
687 if ( _rPasteData.has(daCommandType) ) in paste()
688 _rPasteData[daCommandType] >>= nCommandType; in paste()
697 _rPasteData[daCommand] >>= sCommand; in paste()
698 if ( _rPasteData.has(daEscapeProcessing) ) in paste()
699 _rPasteData[daEscapeProcessing] >>= bEscapeProcessing; in paste()
703 ::rtl::OUString sDataSourceName = _rPasteData.getDataSource(); in paste()
850 else if ( _rPasteData.has(daComponent) ) // forms or reports in paste()
853 _rPasteData[daComponent] >>= xContent; in paste()
H A DAppController.hxx285 …sal_Bool paste( ElementType _eType,const ::svx::ODataAccessDescriptor& _rPasteData ,const String& …
/aoo42x/main/dbaccess/source/ui/inc/
H A DTableCopyHelper.hxx184 const ::svx::ODataAccessDescriptor& _rPasteData,

Completed in 33 milliseconds