Searched refs:TextFontModel (Results 1 – 6 of 6) sorted by relevance
/trunk/main/oox/inc/oox/vml/ |
H A D | vmltextbox.hxx | 37 struct TextFontModel struct 48 explicit TextFontModel(); 56 TextFontModel maFont; 59 … explicit TextPortionModel( const TextFontModel& rFont, const ::rtl::OUString& rText ); 71 void appendPortion( const TextFontModel& rFont, const ::rtl::OUString& rText ); 76 const TextFontModel* getFirstFont() const;
|
H A D | vmltextboxcontext.hxx | 41 const TextFontModel& rParentFont, 52 TextFontModel maFont;
|
/trunk/main/oox/source/vml/ |
H A D | vmltextbox.cxx | 38 TextFontModel::TextFontModel() in TextFontModel() function in oox::vml::TextFontModel 44 TextPortionModel::TextPortionModel( const TextFontModel& rFont, const OUString& rText ) : in TextPortionModel() 56 void TextBox::appendPortion( const TextFontModel& rFont, const OUString& rText ) in appendPortion() 61 const TextFontModel* TextBox::getFirstFont() const in getFirstFont()
|
H A D | vmltextboxcontext.cxx | 39 TextBox& rTextBox, const TextFontModel& rParentFont, in TextPortionContext() 138 …lement == XML_font ) return new TextPortionContext( *this, mrTextBox, TextFontModel(), nElement, r… in onCreateContext()
|
/trunk/main/oox/inc/oox/xls/ |
H A D | drawingfragment.hxx | 197 const ::oox::vml::TextFontModel& rFontModel ) const; 210 ::oox::vml::TextFontModel maListBoxFont;
|
/trunk/main/oox/source/xls/ |
H A D | drawingfragment.cxx | 492 … if( const ::oox::vml::TextFontModel* pFontModel = pTextBox ? pTextBox->getFirstFont() : 0 ) in createAndInsertClientXShape() 685 …xFontData& rAxFontData, sal_uInt32& rnOleTextColor, const ::oox::vml::TextFontModel& rFontModel ) … in convertControlFontData() 712 if( const ::oox::vml::TextFontModel* pFontModel = pTextBox->getFirstFont() ) in convertControlText()
|
Completed in 21 milliseconds