Lines Matching refs:SfxOrganizeListBox_Impl

80 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()
536 sal_Bool SfxOrganizeListBox_Impl::Select( SvLBoxEntry* pEntry, sal_Bool bSelect ) in Select()
555 sal_Bool SfxOrganizeListBox_Impl::MoveOrCopyTemplates(SvLBox *pSourceBox, in MoveOrCopyTemplates()
646 sal_Bool SfxOrganizeListBox_Impl::MoveOrCopyContents(SvLBox *pSourceBox, in MoveOrCopyContents()
696 SfxObjectShellRef aSourceDoc = ((SfxOrganizeListBox_Impl *)pSourceBox)->GetObjectShell(aSource); in MoveOrCopyContents()
700 ((SfxOrganizeListBox_Impl *)pSourceBox)->GetDocLevel(); in MoveOrCopyContents()
798 sal_Bool SfxOrganizeListBox_Impl::NotifyMoving(SvLBoxEntry *pTarget, in NotifyMoving()
859 sal_Bool SfxOrganizeListBox_Impl::NotifyCopying(SvLBoxEntry *pTarget, in NotifyCopying()
917 sal_Bool SfxOrganizeListBox_Impl::EditingEntry( SvLBoxEntry* pEntry, Selection& ) in EditingEntry()
940 sal_Bool SfxOrganizeListBox_Impl::EditedEntry(SvLBoxEntry* pEntry, const String& rText) in EditedEntry()
1002 DragDropMode SfxOrganizeListBox_Impl::NotifyStartDrag( TransferDataContainer&, SvLBoxEntry* pEntry ) in NotifyStartDrag()
1017 sal_Bool SfxOrganizeListBox_Impl::NotifyAcceptDrop( SvLBoxEntry* pEntry ) in NotifyAcceptDrop()
1026 if(VIEW_FILES == ((SfxOrganizeListBox_Impl *)pSource)->GetViewType()) in NotifyAcceptDrop()
1033 const sal_uInt16 SL = ((SfxOrganizeListBox_Impl *)pSource)->GetDocLevel(); in NotifyAcceptDrop()
1038 ((SfxOrganizeListBox_Impl *)pSource)->GetViewType()) || in NotifyAcceptDrop()
1041 ((SfxOrganizeListBox_Impl *)pSource)->GetViewType() && in NotifyAcceptDrop()
1058 sal_Int8 SfxOrganizeListBox_Impl::AcceptDrop( const AcceptDropEvent& rEvt ) in AcceptDrop()
1069 sal_Int8 SfxOrganizeListBox_Impl::ExecuteDrop( const ExecuteDropEvent& rEvt ) in ExecuteDrop()
1094 PostUserEvent( LINK( this, SfxOrganizeListBox_Impl, OnAsyncExecuteDrop ), in ExecuteDrop()
1103 void SfxOrganizeListBox_Impl::DragFinished( sal_Int8 nDropAction ) in DragFinished()
1118 inline sal_uInt16 SfxOrganizeListBox_Impl::GetDocLevel() const in GetDocLevel()
1137 SfxObjectShellRef SfxOrganizeListBox_Impl::GetObjectShell(const Path &rPath) in GetObjectShell()
1169 void SfxOrganizeListBox_Impl::RequestingChilds( SvLBoxEntry* pEntry ) in RequestingChilds()
1250 long SfxOrganizeListBox_Impl::ExpandingHdl() in ExpandingHdl()
1290 sal_Bool SfxOrganizeListBox_Impl::IsUniqName_Impl(const String &rText, in IsUniqName_Impl()
1320 sal_uInt16 SfxOrganizeListBox_Impl::GetLevelCount_Impl(SvLBoxEntry* pParent) const in GetLevelCount_Impl()
1333 SvLBoxEntry* SfxOrganizeListBox_Impl::InsertEntryByBmpType( const XubString& rText, BMPTYPE eBmpTyp… in InsertEntryByBmpType()
1371 SfxOrganizeListBox_Impl::SfxOrganizeListBox_Impl in SfxOrganizeListBox_Impl() function in SfxOrganizeListBox_Impl
1404 IMPL_LINK( SfxOrganizeListBox_Impl, OnAsyncExecuteDrop, ExecuteDropEvent*, pEvent ) in IMPL_LINK() argument
1432 void SfxOrganizeListBox_Impl::Reset() in Reset()
1466 const Image &SfxOrganizeListBox_Impl::GetClosedBmp(sal_uInt16 nLevel) const in GetClosedBmp()
1500 const Image &SfxOrganizeListBox_Impl::GetOpenedBmp(sal_uInt16 nLevel) const in GetOpenedBmp()
1536 PopupMenu* SfxOrganizeListBox_Impl::CreateContextMenu() in CreateContextMenu()
1736 if(SfxOrganizeListBox_Impl::VIEW_FILES == in DontDelete_Impl()
1742 (nDepth==1 && SfxOrganizeListBox_Impl::VIEW_FILES == in DontDelete_Impl()
1835 if(pFocusBox->GetViewType() == SfxOrganizeListBox_Impl::VIEW_TEMPLATES) in Dispatch_Impl()
1863 if(SfxOrganizeListBox_Impl::VIEW_TEMPLATES == pFocusBox->GetViewType()) in Dispatch_Impl()
1952 if ( SfxOrganizeListBox_Impl::VIEW_TEMPLATES == aLeftLb.GetViewType() ) in Dispatch_Impl()
1954 if ( SfxOrganizeListBox_Impl::VIEW_TEMPLATES == aRightLb.GetViewType() ) in Dispatch_Impl()
2100 …pMenu->EnableItem( ID_NEW, bEnable && 0 == nDepth && SfxOrganizeListBox_Impl::VIEW_TEMPLATES == eV… in IMPL_LINK()
2107 … bEnable && eVT == SfxOrganizeListBox_Impl::VIEW_TEMPLATES && nDepth == nDocLevel in IMPL_LINK()
2110 bEnable && eVT == SfxOrganizeListBox_Impl::VIEW_TEMPLATES && in IMPL_LINK()
2113 bEnable && eVT == SfxOrganizeListBox_Impl::VIEW_TEMPLATES && in IMPL_LINK()
2116 SfxOrganizeListBox_Impl::VIEW_TEMPLATES == aRightLb.GetViewType() || in IMPL_LINK()
2117 SfxOrganizeListBox_Impl::VIEW_TEMPLATES == aLeftLb.GetViewType() ); in IMPL_LINK()
2130 if ( bEnable && eVT == SfxOrganizeListBox_Impl::VIEW_TEMPLATES && nDepth == nDocLevel ) in IMPL_LINK()
2169 IMPL_LINK( SfxOrganizeDlg_Impl, GetFocus_Impl, SfxOrganizeListBox_Impl *, pBox ) in IMPL_LINK() argument
2188 aFilesBtn.Enable( SfxOrganizeListBox_Impl::VIEW_FILES == in IMPL_LINK()
2210 const SfxOrganizeListBox_Impl::DataEnum in IMPL_LINK()
2212 SfxOrganizeListBox_Impl::VIEW_TEMPLATES : SfxOrganizeListBox_Impl::VIEW_FILES; in IMPL_LINK()
2244 const SfxOrganizeListBox_Impl::DataEnum eViewType = in IMPL_LINK()
2246 SfxOrganizeListBox_Impl::VIEW_TEMPLATES : SfxOrganizeListBox_Impl::VIEW_FILES; in IMPL_LINK()