Searched refs:RepaintRange (Results 1 – 8 of 8) sorted by relevance
/aoo42x/main/sc/source/core/data/ |
H A D | stlsheet.cxx | 141 pDoc->RepaintRange( ScRange( 0,0,0, MAXCOL,MAXROW,MAXTAB ) ); in SetParent()
|
H A D | documen8.cxx | 904 void ScDocument::RepaintRange( const ScRange& rRange ) in RepaintRange() function in ScDocument 910 pModel->RepaintRange( rRange ); // locked repaints are checked there in RepaintRange()
|
H A D | conditio.cxx | 1431 pDoc->RepaintRange( aRange ); in DoRepaint()
|
H A D | table1.cxx | 1300 pDocument->RepaintRange( ScRange(0,0,nTab,MAXCOL,MAXROW,nTab) ); in UpdateReference()
|
H A D | documen3.cxx | 171 RepaintRange( aOldRange ); in SetDBCollection()
|
/aoo42x/main/sc/inc/ |
H A D | docuno.hxx | 134 void RepaintRange( const ScRange& rRange );
|
H A D | document.hxx | 1564 void RepaintRange( const ScRange& rRange );
|
/aoo42x/main/sc/source/ui/unoobj/ |
H A D | docuno.cxx | 446 void ScModelObj::RepaintRange( const ScRange& rRange ) in RepaintRange() function in ScModelObj
|
Completed in 85 milliseconds