Searched refs:_nFormatId (Results 1 – 6 of 6) sorted by relevance
266 void OTableCopyHelper::pasteTable( SotFormatStringId _nFormatId in pasteTable() argument271 …if ( _nFormatId == SOT_FORMATSTR_ID_DBACCESS_TABLE || _nFormatId == SOT_FORMATSTR_ID_DBACCESS_QUER… in pasteTable()279 else if ( _rTransData.HasFormat(_nFormatId) ) in pasteTable()284 if ( _nFormatId != SOT_FORMAT_RTF ) in pasteTable()290 aTrans.bHtml = SOT_FORMATSTR_ID_HTML == _nFormatId; in pasteTable()
116 sal_Bool OLocalExchange::hasFormat( const DataFlavorExVector& _rFormats, sal_uInt32 _nFormatId ) in hasFormat() argument121 if ( aSearch->mnSotId == _nFormatId ) in hasFormat()
181 void OApplicationController::pasteFormat(sal_uInt32 _nFormatId) in pasteFormat() argument183 if ( _nFormatId ) in pasteFormat()191 … m_aTableCopyHelper.pasteTable( _nFormatId, rClipboard, getDatabaseName(), ensureConnection() ); in pasteFormat()
271 void pasteFormat(sal_uInt32 _nFormatId);
128 void pasteTable( SotFormatStringId _nFormatId
87 static sal_Bool hasFormat( const DataFlavorExVector& _rFormats, sal_uInt32 _nFormatId );
Completed in 89 milliseconds