Home
last modified time | relevance | path

Searched refs:nXclFont (Results 1 – 8 of 8) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/inc/
H A Dxestyle.hxx212 const XclExpFont* GetFont( sal_uInt16 nXclFont ) const;
530 void SetFont( sal_uInt16 nXclFont );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/inc/
H A Dxestyle.hxx214 const XclExpFont* GetFont( sal_uInt16 nXclFont ) const;
529 void SetFont( sal_uInt16 nXclFont );
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/excel/
H A Dxetable.cxx737 sal_uInt16 nXclFont = EXC_FONT_NOTFOUND; in Init() local
739 nXclFont = mxText->RemoveLeadingFont(); in Init()
741 nXclFont = mxText->GetLeadingFont(); in Init()
746 … OSL_ENSURE( nXclFont != EXC_FONT_NOTFOUND, "XclExpLabelCell::Init - leading font not found" ); in Init()
748 …SetXFId( rRoot.GetXFBuffer().InsertWithFont( pPattern, ApiScriptType::WEAK, nXclFont, bForceLineBr… in Init()
H A Dxeescher.cxx742 sal_uInt16 nXclFont = EXC_FONT_APP; in XclExpTbxControlObj() local
748 nXclFont = GetFontBuffer().Insert( aFontData, EXC_COLOR_CTRLTEXT ); in XclExpTbxControlObj()
751 pTxo.reset( new XclTxo( msLabel, nXclFont ) ); in XclExpTbxControlObj()
H A Dxestyle.cxx1181 const XclExpFont* XclExpFontBuffer::GetFont( sal_uInt16 nXclFont ) const in GetFont()
1183 return maFontList.GetRecord( nXclFont ); in GetFont()
2270 void XclExpDefaultXF::SetFont( sal_uInt16 nXclFont ) in SetFont() argument
2272 mnXclFont = nXclFont; in SetFont()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/excel/
H A Dxetable.cxx731 sal_uInt16 nXclFont = EXC_FONT_NOTFOUND; in Init() local
733 nXclFont = mxText->RemoveLeadingFont(); in Init()
735 nXclFont = mxText->GetLeadingFont(); in Init()
740 … OSL_ENSURE( nXclFont != EXC_FONT_NOTFOUND, "XclExpLabelCell::Init - leading font not found" ); in Init()
742 …SetXFId( rRoot.GetXFBuffer().InsertWithFont( pPattern, ApiScriptType::WEAK, nXclFont, bForceLineBr… in Init()
H A Dxeescher.cxx749 sal_uInt16 nXclFont = EXC_FONT_APP; in XclExpTbxControlObj() local
755 nXclFont = GetFontBuffer().Insert( aFontData, EXC_COLOR_CTRLTEXT ); in XclExpTbxControlObj()
758 pTxo.reset( new XclTxo( msLabel, nXclFont ) ); in XclExpTbxControlObj()
H A Dxestyle.cxx1179 const XclExpFont* XclExpFontBuffer::GetFont( sal_uInt16 nXclFont ) const in GetFont()
1181 return maFontList.GetRecord( nXclFont ).get(); in GetFont()
2225 void XclExpDefaultXF::SetFont( sal_uInt16 nXclFont ) in SetFont() argument
2227 mnXclFont = nXclFont; in SetFont()