Searched refs:aCellStart (Results 1 – 2 of 2) sorted by relevance
2867 SwPosition aCellStart( SwNodeIndex( *rBox.GetSttNd(), 2 ) ); in PrepareRedline() local2868 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()
1909 Point aCellStart = GetScrPos( nPosX, nPosY, eWhich, sal_True ); in GetMouseQuadrant() local1913 rLeft = ( rClickPos.X() - aCellStart.X() ) * nLayoutSign <= nSizeX / 2; in GetMouseQuadrant()1914 rTop = rClickPos.Y() - aCellStart.Y() <= nSizeY / 2; in GetMouseQuadrant()
Completed in 60 milliseconds