Lines Matching refs:sal_uInt16

97 		sal_uInt16	GetImportFormatCount() const  in GetImportFormatCount()
98 { return sal::static_int_cast< sal_uInt16 >(aImport.size()); }; in GetImportFormatCount()
99 sal_uInt16 GetImportFormatNumber( const String& rFormatName );
100 sal_uInt16 GetImportFormatNumberForMediaType( const String& rMediaType );
101 sal_uInt16 GetImportFormatNumberForShortName( const String& rShortName );
102 sal_uInt16 GetImportFormatNumberForTypeName( const String& rType );
103 String GetImportFilterName( sal_uInt16 nFormat );
104 String GetImportFormatName( sal_uInt16 nFormat );
105 String GetImportFormatExtension( sal_uInt16 nFormat, sal_Int32 nEntry = 0);
106 String GetImportFormatMediaType( sal_uInt16 nFormat );
107 String GetImportFormatShortName( sal_uInt16 nFormat );
108 String GetImportWildcard( sal_uInt16 nFormat, sal_Int32 nEntry );
109 String GetImportFilterType( sal_uInt16 nFormat );
110 String GetImportFilterTypeName( sal_uInt16 nFormat );
112 sal_Bool IsImportInternalFilter( sal_uInt16 nFormat );
113 sal_Bool IsImportPixelFormat( sal_uInt16 nFormat );
114 sal_Bool IsImportDialog( sal_uInt16 nFormat );
116 sal_uInt16 GetExportFormatCount() const in GetExportFormatCount()
117 { return sal::static_int_cast< sal_uInt16 >(aExport.size()); }; in GetExportFormatCount()
118 sal_uInt16 GetExportFormatNumber( const String& rFormatName );
119 sal_uInt16 GetExportFormatNumberForMediaType( const String& rMediaType );
120 sal_uInt16 GetExportFormatNumberForShortName( const String& rShortName );
121 sal_uInt16 GetExportFormatNumberForTypeName( const String& rType );
122 String GetExportFilterName( sal_uInt16 nFormat );
123 String GetExportFormatName( sal_uInt16 nFormat );
124 String GetExportFormatExtension( sal_uInt16 nFormat, sal_Int32 nEntry = 0 );
125 String GetExportFormatMediaType( sal_uInt16 nFormat );
126 String GetExportFormatShortName( sal_uInt16 nFormat );
127 String GetExportWildcard( sal_uInt16 nFormat, sal_Int32 nEntry );
128 String GetExportFilterTypeName( sal_uInt16 nFormat );
129 String GetExportInternalFilterName( sal_uInt16 nFormat );
131 sal_Bool IsExportInternalFilter( sal_uInt16 nFormat );
132 sal_Bool IsExportPixelFormat( sal_uInt16 nFormat );
133 sal_Bool IsExportDialog( sal_uInt16 nFormat );