/aoo41x/main/dbaccess/source/core/api/ |
H A D | datasettings.cxx | 101 &_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 D | table.cxx | 217 &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 …]
|
/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() 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 …]
|
/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() 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 …]
|
/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() 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 …]
|
/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;
|