Home
last modified time | relevance | path

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

/aoo4110/main/basctl/source/basicide/
H A Dbaside2.cxx1636 Point aPosInMe = ScreenToOutputPixel( rPos ); in IsToBeDocked() local
1638 if ( ( aPosInMe.X() > 0 ) && ( aPosInMe.X() < aSz.Width() ) && in IsToBeDocked()
1639 ( aPosInMe.Y() > 0 ) && ( aPosInMe.Y() < aSz.Height() ) ) in IsToBeDocked()
1645 if ( ( aPosInMe.Y() > nVSplitPos ) && ( aPosInMe.X() < nHSplitPos ) ) in IsToBeDocked()
1654 if ( ( aPosInMe.Y() > nVSplitPos ) && ( aPosInMe.X() > nHSplitPos ) ) in IsToBeDocked()

Completed in 15 milliseconds