Home
last modified time | relevance | path

Searched refs:SotFormatStringId (Results 1 – 25 of 30) sorted by relevance

12

/trunk/main/svtools/inc/svtools/
H A Dtransfer.hxx250 void AddFormat( SotFormatStringId nFormat );
252 void RemoveFormat( SotFormatStringId nFormat );
254 sal_Bool HasFormat( SotFormatStringId nFormat );
339 sal_Bool HasFormat( SotFormatStringId nFormat ) const;
344 SotFormatStringId GetFormat( sal_uInt32 nFormat ) const;
356 ::com::sun::star::uno::Any GetAny( SotFormatStringId nFormat ) const;
359 sal_Bool GetString( SotFormatStringId nFormat, String& rStr );
362 sal_Bool GetString( SotFormatStringId nFormat, ::rtl::OUString& rStr );
365 sal_Bool GetBitmapEx( SotFormatStringId nFormat, BitmapEx& rBmp );
368 sal_Bool GetGDIMetaFile( SotFormatStringId nFormat, GDIMetaFile& rMtf );
[all …]
H A Dinsdlg.hxx65 static String GetSotFormatUIName( SotFormatStringId nId );
66 …onst TransferableDataHelper& rData, String& _rName, String& _rSource, SotFormatStringId& _nFormat);
H A Dbrwbox.hxx418 …sal_Bool IsDropFormatSupported( SotFormatStringId nFormat ); // need this because the b…
419 sal_Bool IsDropFormatSupported( SotFormatStringId nFormat ) const;
/trunk/main/svtools/source/misc/
H A Dtransfer.cxx673 void TransferableHelper::AddFormat( SotFormatStringId nFormat ) in AddFormat()
745 void TransferableHelper::RemoveFormat( SotFormatStringId nFormat ) in RemoveFormat()
773 sal_Bool TransferableHelper::HasFormat( SotFormatStringId nFormat ) in HasFormat()
1594 sal_Bool TransferableDataHelper::HasFormat( SotFormatStringId nFormat ) const in HasFormat()
1645 SotFormatStringId TransferableDataHelper::GetFormat( sal_uInt32 nFormat ) const in GetFormat()
1694 Any TransferableDataHelper::GetAny( SotFormatStringId nFormat ) const in GetAny()
1718 const SotFormatStringId nRequestFormat = SotExchange::GetFormat( rFlavor ); in GetAny()
1748 sal_Bool TransferableDataHelper::GetString( SotFormatStringId nFormat, String& rStr ) in GetString()
1772 sal_Bool TransferableDataHelper::GetString( SotFormatStringId nFormat, ::rtl::OUString& rStr ) in GetString()
1816 sal_Bool TransferableDataHelper::GetBitmapEx( SotFormatStringId nFormat, BitmapEx& rBmpEx ) in GetBitmapEx()
[all …]
H A Dtransfer2.cxx334 sal_Bool DropTargetHelper::IsDropFormatSupported( SotFormatStringId nFormat ) in IsDropFormatSupported()
377 SotFormatStringId nId;
/trunk/main/sot/inc/sot/
H A Dexchange.hxx51 typedef sal_uLong SotFormatStringId; typedef
59 SotFormatStringId mnSotId;
202 static SotFormatStringId GetFormatStringId( sal_uLong nFormat ) in GetFormatStringId()
204 static SotFormatStringId GetFormatStringId( const String& rName ) in GetFormatStringId()
206 static sal_uLong RegisterSotFormatName( SotFormatStringId nId ) in RegisterSotFormatName()
/trunk/main/svtools/source/dialogs/
H A Dinsdlg.cxx232 String SvPasteObjectHelper::GetSotFormatUIName( SotFormatStringId nId ) in GetSotFormatUIName()
236 SotFormatStringId mnSotId; in GetSotFormatUIName()
327 …me(const TransferableDataHelper& rData,String& _rName,String& _rSource,SotFormatStringId& _nFormat) in GetEmbeddedName()
/trunk/main/cui/source/dialogs/
H A Dpastedlg.cxx128 void SvPasteObjectDialog::Insert( SotFormatStringId nFormat, const String& rFormatName ) in Insert()
159 SotFormatStringId nFormat = (*aIter++).mnSotId; in GetFormat()
/trunk/main/cui/source/inc/
H A Dpastedlg.hxx84 void Insert( SotFormatStringId nFormat, const String & rFormatName );
/trunk/main/dbaccess/source/ui/inc/
H A DJoinExchange.hxx78 … isFormatAvailable( const DataFlavorExVector& _rFormats ,SotFormatStringId _nSlotID=SOT…
H A DTableCopyHelper.hxx128 void pasteTable( SotFormatStringId _nFormatId
/trunk/main/framework/inc/classes/
H A Ddroptargetlistener.hxx97 …sal_Bool implts_IsDropFormatSupported( SotFormatStringId nFormat …
/trunk/main/dbaccess/source/ui/querydesign/
H A DJoinExchange.cxx86 …l OJoinExchObj::isFormatAvailable( const DataFlavorExVector& _rFormats ,SotFormatStringId _nSlotID) in isFormatAvailable()
/trunk/main/sfx2/inc/sfx2/
H A Dsfxdlg.hxx91 virtual void Insert( SotFormatStringId nFormat, const String & rFormatName ) = 0;
/trunk/main/dbaccess/source/ui/app/
H A DAppController.cxx1098 ::std::vector<SotFormatStringId> aFormatIds; in Execute()
1100 const ::std::vector<SotFormatStringId>::iterator aEnd = aFormatIds.end(); in Execute()
1102 … for (::std::vector<SotFormatStringId>::iterator aIter = aFormatIds.begin();aIter != aEnd; ++aIter) in Execute()
1116 SotFormatStringId nFormatId = 0; in Execute()
H A DAppControllerDnD.cxx876 void OApplicationController::getSupportedFormats(ElementType _eType,::std::vector<SotFormatStringId in getSupportedFormats()
H A DAppController.hxx299 … void getSupportedFormats(ElementType _eType,::std::vector<SotFormatStringId>& _rFormatIds) const;
/trunk/main/framework/source/classes/
H A Ddroptargetlistener.cxx196 sal_Bool DropTargetListener::implts_IsDropFormatSupported( SotFormatStringId nFormat ) in implts_IsDropFormatSupported()
/trunk/main/svx/source/form/
H A Dfmexch.cxx175 static sal_Bool lcl_fillDataFlavorEx( SotFormatStringId nId, DataFlavorEx& _rFlavor ) in lcl_fillDataFlavorEx()
/trunk/main/dbaccess/source/ui/misc/
H A DTableCopyHelper.cxx266 void OTableCopyHelper::pasteTable( SotFormatStringId _nFormatId in pasteTable()
/trunk/main/sd/source/ui/view/
H A Ddrviews7.cxx108 const SotFormatStringId nTestFormat = rDataHelper.GetFormat(i); in GetSupportedClipboardFormats()
163 SotFormatStringId nFormat (SOT_FORMATSTR_ID_EMBED_SOURCE_OLE); in GetSupportedClipboardFormats()
/trunk/main/starmath/source/
H A Dview.cxx1494 SotFormatStringId nId; in Execute()
1606 SotFormatStringId nId = SOT_FORMAT_SYSTEM_START; // dummy initialize to avoid warning in Execute()
/trunk/main/svx/source/fmcomp/
H A Ddbaexchange.cxx354 SotFormatStringId nRecognizedFormat = 0; in extractColumnDescriptor()
/trunk/main/svtools/source/brwbox/
H A Dbrwbox2.cxx109 sal_Bool BrowseBox::IsDropFormatSupported( SotFormatStringId _nFormat ) in IsDropFormatSupported()
119 sal_Bool BrowseBox::IsDropFormatSupported( SotFormatStringId _nFormat ) const in IsDropFormatSupported()
/trunk/main/sc/source/ui/view/
H A Dcellsh.cxx337 SotFormatStringId nFormatId ) in lcl_TestFormat()

12