Lines Matching refs:ScContentTree
88 sal_Bool ScContentTree::bIsInDrag = sal_False;
91 ScDocShell* ScContentTree::GetManualOrCurrent() in GetManualOrCurrent()
125 ScContentTree::ScContentTree( Window* pParent, const ResId& rResId ) : in ScContentTree() function in ScContentTree
146 SetDoubleClickHdl( LINK( this, ScContentTree, ContentDoubleClickHdl ) ); in ScContentTree()
154 ScContentTree::~ScContentTree() in ~ScContentTree()
158 String ScContentTree::getAltLongDescText( SvLBoxEntry* pEntry , sal_Bool isAltText) const in getAltLongDescText()
171 ScDocument* pDoc = ( const_cast< ScContentTree* >(this) )->GetSourceDocument(); in getAltLongDescText()
210 String ScContentTree::GetEntryAltText( SvLBoxEntry* pEntry ) const in GetEntryAltText()
214 String ScContentTree::GetEntryLongDescription( SvLBoxEntry* pEntry ) const in GetEntryLongDescription()
219 void ScContentTree::InitRoot( sal_uInt16 nType ) in InitRoot()
243 void ScContentTree::ClearAll() in ClearAll()
258 void ScContentTree::ClearType(sal_uInt16 nType) in ClearType()
274 void ScContentTree::InsertContent( sal_uInt16 nType, const String& rValue ) in InsertContent()
291 void ScContentTree::GetEntryIndexes( sal_uInt16& rnRootIndex, sal_uLong& rnChildIndex, SvLBoxEntry*… in GetEntryIndexes()
332 sal_uLong ScContentTree::GetChildIndex( SvLBoxEntry* pEntry ) const in GetChildIndex()
362 IMPL_LINK( ScContentTree, ContentDoubleClickHdl, ScContentTree *, EMPTYARG ) in IMPL_LINK() argument
436 void ScContentTree::MouseButtonDown( const MouseEvent& rMEvt ) in MouseButtonDown()
442 void ScContentTree::KeyInput( const KeyEvent& rKEvt ) in KeyInput()
568 sal_Int8 ScContentTree::AcceptDrop( const AcceptDropEvent& /* rEvt */ ) in AcceptDrop()
573 sal_Int8 ScContentTree::ExecuteDrop( const ExecuteDropEvent& /* rEvt */ ) in ExecuteDrop()
578 void ScContentTree::StartDrag( sal_Int8 /* nAction */, const Point& /* rPosPixel */ ) in StartDrag()
583 void ScContentTree::DragFinished( sal_Int8 /* nAction */ ) in DragFinished()
587 void __EXPORT ScContentTree::Command( const CommandEvent& rCEvt ) in Command()
601 Application::PostUserEvent( STATIC_LINK( this, ScContentTree, ExecDragHdl ) ); in Command()
682 void __EXPORT ScContentTree::RequestHelp( const HelpEvent& rHEvt ) in RequestHelp()
742 ScDocument* ScContentTree::GetSourceDocument() in GetSourceDocument()
757 void ScContentTree::ObjectFresh( sal_uInt16 nType,SvLBoxEntry* pEntry ) in ObjectFresh()
804 void ScContentTree::Refresh( sal_uInt16 nType ) in Refresh()
849 void ScContentTree::GetTableNames() in GetTableNames()
867 void ScContentTree::GetAreaNames() in GetAreaNames()
913 void ScContentTree::GetDbNames() in GetDbNames()
939 bool ScContentTree::IsPartOfType( sal_uInt16 nContentType, sal_uInt16 nObjIdentifier ) // static in IsPartOfType()
959 void ScContentTree::GetDrawNames( sal_uInt16 nType ) in GetDrawNames()
1034 void ScContentTree::GetGraphicNames() in GetGraphicNames()
1039 void ScContentTree::GetOleNames() in GetOleNames()
1044 void ScContentTree::GetDrawingNames() in GetDrawingNames()
1049 void ScContentTree::GetLinkNames() in GetLinkNames()
1072 const ScAreaLink* ScContentTree::GetLink( sal_uLong nIndex ) in GetLink()
1107 void ScContentTree::GetNoteStrings() in GetNoteStrings()
1126 ScAddress ScContentTree::GetNotePos( sal_uLong nIndex ) in GetNotePos()
1154 sal_Bool ScContentTree::NoteStringsChanged() in NoteStringsChanged()
1196 sal_Bool ScContentTree::DrawNamesChanged( sal_uInt16 nType ) in DrawNamesChanged()
1353 void ScContentTree::DoDrag() in DoDrag()
1504 IMPL_STATIC_LINK(ScContentTree, ExecDragHdl, void*, EMPTYARG) in IMPL_STATIC_LINK() argument
1524 sal_Bool ScContentTree::LoadFile( const String& rUrl ) in LoadFile()
1556 void ScContentTree::InitWindowBits( sal_Bool bButtons ) in InitWindowBits()
1565 void ScContentTree::SetRootType( sal_uInt16 nNew ) in SetRootType()
1578 void ScContentTree::ToggleRoot() // nach Selektion in ToggleRoot()
1596 void ScContentTree::ResetManualDoc() in ResetManualDoc()
1604 void ScContentTree::ActiveDocChanged() in ActiveDocChanged()
1633 void ScContentTree::SetManualDoc(const String& rName) in SetManualDoc()
1643 void ScContentTree::SelectDoc(const String& rName) // rName wie im Menue/Listbox angezeigt in SelectDoc()
1693 void ScContentTree::ApplySettings() in ApplySettings()
1728 void ScContentTree::StoreSettings() const in StoreSettings()
1755 void ScContentTree::InitEntry(SvLBoxEntry* pEntry, in InitEntry()