Home
last modified time | relevance | path

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

/trunk/main/oox/inc/oox/xls/
H A Drichstring.hxx84 typedef ::boost::shared_ptr< RichStringPortion > RichStringPortionRef; typedef
237 RichStringPortionRef importText( const AttributeList& rAttribs );
239 RichStringPortionRef importRun( const AttributeList& rAttribs );
276 RichStringPortionRef createPortion();
H A Drichstringcontext.hxx47 RichStringPortionRef mxPortion; /// Processed portion in the string.
/trunk/main/oox/source/xls/
H A Drichstring.cxx377 RichStringPortionRef RichString::importText( const AttributeList& ) in importText()
382 RichStringPortionRef RichString::importRun( const AttributeList& ) in importRun()
542 RichStringPortionRef RichString::createPortion() in createPortion()
544 RichStringPortionRef xPortion( new RichStringPortion( *this ) ); in createPortion()
579 RichStringPortionRef xPortion = createPortion(); in createTextPortions()
605 RichStringPortionRef xPortion = createPortion(); in createTextPortions()

Completed in 12 milliseconds