Home
last modified time | relevance | path

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

/trunk/main/sw/source/ui/utlui/
H A Dcontent.cxx118 sal_Bool SwContentTree::bIsInDrag = sal_False;
856 SwContentTree::SwContentTree(Window* pParent, const ResId& rResId) : in SwContentTree() function in SwContentTree
901 SetDoubleClickHdl(LINK(this, SwContentTree, ContentDoubleClickHdl)); in SwContentTree()
913 aUpdTimer.SetTimeoutHdl(LINK(this, SwContentTree, TimerUpdate)); in SwContentTree()
925 SwContentTree::~SwContentTree() in ~SwContentTree()
931 String SwContentTree::GetEntryAltText( SvLBoxEntry* pEntry ) const in GetEntryAltText()
1024 String SwContentTree::GetEntryLongDescription( SvLBoxEntry* pEntry ) const in GetEntryLongDescription()
1106 void SwContentTree::StartDrag( sal_Int8 nAction, const Point& rPosPixel ) in StartDrag()
1119 SwContentTree::SetInDrag(sal_True); in StartDrag()
1127 void SwContentTree::DragFinished( sal_Int8 nAction ) in DragFinished()
[all …]
/trunk/main/sw/source/ui/inc/
H A Dconttree.hxx52 class SwContentTree : public SvTreeListBox class
148 SwContentTree(Window* pParent, const ResId& rResId);
149 ~SwContentTree();
195 DECL_LINK( ContentDoubleClickHdl, SwContentTree * );
H A Dnavipi.hxx65 friend class SwContentTree;
73 SwContentTree aContentTree;