/aoo41x/main/dbaccess/source/ui/misc/ |
H A D | TableCopyHelper.cxx | 284 if ( _nFormatId != SOT_FORMAT_RTF ) in pasteTable() 287 …const_cast<TransferableDataHelper&>(_rTransData).GetSotStorageStream(SOT_FORMAT_RTF,aTrans.aHtmlRt… in pasteTable() 317 else if ( _rTransData.HasFormat(SOT_FORMAT_RTF) ) in pasteTable() 318 pasteTable( SOT_FORMAT_RTF,_rTransData,i_rDestDataSource,_xConnection); in pasteTable() 348 || _rClipboard.HasFormat(SOT_FORMAT_RTF) in isTableFormat() 360 if ( bHtml || _aDroppedData.HasFormat(SOT_FORMAT_RTF) ) in copyTagTable() 365 …const_cast<TransferableDataHelper&>(_aDroppedData).GetSotStorageStream(SOT_FORMAT_RTF,_rAsyncDrop.… in copyTagTable()
|
/aoo41x/main/dbaccess/source/ui/browser/ |
H A D | dbexchange.cxx | 151 if (nUserObjectId == SOT_FORMAT_RTF || nUserObjectId == SOT_FORMATSTR_ID_HTML ) in WriteObject() 167 AddFormat( SOT_FORMAT_RTF ); in AddSupportedFormats() 181 case SOT_FORMAT_RTF: in GetData() 184 return m_pRtf.is() && SetObject( m_pRtf.get(), SOT_FORMAT_RTF, rFlavor ); in GetData()
|
/aoo41x/main/editeng/source/editeng/ |
H A D | eeobj.cxx | 65 else if ( ( nT == SOT_FORMATSTR_ID_EDITENGINE ) || ( nT == SOT_FORMAT_RTF ) ) in getTransferData() 94 SotExchange::GetFormatDataFlavor( SOT_FORMAT_RTF, aDataFlavors.getArray()[2] ); in getTransferDataFlavors() 104 …if ( ( nT == SOT_FORMAT_STRING ) || ( nT == SOT_FORMAT_RTF ) /* || ( nT == SOT_FORMAT_XML ) */ || … in isDataFlavorSupported()
|
H A D | impedit2.cxx | 3782 SotExchange::GetFormatDataFlavor( SOT_FORMAT_RTF, aFlavor ); in InsertText()
|
/aoo41x/main/sot/source/base/ |
H A D | formats.cxx | 201 …{ SOT_FORMAT_RTF, EXCHG_IN_ACTION_COPY| EXCHG_OUT_ACTION_FLAG_INSERT_IMAGEMAP | EXCHG_OUT_ACTION_F… 231 …{ SOT_FORMAT_RTF, EXCHG_IN_ACTION_COPY| EXCHG_OUT_ACTION_FLAG_INSERT_IMAGEMAP | EXCHG_OUT_ACTION_F… 296 …{ SOT_FORMAT_RTF, EXCHG_IN_ACTION_COPY| EXCHG_OUT_ACTION_FLAG_INSERT_IMAGEMAP | EXCHG_OUT_ACTION_F… 320 …{ SOT_FORMAT_RTF, EXCHG_IN_ACTION_COPY| EXCHG_OUT_ACTION_FLAG_INSERT_IMAGEMAP | EXCHG_OUT_ACTION_F… 819 { SOT_FORMAT_RTF, EXCHG_IN_ACTION_COPY, 0 }, \ 854 …{ SOT_FORMAT_RTF, EXCHG_IN_ACTION_COPY | EXCHG_OUT_ACTION_FLAG_INSERT_TARGETURL, 0 }, … 883 …{ SOT_FORMAT_RTF, EXCHG_IN_ACTION_COPY | EXCHG_OUT_ACTION_FLAG_INSERT_TARGETURL, 0 }, … 927 { SOT_FORMAT_RTF, EXCHG_IN_ACTION_COPY, 0 }, \ 951 …{ SOT_FORMAT_RTF, EXCHG_IN_ACTION_COPY | EXCHG_OUT_ACTION_FLAG_INSERT_TARGETURL, 0 }, … 970 …{ SOT_FORMAT_RTF, EXCHG_IN_ACTION_COPY | EXCHG_OUT_ACTION_FLAG_INSERT_TARGETURL, 0 }, …
|
H A D | exchange.cxx | 250 for( i = SOT_FORMAT_RTF; i <= nMax; ++i ) in RegisterFormatName() 287 for( i = SOT_FORMAT_RTF; i <= nMax; ++i ) in RegisterFormatMimeType() 418 for( i = SOT_FORMAT_RTF; i <= nMax; ++i ) in GetFormatIdFromMimeType() 458 for( i = SOT_FORMAT_RTF; i <= nMax; ++i ) in GetFormat()
|
/aoo41x/main/sc/source/ui/view/ |
H A D | editsh.cxx | 295 pDlg->Insert( SOT_FORMAT_RTF, EMPTY_STRING ); in Execute() 762 …ible = ( pDataHelper->HasFormat( SOT_FORMAT_STRING ) || pDataHelper->HasFormat( SOT_FORMAT_RTF ) ); in IMPL_LINK() 784 …ssible = ( aDataHelper.HasFormat( SOT_FORMAT_STRING ) || aDataHelper.HasFormat( SOT_FORMAT_RTF ) ); in GetClipState() 807 if ( aDataHelper.HasFormat( SOT_FORMAT_RTF ) ) in GetClipState() 808 aFormats.AddClipbrdFormat( SOT_FORMAT_RTF ); in GetClipState()
|
H A D | viewfun4.cxx | 174 if ( aDataHelper.GetSotStorageStream( SOT_FORMAT_RTF, xStream ) && xStream.Is() ) in PasteRTF() 176 aImpEx.ImportStream( *xStream, String(), SOT_FORMAT_RTF ); in PasteRTF() 177 else if ( aDataHelper.GetString( SOT_FORMAT_RTF, aStr ) ) in PasteRTF() 178 aImpEx.ImportString( aStr, SOT_FORMAT_RTF ); in PasteRTF()
|
H A D | viewfun5.cxx | 302 else if ( ScImportExport::IsFormatSupported( nFormatId ) || nFormatId == SOT_FORMAT_RTF ) in PasteDataFormat() 304 if ( nFormatId == SOT_FORMAT_RTF && aDataHelper.HasFormat( SOT_FORMATSTR_ID_EDITENGINE ) ) in PasteDataFormat()
|
H A D | cellsh.cxx | 389 lcl_TestFormat( rFormats, aDataHelper, SOT_FORMAT_RTF ); in GetPossibleClipboardFormats() 414 rData.HasFormat( SOT_FORMAT_RTF ) || in lcl_IsCellPastePossible()
|
H A D | viewfun3.cxx | 616 if( aDataHelper.HasFormat( SOT_FORMAT_RTF ) ) in PasteFromSystem() 637 && aDataHelper.HasFormat( SOT_FORMAT_RTF ) ); in PasteFromSystem() 742 && aDataHelper.HasFormat( SOT_FORMAT_RTF ) ); in PasteFromTransferable()
|
H A D | gridwin.cxx | 3658 IsDropFormatSupported( SOT_FORMAT_RTF ) || in AcceptDrop() 3758 && aDataHelper.HasFormat( SOT_FORMAT_RTF ) ); in lcl_GetDropFormatId() 3781 else if ( aDataHelper.HasFormat( SOT_FORMAT_RTF ) ) in lcl_GetDropFormatId() 3782 nFormatId = SOT_FORMAT_RTF; in lcl_GetDropFormatId()
|
/aoo41x/main/forms/source/richtext/ |
H A D | clipboarddispatcher.cxx | 158 …ssible = ( aDataHelper.HasFormat( SOT_FORMAT_STRING ) || aDataHelper.HasFormat( SOT_FORMAT_RTF ) ); in OPasteClipboardDispatcher() 176 || _pDataHelper->HasFormat( SOT_FORMAT_RTF ); in IMPL_LINK()
|
/aoo41x/main/sc/source/ui/drawfunc/ |
H A D | drtxtob.cxx | 515 …ible = ( pDataHelper->HasFormat( SOT_FORMAT_STRING ) || pDataHelper->HasFormat( SOT_FORMAT_RTF ) ); in IMPL_LINK() 544 …ssible = ( aDataHelper.HasFormat( SOT_FORMAT_STRING ) || aDataHelper.HasFormat( SOT_FORMAT_RTF ) ); in GetClipState() 567 if ( aDataHelper.HasFormat( SOT_FORMAT_RTF ) ) in GetClipState() 568 aFormats.AddClipbrdFormat( SOT_FORMAT_RTF ); in GetClipState()
|
H A D | drtxtob1.cxx | 138 pDlg->Insert( SOT_FORMAT_RTF, EMPTY_STRING ); in ExecutePasteContents()
|
/aoo41x/main/sc/source/ui/app/ |
H A D | transobj.cxx | 252 AddFormat( SOT_FORMAT_RTF ); in AddSupportedFormats() 268 else if ( ( nFormat == SOT_FORMAT_RTF || nFormat == SOT_FORMATSTR_ID_EDITENGINE ) && in GetData() 301 else if ( ScImportExport::IsFormatSupported( nFormat ) || nFormat == SOT_FORMAT_RTF ) in GetData()
|
H A D | seltrans.cxx | 219 AddFormat( SOT_FORMAT_RTF ); in AddSupportedFormats()
|
/aoo41x/main/sw/source/ui/shells/ |
H A D | annotsh.cxx | 918 pDlg->Insert( SOT_FORMAT_RTF, aEmptyStr ); in ExecClpbrd() 966 …ssible = ( aDataHelper.HasFormat( SOT_FORMAT_STRING ) || aDataHelper.HasFormat( SOT_FORMAT_RTF ) ); in StateClpbrd() 999 if ( aDataHelper.HasFormat( SOT_FORMAT_RTF ) ) in StateClpbrd() 1000 aFormats.AddClipbrdFormat( SOT_FORMAT_RTF ); in StateClpbrd()
|
/aoo41x/main/sd/source/ui/app/ |
H A D | sdxfer.cxx | 471 AddFormat( SOT_FORMAT_RTF ); in AddSupportedFormats() 491 if( nFormat == SOT_FORMAT_RTF && lcl_HasOnlyOneTable( mpSdDrawDocument ) ) in GetData()
|
/aoo41x/main/dbaccess/source/ui/inc/ |
H A D | TableCopyHelper.hxx | 70 case SOT_FORMAT_RTF: // RTF data descriptions in operator ()()
|
/aoo41x/main/sot/inc/sot/ |
H A D | formats.hxx | 52 #define SOT_FORMAT_RTF ((sal_uLong)FORMAT_RTF) macro
|
/aoo41x/main/sw/source/ui/dochdl/ |
H A D | swdtflvr.cxx | 525 case SOT_FORMAT_RTF: in GetData() 1145 if( rData.HasFormat( SOT_FORMAT_RTF ) ) in Paste() 1148 nFormat = SOT_FORMAT_RTF; in Paste() 1320 case SOT_FORMAT_RTF: in PasteData() 1687 if( SOT_FORMAT_RTF == nFmt ) in _PasteFileContent()
|
/aoo41x/main/svtools/source/dialogs/ |
H A D | insdlg.cxx | 245 { SOT_FORMAT_RTF, STR_FORMAT_RTF }, in GetSotFormatUIName()
|
/aoo41x/main/sd/source/ui/view/ |
H A D | sdview3.cxx | 356 if( !bLink && (!nFormat || (nFormat == SOT_FORMAT_RTF)) ) in InsertData() 359 …if( aDataHelper.HasFormat( SOT_FORMAT_RTF ) && ! aDataHelper.HasFormat( SOT_FORMATSTR_ID_DRAWING )… in InsertData()
|
/aoo41x/main/dbaccess/source/ui/app/ |
H A D | AppControllerDnD.cxx | 882 _rFormatIds.push_back(SOT_FORMAT_RTF); in getSupportedFormats()
|