Lines Matching refs:Which

461 							(FontPitch)eFontPitch, (rtl_TextEncoding)eFontTextEncoding,	Which() );  in Create()
530 return new SvxPostureItem( (const FontItalic)nPosture, Which() ); in Create()
706 return new SvxWeightItem( (FontWeight)nWeight, Which() ); in Create()
848 SvxFontHeightItem* pItem = new SvxFontHeightItem( nsize, 100, Which() ); in Create()
1246 SvxFontWidthItem* pItem = new SvxFontWidthItem( 0, nP, Which() ); in Create()
1395 return new SvxTextLineItem( (FontUnderline)nState, Which() ); in Create()
1532 return new SvxUnderlineItem( (FontUnderline)nState, Which() ); in Create()
1565 return new SvxOverlineItem( (FontUnderline)nState, Which() ); in Create()
1632 return new SvxCrossedOutItem( (FontStrikeout)eCross, Which() ); in Create()
1736 return new SvxShadowedItem( nState, Which() ); in Create()
1797 return new SvxAutoKernItem( nState, Which() ); in Create()
1859 return new SvxWordLineModeItem( bValue, Which() ); in Create()
1920 return new SvxContourItem( bValue, Which() ); in Create()
1981 return new SvxPropSizeItem( nSize, Which() ); in Create()
2100 return new SvxColorItem( rStrm, Which() ); in Create()
2182 return new SvxCharSetColorItem( aColor, (rtl_TextEncoding)cSet, Which() ); in Create()
2242 return new SvxKerningItem( nValue, Which() ); in Create()
2346 return new SvxCaseMapItem( (const SvxCaseMap)cMap, Which() ); in Create()
2493 return new SvxEscapementItem( _nEsc, _nProp, Which() ); in Create()
2672 return new SvxLanguageItem( (LanguageType)nValue, Which() ); in Create()
2784 return new SvxNoLinebreakItem( bValue, Which() ); in Create()
2829 return new SvxNoHyphenItem( bValue, Which() ); in Create()
2931 return new SvxBlinkItem( nState, Which() ); in Create()
2994 return new SvxEmphasisMarkItem( (FontEmphasisMark)nValue, Which() ); in Create()
3116 : SfxPoolItem( rAttr.Which() ), in SvxTwoLinesItem()
3240 return new SvxTwoLinesItem( _bOn, cStart, cEnd, Which() ); in Create()
3273 return new SvxCharRotateItem( GetValue(), IsFitToLine(), Which() ); in Clone()
3281 return new SvxCharRotateItem( nVal, b, Which() ); in Create()
3394 return new SvxCharScaleWidthItem( GetValue(), Which() ); in Clone()
3401 SvxCharScaleWidthItem* pItem = new SvxCharScaleWidthItem( nVal, Which() ); in Create()
3403 if ( Which() == EE_CHAR_FONTWIDTH ) in Create()
3423 if ( Which() == EE_CHAR_FONTWIDTH ) in Store()
3511 return new SvxCharReliefItem( (FontRelief)nVal, Which() ); in Create()
3643 SvxScriptSetItem* p = new SvxScriptSetItem( Which(), *GetItemSet().GetPool() ); in Clone()
3716 return GetItemOfScript( Which(), GetItemSet(), nScript ); in GetItemOfScript()
3756 GetWhichIds( Which(), GetItemSet(), rLatin, rAsian, rComplex ); in GetWhichIds()