Lines Matching refs:maLbDocs

80       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()
458 String aStrLb = maLbDocs.GetSelectEntry(); in IMPL_LINK()
459 long nPos = maLbDocs.GetSelectEntryPos(); in IMPL_LINK()
614 maLbDocs.Hide(); in Resize()
615 aObjSize = maLbDocs.GetOutputSizePixel(); in Resize()
617 maLbDocs.SetPosPixel( maLbDocs.GetPosPixel() + aPt ); in Resize()
618 maLbDocs.SetOutputSizePixel( aObjSize ); in Resize()
619 maLbDocs.Show(); in Resize()
718 maLbDocs.RemoveEntry( 0 ); in RefreshDocumentLB()
720 maLbDocs.InsertEntry( *pDocName, 0 ); in RefreshDocumentLB()
725 nPos = maLbDocs.GetSelectEntryPos(); in RefreshDocumentLB()
731 aStr = maLbDocs.GetEntry( 0 ); in RefreshDocumentLB()
733 maLbDocs.Clear(); in RefreshDocumentLB()
741 maLbDocs.InsertEntry( aStr, 0 ); in RefreshDocumentLB()
764 maLbDocs.InsertEntry( aStr, LISTBOX_APPEND ); in RefreshDocumentLB()
777 maLbDocs.SelectEntryPos( nPos ); in RefreshDocumentLB()
803 long nPos = maLbDocs.GetSelectEntryPos(); in GetDocInfo()