Home
last modified time | relevance | path

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

/AOO41X/main/sd/source/ui/dlg/
H A Dnavigatr.cxx80 maLbDocs ( this, SdResId( LB_DOCS ) ), in SdNavigatorWin()
125 maLbDocs.SetSelectHdl( LINK( this, SdNavigatorWin, SelectDocumentHdl ) ); in SdNavigatorWin()
128 maLbDocs.SetPosSizePixel( 0, nListboxYPos, 0, 0, WINDOW_POSSIZE_Y ); in SdNavigatorWin()
141 const long nFullHeight = nListboxYPos + maLbDocs.GetSizePixel().Height() + 4; in SdNavigatorWin()
192 maLbDocs.SelectEntry( aDocShName ); in FreshTree()
229 maLbDocs.SelectEntry( aDocShName ); in InitTreeLB()
233 maLbDocs.SetNoSelection(); in InitTreeLB()
234 maLbDocs.SelectEntry( aDocShName ); in InitTreeLB()
240 maLbDocs.SelectEntry( aDocShName ); in InitTreeLB()
419 if( !mbDocImported || maLbDocs.GetSelectEntryPos() != 0 ) in IMPL_LINK()
[all …]
/AOO41X/main/sd/source/ui/inc/
H A Dnavigatr.hxx130 ListBox maLbDocs; member in SdNavigatorWin