Searched refs:aBulletFont (Results 1 – 11 of 11) sorted by relevance
/aoo42x/main/editeng/source/misc/ |
H A D | swafopt.cxx | 36 : 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 =()
|
H A D | acorrcfg.cxx | 443 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()
|
/aoo42x/main/editeng/source/outliner/ |
H A D | outliner.cxx | 966 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 …]
|
/aoo42x/main/sd/source/core/ |
H A D | stlpool.cxx | 201 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 D | drawdoc4.cxx | 261 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()
|
H A D | stlsheet.cxx | 1144 Font aBulletFont; in setPropertyValue() local 1145 SdStyleSheetPool::PutNumBulletItem( this, aBulletFont ); in setPropertyValue()
|
/aoo42x/main/sw/source/core/edit/ |
H A D | autofmt.cxx | 1515 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()
|
/aoo42x/main/cui/source/tabpages/ |
H A D | autocdlg.cxx | 622 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()
|
/aoo42x/main/editeng/source/editeng/ |
H A D | editobj.cxx | 69 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()
|
/aoo42x/main/editeng/inc/editeng/ |
H A D | swafopt.hxx | 35 Font aBulletFont; member
|
/aoo42x/main/cui/source/inc/ |
H A D | autocdlg.hxx | 168 Font aBulletFont; member in OfaSwAutoFmtOptionsPage
|
Completed in 187 milliseconds