Home
last modified time | relevance | path

Searched refs:SfxOrganizeListBox_Impl (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sfx2/source/doc/
H A Ddocvor.cxx80 sal_Bool SfxOrganizeListBox_Impl::bDropMoveOk = sal_True;
105 inline void SfxOrganizeListBox_Impl::SetBitmaps( in SetBitmaps()
128 friend class SfxOrganizeListBox_Impl;
133 SfxOrganizeListBox_Impl* pFocusBox;
139 SfxOrganizeListBox_Impl* pFinishedBox;
148 SfxOrganizeListBox_Impl aLeftLb;
151 SfxOrganizeListBox_Impl aRightLb;
174 DECL_LINK( GetFocus_Impl, SfxOrganizeListBox_Impl * );
210 …aLeftLb ( this, pParent, WB_BORDER | WB_TABSTOP | WB_HSCROLL, SfxOrganizeListBox_Impl::VIEW_TE… in SfxOrganizeDlg_Impl()
213 …aRightLb ( this, pParent, WB_BORDER | WB_TABSTOP | WB_HSCROLL, SfxOrganizeListBox_Impl::VIEW_FI… in SfxOrganizeDlg_Impl()
[all …]
/trunk/main/sfx2/inc/
H A Dorgmgr.hxx29 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, Strin…
85 sal_Bool InsertFile( SfxOrganizeListBox_Impl* pCaller, const String& rFileName );
H A Ddocvor.hxx46 class SfxOrganizeListBox_Impl : public SvTreeListBox class
94 SfxOrganizeListBox_Impl( SfxOrganizeDlg_Impl* pDlg, Window* pParent, WinBits, DataEnum );
140 friend class SfxOrganizeListBox_Impl;
/trunk/main/sfx2/source/view/
H A Dorgmgr.cxx231 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()