Home
last modified time | relevance | path

Searched refs:aDefFont (Results 1 – 9 of 9) sorted by last modified time

/trunk/main/sc/source/ui/vba/
H A Dvbarange.cxx3743 ::Font aDefFont; in getDefaultCharWidth()
3744 pAttr->GetFont( aDefFont, SC_AUTOCOL_BLACK, pRefDevice ); in getDefaultCharWidth()
3745 pRefDevice->SetFont( aDefFont ); in getDefaultCharWidth()
/trunk/main/sc/source/core/data/
H A Dglobal.cxx618 Font aDefFont; in InitTextHeight() local
619 pPattern->GetFont(aDefFont, SC_AUTOCOL_BLACK, &aVirtWindow); // font color doesn't matter here in InitTextHeight()
620 aVirtWindow.SetFont(aDefFont); in InitTextHeight()
H A Dstlpool.cxx239 Font aDefFont = OutputDevice::GetDefaultFont( nFontType, eLang, DEFAULTFONT_FLAGS_ONLYONE ); in lcl_CheckFont() local
240 SvxFontItem aNewItem( aDefFont.GetFamily(), aDefFont.GetName(), aDefFont.GetStyleName(), in lcl_CheckFont()
241 aDefFont.GetPitch(), aDefFont.GetCharSet(), nItemId ); in lcl_CheckFont()
/trunk/main/editeng/source/editeng/
H A Deertfpar.cxx171 Font aDefFont( GetDefFont() ); in AddRTFDefaultValues() local
172 SvxFontItem aFontItem( aDefFont.GetFamily(), aDefFont.GetName(), in AddRTFDefaultValues()
173 aDefFont.GetStyleName(), aDefFont.GetPitch(), aDefFont.GetCharSet(), EE_CHAR_FONTINFO ); in AddRTFDefaultValues()
H A Deditdoc.cxx1329 CreateFont( aDefFont, aTmpSet ); in CreateDefFont()
1330 aDefFont.SetVertical( IsVertical() ); in CreateDefFont()
1331 aDefFont.SetOrientation( IsVertical() ? 2700 : 0 ); in CreateDefFont()
1336 pNode->GetCharAttribs().GetDefFont() = aDefFont; in CreateDefFont()
H A Deditdoc.hxx206 SvxFont aDefFont; // schneller, als jedesmal vom Pool! member in CharAttribList
231 SvxFont& GetDefFont() { return aDefFont; } in GetDefFont()
699 SvxFont aDefFont; //schneller, als jedesmal vom Pool! member in EditDoc
721 const SvxFont& GetDefFont() { return aDefFont; } in GetDefFont()
/trunk/main/sdext/source/pdfimport/tree/
H A Dpdfiprocessor.cxx89 FontAttributes aDefFont; in PDFIProcessor() local
90 aDefFont.familyName = USTR("Helvetica"); in PDFIProcessor()
91 aDefFont.isBold = false; in PDFIProcessor()
92 aDefFont.isItalic = false; in PDFIProcessor()
93 aDefFont.size = 10*PDFI_OUTDEV_RESOLUTION/72; in PDFIProcessor()
94 m_aIdToFont[ 0 ] = aDefFont; in PDFIProcessor()
95 m_aFontToId[ aDefFont ] = 0; in PDFIProcessor()
/trunk/main/sc/source/ui/docshell/
H A Ddocsh3.cxx388 Font aDefFont; in CalcOutputFactor() local
394 pPattern->GetFont(aDefFont, SC_AUTOCOL_BLACK, pRefDev); // font color doesn't matter here in CalcOutputFactor()
395 pRefDev->SetFont(aDefFont); in CalcOutputFactor()
402 pPattern->GetFont(aDefFont, SC_AUTOCOL_BLACK, &aVirtWindow); // font color doesn't matter here in CalcOutputFactor()
403 aVirtWindow.SetFont(aDefFont); in CalcOutputFactor()
/trunk/main/sc/source/core/tool/
H A Dinterpr1.cxx2253 Font aDefFont; in ScCell() local
2257 pDok->GetDefPattern()->GetFont( aDefFont, SC_AUTOCOL_BLACK, pPrinter ); in ScCell()
2258 pPrinter->SetFont( aDefFont ); in ScCell()

Completed in 140 milliseconds