Home
last modified time | relevance | path

Searched refs:aBulletFont (Results 1 – 11 of 11) sorted by last modified time

/trunk/main/editeng/source/outliner/
H A Doutliner.cxx966 Font aBulletFont; in ImpCalcBulletFont() local
969 aBulletFont = *pFmt->GetBulletFont(); in ImpCalcBulletFont()
973 aBulletFont = aStdFont; in ImpCalcBulletFont()
987 aBulletFont.SetAlign( ALIGN_BOTTOM ); in ImpCalcBulletFont()
990 aBulletFont.SetVertical( bVertical ); in ImpCalcBulletFont()
1002 aBulletFont.SetColor( aColor ); in ImpCalcBulletFont()
1003 return aBulletFont; in ImpCalcBulletFont()
1037 pOutDev->SetFont( aBulletFont ); in PaintBullet()
1073 Font aRotatedFont( aBulletFont ); in PaintBullet()
1572 pRefDev->SetFont( aBulletFont ); in ImplGetBulletSize()
[all …]
/trunk/main/editeng/source/editeng/
H A Deditobj.cxx69 Font aBulletFont( rBullet.GetFont() ); in DBG_NAME() local
71 aBulletFont = *pFmt->GetBulletFont(); in DBG_NAME()
72 aBulletFont.SetColor( pFmt->GetBulletColor() ); in DBG_NAME()
73 rBullet.SetFont( aBulletFont ); in DBG_NAME()
/trunk/main/sw/source/core/edit/
H A Dautofmt.cxx1515 pBullFnt = &aFlags.aBulletFont; in BuildEnum()
1719 SvxFontItem( aFlags.aBulletFont.GetFamily(), in BuildEnum()
1720 aFlags.aBulletFont.GetName(), in BuildEnum()
1721 aFlags.aBulletFont.GetStyleName(), in BuildEnum()
1722 aFlags.aBulletFont.GetPitch(), in BuildEnum()
1723 aFlags.aBulletFont.GetCharSet(), in BuildEnum()
2791 pEditFlags->aBulletFont = pFlags->aByInputBulletFont; in SetAutoFmtFlags()
/trunk/main/sd/source/core/
H A Dstlpool.cxx201 Font aBulletFont( GetBulletFont() ); in CreateLayoutStyleSheets() local
398 PutNumBulletItem( pSheet, aBulletFont ); in CreateLayoutStyleSheets()
1154 aBulletFont.SetWeight(WEIGHT_NORMAL); in GetBulletFont()
1155 aBulletFont.SetUnderline(UNDERLINE_NONE); in GetBulletFont()
1156 aBulletFont.SetOverline(UNDERLINE_NONE); in GetBulletFont()
1158 aBulletFont.SetItalic(ITALIC_NONE); in GetBulletFont()
1159 aBulletFont.SetOutline(sal_False); in GetBulletFont()
1160 aBulletFont.SetShadow(sal_False); in GetBulletFont()
1161 aBulletFont.SetColor(Color(COL_AUTO)); in GetBulletFont()
1162 aBulletFont.SetTransparent(sal_True); in GetBulletFont()
[all …]
H A Dstlsheet.cxx1144 Font aBulletFont; in setPropertyValue() local
1145 SdStyleSheetPool::PutNumBulletItem( this, aBulletFont ); in setPropertyValue()
H A Ddrawdoc4.cxx261 Font aBulletFont( pSSPool->GetBulletFont() ); in CreateLayoutTemplates() local
263 aBulletFont.SetSize(Size(0,635)); // sj: (i33745) changed default from 24 to 18 pt in CreateLayoutTemplates()
265 aBulletItem.SetFont(aBulletFont); in CreateLayoutTemplates()
273 pSSPool->PutNumBulletItem( pSheet, aBulletFont ); in CreateLayoutTemplates()
1349 Font aBulletFont( static_cast<SdStyleSheetPool*>( mxStyleSheetPool.get())->GetBulletFont() ); in SetTextDefaults() local
1350 aBulletFont.SetSize(Size(0,846)); // 24 pt in SetTextDefaults()
1351 aBulletItem.SetFont(aBulletFont); in SetTextDefaults()
1364 aNumberFormat.SetBulletFont(&aBulletFont); in SetTextDefaults()
/trunk/main/editeng/source/misc/
H A Dacorrcfg.cxx443 rSwFlags.aBulletFont.SetName(sTemp); in Load()
449 rSwFlags.aBulletFont.SetFamily(FontFamily(nVal)); in Load()
455 rSwFlags.aBulletFont.SetCharSet(CharSet(nVal)); in Load()
461 rSwFlags.aBulletFont.SetPitch(FontPitch(nVal)); in Load()
599 pValues[nProp] <<= OUString(rSwFlags.aBulletFont.GetName()); in Commit()
602 pValues[nProp] <<= (sal_Int32)rSwFlags.aBulletFont.GetFamily(); in Commit()
605 pValues[nProp] <<= (sal_Int32)rSwFlags.aBulletFont.GetCharSet(); in Commit()
608 pValues[nProp] <<= (sal_Int32)rSwFlags.aBulletFont.GetPitch(); in Commit()
H A Dswafopt.cxx36 : aBulletFont( String::CreateFromAscii( in SvxSwAutoFmtFlags()
79 aBulletFont.SetCharSet( RTL_TEXTENCODING_SYMBOL ); in SvxSwAutoFmtFlags()
80 aBulletFont.SetFamily( FAMILY_DONTKNOW ); in SvxSwAutoFmtFlags()
81 aBulletFont.SetPitch( PITCH_DONTKNOW ); in SvxSwAutoFmtFlags()
82 aBulletFont.SetWeight( WEIGHT_DONTKNOW ); in SvxSwAutoFmtFlags()
83 aBulletFont.SetTransparent( sal_True ); in SvxSwAutoFmtFlags()
87 aByInputBulletFont = aBulletFont; in SvxSwAutoFmtFlags()
134 aBulletFont = rAFFlags.aBulletFont; in operator =()
/trunk/main/editeng/inc/editeng/
H A Dswafopt.hxx35 Font aBulletFont; member
/trunk/main/cui/source/tabpages/
H A Dautocdlg.cxx622 bModified |= aBulletFont != pOpt->aBulletFont; in FillItemSet()
623 pOpt->aBulletFont = aBulletFont; in FillItemSet()
748 aBulletFont = pOpt->aBulletFont; in Reset()
750 ImpUserData* pUserData = new ImpUserData(&sBulletChar, &aBulletFont); in Reset()
/trunk/main/cui/source/inc/
H A Dautocdlg.hxx168 Font aBulletFont; member in OfaSwAutoFmtOptionsPage

Completed in 80 milliseconds