Lines Matching refs:pTextBox

444         const ::oox::vml::TextBox* pTextBox = rShape.getTextBox();  in createAndInsertClientXShape()  local
451 …rolText( rAxModel.maFontData, rAxModel.mnTextColor, rAxModel.maCaption, pTextBox, pClientData->mnT… in createAndInsertClientXShape()
460 …rolText( rAxModel.maFontData, rAxModel.mnTextColor, rAxModel.maCaption, pTextBox, pClientData->mnT… in createAndInsertClientXShape()
474 …ntrolText( rAxModel.maFontData, rAxModel.mnTextColor, rAxModel.maValue, pTextBox, pClientData->mnT… in createAndInsertClientXShape()
485 …rolText( rAxModel.maFontData, rAxModel.mnTextColor, rAxModel.maCaption, pTextBox, pClientData->mnT… in createAndInsertClientXShape()
492 … if( const ::oox::vml::TextFontModel* pFontModel = pTextBox ? pTextBox->getFirstFont() : 0 ) in createAndInsertClientXShape()
505 …rolText( rAxModel.maFontData, rAxModel.mnTextColor, rAxModel.maCaption, pTextBox, pClientData->mnT… in createAndInsertClientXShape()
518 …rolText( rAxModel.maFontData, rAxModel.mnTextColor, rAxModel.maCaption, pTextBox, pClientData->mnT… in createAndInsertClientXShape()
578 …rtControlText( rAxModel.maFontData, rAxModel.mnTextColor, rAxModel.maCaption, pTextBox, XML_Left ); in createAndInsertClientXShape()
707 OUString& rCaption, const ::oox::vml::TextBox* pTextBox, sal_Int32 nTextHAlign ) const in convertControlText()
709 if( pTextBox ) in convertControlText()
711 rCaption = pTextBox->getText(); in convertControlText()
712 if( const ::oox::vml::TextFontModel* pFontModel = pTextBox->getFirstFont() ) in convertControlText()