Home
last modified time | relevance | path

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

/trunk/main/oox/source/drawingml/table/
H A Dtablestylecellstylecontext.cxx88 rLineStyleRef.mnThemedIdx = aAttribs.getInteger( XML_idx, 0 ); in createFastChildContext()
105 rStyleRef.mnThemedIdx = aAttribs.getInteger( XML_idx, 0 ); in createFastChildContext()
H A Dtablebackgroundstylecontext.cxx68 rStyleRef.mnThemedIdx = aAttribs.getInteger( XML_idx, 0 ); in createFastChildContext()
H A Dtablestyletextstylecontext.cxx90 rFontStyle.mnThemedIdx = aAttribs.getToken( XML_idx, XML_none ); in createFastChildContext()
/trunk/main/oox/source/drawingml/
H A Dshape.cxx424 … if( const LineProperties* pLineProps = pTheme->getLineStyle( pLineRef->mnThemedIdx ) ) in createAndInsert()
430 … if( const FillProperties* pFillProps = pTheme->getFillStyle( pFillRef->mnThemedIdx ) ) in createAndInsert()
504 … if( const TextCharacterProperties* pCharProps = pTheme->getFontStyle( pFontRef->mnThemedIdx ) ) in createAndInsert()
H A Dshapestylecontext.cxx71 …rStyleRef.mnThemedIdx = (nToken == XML_fontRef) ? aAttribs.getToken( XML_idx, XML_none ) : aAttrib… in createFastChildContext()
/trunk/main/oox/source/drawingml/chart/
H A Dobjectformatter.cxx132 sal_Int32 mnThemedIdx; /// Themed style index. member
878 … if( const LineProperties* pLineProps = pTheme->getLineStyle( pAutoFormatEntry->mnThemedIdx ) ) in LineFormatter()
906 … if( const FillProperties* pFillProps = pTheme->getFillStyle( pAutoFormatEntry->mnThemedIdx ) ) in FillFormatter()
/trunk/main/oox/inc/oox/drawingml/
H A Dshape.hxx53 sal_Int32 mnThemedIdx; member

Completed in 41 milliseconds