Home
last modified time | relevance | path

Searched refs:BOLD (Results 1 – 25 of 80) sorted by relevance

1234

/AOO41X/main/xmloff/source/style/
H A Dundlihdl.cxx53 { XML_SINGLE, FontUnderline::BOLD },
76 { XML_SOLID, FontUnderline::BOLD },
99 { XML_BOLD, FontUnderline::BOLD },
109 { XML_THICK, FontUnderline::BOLD},
150 case FontUnderline::BOLD: in importXML()
228 if( FontUnderline::BOLD == eUnderline ) in importXML()
232 if( FontUnderline::BOLD == eUnderline ) in importXML()
236 if( FontUnderline::BOLD == eUnderline ) in importXML()
240 if( FontUnderline::BOLD == eUnderline ) in importXML()
244 if( FontUnderline::BOLD == eUnderline ) in importXML()
[all …]
H A Dcdouthdl.cxx46 { XML_SINGLE, FontStrikeout::BOLD },
57 { XML_SOLID, FontStrikeout::BOLD },
74 { XML_BOLD, FontStrikeout::BOLD },
119 case FontStrikeout::BOLD: in importXML()
240 case FontStrikeout::BOLD: in importXML()
273 if( (rValue >>= nValue) && (FontStrikeout::BOLD == nValue) ) in exportXML()
H A Dweighhdl.cxx63 { ::com::sun::star::awt::FontWeight::BOLD, 700 },
/AOO41X/main/xmerge/source/wordsmith/java/org/openoffice/xmerge/converter/xml/sxw/wordsmith/
H A DWseTextRun.java82 final public static int BOLD = 0x01; field in WseTextRun
118 if (ts.isSet(TextStyle.BOLD) && ts.getAttribute(TextStyle.BOLD)) in WseTextRun()
119 modifiers |= BOLD; in WseTextRun()
276 if ((modifiers & BOLD) != 0) mod |= TextStyle.BOLD; in makeStyle()
284 int mask = TextStyle.BOLD | TextStyle.ITALIC in makeStyle()
311 if ((modifiers & BOLD) != 0) System.out.print("BOLD,"); in dump()
/AOO41X/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/
H A DTextStyle.java46 final public static int BOLD = 0x01; field in TextStyle
196 if (value.equals("bold")) turnAttributesOn(BOLD); in handleAttribute()
197 else if (value.equals("normal")) turnAttributesOff(BOLD); in handleAttribute()
411 for (int m = BOLD; m <= SUBSCRIPT; m = m << 1) { in getResolved()
579 if ((mask & BOLD) != 0) in writeAttributes()
580 if ((values & BOLD) != 0) in writeAttributes()
/AOO41X/test/testuno/source/fvt/uno/sw/puretext/
H A DCharacterStyle.java65 xCursorProps.setPropertyValue("CharWeight", new Float(com.sun.star.awt.FontWeight.BOLD)); in testCharacterStyleSetting()
93 …assertEquals(com.sun.star.awt.FontWeight.BOLD,xCursorProps_assert_odt.getPropertyValue("CharWeight… in testCharacterStyleSetting()
100 …assertEquals(com.sun.star.awt.FontWeight.BOLD,xCursorProps_assert_doc.getPropertyValue("CharWeight… in testCharacterStyleSetting()
H A DCharacterStrikeThrough.java70 … xCursorProps.setPropertyValue("CharStrikeout", new Short(com.sun.star.awt.FontStrikeout.BOLD)); in testCharacterStrikeThroughSetting()
118 …assertEquals("assert strikethrough is bold",com.sun.star.awt.FontStrikeout.BOLD,xCursorProps_asser… in testCharacterStrikeThroughSetting()
H A DCharacterUnderline.java195 … xCursorProps.setPropertyValue("CharUnderline", new Short(com.sun.star.awt.FontUnderline.BOLD)); in testCharacterUnderlineSetting()
332 …assertEquals("assert underline is bold",com.sun.star.awt.FontUnderline.BOLD,xCursorProps_assert_od… in testCharacterUnderlineSetting()
448 …assertEquals("assert underline is bold",com.sun.star.awt.FontUnderline.BOLD,xCursorProps_assert_do… in testCharacterUnderlineSetting()
/AOO41X/main/xmerge/source/pocketword/java/org/openoffice/xmerge/converter/xml/sxw/pocketword/
H A DParagraph.java178 int mask = TextStyle.BOLD | TextStyle.ITALIC | TextStyle.UNDERLINE in parseText()
293 modifiers |= TextStyle.BOLD; in parseText()
298 modifiers ^= TextStyle.BOLD; in parseText()
H A DParagraphTextSegment.java130 if (pStyle.isSet(TextStyle.BOLD) && pStyle.getAttribute(TextStyle.BOLD)) { in getData()
/AOO41X/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/sxc/
H A DCellStyle.java155 fmt.setAttribute(Format.BOLD, value.equals("bold")); in handleAttribute()
320 for (int m = Format.BOLD; m <= Format.SUBSCRIPT; m = m << 1) { in getResolved()
400 if (fmt.getAttribute(Format.BOLD)) in writeAttributes()
/AOO41X/main/wizards/com/sun/star/wizards/report/
H A DDataimport.java127 oFontDesc.Weight = com.sun.star.awt.FontWeight.BOLD; in showProgressDisplay()
205 modifyFontWeight("lblProgressDataImport", com.sun.star.awt.FontWeight.BOLD); in importReportData()
/AOO41X/test/testuno/source/fvt/uno/sd/character/
H A DCheckCharacterStyle.java180 xtextProps.setPropertyValue("CharWeight", com.sun.star.awt.FontWeight.BOLD); in testFontBoldStyle()
188 …assertEquals("font style should be bold", com.sun.star.awt.FontWeight.BOLD, xtextProps.getProperty… in testFontBoldStyle()
/AOO41X/main/vbahelper/source/vbahelper/
H A Dvbafontbase.cxx182 fBoldValue = awt::FontWeight::BOLD; in setBold()
192 return uno::makeAny( fValue == awt::FontWeight::BOLD ); in getBold()
/AOO41X/test/testuno/source/fvt/uno/sd/chart/
H A DChartProperties.java281 aDiaProp.setPropertyValue("CharWeight", FontWeight.BOLD); in testLegendCharFont()
290 assertEquals("Legend font weight is not BOLD", FontWeight.BOLD, in testLegendCharFont()
/AOO41X/main/dbaccess/source/ui/misc/
H A DTokenWriter.cxx452 sal_Bool bBold = ( ::com::sun::star::awt::FontWeight::BOLD == m_aFont.Weight ); in Write()
642 …const sal_Bool bBold = ( ::com::sun::star::awt::FontWeight::BOLD == m_aFont.Weight … in appendRow()
1081 sal_Bool bBold = ( ::com::sun::star::awt::FontWeight::BOLD == m_aFont.Weight ); in WriteCell()
/AOO41X/main/qadevOOo/tests/java/ifc/style/
H A D_CharacterPropertiesComplex.java48 testProperty("CharWeightComplex", new Float(com.sun.star.awt.FontWeight.BOLD), in _CharWeightComplex()
H A D_CharacterPropertiesAsian.java59 new Float(FontWeight.BOLD)); in _CharWeightAsian()
/AOO41X/main/wizards/com/sun/star/wizards/reportbuilder/layout/
H A DSectionObject.java72 setPropertyValue("CharWeight", new Float(com.sun.star.awt.FontWeight.BOLD)); in setFontToBold()
/AOO41X/main/reportbuilder/java/com/sun/star/report/pentaho/parser/stylemapper/style/
H A DTextUnderlineWidthMapper.java42 addMapping("bold", TextDecorationWidth.BOLD); in TextUnderlineWidthMapper()
/AOO41X/main/offapi/com/sun/star/rendering/
H A DPanoseWeight.idl38 const byte BOLD=8;
/AOO41X/main/offapi/com/sun/star/awt/
H A DFontWeight.idl85 const float BOLD = 150.000000;
H A DFontStrikeout.idl67 const short BOLD = 4;
/AOO41X/main/sw/qa/complex/indeterminateState/
H A DCheckIndeterminateState.java72 "CharWeight", FontWeight.BOLD); in checkToolBoxItem()
/AOO41X/main/scripting/examples/javascript/Highlight/
H A DButtonPressHandler.js94 new java.lang.Float(Packages.com.sun.star.awt.FontWeight.BOLD),

1234