Home
last modified time | relevance | path

Searched refs:aTextListStylePtr (Results 1 – 1 of 1) sorted by relevance

/aoo4110/main/oox/source/ppt/
H A Dslidemastertextstylescontext.cxx47 oox::drawingml::TextListStylePtr aTextListStylePtr; in createFastChildContext() local
53 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 15 milliseconds