/aoo41x/main/sot/source/base/ |
H A D | formats.cxx | 170 { SOT_FORMAT_STRING, EXCHG_IN_ACTION_COPY, 0 }, \ 274 { SOT_FORMAT_STRING, EXCHG_IN_ACTION_COPY, 0 }, \ 356 { SOT_FORMAT_STRING, EXCHG_IN_ACTION_COPY, 0 }, \ 419 { SOT_FORMAT_STRING, EXCHG_IN_ACTION_COPY, 0 }, \ 482 { SOT_FORMAT_STRING, EXCHG_IN_ACTION_COPY, 0 }, \ 546 { SOT_FORMAT_STRING, EXCHG_IN_ACTION_COPY, 0 }, \ 631 { SOT_FORMAT_STRING, EXCHG_IN_ACTION_COPY, 0 }, \ 758 { SOT_FORMAT_STRING, EXCHG_IN_ACTION_COPY, 0 }, \ 822 { SOT_FORMAT_STRING, EXCHG_IN_ACTION_COPY, 0 }, \ 855 { SOT_FORMAT_STRING, EXCHG_OUT_ACTION_INSERT_STRING, 0 }, \ [all …]
|
H A D | exchange.cxx | 242 for( i = SOT_FORMAT_STRING; i <= nMax; ++i ) in RegisterFormatName() 282 for( i = SOT_FORMAT_STRING; i <= nMax; ++i ) in RegisterFormatMimeType() 410 for( i = SOT_FORMAT_STRING; i <= nMax; ++i ) in GetFormatIdFromMimeType() 450 for( i = SOT_FORMAT_STRING; i <= nMax; ++i ) in GetFormat()
|
/aoo41x/main/svtools/source/misc/ |
H A D | stringtransfer.cxx | 49 AddFormat(SOT_FORMAT_STRING); in AddSupportedFormats() 56 if (SOT_FORMAT_STRING == nFormat) in GetData() 85 if (SOT_FORMAT_STRING == aSearch->mnSotId) in PasteString() 88 sal_Bool bSuccess = aClipboardData.GetString( SOT_FORMAT_STRING, sContent ); in PasteString()
|
H A D | transfer2.cxx | 450 case SOT_FORMAT_STRING: in GetData() 490 AddFormat( SOT_FORMAT_STRING ); in CopyINetBookmark() 591 CopyString( SOT_FORMAT_STRING, rStr ); in CopyString()
|
/aoo41x/main/vcl/source/app/ |
H A D | unohelp2.cxx | 84 if ( nT == SOT_FORMAT_STRING ) in getTransferData() 98 SotExchange::GetFormatDataFlavor( SOT_FORMAT_STRING, aDataFlavors.getArray()[0] ); in getTransferDataFlavors() 105 return ( nT == SOT_FORMAT_STRING ); in isDataFlavorSupported()
|
/aoo41x/main/editeng/source/editeng/ |
H A D | eeobj.cxx | 61 if ( nT == SOT_FORMAT_STRING ) in getTransferData() 93 SotExchange::GetFormatDataFlavor( SOT_FORMAT_STRING, aDataFlavors.getArray()[1] ); in getTransferDataFlavors() 104 …if ( ( nT == SOT_FORMAT_STRING ) || ( nT == SOT_FORMAT_RTF ) /* || ( nT == SOT_FORMAT_XML ) */ || … in isDataFlavorSupported()
|
H A D | impedit.cxx | 1336 SotExchange::GetFormatDataFlavor( SOT_FORMAT_STRING, aFlavor ); in Paste() 1812 SotExchange::GetFormatDataFlavor( SOT_FORMAT_STRING, aTextFlavor ); in dragEnter()
|
/aoo41x/main/sc/source/ui/view/ |
H A D | editsh.cxx | 276 if (SOT_FORMAT_STRING == nFormat) in Execute() 294 pDlg->Insert( SOT_FORMAT_STRING, EMPTY_STRING ); in Execute() 313 if (SOT_FORMAT_STRING == nFormat) in Execute() 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() 806 aFormats.AddClipbrdFormat( SOT_FORMAT_STRING ); in GetClipState()
|
H A D | viewfun5.cxx | 665 if ( aDataHelper.HasFormat( SOT_FORMAT_STRING ) ) in PasteDDE() 668 if ( aDataHelper.GetString( SOT_FORMAT_STRING, aDataStr ) ) in PasteDDE()
|
H A D | cellsh.cxx | 387 lcl_TestFormat( rFormats, aDataHelper, SOT_FORMAT_STRING ); in GetPossibleClipboardFormats() 420 rData.HasFormat( SOT_FORMAT_STRING ) || in lcl_IsCellPastePossible()
|
H A D | gridwin.cxx | 3650 IsDropFormatSupported( SOT_FORMAT_STRING ) || in AcceptDrop() 3791 …else if ( bPreferText && aDataHelper.HasFormat( SOT_FORMAT_STRING ) ) // #i86734# the behaviour in… in lcl_GetDropFormatId() 3792 nFormatId = SOT_FORMAT_STRING; in lcl_GetDropFormatId() 3797 else if ( aDataHelper.HasFormat( SOT_FORMAT_STRING ) ) in lcl_GetDropFormatId() 3798 nFormatId = SOT_FORMAT_STRING; in lcl_GetDropFormatId()
|
/aoo41x/main/sc/source/ui/drawfunc/ |
H A D | drtxtob1.cxx | 137 pDlg->Insert( SOT_FORMAT_STRING, EMPTY_STRING ); in ExecutePasteContents() 148 if (nFormat == SOT_FORMAT_STRING) in ExecutePasteContents()
|
H A D | drtxtob.cxx | 203 if (nFormat == SOT_FORMAT_STRING) in Execute() 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() 566 aFormats.AddClipbrdFormat( SOT_FORMAT_STRING ); in GetClipState()
|
/aoo41x/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()
|
/aoo41x/main/sc/source/ui/app/ |
H A D | seltrans.cxx | 218 AddFormat( SOT_FORMAT_STRING ); in AddSupportedFormats() 245 AddFormat( SOT_FORMAT_STRING ); in AddSupportedFormats()
|
H A D | lnktrans.cxx | 61 AddFormat( SOT_FORMAT_STRING ); in AddSupportedFormats()
|
H A D | drwtrans.cxx | 341 AddFormat( SOT_FORMAT_STRING ); in AddSupportedFormats()
|
H A D | transobj.cxx | 250 AddFormat( SOT_FORMAT_STRING ); in AddSupportedFormats()
|
/aoo41x/main/sw/source/ui/shells/ |
H A D | annotsh.cxx | 917 pDlg->Insert( SOT_FORMAT_STRING, aEmptyStr ); in ExecClpbrd() 926 if (nFormat == SOT_FORMAT_STRING) in ExecClpbrd() 947 if (SOT_FORMAT_STRING == nFormat) in ExecClpbrd() 966 …bool bPastePossible = ( aDataHelper.HasFormat( SOT_FORMAT_STRING ) || aDataHelper.HasFormat( SOT_F… in StateClpbrd() 1002 aFormats.AddClipbrdFormat( SOT_FORMAT_STRING ); in StateClpbrd()
|
/aoo41x/main/svtools/source/edit/ |
H A D | textview.cxx | 124 if ( nT == SOT_FORMAT_STRING ) in getTransferData() 150 SotExchange::GetFormatDataFlavor( SOT_FORMAT_STRING, aDataFlavors.getArray()[0] ); in getTransferDataFlavors() 159 return ( nT == SOT_FORMAT_STRING ); in isDataFlavorSupported() 1192 SotExchange::GetFormatDataFlavor( SOT_FORMAT_STRING, aFlavor ); in Paste() 2175 SotExchange::GetFormatDataFlavor( SOT_FORMAT_STRING, aFlavor ); in drop()
|
/aoo41x/main/sot/inc/sot/ |
H A D | formats.hxx | 46 #define SOT_FORMAT_STRING ((sal_uLong)FORMAT_STRING) macro
|
/aoo41x/main/svtools/source/dialogs/ |
H A D | insdlg.cxx | 242 { SOT_FORMAT_STRING, STR_FORMAT_STRING }, in GetSotFormatUIName()
|
/aoo41x/main/sw/source/ui/dochdl/ |
H A D | swdtflvr.cxx | 519 case SOT_FORMAT_STRING: in GetData() 1321 case SOT_FORMAT_STRING: in PasteData() 1647 case SOT_FORMAT_STRING: in _PasteFileContent() 2940 return SwTransferable::PasteFormat( rSh, rData, SOT_FORMAT_STRING ); in PasteUnformatted()
|
/aoo41x/main/accessibility/source/standard/ |
H A D | vclxaccessibleedit.cxx | 532 SotExchange::GetFormatDataFlavor( SOT_FORMAT_STRING, aFlavor ); in pasteText()
|
/aoo41x/main/vcl/source/control/ |
H A D | edit.cxx | 1413 SotExchange::GetFormatDataFlavor( SOT_FORMAT_STRING, aFlavor ); in ImplPaste() 2127 SotExchange::GetFormatDataFlavor( SOT_FORMAT_STRING, aFlavor ); in Command() 3060 SotExchange::GetFormatDataFlavor( SOT_FORMAT_STRING, aFlavor ); in drop()
|