Home
last modified time | relevance | path

Searched refs:getDescriptorFormatId (Results 1 – 9 of 9) sorted by relevance

/trunk/main/svx/source/fmcomp/
H A Ddbaobjectex.cxx71 sal_uInt32 OComponentTransferable::getDescriptorFormatId(sal_Bool _bExtractForm) in getDescriptorFormatId() function in svx::OComponentTransferable
101 AddFormat(getDescriptorFormatId(bForm)); in AddSupportedFormats()
108 …if ( nFormatId == getDescriptorFormatId(sal_True) || nFormatId == getDescriptorFormatId(sal_False)… in GetData()
123 if ( getDescriptorFormatId(_bForm) == aCheck->mnSotId ) in canExtractComponentDescriptor()
133 sal_Bool bForm = _rData.HasFormat(getDescriptorFormatId(sal_True)); in extractComponentDescriptor()
134 if ( bForm || _rData.HasFormat(getDescriptorFormatId(sal_False)) ) in extractComponentDescriptor()
143 SotExchange::GetFormatDataFlavor(getDescriptorFormatId(bForm), aFlavor); in extractComponentDescriptor()
169 if ( _rData.HasFormat( getDescriptorFormatId(_bExtractForm)) ) in extractComponentDescriptor()
H A Ddbaexchange.cxx169 sal_uInt32 OColumnTransferable::getDescriptorFormatId() in getDescriptorFormatId() function in svx::OColumnTransferable
236 AddFormat(getDescriptorFormatId()); in AddSupportedFormats()
249 if (nFormatId == getDescriptorFormatId()) in GetData()
280 if (_rData.HasFormat(getDescriptorFormatId())) in extractColumnDescriptor()
289 SotExchange::GetFormatDataFlavor(getDescriptorFormatId(), aFlavor); in extractColumnDescriptor()
337 if ( _rData.HasFormat(getDescriptorFormatId()) ) in extractColumnDescriptor()
653 sal_uInt32 OMultiColumnTransferable::getDescriptorFormatId() in getDescriptorFormatId() function in svx::OMultiColumnTransferable
666 AddFormat(getDescriptorFormatId()); in AddSupportedFormats()
679 if (nFormatId == getDescriptorFormatId()) in GetData()
704 if (_rData.HasFormat(getDescriptorFormatId())) in extractDescriptor()
[all …]
H A Dxmlexchg.cxx47 sal_uInt32 OXFormsTransferable::getDescriptorFormatId() in getDescriptorFormatId() function in svx::OXFormsTransferable
/trunk/main/reportdesign/source/ui/report/
H A Ddlgedclip.cxx44 sal_uInt32 OReportExchange::getDescriptorFormatId() in getDescriptorFormatId() function in rptui::OReportExchange
57 AddFormat(getDescriptorFormatId()); in AddSupportedFormats()
63 return (nFormatId == getDescriptorFormatId()) ? in GetData()
70 return IsFormatSupported(_rFlavor,getDescriptorFormatId()); in canExtract()
75 sal_Int32 nKnownFormatId = getDescriptorFormatId(); in extractCopies()
H A DViewsWindow.cxx509 return aTransferData.HasFormat(OReportExchange::getDescriptorFormatId()); in IsPasteAllowed()
/trunk/main/svx/inc/svx/
H A Ddbaexchange.hxx157 static sal_uInt32 getDescriptorFormatId();
287 static sal_uInt32 getDescriptorFormatId();
H A Ddbaobjectex.hxx82 static sal_uInt32 getDescriptorFormatId(sal_Bool _bExtractForm);
H A Dxmlexchg.hxx79 static sal_uInt32 getDescriptorFormatId();
/trunk/main/reportdesign/source/ui/inc/
H A Ddlgedclip.hxx72 static sal_uInt32 getDescriptorFormatId();

Completed in 45 milliseconds