Home
last modified time | relevance | path

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

/aoo42x/main/sfx2/source/appl/
H A Dnewhelp.hxx119 ContentListBox_Impl aContentBox; member in ContentTabPage_Impl
128 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()
H A Dnewhelp.cxx459 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()
/aoo42x/main/sdext/source/presenter/
H A DPresenterAccessibility.cxx1543 const awt::Rectangle aContentBox (mxContentWindow->getPosSize()); in GetRelativeLocation() local
1544 aLocation.X = aContentBox.X; in GetRelativeLocation()
1545 aLocation.Y = aContentBox.Y; in GetRelativeLocation()

Completed in 47 milliseconds