Searched refs:aTextListStylePtr (Results 1 – 1 of 1) sorted by relevance
47 oox::drawingml::TextListStylePtr aTextListStylePtr; in createFastChildContext() local53 aTextListStylePtr = mpSlidePersistPtr->getTitleTextStyle(); in createFastChildContext()58 aTextListStylePtr = mpSlidePersistPtr->getBodyTextStyle(); in createFastChildContext()63 aTextListStylePtr = mpSlidePersistPtr->getNotesTextStyle(); in createFastChildContext()68 aTextListStylePtr = mpSlidePersistPtr->getOtherTextStyle(); in createFastChildContext()72 …if ( aTextListStylePtr ) // sj: the master list style is the last instance of from where propert… in createFastChildContext()75 aTextListStylePtr->getListStyle()[ i ]->getTextCharacterProperties().moHeight = 1800; in createFastChildContext()76 xRet.set( new oox::drawingml::TextListStyleContext( *this, *aTextListStylePtr ) ); in createFastChildContext()
Completed in 14 milliseconds