Home
last modified time | relevance | path

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

/AOO41X/main/sd/source/ui/dlg/
H A Dinspagob.cxx55 aLbTree ( this, SdResId( LB_TREE ) ), in SdInsertPagesObjsDlg()
67aLbTree.SetViewFrame( ( (SdDrawDocument*) pInDoc )->GetDocSh()->GetViewShell()->GetViewFrame() ); in SdInsertPagesObjsDlg()
69 aLbTree.SetSelectHdl( LINK( this, SdInsertPagesObjsDlg, SelectObjectHdl ) ); in SdInsertPagesObjsDlg()
99 aLbTree.SetSelectionMode( MULTIPLE_SELECTION ); in Reset()
102 aLbTree.Fill( mpDoc, pMedium, rName ); in Reset()
111 SvLBoxEntry* pEntry = aLbTree.InsertEntry( rName, aImgText, aImgText ); in Reset()
112 aLbTree.SetExpandedEntryBmp( pEntry, aImgTextH, BMP_COLOR_HIGHCONTRAST ); in Reset()
113 aLbTree.SetCollapsedEntryBmp( pEntry, aImgTextH, BMP_COLOR_HIGHCONTRAST ); in Reset()
135 aLbTree.GetBookmarkDoc(); in GetList()
139 if( aLbTree.GetSelectionCount() == 0 || in GetList()
[all …]
H A Dtpaction.cxx126 aLbTree ( this, SdResId( LB_TREE ) ), in SdTPAction()
155 aLbTree.SetSelectHdl( LINK( this, SdTPAction, SelectTreeHdl ) ); in SdTPAction()
185 aLbTree.SetViewFrame( pFrame ); in SetView()
369 if( !aLbTree.SelectEntry( aFileName ) ) in Reset()
370 aLbTree.SelectAll( sal_False ); in Reset()
421 aLbTree.Fill( mpDoc, sal_True, mpDoc->GetDocSh()->GetMedium()->GetName() ); in UpdateTree()
441 aLbTree.SelectEntry( GetEditText() ); in OpenFileDialog()
533 aLbTree.Hide(); in IMPL_LINK()
551 aLbTree.Hide(); in IMPL_LINK()
578 aLbTree.Hide(); in IMPL_LINK()
[all …]
/AOO41X/main/sd/source/ui/inc/
H A Dinspagob.hxx40 SdPageObjsTLB aLbTree; member in SdInsertPagesObjsDlg
H A Dtpaction.hxx76 SdPageObjsTLB aLbTree; member in SdTPAction