Home
last modified time | relevance | path

Searched refs:PortionVector (Results 1 – 4 of 4) sorted by relevance

/trunk/main/oox/inc/oox/vml/
H A Dvmltextbox.hxx81 typedef ::std::vector< TextPortionModel > PortionVector; typedef in oox::vml::TextBox
83 PortionVector maPortions;
/trunk/main/oox/inc/oox/xls/
H A Drichstring.hxx288 typedef RefVector< RichStringPortion > PortionVector; typedef in oox::xls::RichString
291 PortionVector maTextPortions; /// String portions with font data.
/trunk/main/oox/source/vml/
H A Dvmltextbox.cxx69 …for( PortionVector::const_iterator aIt = maPortions.begin(), aEnd = maPortions.end(); aIt != aEnd;… in getText()
/trunk/main/oox/source/xls/
H A Drichstring.cxx532 …for( PortionVector::const_iterator aIt = maTextPortions.begin(), aEnd = maTextPortions.end(); aIt … in convert()

Completed in 24 milliseconds