Home
last modified time | relevance | path

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

/trunk/main/sfx2/source/doc/
H A Ddocvor.cxx213 …tLb ( this, pParent, WB_BORDER | WB_TABSTOP | WB_HSCROLL, SfxOrganizeListBox_Impl::VIEW_FILES ), in SfxOrganizeDlg_Impl()
1005 if ( VIEW_FILES == GetViewType() ) in NotifyStartDrag()
1026 if(VIEW_FILES == ((SfxOrganizeListBox_Impl *)pSource)->GetViewType()) in NotifyAcceptDrop()
1029 if(VIEW_FILES == GetViewType()) in NotifyAcceptDrop()
1060 sal_Bool bAccept = ( eViewType == VIEW_FILES && IsDropFormatSupported( SOT_FORMAT_FILE ) ); in AcceptDrop()
1132 return eViewType == VIEW_FILES? 0: 1; in GetDocLevel()
1160 if(eViewType == VIEW_FILES) in GetObjectShell()
1267 if((eViewType == VIEW_FILES && nLevel == 0) || in ExpandingHdl()
1272 if(eViewType == VIEW_FILES && nLevel == 0) in ExpandingHdl()
1736 if(SfxOrganizeListBox_Impl::VIEW_FILES == in DontDelete_Impl()
[all …]
/trunk/main/sfx2/inc/
H A Ddocvor.hxx92 enum DataEnum { VIEW_TEMPLATES, VIEW_FILES } eViewType; enumerator