Searched refs:SvLBoxTreeList (Results 1 – 23 of 23) sorted by relevance
/aoo41x/main/svtools/source/inc/ |
H A D | svimpicn.hxx | 36 class SvLBoxTreeList; 86 SvLBoxTreeList* pModel; 165 SvImpIconView( SvIconView* pView, SvLBoxTreeList*, WinBits nWinStyle ); 170 void SetModel( SvLBoxTreeList* pTree, SvLBoxEntry* pParent ) in SetModel()
|
H A D | svimpbox.hxx | 43 class SvLBoxTreeList; 94 SvLBoxTreeList* pTree; 259 SvImpLBox( SvTreeListBox* pView, SvLBoxTreeList*, WinBits nWinStyle ); 266 void SetModel( SvLBoxTreeList* pModel ) { pTree = pModel;} in SetModel()
|
/aoo41x/main/svtools/inc/svtools/ |
H A D | svlbox.hxx | 242 DECLARE_SVTREELIST(SvLBoxTreeList, SvLBoxEntry*) 400 SvLBoxTreeList* GetModel() const { return (SvLBoxTreeList*)pModel; } in GetModel() 402 void SetModel( SvLBoxTreeList* );
|
H A D | svicnvw.hxx | 89 void SetModel( SvLBoxTreeList* ); 160 virtual void SetModel( SvLBoxTreeList*, SvLBoxEntry* pParent );
|
H A D | svtreebx.hxx | 279 void SetModel( SvLBoxTreeList* );
|
/aoo41x/main/svtools/source/contnr/ |
H A D | svlbox.cxx | 705 SvLBoxTreeList* pTempModel = new SvLBoxTreeList; in SvLBox() 727 SvLBoxTreeList* pTempModel = new SvLBoxTreeList; in SvLBox() 759 void SvLBox::SetModel( SvLBoxTreeList* pNewModel ) in SetModel() 776 SvLBoxTreeList* pNewModel = new SvLBoxTreeList; in DisconnectFromModel()
|
H A D | svicnvw.cxx | 286 void SvIconView::SetModel( SvLBoxTreeList* ) in SetModel() argument 290 void SvIconView::SetModel( SvLBoxTreeList* pNewModel, SvLBoxEntry* pParent ) in SetModel()
|
H A D | svimpicn.cxx | 706 SvImpIconView::SvImpIconView( SvIconView* pCurView, SvLBoxTreeList* pTree, in SvImpIconView() 3099 SvLBoxTreeList* pModel = pView->pModel; in ImplCreate() 3165 SvLBoxTreeList* pModel = pView->pModel; in CreateGridMap()
|
H A D | svtreebx.cxx | 134 void SvTreeListBox::SetModel( SvLBoxTreeList* pNewModel ) in SetModel()
|
H A D | svimpbox.cxx | 53 SvImpLBox::SvImpLBox( SvTreeListBox* pLBView, SvLBoxTreeList* pLBTree, WinBits nWinStyle) : in SvImpLBox()
|
/aoo41x/main/dbaccess/source/ui/browser/ |
H A D | dbtreeview.hxx | 36 class SvLBoxTreeList; 68 void setModel(SvLBoxTreeList* _pTreeModel);
|
H A D | dbtreeview.cxx | 102 void DBTreeView::setModel(SvLBoxTreeList* _pTreeModel) in setModel()
|
H A D | unodatbr.cxx | 331 ::std::auto_ptr<SvLBoxTreeList> aTemp(m_pTreeModel); in disposing() 402 m_pTreeModel = new SvLBoxTreeList; in Construct()
|
/aoo41x/main/sd/source/ui/dlg/ |
H A D | dlgassim.cxx | 62 SvLBoxTreeList* pTreeModel = GetModel(); in IMPL_LINK() 179 SvLBoxTreeList* pTreeModel = GetModel(); in GetSelectedPage()
|
/aoo41x/main/sc/source/ui/miscdlgs/ |
H A D | solveroptions.cxx | 217 SvLBoxTreeList* pModel = maLbSettings.GetModel(); in GetProperties() 290 SvLBoxTreeList* pModel = maLbSettings.GetModel(); in FillListBox()
|
/aoo41x/main/dbaccess/source/ui/inc/ |
H A D | unodatbr.hxx | 101 class SvLBoxTreeList; 160 SvLBoxTreeList* m_pTreeModel; // contains the datasources of the registry
|
/aoo41x/main/dbaccess/source/ui/app/ |
H A D | AppDetailPageHelper.cxx | 380 SvLBoxTreeList* pModel = m_pLists[_nPos]->GetModel(); in sort() 393 SvLBoxTreeList* pModel = m_pLists[nPos]->GetModel(); in isSortUp()
|
/aoo41x/main/cui/source/options/ |
H A D | optlingu.cxx | 1555 SvLBoxTreeList *pModel = aLinguOptionsCLB.GetModel(); in Reset() 2232 SvLBoxTreeList *pModel = aModulesCLB.GetModel(); in IMPL_LINK() 2497 SvLBoxTreeList *pModel = aModulesCLB.GetModel(); in IMPL_LINK()
|
/aoo41x/main/reportdesign/source/ui/dlg/ |
H A D | AddField.cxx | 230 SvLBoxTreeList* pModel = m_pListBox->GetModel(); in ~OAddFieldWindow()
|
/aoo41x/main/dbaccess/source/ui/control/ |
H A D | dbtreelistbox.cxx | 151 SvLBoxTreeList* myModel = GetModel(); in GetEntryPosByName()
|
/aoo41x/main/dbaccess/source/ui/dlg/ |
H A D | indexdialog.cxx | 504 SvLBoxTreeList* pModel = m_aIndexes.GetModel(); in implDropIndex()
|
/aoo41x/main/sw/source/ui/misc/ |
H A D | redlndlg.cxx | 771 SvLBoxTreeList* pModel = pTable->GetModel(); in RemoveParents()
|
/aoo41x/main/basctl/source/basicide/ |
H A D | baside2b.cxx | 2075 SvLBoxTreeList* pModel = pThis->GetModel(); in implCollapseModifiedObjectEntry()
|
Completed in 188 milliseconds