Home
last modified time | relevance | path

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

/trunk/main/sd/source/ui/table/
H A DTableDesignPane.cxx521 Point aCPos( mxControls[nId]->GetPosPixel() ); in updateLayout() local
522 aCPos.X() = ( nId == FL_STYLE_OPTIONS ? 1 : 2 ) * aOffset.X(); in updateLayout()
523 aCPos.Y() = mnOrgOffsetY[nId] + nOptionsPos; in updateLayout()
524 mxControls[nId]->SetPosPixel( aCPos ); in updateLayout()
525 const sal_Int32 nBottom (aCPos.Y() + mxControls[nId]->GetSizePixel().Height()); in updateLayout()

Completed in 20 milliseconds