Searched refs:aContentBox (Results 1 – 3 of 3) sorted by relevance
119 ContentListBox_Impl aContentBox; member in ContentTabPage_Impl128 inline void SetOpenHdl( const Link& rLink ) { aContentBox.SetOpenHdl( rLink ); } in SetOpenHdl()129 inline String GetSelectEntry() const { return aContentBox.GetSelectEntry(); } in GetSelectEntry()130 inline void SetFocusOnBox() { aContentBox.GrabFocus(); } in SetFocusOnBox()
459 aContentBox( this, SfxResId( LB_CONTENTS ) ) in ContentTabPage_Impl()464 aContentBox.Show(); in ContentTabPage_Impl()474 aContentBox.SetPosSizePixel( Point( 4, 4 ), aSize ); in Resize()489 return &aContentBox; in GetLastFocusControl()
1543 const awt::Rectangle aContentBox (mxContentWindow->getPosSize()); in GetRelativeLocation() local1544 aLocation.X = aContentBox.X; in GetRelativeLocation()1545 aLocation.Y = aContentBox.Y; in GetRelativeLocation()
Completed in 60 milliseconds