/aoo42x/main/sc/source/ui/view/ |
H A D | viewfun5.cxx | 98 nFormatId == FORMAT_RTF ); in PasteDataFormat() 121 if ( nFormatId == SOT_FORMATSTR_ID_EMBED_SOURCE || in PasteDataFormat() 122 nFormatId == SOT_FORMATSTR_ID_LINK_SOURCE || in PasteDataFormat() 302 else if ( ScImportExport::IsFormatSupported( nFormatId ) || nFormatId == SOT_FORMAT_RTF ) in PasteDataFormat() 320 else if (nFormatId == FORMAT_STRING && aDataHelper.GetString( nFormatId, aStr )) in PasteDataFormat() 362 else if (nFormatId != FORMAT_STRING && aDataHelper.GetString( nFormatId, aStr )) in PasteDataFormat() 458 else if (nFormatId == SOT_FORMAT_BITMAP || nFormatId == SOT_FORMATSTR_ID_PNG) in PasteDataFormat() 464 else if (nFormatId == SOT_FORMAT_GDIMETAFILE) in PasteDataFormat() 470 else if (nFormatId == SOT_FORMATSTR_ID_SVXB) in PasteDataFormat() 526 else if ( (nFormatId == SOT_FORMATSTR_ID_BIFF_5) || (nFormatId == SOT_FORMATSTR_ID_BIFF_8) ) in PasteDataFormat() [all …]
|
H A D | viewfun3.cxx | 725 sal_uLong nFormatId = 0; in PasteFromTransferable() local 732 nFormatId = SOT_FORMATSTR_ID_SVXB; in PasteFromTransferable() 745 nFormatId = FORMAT_RTF; in PasteFromTransferable() 756 nFormatId = nBiff8; in PasteFromTransferable() 758 nFormatId = nBiff5; in PasteFromTransferable() 760 nFormatId = FORMAT_RTF; in PasteFromTransferable() 762 nFormatId = SOT_FORMATSTR_ID_HTML; in PasteFromTransferable() 768 nFormatId = FORMAT_STRING; in PasteFromTransferable() 770 nFormatId = FORMAT_GDIMETAFILE; in PasteFromTransferable() 772 nFormatId = FORMAT_BITMAP; in PasteFromTransferable() [all …]
|
H A D | gridwin.cxx | 3755 sal_uLong nFormatId = 0; in lcl_GetDropFormatId() local 3776 nFormatId = FORMAT_RTF; in lcl_GetDropFormatId() 3797 nFormatId = SOT_FORMAT_RTF; in lcl_GetDropFormatId() 3807 nFormatId = SOT_FORMAT_STRING; in lcl_GetDropFormatId() 3813 nFormatId = SOT_FORMAT_STRING; in lcl_GetDropFormatId() 3821 return nFormatId; in lcl_GetDropFormatId() 3828 sal_uLong nFormatId = 0; in lcl_GetDropLinkId() local 3838 nFormatId = SOT_FORMAT_FILE; in lcl_GetDropLinkId() 3848 return nFormatId; in lcl_GetDropLinkId() 4311 if ( nFormatId ) in ExecuteDrop() [all …]
|
H A D | cellsh.cxx | 337 SotFormatStringId nFormatId ) in lcl_TestFormat() argument 339 if ( rDataHelper.HasFormat( nFormatId ) ) in lcl_TestFormat() 345 if ( nFormatId == SOT_FORMATSTR_ID_EMBED_SOURCE ) in lcl_TestFormat() 352 else if ( nFormatId == SOT_FORMATSTR_ID_EMBED_SOURCE_OLE in lcl_TestFormat() 353 || nFormatId == SOT_FORMATSTR_ID_EMBEDDED_OBJ_OLE ) in lcl_TestFormat() 356 SvPasteObjectHelper::GetEmbeddedName( rDataHelper, aStrVal, aSource, nFormatId ); in lcl_TestFormat() 360 rFormats.AddClipbrdFormat( nFormatId, aStrVal ); in lcl_TestFormat() 362 rFormats.AddClipbrdFormat( nFormatId ); in lcl_TestFormat()
|
H A D | viewfun4.cxx | 728 sal_Bool ScViewFunc::PasteBookmark( sal_uLong nFormatId, in PasteBookmark() argument 735 if ( !aDataHelper.GetINetBookmark( nFormatId, aBookmark ) ) in PasteBookmark()
|
H A D | cellsh1.cxx | 1437 sal_uLong nFormatId = aFormats.GetClipbrdFormatId( i ); in ExecuteEdit() local 1440 if ( nFormatId == SOT_FORMATSTR_ID_EMBED_SOURCE ) in ExecuteEdit() 1442 pDlg->Insert( nFormatId, aName ); in ExecuteEdit()
|
/aoo42x/main/sw/source/ui/fldui/ |
H A D | fldmgr.cxx | 687 nFormatId &= ~FF_FIXED; // Fixed-Flag ausmaskieren in GetFormatStr() 689 if((nStart + nFormatId) < aSwFlds[nPos].nFmtEnd) in GetFormatStr() 690 aRet = SW_RESSTR((sal_uInt16)(nStart + nFormatId)); in GetFormatStr() 724 sal_uInt16 nId = (sal_uInt16)nFormatId; in GetFormatId() 748 if((nBegin + nFormatId) < nEnd) in GetFormatId() 750 switch( nBegin + nFormatId ) in GetFormatId() 864 sal_uLong nFormatId = rData.nFormatId; in InsertFld() local 955 pFld = new SwChapterField(pTyp, nFormatId); in InsertFld() 992 if( SVX_NUM_CHAR_SPECIAL == nFormatId && in InsertFld() 1010 pFld = new SwAuthorField(pTyp, nFormatId); in InsertFld() [all …]
|
H A D | fldpage.cxx | 153 const String& rPar2, sal_uLong nFormatId, in InsertFld() argument 162 …SwInsertFld_Data aData(nTypeId, nSubType, rPar1, rPar2, nFormatId, 0, cSeparator, bIsAutomaticLang… in InsertFld() 199 aReq.AppendItem(SfxUInt32Item(FN_PARAM_FIELD_FORMAT , nFormatId)); in InsertFld() 302 m_aMgr.UpdateCurFld( nFormatId, sPar1, sPar2, pTmpFld ); in InsertFld()
|
H A D | fldpage.hxx | 80 sal_uLong nFormatId,
|
/aoo42x/main/sw/source/ui/inc/ |
H A D | fldmgr.hxx | 82 sal_uLong nFormatId; member 97 nFormatId(nFmtId), in SwInsertFld_Data() 206 String GetFormatStr(sal_uInt16 nTypeId, sal_uLong nFormatId) const; 207 sal_uInt16 GetFormatId(sal_uInt16 nTypeId, sal_uLong nFormatId) const;
|
/aoo42x/main/svtools/source/misc/ |
H A D | transfer2.cxx | 500 void TransferDataContainer::CopyAnyData( sal_uLong nFormatId, in CopyAnyData() argument 506 aEntry.nId = nFormatId; in CopyAnyData() 512 AddFormat( nFormatId ); in CopyAnyData() 518 void TransferDataContainer::CopyByteString( sal_uLong nFormatId, in CopyByteString() argument 521 CopyAnyData( nFormatId, rStr.GetBuffer(), rStr.Len() ); in CopyByteString()
|
/aoo42x/main/svx/source/fmcomp/ |
H A D | dbaexchange.cxx | 242 const sal_uInt32 nFormatId = SotExchange::GetFormat(_rFlavor); in GetData() local 243 switch (nFormatId) in GetData() 249 if (nFormatId == getDescriptorFormatId()) in GetData() 678 const sal_uInt32 nFormatId = SotExchange::GetFormat(_rFlavor); in GetData() local 679 if (nFormatId == getDescriptorFormatId()) in GetData()
|
H A D | dbaobjectex.cxx | 107 const sal_uInt32 nFormatId = SotExchange::GetFormat(_rFlavor); in GetData() local 108 …if ( nFormatId == getDescriptorFormatId(sal_True) || nFormatId == getDescriptorFormatId(sal_False)… in GetData()
|
H A D | xmlexchg.cxx | 65 const sal_uInt32 nFormatId = SotExchange::GetFormat( _rFlavor ); in GetData() local 66 if ( SOT_FORMATSTR_ID_XFORMS == nFormatId ) in GetData()
|
/aoo42x/main/sot/source/base/ |
H A D | formats.cxx | 45 sal_uLong nFormatId; // Clipboard Id member 1368 SotExchange::GetFormatDataFlavor( rEntry.nFormatId, aFlavor ) && in CheckTransferableContext_Impl() 1421 sal_uLong nId = pArray->nFormatId; in GetTransferableAction_Impl() 1428 for( ; 0xffff != pArray->nFormatId && in GetTransferableAction_Impl() 1429 nChkFormat != pArray->nFormatId; ++pArray ) in GetTransferableAction_Impl() 1431 nId = pArray->nFormatId; in GetTransferableAction_Impl() 1463 while( pCur->nFormatId != 0xffff ) in GetTransferableAction_Impl() 1465 if( pCur->nFormatId == SOT_FORMAT_FILE ) in GetTransferableAction_Impl() 1479 nId = pArray->nFormatId; in GetTransferableAction_Impl()
|
/aoo42x/main/svx/source/form/ |
H A D | fmexch.cxx | 305 const sal_uInt32 nFormatId = SotExchange::GetFormat( _rFlavor ); in GetData() local 307 if ( getControlPathFormatId( ) == nFormatId ) in GetData() 317 else if ( getHiddenControlModelsFormatId() == nFormatId ) in GetData()
|
/aoo42x/main/reportdesign/source/ui/report/ |
H A D | dlgedclip.cxx | 62 const sal_uInt32 nFormatId = SotExchange::GetFormat(_rFlavor); in GetData() local 63 return (nFormatId == getDescriptorFormatId()) ? in GetData()
|
/aoo42x/main/sd/source/ui/func/ |
H A D | fuinsert.cxx | 215 sal_uLong nFormatId; in DoExecute() local 237 nFormatId = pDlg->GetFormat( aDataHelper ); in DoExecute() 238 if( nFormatId && aDataHelper.GetTransferable().is() ) in DoExecute() 244 nAction, sal_False, nFormatId ) && in DoExecute()
|
/aoo42x/main/sc/source/ui/inc/ |
H A D | viewfunc.hxx | 122 SC_DLLPUBLIC sal_Bool PasteFromSystem( sal_uLong nFormatId, sal_Bool bApi = sal_False ); 134 sal_Bool PasteDataFormat( sal_uLong nFormatId, 146 sal_Bool PasteBookmark( sal_uLong nFormatId,
|
/aoo42x/main/svtools/inc/svtools/ |
H A D | transfer.hxx | 575 void CopyByteString( sal_uLong nFormatId, const ByteString& rStr ); 576 void CopyAnyData( sal_uLong nFormatId, const sal_Char* pData, sal_uLong nLen );
|
/aoo42x/main/sd/source/ui/dlg/ |
H A D | sdtreelb.cxx | 136 sal_uLong nFormatId = SotExchange::GetFormat( rFlavor ); in GetData() local 137 switch (nFormatId) in GetData()
|
/aoo42x/main/sw/source/ui/shells/ |
H A D | basesh.cxx | 392 sal_uLong nFormatId = 0; in ExecClpbrd() local 395 int nRet = SwTransferable::PasteSpecial( rSh, aDataHelper, nFormatId ); in ExecClpbrd() 403 … aReq.AppendItem( SfxUInt32Item( SID_CLIPBOARD_FORMAT_ITEMS, nFormatId ) ); in ExecClpbrd()
|
/aoo42x/main/dbaccess/source/ui/app/ |
H A D | AppController.cxx | 1116 SotFormatStringId nFormatId = 0; in Execute() local 1117 if ( pIter->Value >>= nFormatId ) in Execute() 1118 pasteFormat(nFormatId); in Execute()
|