Home
last modified time | relevance | path

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

/trunk/main/oox/inc/oox/dump/
H A Dxlsbdumper.hxx175 typedef ::std::vector< AddDataType > AddDataTypeVec; typedef in oox::dump::xlsb::FormulaObject
187 AddDataTypeVec maAddData;
H A Dbiffdumper.hxx372 typedef ::std::vector< AddDataType > AddDataTypeVec; typedef in oox::dump::biff::FormulaObject
385 AddDataTypeVec maAddData;
/trunk/main/oox/source/dump/
H A Dxlsbdumper.cxx890 …for( AddDataTypeVec::const_iterator aIt = maAddData.begin(), aEnd = maAddData.end(); (aIt != aEnd)… in dumpAddTokenData()
H A Dbiffdumper.cxx1480 …for( AddDataTypeVec::const_iterator aIt = maAddData.begin(), aEnd = maAddData.end(); aIt != aEnd; … in dumpAddTokenData()

Completed in 65 milliseconds