Home
last modified time | relevance | path

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

/trunk/main/oox/inc/oox/drawingml/
H A Dtheme.hxx42 typedef RefVector< PropertyMap > EffectStyleList; typedef
71 inline EffectStyleList& getEffectStyleList() { return maEffectStyleList; } in getEffectStyleList()
72 inline const EffectStyleList& getEffectStyleList() const { return maEffectStyleList; } in getEffectStyleList()
98 EffectStyleList maEffectStyleList;
/trunk/main/oox/source/drawingml/
H A Dthemeelementscontext.cxx111 EffectStyleListContext( ContextHandler& rParent, EffectStyleList& rEffectStyleList );
115 EffectStyleList& mrEffectStyleList;
118 EffectStyleListContext::EffectStyleListContext( ContextHandler& rParent, EffectStyleList& rEffectSt… in EffectStyleListContext()
129 mrEffectStyleList.push_back( EffectStyleList::value_type( new PropertyMap ) ); in createFastChildContext()

Completed in 15 milliseconds