Lines Matching refs:sal_Int16

67 			    aValue <<= (sal_Int16)_rFont.Family;  in lcl_extractFontDescriptorAggregate()
71 aValue <<= (sal_Int16)_rFont.CharSet; in lcl_extractFontDescriptorAggregate()
111 aValue <<= (sal_Int16)_rFont.Underline; in lcl_extractFontDescriptorAggregate()
115 aValue <<= (sal_Int16)_rFont.Strikeout; in lcl_extractFontDescriptorAggregate()
208 DECL_PROP2 ( FONTEMPHASISMARK, sal_Int16, BOUND, MAYBEDEFAULT ); in describeFontRelatedProperties()
209 DECL_PROP2 ( FONTRELIEF, sal_Int16, BOUND, MAYBEDEFAULT ); in describeFontRelatedProperties()
216 DECL_PROP1 ( FONT_PITCH, sal_Int16, MAYBEDEFAULT ); in describeFontRelatedProperties()
217 DECL_PROP1 ( FONT_TYPE, sal_Int16, MAYBEDEFAULT ); in describeFontRelatedProperties()
218 DECL_PROP1 ( FONT_WIDTH, sal_Int16, MAYBEDEFAULT ); in describeFontRelatedProperties()
221 DECL_PROP1 ( FONT_FAMILY, sal_Int16, MAYBEDEFAULT ); in describeFontRelatedProperties()
222 DECL_PROP1 ( FONT_CHARSET, sal_Int16, MAYBEDEFAULT ); in describeFontRelatedProperties()
225 DECL_PROP1 ( FONT_SLANT, sal_Int16, MAYBEDEFAULT ); in describeFontRelatedProperties()
226 DECL_PROP1 ( FONT_UNDERLINE, sal_Int16, MAYBEDEFAULT ); in describeFontRelatedProperties()
227 DECL_PROP1 ( FONT_STRIKEOUT, sal_Int16, MAYBEDEFAULT ); in describeFontRelatedProperties()
301 bModified = tryPropertyValue( _rConvertedValue, _rOldValue, _rValue, (sal_Int16)m_aFont.Family ); in convertFastPropertyValue()
305 … bModified = tryPropertyValue( _rConvertedValue, _rOldValue, _rValue, (sal_Int16)m_aFont.CharSet ); in convertFastPropertyValue()
313 … bModified = tryPropertyValue( _rConvertedValue, _rOldValue, _rValue, (sal_Int16)m_aFont.Kerning ); in convertFastPropertyValue()
321 bModified = tryPropertyValue( _rConvertedValue, _rOldValue, _rValue, (sal_Int16)m_aFont.Pitch ); in convertFastPropertyValue()
325 bModified = tryPropertyValue( _rConvertedValue, _rOldValue, _rValue, (sal_Int16)m_aFont.Type ); in convertFastPropertyValue()
329 bModified = tryPropertyValue( _rConvertedValue, _rOldValue, _rValue, (sal_Int16)m_aFont.Width ); in convertFastPropertyValue()
345 …bModified = tryPropertyValue( _rConvertedValue, _rOldValue, _rValue, (sal_Int16)m_aFont.Underline … in convertFastPropertyValue()
349 …bModified = tryPropertyValue( _rConvertedValue, _rOldValue, _rValue, (sal_Int16)m_aFont.Strikeout … in convertFastPropertyValue()
431 m_aFont.Height = (sal_Int16)nHeight; in setFastPropertyValue_NoBroadcast()
518 aReturn <<= (sal_Int16)1; in getPropertyDefaultByHandle()
528 aReturn <<= (sal_Int16)0; in getPropertyDefaultByHandle()