Home
last modified time | relevance | path

Searched refs:EE_CHAR_FONTWIDTH (Results 1 – 19 of 19) sorted by relevance

/trunk/main/svx/source/svdraw/
H A Dsvdotxat.cxx359 const SvxCharScaleWidthItem& rOldWdt=(SvxCharScaleWidthItem&)rSet.Get(EE_CHAR_FONTWIDTH); in NbcResizeTextAttributes()
382 SetObjectItem(SvxCharScaleWidthItem( (sal_uInt16) nRelWdt, EE_CHAR_FONTWIDTH)); in NbcResizeTextAttributes()
H A Dsvdfmtf.cxx433 mpTextAttr->Put(SvxCharScaleWidthItem(100, EE_CHAR_FONTWIDTH)); in SetAttributes()
H A Dsvdattr.cxx603 case EE_CHAR_FONTWIDTH : nResId = SIP_EE_CHAR_FONTWIDTH;break; in TakeItemName()
/trunk/main/svx/source/toolbars/
H A Dfontworkbar.cxx110 …eWidthItem& rCharScaleWidthItem = (SvxCharScaleWidthItem&)pObj->GetMergedItem( EE_CHAR_FONTWIDTH ); in SetCharacterSpacingState()
323 pObj->SetMergedItem( SvxCharScaleWidthItem( (sal_uInt16)nCharSpacing, EE_CHAR_FONTWIDTH ) ); in impl_execute()
/trunk/main/editeng/inc/editeng/
H A Deeitem.hxx54 #define EE_CHAR_FONTWIDTH (EE_ITEMS_START+19) macro
H A Deeitemid.hxx88 #define ITEMID_CHARSCALE_W EE_CHAR_FONTWIDTH
H A Dunotext.hxx95 …{ MAP_CHAR_LEN("CharScaleWidth"), EE_CHAR_FONTWIDTH, &::getCppuType((const sal_Int16*)0), …
/trunk/main/sw/source/ui/shells/
H A Ddrwtxtex.cxx234 case SID_ATTR_CHAR_SCALEWIDTH: nEEWhich = EE_CHAR_FONTWIDTH; break; in Execute()
940 case SID_ATTR_CHAR_SCALEWIDTH: nEEWhich = EE_CHAR_FONTWIDTH;break; in GetDrawTxtCtrlState()
H A Dannotsh.cxx267 case SID_ATTR_CHAR_SCALEWIDTH: nEEWhich = EE_CHAR_FONTWIDTH; break; in Exec()
/trunk/main/editeng/source/editeng/
H A Deerdll.cxx130 ppDefItems[19] = new SvxCharScaleWidthItem( 100, EE_CHAR_FONTWIDTH ); in GetDefItems()
H A Deditattr.cxx192 DBG_ASSERT( rAttr.Which() == EE_CHAR_FONTWIDTH, "Kein Widthattribut!" ); in EditCharAttribFontWidth()
H A Dimpedit3.cxx2588 … ((const SvxCharScaleWidthItem&)pNode->GetContentAttribs().GetItem( EE_CHAR_FONTWIDTH)).GetValue(); in SeekCursor()
2639 if ( pAttrib->Which() == EE_CHAR_FONTWIDTH ) in SeekCursor()
4248 …ewWidth = (SvxCharScaleWidthItem*) pNode->GetContentAttribs().GetItem( EE_CHAR_FONTWIDTH ).Clone(); in DoStretchChars()
4278 aTmpSet.ClearItem( EE_CHAR_FONTWIDTH ); in DoStretchChars()
4342 else if ( nWhich == EE_CHAR_FONTWIDTH ) in DoStretchChars()
H A Deditdbg.cxx216 case EE_CHAR_FONTWIDTH: in DbgOutItem()
H A Deditdoc.cxx296 case EE_CHAR_FONTWIDTH: in MakeCharAttrib()
H A Dediteng.cxx2668 rSet.Put( SvxCharScaleWidthItem( 100, EE_CHAR_FONTWIDTH ) ); in SetFontInfoInItemSet()
/trunk/main/svx/workben/
H A Dedittest.cxx1605 const SvxFontWidthItem& rItem = (const SvxFontWidthItem&)aAttrs.Get( EE_CHAR_FONTWIDTH ); in KeyInput()
1611 aNewAttrs.Put( SvxFontWidthItem( 0, nProp, EE_CHAR_FONTWIDTH ) ); in KeyInput()
/trunk/main/editeng/source/items/
H A Dtextitem.cxx3403 if ( Which() == EE_CHAR_FONTWIDTH ) in Create()
3423 if ( Which() == EE_CHAR_FONTWIDTH ) in Store()
/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShapeFontWork.cxx283 …em& rCharScaleWidthItem = (SvxCharScaleWidthItem&)pCustomShape->GetMergedItem( EE_CHAR_FONTWIDTH ); in GetTextAreaOutline()
/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx4547 aSet.Put( SvxCharScaleWidthItem( (sal_uInt16)nTextWidth, EE_CHAR_FONTWIDTH ) ); in ImportShape()

Completed in 196 milliseconds