Searched refs:EffectStyleList (Results 1 – 2 of 2) sorted by relevance
42 typedef RefVector< PropertyMap > EffectStyleList; typedef71 inline EffectStyleList& getEffectStyleList() { return maEffectStyleList; } in getEffectStyleList()72 inline const EffectStyleList& getEffectStyleList() const { return maEffectStyleList; } in getEffectStyleList()98 EffectStyleList maEffectStyleList;
111 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