Searched refs:aOfsNumsXCH (Results 1 – 2 of 2) sorted by relevance
381 sal_uInt8 aOfsNumsXCH[WW8ListManager::nMaxLevel]; member569 rSt >> aLVL.aOfsNumsXCH[ nLevelB ]; in ReadLVL()830 std::vector<sal_uInt8> aOfsNumsXCH; in ReadLVL() local832 aOfsNumsXCH.reserve(nMaxLevel); in ReadLVL()835 aOfsNumsXCH.push_back(aLVL.aOfsNumsXCH[nLevelB]); in ReadLVL()839 sal_uInt8 nPos = aOfsNumsXCH[nLevelB]; in ReadLVL()843 aOfsNumsXCH[nLevelB] = 0; in ReadLVL()846 myIter aIter = std::remove(aOfsNumsXCH.begin(), aOfsNumsXCH.end(), 0); in ReadLVL()847 myIter aEnd = aOfsNumsXCH.end(); in ReadLVL()867 if (!nUpperLevel && !aOfsNumsXCH[nLevelB]) in ReadLVL()[all …]
125 sal_uInt8 aOfsNumsXCH[nWW8MaxListLevel]; in Dump_LVL() local127 xTableStream->Read( aOfsNumsXCH, 9 ); in Dump_LVL()143 *pOut << (sal_uInt16)aOfsNumsXCH[ x ] << ", "; in Dump_LVL()
Completed in 47 milliseconds