Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/view/
H A Dviewdata.cxx1224 long nLogicRight = 0; in EditGrowX() local
1229 nLogicRight = pWin->PixelToLogic(Size(nRightPix,0)).Width(); in EditGrowX()
1232 aArea.Left() -= bLayoutRTL ? nLogicRight : nLogicLeft; in EditGrowX()
1233 aArea.Right() += bLayoutRTL ? nLogicLeft : nLogicRight; in EditGrowX()
1244 if ( nLogicLeft != nLogicRight ) in EditGrowX()

Completed in 21 milliseconds