Searched refs:nRefStartX (Results 1 – 4 of 4) sorted by relevance
/trunk/main/sc/source/ui/view/ |
H A D | output.cxx | 1861 void ScOutputData::DrawRefMark( SCCOL nRefStartX, SCROW nRefStartY, in DrawRefMark() argument 1865 PutInOrder( nRefStartX, nRefEndX ); in DrawRefMark() 1868 if ( nRefStartX == nRefEndX && nRefStartY == nRefEndY ) in DrawRefMark() 1869 pDoc->ExtendMerge( nRefStartX, nRefStartY, nRefEndX, nRefEndY, nTab ); in DrawRefMark() 1871 if ( nRefStartX <= nVisX2 && nRefEndX >= nVisX1 && in DrawRefMark() 1924 if ( nX==nRefStartX ) in DrawRefMark() 1967 void ScOutputData::DrawOneChange( SCCOL nRefStartX, SCROW nRefStartY, in DrawOneChange() argument 1971 PutInOrder( nRefStartX, nRefEndX ); in DrawOneChange() 1974 if ( nRefStartX == nRefEndX && nRefStartY == nRefEndY ) in DrawOneChange() 1977 if ( nRefStartX <= nVisX2 + 1 && nRefEndX >= nVisX1 && in DrawOneChange() [all …]
|
/trunk/main/sc/source/ui/inc/ |
H A D | output.hxx | 255 void DrawRefMark( SCCOL nRefStartX, SCROW nRefStartY, 258 void DrawOneChange( SCCOL nRefStartX, SCROW nRefStartY,
|
H A D | viewdata.hxx | 188 SCCOL nRefStartX; member in ScViewData 361 SCCOL GetRefStartX() const { return nRefStartX; } in GetRefStartX() 372 { nRefStartX = nNewX; nRefStartY = nNewY; nRefStartZ = nNewZ; } in SetRefStart()
|
/trunk/main/sc/source/ui/Accessibility/ |
H A D | AccessibleSpreadsheet.cxx | 1578 sal_uInt16 nRefStartX =pViewData->GetRefStartX(); in NotifyRefMode() local 1589 m_nMinX =std::min(nRefStartX,nRefEndX); in NotifyRefMode() 1590 m_nMaxX =std::max(nRefStartX,nRefEndX); in NotifyRefMode() 1606 if (nRefStartX == nRefEndX && nRefStartY == nRefEndY) in NotifyRefMode()
|
Completed in 85 milliseconds