Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/undo/
H A Duntbl.cxx2867 SwPosition aCellStart( SwNodeIndex( *rBox.GetSttNd(), 2 ) ); in PrepareRedline() local
2868 pTxt = aCellStart.nNode.GetNode().GetTxtNode(); in PrepareRedline()
2870 aCellStart.nContent.Assign( pTxt, 0 ); in PrepareRedline()
2871 if( aCellStart != aInsertEnd ) // An empty insertion will not been marked in PrepareRedline()
2873 SwPaM aTmpPam( aCellStart, aInsertEnd ); in PrepareRedline()
/trunk/main/sc/source/ui/view/
H A Dviewdata.cxx1909 Point aCellStart = GetScrPos( nPosX, nPosY, eWhich, sal_True ); in GetMouseQuadrant() local
1913 rLeft = ( rClickPos.X() - aCellStart.X() ) * nLayoutSign <= nSizeX / 2; in GetMouseQuadrant()
1914 rTop = rClickPos.Y() - aCellStart.Y() <= nSizeY / 2; in GetMouseQuadrant()

Completed in 50 milliseconds