Lines Matching refs:sal_uInt16

168 								  const sal_uInt16 nId ) :  in SvxFontListItem()
177 for ( sal_uInt16 i = 0; i < nCount; i++ ) in SvxFontListItem()
230 SvxFontItem::SvxFontItem( const sal_uInt16 nId ) : in SvxFontItem()
242 const rtl_TextEncoding eFontTextEncoding, const sal_uInt16 nId ) : in SvxFontItem()
391 SvStream& SvxFontItem::Store( SvStream& rStrm , sal_uInt16 /*nItemVersion*/ ) const in Store()
401 …Bats ? RTL_TEXTENCODING_SYMBOL : GetSOStoreTextEncoding(GetCharSet(), (sal_uInt16)rStrm.GetVersion… in Store()
423 SfxPoolItem* SvxFontItem::Create(SvStream& rStrm, sal_uInt16) const in Create()
438 …eFontTextEncoding = (sal_uInt8)GetSOLoadTextEncoding( eFontTextEncoding, (sal_uInt16)rStrm.GetVers… in Create()
497 SvxPostureItem::SvxPostureItem( const FontItalic ePosture, const sal_uInt16 nId ) : in SvxPostureItem()
498 SfxEnumItem( nId, (sal_uInt16)ePosture ) in SvxPostureItem()
511 sal_uInt16 SvxPostureItem::GetValueCount() const in GetValueCount()
518 SvStream& SvxPostureItem::Store( SvStream& rStrm , sal_uInt16 /*nItemVersion*/ ) const in Store()
526 SfxPoolItem* SvxPostureItem::Create(SvStream& rStrm, sal_uInt16) const in Create()
559 XubString SvxPostureItem::GetValueTextByPos( sal_uInt16 nPos ) const in GetValueTextByPos()
561 DBG_ASSERT( nPos <= (sal_uInt16)ITALIC_NORMAL, "enum overflow!" ); in GetValueTextByPos()
565 sal_uInt16 nId = 0; in GetValueTextByPos()
622 SetValue((sal_uInt16)eSlant); in PutValue()
645 SetValue( (sal_uInt16)(bVal ? ITALIC_NORMAL : ITALIC_NONE) ); in SetBoolValue()
650 SvxWeightItem::SvxWeightItem( const FontWeight eWght, const sal_uInt16 nId ) : in SvxWeightItem()
651 SfxEnumItem( nId, (sal_uInt16)eWght ) in SvxWeightItem()
675 SetValue( (sal_uInt16)(bVal ? WEIGHT_BOLD : WEIGHT_NORMAL) ); in SetBoolValue()
680 sal_uInt16 SvxWeightItem::GetValueCount() const in GetValueCount()
694 SvStream& SvxWeightItem::Store( SvStream& rStrm , sal_uInt16 /*nItemVersion*/ ) const in Store()
702 SfxPoolItem* SvxWeightItem::Create(SvStream& rStrm, sal_uInt16) const in Create()
735 XubString SvxWeightItem::GetValueTextByPos( sal_uInt16 nPos ) const in GetValueTextByPos()
737 DBG_ASSERT( nPos <= (sal_uInt16)WEIGHT_BLACK, "enum overflow!" ); in GetValueTextByPos()
783 SetValue( (sal_uInt16)VCLUnoHelper::ConvertFontWeight((float)fValue) ); in PutValue()
793 const sal_uInt16 nPrp, in SvxFontHeightItem()
794 const sal_uInt16 nId ) : in SvxFontHeightItem()
809 SvStream& SvxFontHeightItem::Store( SvStream& rStrm , sal_uInt16 nItemVersion ) const in Store()
811 rStrm << (sal_uInt16)GetHeight(); in Store()
814 rStrm << GetProp() << (sal_uInt16)GetPropUnit(); in Store()
819 sal_uInt16 _nProp = GetProp(); in Store()
830 sal_uInt16 nVersion ) const in Create()
832 sal_uInt16 nsize, nprop = 0, nPropUnit = SFX_MAPUNIT_RELATIVE; in Create()
842 nprop = (sal_uInt16)nP; in Create()
968 sal_uInt32 lcl_GetRealHeight_Impl(sal_uInt32 nHeight, sal_uInt16 nProp, SfxMapUnit eProp, sal_Bool … in lcl_GetRealHeight_Impl()
1079 nProp = (sal_uInt16)((sal_Int16)fValue); in PutValue()
1133 sal_uInt16 SvxFontHeightItem::GetVersion(sal_uInt16 nFileVersion) const in GetVersion()
1155 void SvxFontHeightItem::SetHeight( sal_uInt32 nNewHeight, const sal_uInt16 nNewProp, in SetHeight()
1175 void SvxFontHeightItem::SetHeight( sal_uInt32 nNewHeight, sal_uInt16 nNewProp, in SetHeight()
1199 SvxFontWidthItem::SvxFontWidthItem( const sal_uInt16 nSz, const sal_uInt16 nPrp, const sal_uInt16 n… in SvxFontWidthItem()
1215 SvStream& SvxFontWidthItem::Store( SvStream& rStrm , sal_uInt16 /*nItemVersion*/ ) const in Store()
1225 nWidth = (sal_uInt16)Scale( nWidth, nMult, nDiv ); in ScaleMetrics()
1239 sal_uInt16 /*nVersion*/ ) const in Create()
1241 sal_uInt16 nS; in Create()
1242 sal_uInt16 nP; in Create()
1339 SvxTextLineItem::SvxTextLineItem( const FontUnderline eSt, const sal_uInt16 nId ) in SvxTextLineItem()
1340 : SfxEnumItem( nId, (sal_uInt16)eSt ), mColor( COL_TRANSPARENT ) in SvxTextLineItem()
1362 SetValue( (sal_uInt16)(bVal ? UNDERLINE_SINGLE : UNDERLINE_NONE) ); in SetBoolValue()
1376 sal_uInt16 SvxTextLineItem::GetValueCount() const in GetValueCount()
1383 SvStream& SvxTextLineItem::Store( SvStream& rStrm , sal_uInt16 /*nItemVersion*/ ) const in Store()
1391 SfxPoolItem* SvxTextLineItem::Create(SvStream& rStrm, sal_uInt16) const in Create()
1428 XubString SvxTextLineItem::GetValueTextByPos( sal_uInt16 /*nPos*/ ) const in GetValueTextByPos()
1512 SvxUnderlineItem::SvxUnderlineItem( const FontUnderline eSt, const sal_uInt16 nId ) in SvxUnderlineItem()
1528 SfxPoolItem* SvxUnderlineItem::Create(SvStream& rStrm, sal_uInt16) const in Create()
1537 XubString SvxUnderlineItem::GetValueTextByPos( sal_uInt16 nPos ) const in GetValueTextByPos()
1539 DBG_ASSERT( nPos <= (sal_uInt16)UNDERLINE_BOLDWAVE, "enum overflow!" ); in GetValueTextByPos()
1545 SvxOverlineItem::SvxOverlineItem( const FontUnderline eSt, const sal_uInt16 nId ) in SvxOverlineItem()
1561 SfxPoolItem* SvxOverlineItem::Create(SvStream& rStrm, sal_uInt16) const in Create()
1570 XubString SvxOverlineItem::GetValueTextByPos( sal_uInt16 nPos ) const in GetValueTextByPos()
1572 DBG_ASSERT( nPos <= (sal_uInt16)UNDERLINE_BOLDWAVE, "enum overflow!" ); in GetValueTextByPos()
1578 SvxCrossedOutItem::SvxCrossedOutItem( const FontStrikeout eSt, const sal_uInt16 nId ) in SvxCrossedOutItem()
1579 : SfxEnumItem( nId, (sal_uInt16)eSt ) in SvxCrossedOutItem()
1601 SetValue( (sal_uInt16)(bVal ? STRIKEOUT_SINGLE : STRIKEOUT_NONE) ); in SetBoolValue()
1606 sal_uInt16 SvxCrossedOutItem::GetValueCount() const in GetValueCount()
1620 SvStream& SvxCrossedOutItem::Store( SvStream& rStrm , sal_uInt16 /*nItemVersion*/ ) const in Store()
1628 SfxPoolItem* SvxCrossedOutItem::Create(SvStream& rStrm, sal_uInt16) const in Create()
1661 XubString SvxCrossedOutItem::GetValueTextByPos( sal_uInt16 nPos ) const in GetValueTextByPos()
1663 DBG_ASSERT( nPos <= (sal_uInt16)STRIKEOUT_X, "enum overflow!" ); in GetValueTextByPos()
1710 SvxShadowedItem::SvxShadowedItem( const sal_Bool bShadowed, const sal_uInt16 nId ) : in SvxShadowedItem()
1724 SvStream& SvxShadowedItem::Store( SvStream& rStrm , sal_uInt16 /*nItemVersion*/ ) const in Store()
1732 SfxPoolItem* SvxShadowedItem::Create(SvStream& rStrm, sal_uInt16) const in Create()
1757 sal_uInt16 nId = RID_SVXITEMS_SHADOWED_FALSE; in GetPresentation()
1771 SvxAutoKernItem::SvxAutoKernItem( const sal_Bool bAutoKern, const sal_uInt16 nId ) : in SvxAutoKernItem()
1785 SvStream& SvxAutoKernItem::Store( SvStream& rStrm , sal_uInt16 /*nItemVersion*/ ) const in Store()
1793 SfxPoolItem* SvxAutoKernItem::Create(SvStream& rStrm, sal_uInt16) const in Create()
1818 sal_uInt16 nId = RID_SVXITEMS_AUTOKERN_FALSE; in GetPresentation()
1833 const sal_uInt16 nId ) : in SvxWordLineModeItem()
1847 SvStream& SvxWordLineModeItem::Store( SvStream& rStrm , sal_uInt16 /*nItemVersion*/ ) const in Store()
1855 SfxPoolItem* SvxWordLineModeItem::Create(SvStream& rStrm, sal_uInt16) const in Create()
1880 sal_uInt16 nId = RID_SVXITEMS_WORDLINE_FALSE; in GetPresentation()
1894 SvxContourItem::SvxContourItem( const sal_Bool bContoured, const sal_uInt16 nId ) : in SvxContourItem()
1908 SvStream& SvxContourItem::Store( SvStream& rStrm , sal_uInt16 /*nItemVersion*/ ) const in Store()
1916 SfxPoolItem* SvxContourItem::Create(SvStream& rStrm, sal_uInt16) const in Create()
1941 sal_uInt16 nId = RID_SVXITEMS_CONTOUR_FALSE; in GetPresentation()
1955 SvxPropSizeItem::SvxPropSizeItem( const sal_uInt16 nPercent, const sal_uInt16 nId ) : in SvxPropSizeItem()
1969 SvStream& SvxPropSizeItem::Store( SvStream& rStrm , sal_uInt16 /*nItemVersion*/ ) const in Store()
1971 rStrm << (sal_uInt16) GetValue(); in Store()
1977 SfxPoolItem* SvxPropSizeItem::Create(SvStream& rStrm, sal_uInt16) const in Create()
1979 sal_uInt16 nSize; in Create()
2000 SvxColorItem::SvxColorItem( const sal_uInt16 nId ) : in SvxColorItem()
2008 SvxColorItem::SvxColorItem( const Color& rCol, const sal_uInt16 nId ) : in SvxColorItem()
2016 SvxColorItem::SvxColorItem( SvStream &rStrm, const sal_uInt16 nId ) : in SvxColorItem()
2039 sal_uInt16 SvxColorItem::GetVersion( sal_uInt16 nFFVer ) const in GetVersion()
2086 SvStream& SvxColorItem::Store( SvStream& rStrm , sal_uInt16 nItemVersion ) const in Store()
2098 SfxPoolItem* SvxColorItem::Create(SvStream& rStrm, sal_uInt16 /*nVer*/ ) const in Create()
2138 SvxCharSetColorItem::SvxCharSetColorItem( const sal_uInt16 nId ) : in SvxCharSetColorItem()
2149 const sal_uInt16 nId ) : in SvxCharSetColorItem()
2166 SvStream& SvxCharSetColorItem::Store( SvStream& rStrm , sal_uInt16 /*nItemVersion*/ ) const in Store()
2170 rStrm << (sal_uInt8)GetSOStoreTextEncoding(GetCharSet(), (sal_uInt16)rStrm.GetVersion()) in Store()
2177 SfxPoolItem* SvxCharSetColorItem::Create(SvStream& rStrm, sal_uInt16) const in Create()
2201 SvxKerningItem::SvxKerningItem( const short nKern, const sal_uInt16 nId ) : in SvxKerningItem()
2215 SvStream& SvxKerningItem::Store( SvStream& rStrm , sal_uInt16 /*nItemVersion*/ ) const in Store()
2238 SfxPoolItem* SvxKerningItem::Create(SvStream& rStrm, sal_uInt16) const in Create()
2269 sal_uInt16 nId = 0; in GetPresentation()
2313 SvxCaseMapItem::SvxCaseMapItem( const SvxCaseMap eMap, const sal_uInt16 nId ) : in SvxCaseMapItem()
2314 SfxEnumItem( nId, (sal_uInt16)eMap ) in SvxCaseMapItem()
2320 sal_uInt16 SvxCaseMapItem::GetValueCount() const in GetValueCount()
2334 SvStream& SvxCaseMapItem::Store( SvStream& rStrm , sal_uInt16 /*nItemVersion*/ ) const in Store()
2342 SfxPoolItem* SvxCaseMapItem::Create(SvStream& rStrm, sal_uInt16) const in Create()
2375 XubString SvxCaseMapItem::GetValueTextByPos( sal_uInt16 nPos ) const in GetValueTextByPos()
2377 DBG_ASSERT( nPos < (sal_uInt16)SVX_CASEMAP_END, "enum overflow!" ); in GetValueTextByPos()
2403 sal_uInt16 nVal = sal_uInt16(); in PutValue()
2421 SvxEscapementItem::SvxEscapementItem( const sal_uInt16 nId ) : in SvxEscapementItem()
2432 const sal_uInt16 nId ) : in SvxEscapementItem()
2445 const sal_uInt16 nId ) : in SvxEscapementItem()
2471 SvStream& SvxEscapementItem::Store( SvStream& rStrm , sal_uInt16 /*nItemVersion*/ ) const in Store()
2488 SfxPoolItem* SvxEscapementItem::Create(SvStream& rStrm, sal_uInt16) const in Create()
2498 sal_uInt16 SvxEscapementItem::GetValueCount() const in GetValueCount()
2539 XubString SvxEscapementItem::GetValueTextByPos( sal_uInt16 nPos ) const in GetValueTextByPos()
2541 DBG_ASSERT( nPos < (sal_uInt16)SVX_ESCAPEMENT_END, "enum overflow!" ); in GetValueTextByPos()
2547 sal_uInt16 SvxEscapementItem::GetEnumValue() const in GetEnumValue()
2558 void SvxEscapementItem::SetEnumValue( sal_uInt16 nVal ) in SetEnumValue()
2634 SvxLanguageItem::SvxLanguageItem( const LanguageType eLang, const sal_uInt16 nId ) in SvxLanguageItem()
2641 sal_uInt16 SvxLanguageItem::GetValueCount() const in GetValueCount()
2660 SvStream& SvxLanguageItem::Store( SvStream& rStrm , sal_uInt16 /*nItemVersion*/ ) const in Store()
2662 rStrm << (sal_uInt16) GetValue(); in Store()
2668 SfxPoolItem* SvxLanguageItem::Create(SvStream& rStrm, sal_uInt16) const in Create()
2670 sal_uInt16 nValue; in Create()
2758 SvxNoLinebreakItem::SvxNoLinebreakItem( const sal_Bool bBreak, const sal_uInt16 nId ) : in SvxNoLinebreakItem()
2772 SvStream& SvxNoLinebreakItem::Store( SvStream& rStrm , sal_uInt16 /*nItemVersion*/ ) const in Store()
2780 SfxPoolItem* SvxNoLinebreakItem::Create(SvStream& rStrm, sal_uInt16) const in Create()
2803 SvxNoHyphenItem::SvxNoHyphenItem( const sal_Bool bHyphen, const sal_uInt16 nId ) : in SvxNoHyphenItem()
2817 SvStream& SvxNoHyphenItem::Store( SvStream& rStrm , sal_uInt16 /*nItemVersion*/ ) const in Store()
2825 SfxPoolItem* SvxNoHyphenItem::Create( SvStream& rStrm, sal_uInt16 ) const in Create()
2855 SvxLineColorItem::SvxLineColorItem( const sal_uInt16 nId ) : in SvxLineColorItem()
2862 SvxLineColorItem::SvxLineColorItem( const Color& rCol, const sal_uInt16 nId ) : in SvxLineColorItem()
2869 SvxLineColorItem::SvxLineColorItem( SvStream &rStrm, const sal_uInt16 nId ) : in SvxLineColorItem()
2905 SvxBlinkItem::SvxBlinkItem( const sal_Bool bBlink, const sal_uInt16 nId ) : in SvxBlinkItem()
2919 SvStream& SvxBlinkItem::Store( SvStream& rStrm , sal_uInt16 /*nItemVersion*/ ) const in Store()
2927 SfxPoolItem* SvxBlinkItem::Create(SvStream& rStrm, sal_uInt16) const in Create()
2952 sal_uInt16 nId = RID_SVXITEMS_BLINK_FALSE; in GetPresentation()
2967 const sal_uInt16 nId ) in SvxEmphasisMarkItem()
2982 sal_uInt16 /*nItemVersion*/ ) const in Store()
2984 rStrm << (sal_uInt16)GetValue(); in Store()
2990 SfxPoolItem* SvxEmphasisMarkItem::Create( SvStream& rStrm, sal_uInt16 ) const in Create()
2992 sal_uInt16 nValue; in Create()
3016 sal_uInt16 nVal = GetValue(); in GetPresentation()
3019 sal_uInt16 nId = ( EMPHASISMARK_POS_ABOVE & nVal ) in GetPresentation()
3093 sal_uInt16 SvxEmphasisMarkItem::GetVersion( sal_uInt16 nFFVer ) const in GetVersion()
3109 sal_Unicode nEndBracket, sal_uInt16 nW ) in SvxTwoLinesItem()
3235 SfxPoolItem* SvxTwoLinesItem::Create( SvStream & rStrm, sal_uInt16 /*nVer*/) const in Create()
3243 SvStream& SvxTwoLinesItem::Store(SvStream & rStrm, sal_uInt16 /*nIVer*/) const in Store()
3249 sal_uInt16 SvxTwoLinesItem::GetVersion( sal_uInt16 nFFVer ) const in GetVersion()
3264 SvxCharRotateItem::SvxCharRotateItem( sal_uInt16 nValue, in SvxCharRotateItem()
3266 const sal_uInt16 nW ) in SvxCharRotateItem()
3276 SfxPoolItem* SvxCharRotateItem::Create( SvStream& rStrm, sal_uInt16 ) const in Create()
3278 sal_uInt16 nVal; in Create()
3284 SvStream& SvxCharRotateItem::Store( SvStream & rStrm, sal_uInt16 ) const in Store()
3291 sal_uInt16 SvxCharRotateItem::GetVersion( sal_uInt16 nFFVer ) const in GetVersion()
3359 SetValue( (sal_uInt16)nVal ); in PutValue()
3386 SvxCharScaleWidthItem::SvxCharScaleWidthItem( sal_uInt16 nValue, in SvxCharScaleWidthItem()
3387 const sal_uInt16 nW ) in SvxCharScaleWidthItem()
3397 SfxPoolItem* SvxCharScaleWidthItem::Create( SvStream& rStrm, sal_uInt16 ) const in Create()
3399 sal_uInt16 nVal; in Create()
3409 sal_uInt16 nTest; in Create()
3414 rStrm.SeekRel( -2*(long)sizeof(sal_uInt16) ); in Create()
3420 SvStream& SvxCharScaleWidthItem::Store( SvStream& rStream, sal_uInt16 nVer ) const in Store()
3426 rRet.SeekRel( -1*(long)sizeof(sal_uInt16) ); in Store()
3427 rRet << (sal_uInt16)0; in Store()
3430 rRet << (sal_uInt16)0x1234; in Store()
3436 sal_uInt16 SvxCharScaleWidthItem::GetVersion( sal_uInt16 nFFVer ) const in GetVersion()
3476 SetValue( (sal_uInt16) nValue ); in PutValue()
3497 const sal_uInt16 nId ) in SvxCharReliefItem()
3498 : SfxEnumItem( nId, (sal_uInt16)eValue ) in SvxCharReliefItem()
3507 SfxPoolItem* SvxCharReliefItem::Create(SvStream & rStrm, sal_uInt16) const in Create()
3509 sal_uInt16 nVal; in Create()
3514 SvStream& SvxCharReliefItem::Store(SvStream & rStrm, sal_uInt16 /*nIVer*/) const in Store()
3516 sal_uInt16 nVal = GetValue(); in Store()
3521 sal_uInt16 SvxCharReliefItem::GetVersion( sal_uInt16 nFFVer ) const in GetVersion()
3526 String SvxCharReliefItem::GetValueTextByPos( sal_uInt16 nPos ) const in GetValueTextByPos()
3533 sal_uInt16 SvxCharReliefItem::GetValueCount() const in GetValueCount()
3577 SetValue( (sal_uInt16)nVal ); in PutValue()
3611 SvxScriptTypeItem::SvxScriptTypeItem( sal_uInt16 nType ) in SvxScriptTypeItem()
3624 SvxScriptSetItem::SvxScriptSetItem( sal_uInt16 nSlotId, SfxItemPool& rPool ) in SvxScriptSetItem()
3628 sal_uInt16 nLatin, nAsian, nComplex; in SvxScriptSetItem()
3631 sal_uInt16 aIds[ 9 ] = { 0 }; in SvxScriptSetItem()
3648 SfxPoolItem* SvxScriptSetItem::Create( SvStream &, sal_uInt16 ) const in Create()
3654 const SfxItemSet& rSet, sal_uInt16 nId ) in GetItemOfScriptSet()
3663 … SfxPoolItem* SvxScriptSetItem::GetItemOfScript( sal_uInt16 nSlotId, const SfxItemSet& rSet, sal_u… in GetItemOfScript()
3665 sal_uInt16 nLatin, nAsian, nComplex; in GetItemOfScript()
3714 const SfxPoolItem* SvxScriptSetItem::GetItemOfScript( sal_uInt16 nScript ) const in GetItemOfScript()
3719 void SvxScriptSetItem::PutItemForScriptType( sal_uInt16 nScriptType, in PutItemForScriptType()
3722 sal_uInt16 nLatin, nAsian, nComplex; in PutItemForScriptType()
3744 …xScriptSetItem::GetWhichIds( sal_uInt16 nSlotId, const SfxItemSet& rSet, sal_uInt16& rLatin, sal_u… in GetWhichIds()
3753 void SvxScriptSetItem::GetWhichIds( sal_uInt16& rLatin, sal_uInt16& rAsian, in GetWhichIds()
3754 sal_uInt16& rComplex ) const in GetWhichIds()
3759 void SvxScriptSetItem::GetSlotIds( sal_uInt16 nSlotId, sal_uInt16& rLatin, in GetSlotIds()
3760 sal_uInt16& rAsian, sal_uInt16& rComplex ) in GetSlotIds()
3808 const sal_uInt16 nItemCnt = 3; in GetDefaultFonts()
3812 sal_uInt16 nFontType; in GetDefaultFonts()
3813 sal_uInt16 nLanguage; in GetDefaultFonts()
3824 for ( sal_uInt16 n = 0; n < nItemCnt; ++n ) in GetDefaultFonts()
3839 sal_uInt16 GetI18NScriptTypeOfLanguage( sal_uInt16 nLang ) in GetI18NScriptTypeOfLanguage()
3844 sal_uInt16 GetItemScriptType( short nI18NType ) in GetItemScriptType()
3855 short GetI18NScriptType( sal_uInt16 nItemType ) in GetI18NScriptType()