| /AOO41X/main/dbaccess/source/core/api/ |
| H A D | datasettings.cxx | 101 &_pItem->m_aFont, ::getCppuType(&_pItem->m_aFont)); in registerPropertiesFor() 117 …NTNAME, PropertyAttribute::BOUND,&_pItem->m_aFont.Name, ::getCppuType(&_pItem->m… in registerPropertiesFor() 118 …NTHEIGHT, PropertyAttribute::BOUND,&_pItem->m_aFont.Height, ::getCppuType(&_pItem->m… in registerPropertiesFor() 119 …NTWIDTH, PropertyAttribute::BOUND,&_pItem->m_aFont.Width, ::getCppuType(&_pItem->m… in registerPropertiesFor() 120 …NTSTYLENAME, PropertyAttribute::BOUND,&_pItem->m_aFont.StyleName, ::getCppuType(&_pItem->m… in registerPropertiesFor() 121 …NTFAMILY, PropertyAttribute::BOUND,&_pItem->m_aFont.Family, ::getCppuType(&_pItem->m… in registerPropertiesFor() 122 …NTCHARSET, PropertyAttribute::BOUND,&_pItem->m_aFont.CharSet, ::getCppuType(&_pItem->m… in registerPropertiesFor() 123 …NTPITCH, PropertyAttribute::BOUND,&_pItem->m_aFont.Pitch, ::getCppuType(&_pItem->m… in registerPropertiesFor() 124 …NTCHARWIDTH, PropertyAttribute::BOUND,&_pItem->m_aFont.CharacterWidth, ::getCppuType(&_pItem->m… in registerPropertiesFor() 125 …NTWEIGHT, PropertyAttribute::BOUND,&_pItem->m_aFont.Weight, ::getCppuType(&_pItem->m… in registerPropertiesFor() [all …]
|
| H A D | table.cxx | 217 &m_aFont, ::getCppuType(&m_aFont)); in construct() 237 …OPERTY_ID_FONTNAME, PropertyAttribute::BOUND,&m_aFont.Name, ::getCppuType(&m_aFo… in construct() 238 …OPERTY_ID_FONTHEIGHT, PropertyAttribute::BOUND,&m_aFont.Height, ::getCppuType(&m_aFo… in construct() 239 …OPERTY_ID_FONTWIDTH, PropertyAttribute::BOUND,&m_aFont.Width, ::getCppuType(&m_aFo… in construct() 240 …OPERTY_ID_FONTSTYLENAME, PropertyAttribute::BOUND,&m_aFont.StyleName, ::getCppuType(&m_aFo… in construct() 241 …OPERTY_ID_FONTFAMILY, PropertyAttribute::BOUND,&m_aFont.Family, ::getCppuType(&m_aFo… in construct() 242 …OPERTY_ID_FONTCHARSET, PropertyAttribute::BOUND,&m_aFont.CharSet, ::getCppuType(&m_aFo… in construct() 243 …OPERTY_ID_FONTPITCH, PropertyAttribute::BOUND,&m_aFont.Pitch, ::getCppuType(&m_aFo… in construct() 244 …OPERTY_ID_FONTCHARWIDTH, PropertyAttribute::BOUND,&m_aFont.CharacterWidth, ::getCppuType(&m_aFo… in construct() 245 …OPERTY_ID_FONTWEIGHT, PropertyAttribute::BOUND,&m_aFont.Weight, ::getCppuType(&m_aFo… in construct() [all …]
|
| /AOO41X/main/forms/source/component/ |
| H A D | formcontrolfont.cxx | 144 m_aFont = _pOriginal->m_aFont; in FontControlModel() 253 _rValue = makeAny( m_aFont ); in getFastPropertyValue() 257 _rValue = lcl_extractFontDescriptorAggregate( _nHandle, m_aFont ); in getFastPropertyValue() 287 Any aWorkAroundGccLimitation = makeAny( m_aFont ); in convertFastPropertyValue() 288 …alue( _rConvertedValue, _rOldValue, _rValue, aWorkAroundGccLimitation, ::getCppuType( &m_aFont ) ); in convertFastPropertyValue() 293 bModified = tryPropertyValue( _rConvertedValue, _rOldValue, _rValue, m_aFont.Name ); in convertFastPropertyValue() 297 … bModified = tryPropertyValue( _rConvertedValue, _rOldValue, _rValue, m_aFont.StyleName ); in convertFastPropertyValue() 301 … bModified = tryPropertyValue( _rConvertedValue, _rOldValue, _rValue, (sal_Int16)m_aFont.Family ); in convertFastPropertyValue() 305 … bModified = tryPropertyValue( _rConvertedValue, _rOldValue, _rValue, (sal_Int16)m_aFont.CharSet ); in convertFastPropertyValue() 309 …bModified = tryPropertyValue( _rConvertedValue, _rOldValue, _rValue, float( m_aFont.CharacterWidth… in convertFastPropertyValue() [all …]
|
| /AOO41X/main/dbaccess/source/ui/misc/ |
| H A D | TokenWriter.cxx | 327 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() 642 …const sal_Bool bBold = ( ::com::sun::star::awt::FontWeight::BOLD == m_aFont.Weight … in appendRow() 643 … const sal_Bool bItalic = ( ::com::sun::star::awt::FontSlant_ITALIC == m_aFont.Slant ); in appendRow() [all …]
|
| /AOO41X/main/vcl/source/components/ |
| H A D | fontident.cxx | 59 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()
|
| /AOO41X/main/vcl/source/gdi/ |
| H A D | pdfwriter_impl.hxx | 704 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()
|
| H A D | pdfwriter_impl.cxx | 1784 aState.m_aFont = aFont; in PDFWriterImpl() 2510 m_aGraphicsStack.front().m_aFont = aFont; in endPage() 7058 FontRelief eRelief = m_aCurrentPDFState.m_aFont.GetRelief(); in drawRelief() 7060 Color aTextColor = m_aCurrentPDFState.m_aFont.GetColor(); in drawRelief() 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() 7315 if( m_aCurrentPDFState.m_aFont.GetRelief() != RELIEF_NONE ) in drawLayout() 7320 else if( m_aCurrentPDFState.m_aFont.IsShadow() ) in drawLayout() 7337 bool bVertical = m_aCurrentPDFState.m_aFont.IsVertical(); in drawLayout() [all …]
|
| /AOO41X/main/forms/source/inc/ |
| H A D | formcontrolfont.hxx | 44 ::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()
|
| /AOO41X/main/dbaccess/source/core/inc/ |
| H A D | datasettings.hxx | 66 ::com::sun::star::awt::FontDescriptor m_aFont;
|
| /AOO41X/main/dbaccess/source/ui/inc/ |
| H A D | TokenWriter.hxx | 70 ::com::sun::star::awt::FontDescriptor m_aFont;
|