| /trunk/main/svtools/inc/svtools/ |
| H A D | transfer.hxx | 250 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 D | insdlg.hxx | 65 static String GetSotFormatUIName( SotFormatStringId nId ); 66 …onst TransferableDataHelper& rData, String& _rName, String& _rSource, SotFormatStringId& _nFormat);
|
| H A D | brwbox.hxx | 418 …sal_Bool IsDropFormatSupported( SotFormatStringId nFormat ); // need this because the b… 419 sal_Bool IsDropFormatSupported( SotFormatStringId nFormat ) const;
|
| /trunk/main/svtools/source/misc/ |
| H A D | transfer.cxx | 673 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 D | transfer2.cxx | 334 sal_Bool DropTargetHelper::IsDropFormatSupported( SotFormatStringId nFormat ) in IsDropFormatSupported() 377 SotFormatStringId nId;
|
| /trunk/main/sot/inc/sot/ |
| H A D | exchange.hxx | 51 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 D | insdlg.cxx | 232 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 D | pastedlg.cxx | 128 void SvPasteObjectDialog::Insert( SotFormatStringId nFormat, const String& rFormatName ) in Insert() 159 SotFormatStringId nFormat = (*aIter++).mnSotId; in GetFormat()
|
| /trunk/main/cui/source/inc/ |
| H A D | pastedlg.hxx | 84 void Insert( SotFormatStringId nFormat, const String & rFormatName );
|
| /trunk/main/dbaccess/source/ui/inc/ |
| H A D | JoinExchange.hxx | 78 … isFormatAvailable( const DataFlavorExVector& _rFormats ,SotFormatStringId _nSlotID=SOT…
|
| H A D | TableCopyHelper.hxx | 128 void pasteTable( SotFormatStringId _nFormatId
|
| /trunk/main/framework/inc/classes/ |
| H A D | droptargetlistener.hxx | 97 …sal_Bool implts_IsDropFormatSupported( SotFormatStringId nFormat …
|
| /trunk/main/dbaccess/source/ui/querydesign/ |
| H A D | JoinExchange.cxx | 86 …l OJoinExchObj::isFormatAvailable( const DataFlavorExVector& _rFormats ,SotFormatStringId _nSlotID) in isFormatAvailable()
|
| /trunk/main/sfx2/inc/sfx2/ |
| H A D | sfxdlg.hxx | 91 virtual void Insert( SotFormatStringId nFormat, const String & rFormatName ) = 0;
|
| /trunk/main/dbaccess/source/ui/app/ |
| H A D | AppController.cxx | 1098 ::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 D | AppControllerDnD.cxx | 876 void OApplicationController::getSupportedFormats(ElementType _eType,::std::vector<SotFormatStringId… in getSupportedFormats()
|
| H A D | AppController.hxx | 299 … void getSupportedFormats(ElementType _eType,::std::vector<SotFormatStringId>& _rFormatIds) const;
|
| /trunk/main/framework/source/classes/ |
| H A D | droptargetlistener.cxx | 196 sal_Bool DropTargetListener::implts_IsDropFormatSupported( SotFormatStringId nFormat ) in implts_IsDropFormatSupported()
|
| /trunk/main/svx/source/form/ |
| H A D | fmexch.cxx | 175 static sal_Bool lcl_fillDataFlavorEx( SotFormatStringId nId, DataFlavorEx& _rFlavor ) in lcl_fillDataFlavorEx()
|
| /trunk/main/dbaccess/source/ui/misc/ |
| H A D | TableCopyHelper.cxx | 266 void OTableCopyHelper::pasteTable( SotFormatStringId _nFormatId in pasteTable()
|
| /trunk/main/sd/source/ui/view/ |
| H A D | drviews7.cxx | 108 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 D | view.cxx | 1494 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 D | dbaexchange.cxx | 354 SotFormatStringId nRecognizedFormat = 0; in extractColumnDescriptor()
|
| /trunk/main/svtools/source/brwbox/ |
| H A D | brwbox2.cxx | 109 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 D | cellsh.cxx | 337 SotFormatStringId nFormatId ) in lcl_TestFormat()
|