Home
last modified time | relevance | path

Searched refs:bBold (Results 1 – 20 of 20) sorted by relevance

/trunk/main/xmloff/source/transform/
H A DStyleOOoTContext.cxx564 sal_Bool bBold = sal_False, bDouble = sal_False; in StartElement() local
576 bBold = sal_True; in StartElement()
580 bBold = sal_True; in StartElement()
584 bBold = sal_True; in StartElement()
588 bBold = sal_True; in StartElement()
592 bBold = sal_True; in StartElement()
596 bBold = sal_True; in StartElement()
600 bBold = sal_True; in StartElement()
626 if( bBold ) in StartElement()
650 bBold = sal_True; in StartElement()
[all …]
H A DStyleOASISTContext.cxx109 sal_Bool bBold, sal_Bool bDouble );
111 sal_Bool bBold, sal_Bool bDouble,
680 XMLTokenEnum eUnderline, sal_Bool bBold, sal_Bool bDouble ) in MergeUnderline() argument
694 else if( bBold ) in MergeUnderline()
745 XMLTokenEnum eLineThrough, sal_Bool bBold, sal_Bool bDouble, in MergeLineThrough() argument
752 else if( bBold ) in MergeLineThrough()
/trunk/main/svtools/source/control/
H A Dstdmenu.cxx205 sal_Bool bBold = sal_False; in Fill() local
241 bBold = sal_True; in Fill()
276 else if ( !bBold && (aStyleText == pList->GetBoldStr()) ) in Fill()
277 bBold = sal_True; in Fill()
302 if ( !bBold ) in Fill()
312 if ( bNormal || bItalic || bBold ) in Fill()
H A Dctrlbox.cxx1005 sal_Bool bBold = sal_False; in Fill() local
1036 bBold = sal_True; in Fill()
1071 else if ( !bBold && (aStyleText == pList->GetBoldStr()) ) in Fill()
1072 bBold = sal_True; in Fill()
1087 if ( !bBold ) in Fill()
1092 if ( bNormal || bItalic || bBold ) in Fill()
/trunk/main/basic/inc/basic/
H A Dsbstdobj.hxx79 sal_Bool bBold; member in SbStdFont
103 void SetBold( sal_Bool bB ) { bBold = bB; } in SetBold()
104 sal_Bool IsBold() const { return bBold; } in IsBold()
/trunk/main/dbaccess/source/ui/misc/
H A DTokenWriter.cxx452 sal_Bool bBold = ( ::com::sun::star::awt::FontWeight::BOLD == m_aFont.Weight ); in Write() local
561 if ( bBold ) (*m_pStream) << OOO_STRING_SVTOOLS_RTF_B; in Write()
642 const sal_Bool bBold = ( ::com::sun::star::awt::FontWeight::BOLD == m_aFont.Weight ); in appendRow() local
658 if ( bBold ) (*m_pStream) << OOO_STRING_SVTOOLS_RTF_B; in appendRow()
1081 sal_Bool bBold = ( ::com::sun::star::awt::FontWeight::BOLD == m_aFont.Weight ); in WriteCell() local
1086 if ( bBold ) TAG_ON( OOO_STRING_SVTOOLS_HTML_bold ); in WriteCell()
1100 if ( bBold ) TAG_OFF( OOO_STRING_SVTOOLS_HTML_bold ); in WriteCell()
/trunk/main/sc/source/ui/vba/
H A Dvbafont.cxx302 sal_Bool bBold = sal_False; in setFontStyle() local
320 bBold = sal_True; in setFontStyle()
326 setBold( uno::makeAny( bBold ) ); in setFontStyle()
/trunk/main/vbahelper/source/msforms/
H A Dvbanewfont.cxx106 void SAL_CALL VbaNewFont::setBold( sal_Bool bBold ) throw (uno::RuntimeException) in setBold() argument
110 uno::Any( bBold ? awt::FontWeight::BOLD : awt::FontWeight::NORMAL ) ); in setBold()
H A Dvbanewfont.hxx52 virtual void SAL_CALL setBold( sal_Bool bBold ) throw (css::uno::RuntimeException);
/trunk/main/framework/qa/complex/framework/autosave/
H A DProtocol.java462 boolean bBold ) in impl_generateColoredHTMLCell() argument
466 if (bBold) in impl_generateColoredHTMLCell()
469 if (bBold) in impl_generateColoredHTMLCell()
/trunk/main/sdext/source/pdfimport/wrapper/
H A Dwrapper.cxx182 FontAttributes& aResult, bool bItalic, bool bBold);
472 FontAttributes& aResult, bool bItalic, bool bBold) in parseFontCheckForString() argument
482 aResult.isBold = bBold; in parseFontCheckForString()
/trunk/main/sc/source/filter/html/
H A Dhtmlexp.cxx959 sal_Bool bBold = ( WEIGHT_BOLD <= rWeightItem.GetWeight() ); in WriteCell() local
1044 if ( bBold ) TAG_ON( OOO_STRING_SVTOOLS_HTML_bold ); in WriteCell()
1152 if ( bBold ) TAG_OFF( OOO_STRING_SVTOOLS_HTML_bold ); in WriteCell()
/trunk/main/dbaccess/source/ui/querydesign/
H A DTableWindow.cxx528 void OTableWindow::SetBoldTitle( sal_Bool bBold ) in SetBoldTitle() argument
531 aFont.SetWeight( bBold?WEIGHT_BOLD:WEIGHT_NORMAL ); in SetBoldTitle()
/trunk/main/vcl/source/glyphs/
H A Dgraphite_layout.cxx652 bool bBold; in hashCode() local
654 UniqueCacheInfo(aFace, bBold, bItalic); in hashCode()
666 hash |= (bBold)? 0x1000000 : 0; in hashCode()
/trunk/main/dbaccess/source/ui/inc/
H A DTableWindow.hxx145 void SetBoldTitle( sal_Bool bBold );
/trunk/main/oox/source/dump/
H A Dbiffdumper.cxx3211 …amObject::createFontName( const OUString& rName, sal_uInt16 nHeight, bool bBold, bool bItalic ) co… in createFontName() argument
3216 if( bBold ) in createFontName()
3660 bool bBold = getFlag( nFlags, BIFF_FONTFLAG_BOLD ); in dumpFontRec() local
3667 bBold = dumpDec< sal_uInt16 >( "weight", "FONT-WEIGHT" ) > 450; in dumpFontRec()
3678 mxFontNames->setName( nFontId, createFontName( aName, nHeight, bBold, bItalic ) ); in dumpFontRec()
/trunk/main/sdext/source/minimizer/
H A Doptimizerdialog.hxx167 sal_Bool bBold,
H A Doptimizerdialogcontrols.cxx165 sal_Bool bBold, in ImplInsertFixedText() argument
194 if ( bBold ) in ImplInsertFixedText()
/trunk/main/starmath/source/
H A Ddialog.cxx102 sal_Bool bBold = IsBold( rFont ), in GetStyleName() local
105 if (bBold && bItalic) in GetStyleName()
109 else if (bBold) in GetStyleName()
/trunk/main/oox/inc/oox/dump/
H A Dbiffdumper.hxx427 … createFontName( const ::rtl::OUString& rName, sal_uInt16 nHeight, bool bBold, bool bItalic ) co…

Completed in 173 milliseconds