Home
last modified time | relevance | path

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

/trunk/main/oox/source/drawingml/
H A Dshapestylecontext.cxx70 ShapeStyleRef& rStyleRef = mrShape.getShapeStyleRefs()[ nToken ]; in createFastChildContext() local
71rStyleRef.mnThemedIdx = (nToken == XML_fontRef) ? aAttribs.getToken( XML_idx, XML_none ) : aAttrib… in createFastChildContext()
72 xRet.set( new ColorContext( *this, rStyleRef.maPhClr ) ); in createFastChildContext()
/trunk/main/oox/source/drawingml/table/
H A Dtablebackgroundstylecontext.cxx67 ShapeStyleRef& rStyleRef = mrTableStyle.getBackgroundFillStyleRef(); in createFastChildContext() local
68 rStyleRef.mnThemedIdx = aAttribs.getInteger( XML_idx, 0 ); in createFastChildContext()
69 xRet.set( new ColorContext( *this, rStyleRef.maPhClr ) ); in createFastChildContext()
H A Dtablestylecellstylecontext.cxx104 ShapeStyleRef& rStyleRef = mrTableStylePart.getStyleRefs()[ XML_fillRef ]; in createFastChildContext() local
105 rStyleRef.mnThemedIdx = aAttribs.getInteger( XML_idx, 0 ); in createFastChildContext()
106 xRet.set( new ColorContext( *this, rStyleRef.maPhClr ) ); in createFastChildContext()
/trunk/main/sw/source/core/unocore/
H A Dunoevent.cxx265 SwXFrameStyle& rStyleRef ) : in SwFrameStyleEventDescriptor() argument
266 SvEventDescriptor((document::XEventsSupplier&)rStyleRef, in SwFrameStyleEventDescriptor()
270 rStyle(rStyleRef) in SwFrameStyleEventDescriptor()
/trunk/main/sw/inc/
H A Dunoevent.hxx100 SwFrameStyleEventDescriptor( SwXFrameStyle& rStyleRef );

Completed in 19 milliseconds