Home
last modified time | relevance | path

Searched refs:m_aFont (Results 1 – 10 of 10) sorted by path

/trunk/main/dbaccess/source/core/api/
H A Ddatasettings.cxx101 &_pItem->m_aFont, ::getCppuType(&_pItem->m_aFont)); in registerPropertiesFor()
117 …RTY_ID_FONTNAME, PropertyAttribute::BOUND,&_pItem->m_aFont.Name, ::getCppuType(&_pItem->m_aFon… in registerPropertiesFor()
118 …_ID_FONTHEIGHT, PropertyAttribute::BOUND,&_pItem->m_aFont.Height, ::getCppuType(&_pItem->m_aFo… in registerPropertiesFor()
119 …TY_ID_FONTWIDTH, PropertyAttribute::BOUND,&_pItem->m_aFont.Width, ::getCppuType(&_pItem->m_aFo… in registerPropertiesFor()
121 …_ID_FONTFAMILY, PropertyAttribute::BOUND,&_pItem->m_aFont.Family, ::getCppuType(&_pItem->m_aFo… in registerPropertiesFor()
123 …TY_ID_FONTPITCH, PropertyAttribute::BOUND,&_pItem->m_aFont.Pitch, ::getCppuType(&_pItem->m_aFo… in registerPropertiesFor()
125 …_ID_FONTWEIGHT, PropertyAttribute::BOUND,&_pItem->m_aFont.Weight, ::getCppuType(&_pItem->m_aFo… in registerPropertiesFor()
126 …TY_ID_FONTSLANT, PropertyAttribute::BOUND,&_pItem->m_aFont.Slant, ::getCppuType(&_pItem->m_aFo… in registerPropertiesFor()
132 …RTY_ID_FONTTYPE, PropertyAttribute::BOUND,&_pItem->m_aFont.Type, ::getCppuType(&_pItem->m_aFon… in registerPropertiesFor()
146 ,m_aFont(::comphelper::getDefaultFont()) in ODataSettings_Base()
[all …]
H A Dtable.cxx217 &m_aFont, ::getCppuType(&m_aFont)); in construct()
237 …AME, PROPERTY_ID_FONTNAME, PropertyAttribute::BOUND,&m_aFont.Name, ::getCppuType(&m_aFont.Na… in construct()
238 …T, PROPERTY_ID_FONTHEIGHT, PropertyAttribute::BOUND,&m_aFont.Height, ::getCppuType(&m_aFont.H… in construct()
239 …DTH, PROPERTY_ID_FONTWIDTH, PropertyAttribute::BOUND,&m_aFont.Width, ::getCppuType(&m_aFont.W… in construct()
241 …Y, PROPERTY_ID_FONTFAMILY, PropertyAttribute::BOUND,&m_aFont.Family, ::getCppuType(&m_aFont.F… in construct()
242 …T, PROPERTY_ID_FONTCHARSET, PropertyAttribute::BOUND,&m_aFont.CharSet, ::getCppuType(&m_aFont.… in construct()
243 …TCH, PROPERTY_ID_FONTPITCH, PropertyAttribute::BOUND,&m_aFont.Pitch, ::getCppuType(&m_aFont.P… in construct()
245 …T, PROPERTY_ID_FONTWEIGHT, PropertyAttribute::BOUND,&m_aFont.Weight, ::getCppuType(&m_aFont.W… in construct()
246 …ANT, PROPERTY_ID_FONTSLANT, PropertyAttribute::BOUND,&m_aFont.Slant, ::getCppuType(&m_aFont.S… in construct()
250 …G, PROPERTY_ID_FONTKERNING, PropertyAttribute::BOUND,&m_aFont.Kerning, ::getCppuType(&m_aFont.… in construct()
[all …]
/trunk/main/dbaccess/source/core/inc/
H A Ddatasettings.hxx66 ::com::sun::star::awt::FontDescriptor m_aFont;
/trunk/main/dbaccess/source/ui/inc/
H A DTokenWriter.hxx70 ::com::sun::star::awt::FontDescriptor m_aFont;
/trunk/main/dbaccess/source/ui/misc/
H A DTokenWriter.cxx327 m_xObject->getPropertyValue(PROPERTY_FONT) >>= m_aFont; in initialize()
350 if ( !m_aFont.Name.getLength() ) in initialize()
357 m_aFont = VCLUnoHelper::CreateFontDescriptor( aApplicationFont ); in initialize()
452 sal_Bool bBold = ( ::com::sun::star::awt::FontWeight::BOLD == m_aFont.Weight ); in Write()
453 sal_Bool bItalic = ( ::com::sun::star::awt::FontSlant_ITALIC == m_aFont.Slant ); in Write()
454 sal_Bool bUnderline = ( ::com::sun::star::awt::FontUnderline::NONE != m_aFont.Underline ); in Write()
455 sal_Bool bStrikeout = ( ::com::sun::star::awt::FontStrikeout::NONE != m_aFont.Strikeout ); in Write()
462 ByteString aFonts(String(m_aFont.Name),eDestEnc); in Write()
827 m_pStream->WriteNumber(m_aFont.Height); in WriteBody()
1081 sal_Bool bBold = ( ::com::sun::star::awt::FontWeight::BOLD == m_aFont.Weight ); in WriteCell()
[all …]
/trunk/main/forms/source/component/
H A Dformcontrolfont.cxx144 m_aFont = _pOriginal->m_aFont; in FontControlModel()
253 _rValue = makeAny( m_aFont ); in getFastPropertyValue()
384 _rValue >>= m_aFont; in setFastPropertyValue_NoBroadcast()
388 _rValue >>= m_aFont.Name; in setFastPropertyValue_NoBroadcast()
396 _rValue >>= m_aFont.Family; in setFastPropertyValue_NoBroadcast()
400 _rValue >>= m_aFont.CharSet; in setFastPropertyValue_NoBroadcast()
408 _rValue >>= m_aFont.Kerning; in setFastPropertyValue_NoBroadcast()
416 _rValue >>= m_aFont.Pitch; in setFastPropertyValue_NoBroadcast()
420 _rValue >>= m_aFont.Type; in setFastPropertyValue_NoBroadcast()
424 _rValue >>= m_aFont.Width; in setFastPropertyValue_NoBroadcast()
[all …]
/trunk/main/forms/source/inc/
H A Dformcontrolfont.hxx44 ::com::sun::star::awt::FontDescriptor m_aFont;
54 const ::com::sun::star::awt::FontDescriptor& getFont() const { return m_aFont; } in getFont()
55 void setFont( const ::com::sun::star::awt::FontDescriptor& _rFont ) { m_aFont = _rFont; } in setFont()
/trunk/main/vcl/source/components/
H A Dfontident.cxx59 Font m_aFont; member in vcl::FontIdentificator
96 m_aFont = Font::identifyFont( aFontBuf.getConstArray(), aFontBuf.getLength() ); in initialize()
108 aFD.Name = m_aFont.GetName(); in getMaterial()
111 aFD.StyleName = m_aFont.GetStyleName(); in getMaterial()
120 switch( m_aFont.GetFamily() ) in getMaterial()
132 switch( m_aFont.GetPitch() ) in getMaterial()
140 switch( m_aFont.GetWeight() ) in getMaterial()
156 switch( m_aFont.GetItalic() ) in getMaterial()
/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl.cxx1784 aState.m_aFont = aFont; in PDFWriterImpl()
2510 m_aGraphicsStack.front().m_aFont = aFont; in endPage()
7073 Font aSetFont = m_aCurrentPDFState.m_aFont; in drawRelief()
7103 Font aSaveFont = m_aCurrentPDFState.m_aFont; in drawShadow()
7107 Font& rFont = m_aCurrentPDFState.m_aFont; in drawShadow()
7349 if( m_aCurrentPDFState.m_aFont.GetWidth() ) in drawLayout()
7407 if( m_aCurrentPDFState.m_aFont.IsOutline() ) in drawLayout()
8338 Font aFont = m_aCurrentPDFState.m_aFont; in drawStrikeoutChar()
8352 Font aFont = m_aCurrentPDFState.m_aFont; in drawStrikeoutChar()
10709 m_aGraphicsStack.front().m_aFont = rFont; in setFont()
[all …]
H A Dpdfwriter_impl.hxx704 Font m_aFont; member
745 m_aFont( rState.m_aFont ), in GraphicsState()
764 m_aFont = rState.m_aFont; in operator =()
1164 m_aGraphicsStack.front().m_aFont.SetFillColor( rColor ); in setTextFillColor()
1165 …m_aGraphicsStack.front().m_aFont.SetTransparent( ImplIsColorTransparent( rColor ) ? sal_True : sal… in setTextFillColor()
1170 m_aGraphicsStack.front().m_aFont.SetFillColor( Color( COL_TRANSPARENT ) ); in setTextFillColor()
1171 m_aGraphicsStack.front().m_aFont.SetTransparent( sal_True ); in setTextFillColor()
1176 m_aGraphicsStack.front().m_aFont.SetColor( rColor ); in setTextColor()
1209 m_aGraphicsStack.front().m_aFont.SetAlign( eAlign ); in setTextAlign()

Completed in 109 milliseconds