Home
last modified time | relevance | path

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

/AOO42X/main/sc/source/core/data/
H A Ddocument.cxx2192 std::vector< SCTAB > vTables; in CopyFromClip() local
2198 vTables.push_back( i ); in CopyFromClip()
2202 vvPatternCount[i].resize( vTables.size() ); in CopyFromClip()
2204 for( std::vector< SCTAB >::size_type j = 0; j<vTables.size(); j++ ) in CopyFromClip()
2205 vvPatternCount[i][j] = this->GetPatternCount( vTables[j], nCol1+i ); in CopyFromClip()
2250 vvPatternCount[i].resize( vTables.size() ); in CopyFromClip()
2252 for( std::vector< SCTAB >::size_type j = 0; j<vTables.size(); j++ ) in CopyFromClip()
2253 …this->ReservedPatternCount( vTables[j], nCol1+i, vvPatternCount[i][j] + ( this->GetPatternCount( v… in CopyFromClip()