Home
last modified time | relevance | path

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

/trunk/main/sfx2/source/doc/
H A Ddocvor.cxx1005 if ( VIEW_FILES == GetViewType() ) in NotifyStartDrag()
1026 if(VIEW_FILES == ((SfxOrganizeListBox_Impl *)pSource)->GetViewType()) in NotifyAcceptDrop()
1029 if(VIEW_FILES == GetViewType()) in NotifyAcceptDrop()
1038 ((SfxOrganizeListBox_Impl *)pSource)->GetViewType()) || in NotifyAcceptDrop()
1041 ((SfxOrganizeListBox_Impl *)pSource)->GetViewType() && in NotifyAcceptDrop()
1042 VIEW_TEMPLATES == GetViewType()) || in NotifyAcceptDrop()
1203 if(VIEW_TEMPLATES == GetViewType() && 0 == GetModel()->GetDepth(pEntry)) in RequestingChilds()
1737 pFocusBox->GetViewType()) in DontDelete_Impl()
1743 pFocusBox->GetViewType()) || //Files nicht loeschen in DontDelete_Impl()
1835 if(pFocusBox->GetViewType() == SfxOrganizeListBox_Impl::VIEW_TEMPLATES) in Dispatch_Impl()
[all …]
/trunk/main/sfx2/inc/
H A Ddocvor.hxx96 DataEnum GetViewType() const { return eViewType; } in GetViewType() function in SfxOrganizeListBox_Impl