Searched refs:SfxOrganizeListBox_Impl (Results 1 – 4 of 4) sorted by relevance
/aoo42x/main/sfx2/source/doc/ |
H A D | docvor.cxx | 128 friend class SfxOrganizeListBox_Impl; 133 SfxOrganizeListBox_Impl* pFocusBox; 139 SfxOrganizeListBox_Impl* pFinishedBox; 148 SfxOrganizeListBox_Impl aLeftLb; 151 SfxOrganizeListBox_Impl aRightLb; 1371 SfxOrganizeListBox_Impl::SfxOrganizeListBox_Impl in SfxOrganizeListBox_Impl() function in SfxOrganizeListBox_Impl 1432 void SfxOrganizeListBox_Impl::Reset() in Reset() 1736 if(SfxOrganizeListBox_Impl::VIEW_FILES == in DontDelete_Impl() 2210 const SfxOrganizeListBox_Impl::DataEnum in IMPL_LINK() 2212 SfxOrganizeListBox_Impl::VIEW_TEMPLATES : SfxOrganizeListBox_Impl::VIEW_FILES; in IMPL_LINK() [all …]
|
/aoo42x/main/sfx2/inc/ |
H A D | orgmgr.hxx | 29 class SfxOrganizeListBox_Impl; 63 SfxOrganizeListBox_Impl* pLeftBox; 64 SfxOrganizeListBox_Impl* pRightBox; 68 SfxOrganizeListBox_Impl* GetOther( SfxOrganizeListBox_Impl* ); 71 SfxOrganizeMgr( SfxOrganizeListBox_Impl* pLeft, 72 SfxOrganizeListBox_Impl* pRight, 78 sal_Bool Delete( SfxOrganizeListBox_Impl* pCaller, sal_uInt16 nRegion, sal_uInt16 nIdx ); 79 sal_Bool InsertDir( SfxOrganizeListBox_Impl* pCaller, const String& rName, sal_uInt16 nRegion ); 82 …sal_Bool CopyFrom( SfxOrganizeListBox_Impl* pCaller, sal_uInt16 nRegion, sal_uInt16 nIdx, String& … 85 sal_Bool InsertFile( SfxOrganizeListBox_Impl* pCaller, const String& rFileName );
|
H A D | docvor.hxx | 46 class SfxOrganizeListBox_Impl : public SvTreeListBox class 94 SfxOrganizeListBox_Impl( SfxOrganizeDlg_Impl* pDlg, Window* pParent, WinBits, DataEnum ); 140 friend class SfxOrganizeListBox_Impl;
|
/aoo42x/main/sfx2/source/view/ |
H A D | orgmgr.cxx | 231 SfxOrganizeMgr::SfxOrganizeMgr( SfxOrganizeListBox_Impl *pLeft, in SfxOrganizeMgr() 232 SfxOrganizeListBox_Impl *pRight, in SfxOrganizeMgr() 477 sal_Bool SfxOrganizeMgr::Delete(SfxOrganizeListBox_Impl *pCaller, in Delete() 565 SfxOrganizeListBox_Impl* pCaller,/* rufende ListBox; da dieses Event in InsertDir() 664 sal_Bool SfxOrganizeMgr::CopyFrom(SfxOrganizeListBox_Impl *pCaller, in CopyFrom() 718 sal_Bool SfxOrganizeMgr::InsertFile( SfxOrganizeListBox_Impl* pCaller, const String& rFileName ) in InsertFile()
|
Completed in 35 milliseconds