Home
last modified time | relevance | path

Searched refs:aBulletFont (Results 1 – 21 of 21) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/editeng/source/misc/
H A Dswafopt.cxx25 : aBulletFont( "StarSymbol", Size( 0, 14 ) ) in SvxSwAutoFormatFlags()
63 aBulletFont.SetCharSet( RTL_TEXTENCODING_SYMBOL ); in SvxSwAutoFormatFlags()
64 aBulletFont.SetFamily( FAMILY_DONTKNOW ); in SvxSwAutoFormatFlags()
65 aBulletFont.SetPitch( PITCH_DONTKNOW ); in SvxSwAutoFormatFlags()
66 aBulletFont.SetWeight( WEIGHT_DONTKNOW ); in SvxSwAutoFormatFlags()
67 aBulletFont.SetTransparent( true ); in SvxSwAutoFormatFlags()
71 aByInputBulletFont = aBulletFont; in SvxSwAutoFormatFlags()
H A Dacorrcfg.cxx397 rSwFlags.aBulletFont.SetFamilyName(sTemp); in Load()
403 rSwFlags.aBulletFont.SetFamily(FontFamily(nVal)); in Load()
409 rSwFlags.aBulletFont.SetCharSet(rtl_TextEncoding(nVal)); in Load()
415 rSwFlags.aBulletFont.SetPitch(FontPitch(nVal)); in Load()
545 css::uno::Any(rSwFlags.aBulletFont.GetFamilyName()), in ImplCommit()
547 css::uno::Any(sal_Int32(rSwFlags.aBulletFont.GetFamilyType())), in ImplCommit()
549 css::uno::Any(sal_Int32(rSwFlags.aBulletFont.GetCharSet())), in ImplCommit()
551 css::uno::Any(sal_Int32(rSwFlags.aBulletFont.GetPitch())), in ImplCommit()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/editeng/source/misc/
H A Dswafopt.cxx25 : aBulletFont( "StarSymbol", Size( 0, 14 ) ) in SvxSwAutoFormatFlags()
61 aBulletFont.SetCharSet( RTL_TEXTENCODING_SYMBOL ); in SvxSwAutoFormatFlags()
62 aBulletFont.SetFamily( FAMILY_DONTKNOW ); in SvxSwAutoFormatFlags()
63 aBulletFont.SetPitch( PITCH_DONTKNOW ); in SvxSwAutoFormatFlags()
64 aBulletFont.SetWeight( WEIGHT_DONTKNOW ); in SvxSwAutoFormatFlags()
65 aBulletFont.SetTransparent( true ); in SvxSwAutoFormatFlags()
69 aByInputBulletFont = aBulletFont; in SvxSwAutoFormatFlags()
H A Dacorrcfg.cxx383 rSwFlags.aBulletFont.SetFamilyName(sTemp); in Load()
389 rSwFlags.aBulletFont.SetFamily(FontFamily(nVal)); in Load()
395 rSwFlags.aBulletFont.SetCharSet(rtl_TextEncoding(nVal)); in Load()
401 rSwFlags.aBulletFont.SetPitch(FontPitch(nVal)); in Load()
532 css::uno::Any(rSwFlags.aBulletFont.GetFamilyName()), in ImplCommit()
534 css::uno::Any(sal_Int32(rSwFlags.aBulletFont.GetFamilyType())), in ImplCommit()
536 css::uno::Any(sal_Int32(rSwFlags.aBulletFont.GetCharSet())), in ImplCommit()
538 css::uno::Any(sal_Int32(rSwFlags.aBulletFont.GetPitch())), in ImplCommit()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/ui/vba/
H A Dvbalistformat.cxx166 css::awt::FontDescriptor aBulletFont; in ConvertNumbersToText() local
196 bHasFont = (aLevelRule["BulletFont"] >>= aBulletFont); in ConvertNumbersToText()
240 { "CharFontName", css::uno::Any(aBulletFont.Name) }, in ConvertNumbersToText()
242 { "CharFontFamily", css::uno::Any(aBulletFont.Family) }, in ConvertNumbersToText()
243 { "CharFontCharSet", css::uno::Any(aBulletFont.CharSet) }, in ConvertNumbersToText()
244 { "CharWeight", css::uno::Any(aBulletFont.Weight) }, in ConvertNumbersToText()
245 { "CharUnderline", css::uno::Any(aBulletFont.Underline) }, in ConvertNumbersToText()
246 { "CharStrikeout", css::uno::Any(aBulletFont.Strikeout) }, in ConvertNumbersToText()
248 { "CharFontPitch", css::uno::Any(aBulletFont.Pitch) }, in ConvertNumbersToText()
253 if (aBulletFont.Height) in ConvertNumbersToText()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/editeng/source/outliner/
H A Doutliner.cxx833 vcl::Font aBulletFont; in ImpCalcBulletFont() local
842 aBulletFont = *pSourceFont; in ImpCalcBulletFont()
846 aBulletFont = aStdFont; in ImpCalcBulletFont()
848 aBulletFont.SetOverline( LINESTYLE_NONE ); in ImpCalcBulletFont()
851 aBulletFont.SetRelief( FontRelief::NONE ); in ImpCalcBulletFont()
863 aBulletFont.SetAlignment( ALIGN_BOTTOM ); in ImpCalcBulletFont()
866 aBulletFont.SetVertical( bVertical ); in ImpCalcBulletFont()
878 aBulletFont.SetColor( aColor ); in ImpCalcBulletFont()
879 return aBulletFont; in ImpCalcBulletFont()
920 rOutDev.SetFont( aBulletFont ); in PaintBullet()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/editeng/source/outliner/
H A Doutliner.cxx840 vcl::Font aBulletFont; in ImpCalcBulletFont() local
849 aBulletFont = *pSourceFont; in ImpCalcBulletFont()
853 aBulletFont = aStdFont; in ImpCalcBulletFont()
855 aBulletFont.SetOverline( LINESTYLE_NONE ); in ImpCalcBulletFont()
858 aBulletFont.SetRelief( FontRelief::NONE ); in ImpCalcBulletFont()
870 aBulletFont.SetAlignment( ALIGN_BOTTOM ); in ImpCalcBulletFont()
873 aBulletFont.SetVertical( bVertical ); in ImpCalcBulletFont()
885 aBulletFont.SetColor( aColor ); in ImpCalcBulletFont()
886 return aBulletFont; in ImpCalcBulletFont()
926 pOutDev->SetFont( aBulletFont ); in PaintBullet()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/core/
H A Dstlpool.cxx196 vcl::Font aBulletFont( GetBulletFont() ); in CreateLayoutStyleSheets() local
1171 aBulletFont.SetWeight(WEIGHT_NORMAL); in GetBulletFont()
1172 aBulletFont.SetUnderline(LINESTYLE_NONE); in GetBulletFont()
1173 aBulletFont.SetOverline(LINESTYLE_NONE); in GetBulletFont()
1174 aBulletFont.SetStrikeout(STRIKEOUT_NONE); in GetBulletFont()
1175 aBulletFont.SetItalic(ITALIC_NONE); in GetBulletFont()
1176 aBulletFont.SetOutline(false); in GetBulletFont()
1177 aBulletFont.SetShadow(false); in GetBulletFont()
1178 aBulletFont.SetColor(COL_AUTO); in GetBulletFont()
1179 aBulletFont.SetTransparent(true); in GetBulletFont()
[all …]
H A Ddrawdoc4.cxx245 vcl::Font aBulletFont( SdStyleSheetPool::GetBulletFont() ); in CreateLayoutTemplates() local
247 aBulletFont.SetFontSize(Size(0,635)); // sj: (i33745) changed default from 24 to 18 pt in CreateLayoutTemplates()
249 aBulletItem.SetFont(aBulletFont); in CreateLayoutTemplates()
254 SdStyleSheetPool::PutNumBulletItem( pSheet, aBulletFont ); in CreateLayoutTemplates()
1239 vcl::Font aBulletFont( SdStyleSheetPool::GetBulletFont() ); in SetTextDefaults() local
1240 aBulletFont.SetFontSize(Size(0,846)); // 24 pt in SetTextDefaults()
1241 aBulletItem.SetFont(aBulletFont); in SetTextDefaults()
1250 aNumberFormat.SetBulletFont(&aBulletFont); in SetTextDefaults()
H A Dstlsheet.cxx1034 vcl::Font aBulletFont; in setPropertyValue() local
1035 SdStyleSheetPool::PutNumBulletItem( this, aBulletFont ); in setPropertyValue()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/core/
H A Dstlpool.cxx194 vcl::Font aBulletFont( GetBulletFont() ); in CreateLayoutStyleSheets() local
1171 aBulletFont.SetWeight(WEIGHT_NORMAL); in GetBulletFont()
1172 aBulletFont.SetUnderline(LINESTYLE_NONE); in GetBulletFont()
1173 aBulletFont.SetOverline(LINESTYLE_NONE); in GetBulletFont()
1174 aBulletFont.SetStrikeout(STRIKEOUT_NONE); in GetBulletFont()
1175 aBulletFont.SetItalic(ITALIC_NONE); in GetBulletFont()
1176 aBulletFont.SetOutline(false); in GetBulletFont()
1177 aBulletFont.SetShadow(false); in GetBulletFont()
1178 aBulletFont.SetColor(COL_AUTO); in GetBulletFont()
1179 aBulletFont.SetTransparent(true); in GetBulletFont()
[all …]
H A Ddrawdoc4.cxx239 vcl::Font aBulletFont( SdStyleSheetPool::GetBulletFont() ); in CreateLayoutTemplates() local
241 aBulletFont.SetFontSize(Size(0,635)); // sj: (i33745) changed default from 24 to 18 pt in CreateLayoutTemplates()
243 aBulletItem.SetFont(aBulletFont); in CreateLayoutTemplates()
248 SdStyleSheetPool::PutNumBulletItem( pSheet, aBulletFont ); in CreateLayoutTemplates()
1230 vcl::Font aBulletFont( SdStyleSheetPool::GetBulletFont() ); in SetTextDefaults() local
1231 aBulletFont.SetFontSize(Size(0,846)); // 24 pt in SetTextDefaults()
1232 aBulletItem.SetFont(aBulletFont); in SetTextDefaults()
1241 aNumberFormat.SetBulletFont(&aBulletFont); in SetTextDefaults()
H A Dstlsheet.cxx1012 vcl::Font aBulletFont; in setPropertyValue() local
1013 SdStyleSheetPool::PutNumBulletItem( this, aBulletFont ); in setPropertyValue()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/editeng/
H A Dswafopt.hxx79 vcl::Font aBulletFont; member
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/editeng/
H A Dswafopt.hxx82 vcl::Font aBulletFont; member
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/edit/
H A Dautofmt.cxx1544 pBullFnt = &m_aFlags.aBulletFont; in BuildEnum()
1749 SvxFontItem( m_aFlags.aBulletFont.GetFamilyType(), in BuildEnum()
1750 m_aFlags.aBulletFont.GetFamilyName(), in BuildEnum()
1751 m_aFlags.aBulletFont.GetStyleName(), in BuildEnum()
1752 m_aFlags.aBulletFont.GetPitch(), in BuildEnum()
1753 m_aFlags.aBulletFont.GetCharSet(), in BuildEnum()
2833 pEditFlags->aBulletFont = pFlags->aByInputBulletFont; in SetAutoFormatFlags()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/edit/
H A Dautofmt.cxx1543 pBullFnt = &m_aFlags.aBulletFont; in BuildEnum()
1748 SvxFontItem( m_aFlags.aBulletFont.GetFamilyType(), in BuildEnum()
1749 m_aFlags.aBulletFont.GetFamilyName(), in BuildEnum()
1750 m_aFlags.aBulletFont.GetStyleName(), in BuildEnum()
1751 m_aFlags.aBulletFont.GetPitch(), in BuildEnum()
1752 m_aFlags.aBulletFont.GetCharSet(), in BuildEnum()
2810 pEditFlags->aBulletFont = pFlags->aByInputBulletFont; in SetAutoFormatFlags()
/dports/editors/libreoffice/libreoffice-7.2.6.2/cui/source/tabpages/
H A Dautocdlg.cxx464 bModified |= aBulletFont != pOpt->aBulletFont; in FillItemSet()
465 pOpt->aBulletFont = aBulletFont; in FillItemSet()
537 aBulletFont = pOpt->aBulletFont; in Reset()
598 ImpUserData* pUserData = new ImpUserData(&sBulletChar, &aBulletFont); in Reset()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/cui/source/tabpages/
H A Dautocdlg.cxx460 bModified |= aBulletFont != pOpt->aBulletFont; in FillItemSet()
461 pOpt->aBulletFont = aBulletFont; in FillItemSet()
533 aBulletFont = pOpt->aBulletFont; in Reset()
594 ImpUserData* pUserData = new ImpUserData(&sBulletChar, &aBulletFont); in Reset()
/dports/editors/libreoffice/libreoffice-7.2.6.2/cui/source/inc/
H A Dautocdlg.hxx107 vcl::Font aBulletFont; member in OfaSwAutoFmtOptionsPage
/dports/editors/libreoffice6/libreoffice-6.4.7.2/cui/source/inc/
H A Dautocdlg.hxx108 vcl::Font aBulletFont; member in OfaSwAutoFmtOptionsPage