Lines Matching refs:nS
262 EditCharAttrib* MakeCharAttrib( SfxItemPool& rPool, const SfxPoolItem& rAttr, sal_uInt16 nS, sal_uI… in MakeCharAttrib() argument
274 pNew = new EditCharAttribLanguage( (const SvxLanguageItem&)rNew, nS, nE ); in MakeCharAttrib()
279 pNew = new EditCharAttribColor( (const SvxColorItem&)rNew, nS, nE ); in MakeCharAttrib()
286 pNew = new EditCharAttribFont( (const SvxFontItem&)rNew, nS, nE ); in MakeCharAttrib()
293 pNew = new EditCharAttribFontHeight( (const SvxFontHeightItem&)rNew, nS, nE ); in MakeCharAttrib()
298 pNew = new EditCharAttribFontWidth( (const SvxCharScaleWidthItem&)rNew, nS, nE ); in MakeCharAttrib()
305 pNew = new EditCharAttribWeight( (const SvxWeightItem&)rNew, nS, nE ); in MakeCharAttrib()
310 pNew = new EditCharAttribUnderline( (const SvxUnderlineItem&)rNew, nS, nE ); in MakeCharAttrib()
315 pNew = new EditCharAttribOverline( (const SvxOverlineItem&)rNew, nS, nE ); in MakeCharAttrib()
320 pNew = new EditCharAttribEmphasisMark( (const SvxEmphasisMarkItem&)rNew, nS, nE ); in MakeCharAttrib()
325 pNew = new EditCharAttribRelief( (const SvxCharReliefItem&)rNew, nS, nE ); in MakeCharAttrib()
330 pNew = new EditCharAttribStrikeout( (const SvxCrossedOutItem&)rNew, nS, nE ); in MakeCharAttrib()
337 pNew = new EditCharAttribItalic( (const SvxPostureItem&)rNew, nS, nE ); in MakeCharAttrib()
342 pNew = new EditCharAttribOutline( (const SvxContourItem&)rNew, nS, nE ); in MakeCharAttrib()
347 pNew = new EditCharAttribShadow( (const SvxShadowedItem&)rNew, nS, nE ); in MakeCharAttrib()
352 pNew = new EditCharAttribEscapement( (const SvxEscapementItem&)rNew, nS, nE ); in MakeCharAttrib()
357 pNew = new EditCharAttribPairKerning( (const SvxAutoKernItem&)rNew, nS, nE ); in MakeCharAttrib()
362 pNew = new EditCharAttribKerning( (const SvxKerningItem&)rNew, nS, nE ); in MakeCharAttrib()
367 pNew = new EditCharAttribWordLineMode( (const SvxWordLineModeItem&)rNew, nS, nE ); in MakeCharAttrib()
372 pNew = new EditCharAttrib( rNew, nS, nE ); // Attrib is only for holding XML information... in MakeCharAttrib()
377 pNew = new EditCharAttribTab( (const SfxVoidItem&)rNew, nS ); in MakeCharAttrib()
382 pNew = new EditCharAttribLineBreak( (const SfxVoidItem&)rNew, nS ); in MakeCharAttrib()
387 pNew = new EditCharAttribField( (const SvxFieldItem&)rNew, nS ); in MakeCharAttrib()