Home
last modified time | relevance | path

Searched refs:ScContentTree (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sc/source/ui/navipi/
H A Dcontent.cxx88 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()
[all …]
/trunk/main/sc/source/ui/inc/
H A Dcontent.hxx56 class ScContentTree : public SvTreeListBox class
116 DECL_LINK( ContentDoubleClickHdl, ScContentTree* );
117 DECL_STATIC_LINK( ScContentTree, ExecDragHdl, void* );
137 ScContentTree( Window* pParent, const ResId& rResId );
138 ~ScContentTree();
H A Dnavipi.hxx236 friend class ScContentTree;
248 ScContentTree aLbEntries;