Home
last modified time | relevance | path

Searched refs:UNDERLINE_DOUBLE (Results 1 – 25 of 28) sorted by relevance

12

/trunk/main/sw/source/ui/shells/
H A Dtxtattr.cxx169 eUnderline = eUnderline == UNDERLINE_DOUBLE ? in ExecCharAttr()
171 UNDERLINE_DOUBLE; in ExecCharAttr()
174 eUnderline = UNDERLINE_DOUBLE; in ExecCharAttr()
740 rSet.Put(SfxBoolItem(nSlot, eUnderline == UNDERLINE_DOUBLE)); in GetAttrState()
/trunk/main/drawinglayer/source/primitive2d/
H A Dtextenumsprimitive2d.cxx40 case UNDERLINE_DOUBLE: return TEXT_LINE_DOUBLE; in mapFontUnderlineToTextLine()
67 case TEXT_LINE_DOUBLE: return UNDERLINE_DOUBLE; in mapTextLineToFontUnderline()
/trunk/main/svx/source/sidebar/text/
H A DTextUnderlineControl.cxx110 maVSUnderline.SetItemData(2, (void*)(sal_uInt64)UNDERLINE_DOUBLE); in initial()
166 case UNDERLINE_DOUBLE: in Rearrange()
/trunk/main/cppcanvas/source/mtfrenderer/
H A Dmtftools.cxx438 case UNDERLINE_DOUBLE: in createTextLinesPolyPolygon()
543 case UNDERLINE_DOUBLE: in createTextLinesPolyPolygon()
/trunk/main/sc/source/ui/view/
H A Deditsh.cxx949 eNew = ( eOld == UNDERLINE_DOUBLE ) ? UNDERLINE_NONE : UNDERLINE_DOUBLE; in ExecuteAttr()
1100 case UNDERLINE_DOUBLE: nId = SID_ULINE_VAL_DOUBLE; break; in GetAttrState()
H A Dformatsh.cxx1403 eNew = ( eOld == UNDERLINE_DOUBLE ) ? UNDERLINE_NONE : UNDERLINE_DOUBLE; in ExecuteTextAttr()
2115 case UNDERLINE_DOUBLE: nId = SID_ULINE_VAL_DOUBLE; break; in GetTextAttrState()
/trunk/main/sc/source/ui/drawfunc/
H A Ddrtxtob.cxx612 eNew = ( eOld == UNDERLINE_DOUBLE ) ? UNDERLINE_NONE : UNDERLINE_DOUBLE; in ExecuteToggle()
1173 case UNDERLINE_DOUBLE: nId = SID_ULINE_VAL_DOUBLE; break; in GetAttrState()
/trunk/main/tools/inc/tools/
H A Dfontenum.hxx95 enum FontUnderline { UNDERLINE_NONE, UNDERLINE_SINGLE, UNDERLINE_DOUBLE, enumerator
/trunk/main/sc/source/filter/excel/
H A Dfontbuff.cxx79 case 0x40: eUnderline = UNDERLINE_DOUBLE; break; in Fill()
H A Dxlstyle.cxx277 case EXC_FONTUNDERL_DOUBLE_ACC: eScUnderl = UNDERLINE_DOUBLE; break; in GetScUnderline()
357 case UNDERLINE_DOUBLE: in SetScUnderline()
H A Dxestream.cxx920 case UNDERLINE_DOUBLE: return "double"; in lcl_GetUnderlineStyle()
H A Dxehelper.cxx812 case UNDERLINE_DOUBLE: aNewData.mnUnderline = EXC_FONTUNDERL_DOUBLE; break; in AppendPortion()
/trunk/main/vcl/inc/vcl/
H A Dvclenum.hxx207 enum FontUnderline { UNDERLINE_NONE, UNDERLINE_SINGLE, UNDERLINE_DOUBLE, enumerator
/trunk/main/editeng/source/rtf/
H A Drtfitem.cxx785 eUnderline = UNDERLINE_DOUBLE; in ReadAttr()
880 eOverline = UNDERLINE_DOUBLE; in ReadAttr()
/trunk/main/starmath/sdi/
H A Dsmitems.sdi125 UNDERLINE_DOUBLE,
/trunk/main/svx/sdi/
H A Dsvxitems.sdi246 UNDERLINE_DOUBLE,
/trunk/main/sw/source/filter/rtf/
H A Drtfnum.cxx1039 eUnderline = UNDERLINE_DOUBLE; in ReadNumSecLevel()
/trunk/main/sw/source/ui/config/
H A Dmodcfg.cxx379 case 4: rAttr.nItemId = SID_ATTR_CHAR_UNDERLINE;rAttr.nAttr = UNDERLINE_DOUBLE ; break; in lcl_ConvertCfgToAttr()
H A Doptpage.cxx1713 { SID_ATTR_CHAR_UNDERLINE, UNDERLINE_DOUBLE },
/trunk/main/editeng/source/editeng/
H A Dimpedit4.cxx888 case UNDERLINE_DOUBLE: rOutput << OOO_STRING_SVTOOLS_RTF_ULDB; break; in WriteItemAsRTF()
902 case UNDERLINE_DOUBLE: rOutput << OOO_STRING_SVTOOLS_RTF_OLDB; break; in WriteItemAsRTF()
/trunk/main/svtools/source/filter/
H A Dsgvtext.cxx675 if ((Atr.Schnitt & TextDbUnBit) !=0) aFont.SetUnderline(UNDERLINE_DOUBLE); in SetTextContext()
/trunk/main/sw/source/filter/ww1/
H A Dw1filter.cxx1114 rOut << SvxUnderlineItem(UNDERLINE_DOUBLE, RES_CHRATR_UNDERLINE); in Out()
/trunk/main/vcl/source/gdi/
H A Doutdev3.cxx3760 case UNDERLINE_DOUBLE: in ImplDrawStraightTextLine()
3796 case UNDERLINE_DOUBLE: in ImplDrawStraightTextLine()
/trunk/main/sw/source/filter/ww8/
H A Ddocxattributeoutput.cxx2363 case UNDERLINE_DOUBLE: pUnderline = "double"; break; in CharUnderline()
H A Drtfattributeoutput.cxx2207 case UNDERLINE_DOUBLE: in CharUnderline()

Completed in 291 milliseconds

12