Home
last modified time | relevance | path

Searched refs:_nFormatId (Results 1 – 6 of 6) sorted by relevance

/aoo4110/main/dbaccess/source/ui/misc/
H A DTableCopyHelper.cxx266 void OTableCopyHelper::pasteTable( SotFormatStringId _nFormatId in pasteTable() argument
271 …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()
/aoo4110/main/svx/source/form/
H A Dfmexch.cxx116 sal_Bool OLocalExchange::hasFormat( const DataFlavorExVector& _rFormats, sal_uInt32 _nFormatId ) in hasFormat() argument
121 if ( aSearch->mnSotId == _nFormatId ) in hasFormat()
/aoo4110/main/dbaccess/source/ui/app/
H A DAppControllerGen.cxx181 void OApplicationController::pasteFormat(sal_uInt32 _nFormatId) in pasteFormat() argument
183 if ( _nFormatId ) in pasteFormat()
191 … m_aTableCopyHelper.pasteTable( _nFormatId, rClipboard, getDatabaseName(), ensureConnection() ); in pasteFormat()
H A DAppController.hxx271 void pasteFormat(sal_uInt32 _nFormatId);
/aoo4110/main/dbaccess/source/ui/inc/
H A DTableCopyHelper.hxx128 void pasteTable( SotFormatStringId _nFormatId
/aoo4110/main/svx/source/inc/
H A Dfmexch.hxx87 static sal_Bool hasFormat( const DataFlavorExVector& _rFormats, sal_uInt32 _nFormatId );

Completed in 29 milliseconds