Searched refs:_rPasteData (Results 1 – 4 of 4) sorted by relevance
224 ::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 …]
680 …troller::paste( ElementType _eType,const ::svx::ODataAccessDescriptor& _rPasteData,const String& _… in paste() argument687 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()
285 …sal_Bool paste( ElementType _eType,const ::svx::ODataAccessDescriptor& _rPasteData ,const String& …
184 const ::svx::ODataAccessDescriptor& _rPasteData,
Completed in 37 milliseconds