/trunk/main/sc/source/ui/view/ |
H A D | viewfun3.cxx | 616 if( aDataHelper.HasFormat( SOT_FORMAT_RTF ) ) in PasteFromSystem() 652 else if (aDataHelper.HasFormat(nBiff5)) in PasteFromSystem() 654 else if (aDataHelper.HasFormat(FORMAT_RTF)) in PasteFromSystem() 662 else if (aDataHelper.HasFormat(FORMAT_STRING)) in PasteFromSystem() 664 else if (aDataHelper.HasFormat(FORMAT_GDIMETAFILE)) in PasteFromSystem() 666 else if (aDataHelper.HasFormat(FORMAT_BITMAP)) in PasteFromSystem() 757 else if (aDataHelper.HasFormat(nBiff5)) in PasteFromTransferable() 759 else if (aDataHelper.HasFormat(FORMAT_RTF)) in PasteFromTransferable() 767 else if (aDataHelper.HasFormat(FORMAT_STRING)) in PasteFromTransferable() 771 else if (aDataHelper.HasFormat(FORMAT_BITMAP)) in PasteFromTransferable() [all …]
|
H A D | cellsh.cxx | 339 if ( rDataHelper.HasFormat( nFormatId ) ) in lcl_TestFormat() 409 if ( rData.HasFormat( SOT_FORMATSTR_ID_PNG ) || in lcl_IsCellPastePossible() 411 rData.HasFormat( SOT_FORMAT_GDIMETAFILE ) || in lcl_IsCellPastePossible() 412 rData.HasFormat( SOT_FORMATSTR_ID_SVXB ) || in lcl_IsCellPastePossible() 413 rData.HasFormat( FORMAT_PRIVATE ) || in lcl_IsCellPastePossible() 414 rData.HasFormat( SOT_FORMAT_RTF ) || in lcl_IsCellPastePossible() 420 rData.HasFormat( SOT_FORMAT_STRING ) || in lcl_IsCellPastePossible() 421 rData.HasFormat( SOT_FORMATSTR_ID_SYLK ) || in lcl_IsCellPastePossible() 422 rData.HasFormat( SOT_FORMATSTR_ID_LINK ) || in lcl_IsCellPastePossible() 423 rData.HasFormat( SOT_FORMATSTR_ID_HTML ) || in lcl_IsCellPastePossible() [all …]
|
H A D | gridwin.cxx | 3745 if ( aDataHelper.HasFormat( SOT_FORMATSTR_ID_SOLK ) ) in lcl_GetDropFormatId() 3756 if ( aDataHelper.HasFormat( SOT_FORMATSTR_ID_DRAWING ) ) in lcl_GetDropFormatId() 3758 else if ( aDataHelper.HasFormat( SOT_FORMATSTR_ID_SVXB ) ) in lcl_GetDropFormatId() 3773 && aDataHelper.HasFormat( SOT_FORMAT_RTF ) ); in lcl_GetDropFormatId() 3796 else if ( aDataHelper.HasFormat( SOT_FORMAT_RTF ) ) in lcl_GetDropFormatId() 3798 else if ( aDataHelper.HasFormat( SOT_FORMATSTR_ID_HTML ) ) in lcl_GetDropFormatId() 3802 else if ( aDataHelper.HasFormat( SOT_FORMATSTR_ID_SYLK ) ) in lcl_GetDropFormatId() 3812 else if ( aDataHelper.HasFormat( SOT_FORMAT_STRING ) ) in lcl_GetDropFormatId() 3816 else if ( aDataHelper.HasFormat( SOT_FORMATSTR_ID_PNG ) ) in lcl_GetDropFormatId() 3818 else if ( aDataHelper.HasFormat( SOT_FORMAT_BITMAP ) ) in lcl_GetDropFormatId() [all …]
|
H A D | editsh.cxx | 762 …bPastePossible = ( pDataHelper->HasFormat( SOT_FORMAT_STRING ) || pDataHelper->HasFormat( SOT_FORM… in IMPL_LINK() 784 …bPastePossible = ( aDataHelper.HasFormat( SOT_FORMAT_STRING ) || aDataHelper.HasFormat( SOT_FORMAT… in GetClipState() 805 if ( aDataHelper.HasFormat( SOT_FORMAT_STRING ) ) in GetClipState() 807 if ( aDataHelper.HasFormat( SOT_FORMAT_RTF ) ) in GetClipState()
|
/trunk/main/dbaccess/source/ui/misc/ |
H A D | TableCopyHelper.cxx | 279 else if ( _rTransData.HasFormat(_nFormatId) ) in pasteTable() 313 …if ( _rTransData.HasFormat(SOT_FORMATSTR_ID_DBACCESS_TABLE) || _rTransData.HasFormat(SOT_FORMATSTR… in pasteTable() 315 else if ( _rTransData.HasFormat(SOT_FORMATSTR_ID_HTML) ) in pasteTable() 317 else if ( _rTransData.HasFormat(SOT_FORMAT_RTF) ) in pasteTable() 346 sal_Bool bTableFormat = _rClipboard.HasFormat(SOT_FORMATSTR_ID_DBACCESS_TABLE) in isTableFormat() 347 || _rClipboard.HasFormat(SOT_FORMATSTR_ID_DBACCESS_QUERY) in isTableFormat() 348 || _rClipboard.HasFormat(SOT_FORMAT_RTF) in isTableFormat() 349 || _rClipboard.HasFormat(SOT_FORMATSTR_ID_HTML); in isTableFormat() 359 sal_Bool bHtml = _aDroppedData.HasFormat(SOT_FORMATSTR_ID_HTML); in copyTagTable() 360 if ( bHtml || _aDroppedData.HasFormat(SOT_FORMAT_RTF) ) in copyTagTable()
|
/trunk/main/svx/source/fmcomp/ |
H A D | dbaexchange.cxx | 280 if (_rData.HasFormat(getDescriptorFormatId())) in extractColumnDescriptor() 337 if ( _rData.HasFormat(getDescriptorFormatId()) ) in extractColumnDescriptor() 355 if (_rData.HasFormat(SOT_FORMATSTR_ID_SBA_FIELDDATAEXCHANGE)) in extractColumnDescriptor() 357 if (_rData.HasFormat(SOT_FORMATSTR_ID_SBA_CTRLDATAEXCHANGE)) in extractColumnDescriptor() 532 if ( _rData.HasFormat( SOT_FORMATSTR_ID_DBACCESS_TABLE ) ) in extractObjectDescriptor() 534 if ( _rData.HasFormat( SOT_FORMATSTR_ID_DBACCESS_QUERY ) ) in extractObjectDescriptor() 536 if ( _rData.HasFormat( SOT_FORMATSTR_ID_DBACCESS_COMMAND ) ) in extractObjectDescriptor() 704 if (_rData.HasFormat(getDescriptorFormatId())) in extractDescriptor()
|
H A D | dbaobjectex.cxx | 133 sal_Bool bForm = _rData.HasFormat(getDescriptorFormatId(sal_True)); in extractComponentDescriptor() 134 if ( bForm || _rData.HasFormat(getDescriptorFormatId(sal_False)) ) in extractComponentDescriptor() 169 if ( _rData.HasFormat( getDescriptorFormatId(_bExtractForm)) ) in extractComponentDescriptor()
|
/trunk/main/sw/source/ui/dochdl/ |
H A D | swdtflvr.cxx | 1145 if( rData.HasFormat( SOT_FORMAT_RTF ) ) in Paste() 2103 if( !rData.HasFormat( FORMAT_RTF ) && in _PasteDDE() 2104 !rData.HasFormat( SOT_FORMATSTR_ID_HTML ) && in _PasteDDE() 2105 !rData.HasFormat( FORMAT_STRING ) && in _PasteDDE() 2106 (rData.HasFormat( nFormat = FORMAT_GDIMETAFILE ) || in _PasteDDE() 2107 rData.HasFormat( nFormat = FORMAT_BITMAP )) ) in _PasteDDE() 2176 if( ( rData.HasFormat( SOT_FORMATSTR_ID_SYLK ) || in _PasteDDE() 2497 if( rData.HasFormat( SOT_FORMATSTR_ID_SVIM )) in _PasteImageMap() 2868 else if( rData.HasFormat( nFormat ) ) in PasteFormat() 2901 if( rData.HasFormat( nFormat )) { in _TestAllowedFormat() [all …]
|
/trunk/main/forms/source/richtext/ |
H A D | clipboarddispatcher.cxx | 158 …m_bPastePossible = ( aDataHelper.HasFormat( SOT_FORMAT_STRING ) || aDataHelper.HasFormat( SOT_FORM… in OPasteClipboardDispatcher() 175 m_bPastePossible = _pDataHelper->HasFormat( SOT_FORMAT_STRING ) in IMPL_LINK() 176 || _pDataHelper->HasFormat( SOT_FORMAT_RTF ); in IMPL_LINK()
|
/trunk/main/sd/source/ui/view/ |
H A D | sdview3.cxx | 96 …TRANS( _def_Type ) ( ( nFormat == (_def_Type) || !nFormat ) && aDataHelper.HasFormat( _def_Type ) ) 342 if( !pOwnData && aDataHelper.HasFormat( SOT_FORMATSTR_ID_SVIM ) ) in InsertData() 359 …if( aDataHelper.HasFormat( SOT_FORMAT_RTF ) && ! aDataHelper.HasFormat( SOT_FORMATSTR_ID_DRAWING )… in InsertData() 866 aDataHelper.HasFormat(SOT_FORMATSTR_ID_OBJECTDESCRIPTOR)) in InsertData() 1055 aDataHelper.HasFormat(SOT_FORMATSTR_ID_OBJECTDESCRIPTOR_OLE)) in InsertData() 1058 if( (nFormat != 0) || !aDataHelper.HasFormat( FORMAT_GDIMETAFILE ) ) in InsertData() 1203 if( !bReturn && aDataHelper.HasFormat( FORMAT_GDIMETAFILE ) ) in InsertData() 1503 ( !aDataHelper.HasFormat( SOT_FORMATSTR_ID_SOLK ) && in InsertData() 1504 !aDataHelper.HasFormat( SOT_FORMATSTR_ID_NETSCAPE_BOOKMARK ) && in InsertData() 1505 !aDataHelper.HasFormat( SOT_FORMATSTR_ID_FILENAME ) ) ) in InsertData()
|
H A D | sdview2.cxx | 381 if( ( aDataHelper.HasFormat( SOT_FORMATSTR_ID_NETSCAPE_BOOKMARK ) && in DoPaste() 383 ( aDataHelper.HasFormat( SOT_FORMATSTR_ID_FILEGRPDESCRIPTOR ) && in DoPaste() 385 ( aDataHelper.HasFormat( SOT_FORMATSTR_ID_UNIFORMRESOURCELOCATOR ) && in DoPaste() 725 …gMode() )) || (( SDRDRAG_TRANSPARENCE == GetDragMode() ) && aDataHelper.HasFormat( SOT_FORMATSTR_I… in ExecuteDrop() 764 if( aDataHelper.HasFormat( SOT_FORMATSTR_ID_NETSCAPE_BOOKMARK ) && in ExecuteDrop()
|
H A D | outlnvsh.cxx | 781 ( pDataHelper->HasFormat( FORMAT_STRING ) || in IMPL_LINK() 782 pDataHelper->HasFormat( FORMAT_RTF ) || in IMPL_LINK() 783 pDataHelper->HasFormat( SOT_FORMATSTR_ID_HTML ) ) ); in IMPL_LINK() 964 ( aDataHelper.HasFormat( FORMAT_STRING ) || in GetMenuState() 965 aDataHelper.HasFormat( FORMAT_RTF ) || in GetMenuState() 966 aDataHelper.HasFormat( SOT_FORMATSTR_ID_HTML ) ) ); in GetMenuState()
|
H A D | drviews4.cxx | 562 if( ( aDataHelper.HasFormat( SOT_FORMATSTR_ID_NETSCAPE_BOOKMARK ) && in Command() 564 ( aDataHelper.HasFormat( SOT_FORMATSTR_ID_FILEGRPDESCRIPTOR ) && in Command() 566 ( aDataHelper.HasFormat( SOT_FORMATSTR_ID_UNIFORMRESOURCELOCATOR ) && in Command()
|
H A D | drviewse.cxx | 853 if( ( aDataHelper.HasFormat( SOT_FORMATSTR_ID_NETSCAPE_BOOKMARK ) && in FuSupport() 855 ( aDataHelper.HasFormat( SOT_FORMATSTR_ID_FILEGRPDESCRIPTOR ) && in FuSupport() 857 ( aDataHelper.HasFormat( SOT_FORMATSTR_ID_UNIFORMRESOURCELOCATOR ) && in FuSupport()
|
/trunk/main/sw/source/ui/utlui/ |
H A D | navipi.cxx | 1308 if( rData.HasFormat( nFmt = FORMAT_FILE_LIST )) in CreateDropFileName() 1314 else if( rData.HasFormat( nFmt = FORMAT_STRING ) || in CreateDropFileName() 1315 rData.HasFormat( nFmt = FORMAT_FILE ) || in CreateDropFileName() 1316 rData.HasFormat( nFmt = SOT_FORMATSTR_ID_FILENAME )) in CreateDropFileName() 1318 else if( rData.HasFormat( nFmt = SOT_FORMATSTR_ID_SOLK ) || in CreateDropFileName() 1319 rData.HasFormat( nFmt = SOT_FORMATSTR_ID_NETSCAPE_BOOKMARK )|| in CreateDropFileName() 1320 rData.HasFormat( nFmt = SOT_FORMATSTR_ID_FILECONTENT ) || in CreateDropFileName() 1321 rData.HasFormat( nFmt = SOT_FORMATSTR_ID_FILEGRPDESCRIPTOR ) || in CreateDropFileName() 1322 rData.HasFormat( nFmt = SOT_FORMATSTR_ID_UNIFORMRESOURCELOCATOR )) in CreateDropFileName()
|
/trunk/main/starmath/source/ |
H A D | view.cxx | 1501 ( aData.HasFormat( nId = SOT_FORMATSTR_ID_EMBEDDED_OBJ ) || in Execute() 1502 (aData.HasFormat( SOT_FORMATSTR_ID_OBJECTDESCRIPTOR ) && in Execute() 1503 aData.HasFormat( nId = SOT_FORMATSTR_ID_EMBED_SOURCE ))) && in Execute() 1553 aDataHelper.HasFormat( FORMAT_STRING )) in Execute() 1614 if ( aDataHelper.HasFormat( nId = SOT_FORMATSTR_ID_MATHML ) ) in Execute() 1630 if ( aDataHelper.HasFormat( nId = FORMAT_STRING) ) in Execute() 1834 ( aDataHelper.HasFormat( FORMAT_STRING ) || in GetState() 1835 aDataHelper.HasFormat( SOT_FORMATSTR_ID_EMBEDDED_OBJ ) || in GetState() 1836 (aDataHelper.HasFormat( SOT_FORMATSTR_ID_OBJECTDESCRIPTOR ) in GetState() 1837 && aDataHelper.HasFormat( SOT_FORMATSTR_ID_EMBED_SOURCE ))); in GetState()
|
/trunk/main/svx/source/gallery2/ |
H A D | galtheme.cxx | 1278 if( aDataHelper.HasFormat( SOT_FORMATSTR_ID_DRAWING ) ) in InsertTransferable() 1285 else if( aDataHelper.HasFormat( SOT_FORMAT_FILE_LIST ) || in InsertTransferable() 1286 aDataHelper.HasFormat( FORMAT_FILE ) ) in InsertTransferable() 1290 if( aDataHelper.HasFormat( SOT_FORMAT_FILE_LIST ) ) in InsertTransferable() 1324 if( aDataHelper.HasFormat( SOT_FORMATSTR_ID_SVXB ) ) in InsertTransferable() 1326 else if( aDataHelper.HasFormat( FORMAT_GDIMETAFILE ) ) in InsertTransferable() 1328 else if( aDataHelper.HasFormat( FORMAT_BITMAP ) ) in InsertTransferable() 1339 if( aDataHelper.HasFormat( SOT_FORMATSTR_ID_SVIM ) ) in InsertTransferable()
|
H A D | galbrws2.cxx | 303 if( aDataHelper.HasFormat( SOT_FORMATSTR_ID_DRAWING ) || in ExecutePopup() 304 aDataHelper.HasFormat( SOT_FORMAT_FILE_LIST ) || in ExecutePopup() 305 aDataHelper.HasFormat( FORMAT_FILE ) || in ExecutePopup() 306 aDataHelper.HasFormat( SOT_FORMATSTR_ID_SVXB ) || in ExecutePopup() 307 aDataHelper.HasFormat( FORMAT_GDIMETAFILE ) || in ExecutePopup() 308 aDataHelper.HasFormat( FORMAT_BITMAP ) ) in ExecutePopup()
|
/trunk/main/svtools/source/misc/ |
H A D | transfer.cxx | 773 sal_Bool TransferableHelper::HasFormat( SotFormatStringId nFormat ) in HasFormat() function in TransferableHelper 1118 if( HasFormat( SOT_FORMATSTR_ID_OBJECTDESCRIPTOR ) ) in PrepareOLE() 1594 sal_Bool TransferableDataHelper::HasFormat( SotFormatStringId nFormat ) const in HasFormat() function in TransferableDataHelper 1615 sal_Bool TransferableDataHelper::HasFormat( const DataFlavor& rFlavor ) const in HasFormat() function in TransferableDataHelper 1845 …if(!bRet && HasFormat(SOT_FORMATSTR_ID_PNG) && SotExchange::GetFormatDataFlavor(SOT_FORMATSTR_ID_P… in GetBitmapEx() 1851 …if(!bRet && HasFormat(SOT_FORMATSTR_ID_BMP) && SotExchange::GetFormatDataFlavor(SOT_FORMATSTR_ID_B… in GetBitmapEx() 1946 HasFormat( SOT_FORMATSTR_ID_EMF ) && in GetGDIMetaFile() 1960 HasFormat( SOT_FORMATSTR_ID_WMF ) && in GetGDIMetaFile() 1974 HasFormat( SOT_FORMATSTR_ID_SVG ) && in GetGDIMetaFile() 2111 if( HasFormat( rFlavor )) in GetINetBookmark()
|
/trunk/main/chart2/source/controller/main/ |
H A D | ChartController_Tools.cxx | 312 if ( aDataHelper.HasFormat( SOT_FORMATSTR_ID_DRAWING ) ) in executeDispatch_Paste() 326 else if ( aDataHelper.HasFormat( SOT_FORMATSTR_ID_SVXB ) ) in executeDispatch_Paste() 333 else if( aDataHelper.HasFormat( FORMAT_GDIMETAFILE )) in executeDispatch_Paste() 340 else if( aDataHelper.HasFormat( FORMAT_BITMAP )) in executeDispatch_Paste() 347 else if( aDataHelper.HasFormat( FORMAT_STRING )) in executeDispatch_Paste()
|
/trunk/main/sc/source/ui/drawfunc/ |
H A D | drtxtob.cxx | 515 …bPastePossible = ( pDataHelper->HasFormat( SOT_FORMAT_STRING ) || pDataHelper->HasFormat( SOT_FORM… in IMPL_LINK() 544 …bPastePossible = ( aDataHelper.HasFormat( SOT_FORMAT_STRING ) || aDataHelper.HasFormat( SOT_FORMAT… in GetClipState() 565 if ( aDataHelper.HasFormat( SOT_FORMAT_STRING ) ) in GetClipState() 567 if ( aDataHelper.HasFormat( SOT_FORMAT_RTF ) ) in GetClipState()
|
/trunk/main/svtools/inc/svtools/ |
H A D | transfer.hxx | 254 sal_Bool HasFormat( SotFormatStringId nFormat ); 255 …inline sal_Bool HasFormat( const ::com::sun::star::datatransfer::DataFlavor& rFlavor ) { retur… in HasFormat() function in TransferableHelper 339 sal_Bool HasFormat( SotFormatStringId nFormat ) const; 340 sal_Bool HasFormat( const ::com::sun::star::datatransfer::DataFlavor& rFlavor ) const;
|
/trunk/main/sc/source/ui/navipi/ |
H A D | navipi.cxx | 1562 sal_uLong nFormat = INetBookmark::HasFormat(*pObject); 1572 if (DragServer::HasFormat( i, FORMAT_FILE )) 1589 if ( pObject->HasFormat(FORMAT_FILE) 1590 || INetBookmark::HasFormat(*pObject) )
|
/trunk/main/sd/source/ui/func/ |
H A D | fuinsert.cxx | 250 if( ( aDataHelper.HasFormat( SOT_FORMATSTR_ID_NETSCAPE_BOOKMARK ) && in DoExecute() 252 ( aDataHelper.HasFormat( SOT_FORMATSTR_ID_FILEGRPDESCRIPTOR ) && in DoExecute() 254 ( aDataHelper.HasFormat( SOT_FORMATSTR_ID_UNIFORMRESOURCELOCATOR ) && in DoExecute()
|
/trunk/main/dbaccess/source/ui/tabledesign/ |
H A D | TEditControl.cxx | 1002 if(aTransferData.HasFormat(SOT_FORMATSTR_ID_SBA_TABED)) in InsertRows() 1458 sal_Bool bRowFormat = aTransferData.HasFormat(SOT_FORMATSTR_ID_SBA_TABED); in IsPasteAllowed() 1462 bAllowed = !bRowFormat && aTransferData.HasFormat(SOT_FORMAT_STRING); in IsPasteAllowed() 1523 if(aTransferData.HasFormat(SOT_FORMATSTR_ID_SBA_TABED)) in paste()
|