Searched refs:GraphHeader (Results 1 – 1 of 1) sorted by relevance
/aoo42x/main/sc/source/filter/starcalc/ |
H A D | scflt.cxx | 2387 Sc10GraphHeader GraphHeader; in LoadObjects() local 2392 lcl_ReadGraphHeader(rStream, GraphHeader); in LoadObjects() 2398 for (SCsCOL nX=0; nX<GraphHeader.CarretX; nX++) in LoadObjects() 2405 static_cast<SCTAB>(GraphHeader.CarretZ)); in LoadObjects() 2430 pDoc->SetValue(nCol++, nRow, nTab, GraphHeader.CarretX); in LoadObjects() 2431 pDoc->SetValue(nCol++, nRow, nTab, GraphHeader.CarretY); in LoadObjects() 2432 pDoc->SetValue(nCol++, nRow, nTab, GraphHeader.CarretZ); in LoadObjects() 2433 pDoc->SetValue(nCol++, nRow, nTab, GraphHeader.x); in LoadObjects() 2434 pDoc->SetValue(nCol++, nRow, nTab, GraphHeader.y); in LoadObjects() 2435 pDoc->SetValue(nCol++, nRow, nTab, GraphHeader.w); in LoadObjects() [all …]
|
Completed in 26 milliseconds