Home
last modified time | relevance | path

Searched refs:SvTreeListBox (Results 26 – 50 of 141) sorted by relevance

123456

/trunk/main/svx/source/inc/
H A Dfmexpl.hxx416 class NavigatorTree : public SvTreeListBox, public SfxListener
542 using SvTreeListBox::Insert;
543 using SvTreeListBox::ExecuteDrop;
544 using SvTreeListBox::Select;
545 using SvTreeListBox::Notify;
H A Dfiltnav.hxx254 class FmFilterNavigator : public SvTreeListBox, public SfxListener
323 using SvTreeListBox::Select;
324 using SvTreeListBox::ExecuteDrop;
325 using SvTreeListBox::Insert;
H A Dfmexch.hxx47 class SvTreeListBox;
191 void buildPathFormat(SvTreeListBox* pTreeBox, SvLBoxEntry* pRoot);
196 void buildListFromPath(SvTreeListBox* pTreeBox, SvLBoxEntry* pRoot);
/trunk/main/sd/source/ui/dlg/
H A Ddlgassim.cxx45 : SvTreeListBox(pParent, rResId) in SdPageListControl()
85 SvTreeListBox::Clear(); in Clear()
203 SvTreeListBox::DataChanged( rDCEvt ); in DataChanged()
/trunk/main/accessibility/inc/accessibility/extended/
H A Daccessiblelistbox.hxx37 class SvTreeListBox;
69 SvTreeListBox* getListBox() const;
80 AccessibleListBox( SvTreeListBox& _rListBox,
/trunk/main/svtools/inc/svtools/
H A Dsvtreebx.hxx58 class SVT_DLLPUBLIC SvTreeListBox : public SvLBox class
173 SvTreeListBox( Window* pParent, WinBits nWinStyle=0 );
174 SvTreeListBox( Window* pParent, const ResId& rResId );
175 ~SvTreeListBox();
/trunk/main/dbaccess/source/ui/dlg/
H A Dindexdialog.cxx120 :SvTreeListBox(_pParent, _rId) in DbaIndexList()
146 if (!SvTreeListBox::EditedEntry(_pEntry, _rNewText)) in EditedEntry()
150 SvTreeListBox::SetEntryText(_pEntry, _rNewText); in EditedEntry()
159 SvTreeListBox::SetEntryText(_pEntry, sOldText); in EditedEntry()
189 sal_Bool bReturn = SvTreeListBox::Select(pEntry, _bSelect); in Select()
/trunk/main/sw/source/ui/inc/
H A Dregionsw.hxx72 SvTreeListBox aTree;
124 DECL_LINK( GetFirstEntryHdl, SvTreeListBox * );
125 DECL_LINK( DeselectHdl, SvTreeListBox * );
H A Dconttree.hxx52 class SwContentTree : public SvTreeListBox
99 using SvTreeListBox::EditEntry;
229 class SwGlobalTree : public SvTreeListBox
H A Dchangedb.hxx57 SvTreeListBox aUsedDBTLB;
75 DECL_LINK(TreeSelectHdl, SvTreeListBox* pBox = 0);
H A Ddbtree.hxx39 class SW_DLLPUBLIC SwDBTreeList : public SvTreeListBox
61 using SvTreeListBox::Select;
/trunk/main/basctl/source/basicide/
H A Dmacrodlg.cxx408 void MacroChooser::SaveSetCurEntry( SvTreeListBox& rBox, SvLBoxEntry* pEntry ) in SaveSetCurEntry()
500 IMPL_LINK_INLINE_START( MacroChooser, MacroDoubleClickHdl, SvTreeListBox *, EMPTYARG ) in IMPL_LINK_INLINE_START() argument
513 IMPL_LINK_INLINE_END( MacroChooser, MacroDoubleClickHdl, SvTreeListBox *, EMPTYARG ) in IMPL_LINK_INLINE_END() argument
515 IMPL_LINK( MacroChooser, MacroSelectHdl, SvTreeListBox *, pBox ) in IMPL_LINK_INLINE_END()
529 IMPL_LINK( MacroChooser, BasicSelectHdl, SvTreeListBox *, pBox ) in IMPL_LINK() argument
/trunk/main/dbaccess/source/ui/app/
H A DIApplicationController.hxx34 class SvTreeListBox;
54 virtual bool onEntryDoubleClick( SvTreeListBox& _rTree ) = 0;
/trunk/main/svx/source/form/
H A Dtabwin.cxx113 void lcl_addToList( SvTreeListBox& _rListBox, const uno::Reference< container::XNameAccess>& i_xCol… in lcl_addToList()
136 :SvTreeListBox( pParent, WB_HASBUTTONS|WB_BORDER ) in DBG_NAME()
169 return SvTreeListBox::DoubleClickHdl(); in DoubleClickHdl()
H A Dfiltnav.cxx1160 :SvTreeListBox( pParent, WB_HASBUTTONS|WB_HASLINES|WB_BORDER|WB_HASBUTTONSATROOT ) in FmFilterNavigator()
1243 if (!SvTreeListBox::EditingEntry( pEntry, rSelection )) in EditingEntry()
1482 SvTreeListBox::InitEntry( pEntry, rStr, rImg1, rImg2, eButtonKind ); in InitEntry()
1500 if (SvTreeListBox::Select(pEntry, bSelect)) in Select()
1539 SvTreeListBox::Clear(); in Notify()
1790 SvTreeListBox::Command( rEvt ); in Command()
1898 SvTreeListBox::KeyInput(rKEvt); in KeyInput()
/trunk/main/svx/inc/svx/
H A Dchecklbx.hxx39 class SVX_DLLPUBLIC SvxCheckListBox : public SvTreeListBox
50 using SvTreeListBox::InsertEntry;
/trunk/main/formula/source/ui/dlg/
H A Dstructpg.hxx44 class StructListBox : public SvTreeListBox
90 DECL_LINK( SelectHdl, SvTreeListBox* );
/trunk/main/extensions/source/propctrlr/
H A Dselectlabeldialog.hxx52 SvTreeListBox m_aControlTree;
78 DECL_LINK(OnEntrySelected, SvTreeListBox*);
H A Dtaborder.hxx58 class TabOrderListBox : public SvTreeListBox
70 using SvTreeListBox::MoveSelection;
/trunk/main/cui/source/options/
H A Doptfltr.hxx68 using SvTreeListBox::GetCheckButtonState;
69 using SvTreeListBox::SetCheckButtonState;
H A Dfontsubs.hxx43 using SvTreeListBox::GetCheckButtonState;
44 using SvTreeListBox::SetCheckButtonState;
/trunk/main/sc/source/ui/navipi/
H A Dcontent.cxx126 SvTreeListBox ( pParent, rResId ), in ScContentTree()
438 SvTreeListBox::MouseButtonDown( rMEvt ); in MouseButtonDown()
548 SvTreeListBox::KeyInput(rKEvt); in KeyInput()
552 SvTreeListBox::KeyInput(rKEvt); in KeyInput()
679 SvTreeListBox::Command(rCEvt); in Command()
1759 SvTreeListBox::InitEntry( pEntry, rStr, rImg1, rImg2, eButtonKind ); in InitEntry()
/trunk/main/extensions/source/scanner/
H A Dsanedlg.hxx100 SvTreeListBox maOptionBox;
111 DECL_LINK( OptionsBoxSelectHdl, SvTreeListBox* );
/trunk/main/sc/source/ui/inc/
H A Dcontent.hxx56 class ScContentTree : public SvTreeListBox
126 using SvTreeListBox::ExecuteDrop;
/trunk/main/dbaccess/source/ui/inc/
H A Dindexdialog.hxx75 class DbaIndexList : public SvTreeListBox
108 using SvTreeListBox::Select;

Completed in 134 milliseconds

123456