Home
last modified time | relevance | path

Searched refs:nFormatId (Results 1 – 23 of 23) sorted by relevance

/trunk/main/sc/source/ui/view/
H A Dviewfun5.cxx98 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 Dviewfun3.cxx725 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 Dgridwin.cxx3755 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 Dcellsh.cxx337 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 Dviewfun4.cxx728 sal_Bool ScViewFunc::PasteBookmark( sal_uLong nFormatId, in PasteBookmark() argument
735 if ( !aDataHelper.GetINetBookmark( nFormatId, aBookmark ) ) in PasteBookmark()
H A Dcellsh1.cxx1437 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()
/trunk/main/sw/source/ui/fldui/
H A Dfldmgr.cxx687 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 Dfldpage.cxx153 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 Dfldpage.hxx80 sal_uLong nFormatId,
/trunk/main/sw/source/ui/inc/
H A Dfldmgr.hxx82 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;
/trunk/main/svtools/source/misc/
H A Dtransfer2.cxx500 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()
/trunk/main/svx/source/fmcomp/
H A Ddbaexchange.cxx242 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 Ddbaobjectex.cxx107 const sal_uInt32 nFormatId = SotExchange::GetFormat(_rFlavor); in GetData() local
108 …if ( nFormatId == getDescriptorFormatId(sal_True) || nFormatId == getDescriptorFormatId(sal_False)… in GetData()
H A Dxmlexchg.cxx65 const sal_uInt32 nFormatId = SotExchange::GetFormat( _rFlavor ); in GetData() local
66 if ( SOT_FORMATSTR_ID_XFORMS == nFormatId ) in GetData()
/trunk/main/sot/source/base/
H A Dformats.cxx45 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()
/trunk/main/svx/source/form/
H A Dfmexch.cxx305 const sal_uInt32 nFormatId = SotExchange::GetFormat( _rFlavor ); in GetData() local
307 if ( getControlPathFormatId( ) == nFormatId ) in GetData()
317 else if ( getHiddenControlModelsFormatId() == nFormatId ) in GetData()
/trunk/main/reportdesign/source/ui/report/
H A Ddlgedclip.cxx62 const sal_uInt32 nFormatId = SotExchange::GetFormat(_rFlavor); in GetData() local
63 return (nFormatId == getDescriptorFormatId()) ? in GetData()
/trunk/main/sd/source/ui/func/
H A Dfuinsert.cxx215 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()
/trunk/main/sc/source/ui/inc/
H A Dviewfunc.hxx122 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,
/trunk/main/svtools/inc/svtools/
H A Dtransfer.hxx575 void CopyByteString( sal_uLong nFormatId, const ByteString& rStr );
576 void CopyAnyData( sal_uLong nFormatId, const sal_Char* pData, sal_uLong nLen );
/trunk/main/sd/source/ui/dlg/
H A Dsdtreelb.cxx136 sal_uLong nFormatId = SotExchange::GetFormat( rFlavor ); in GetData() local
137 switch (nFormatId) in GetData()
/trunk/main/sw/source/ui/shells/
H A Dbasesh.cxx392 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()
/trunk/main/dbaccess/source/ui/app/
H A DAppController.cxx1116 SotFormatStringId nFormatId = 0; in Execute() local
1117 if ( pIter->Value >>= nFormatId ) in Execute()
1118 pasteFormat(nFormatId); in Execute()

Completed in 171 milliseconds