/trunk/main/svtools/source/contnr/ |
H A D | svtreebx.cxx | 59 DBG_NAME(SvTreeListBox) in DBG_NAME() argument 63 SvTreeListBox::SvTreeListBox( Window* pParent, WinBits nWinStyle ) in DBG_NAME() 66 DBG_CTOR(SvTreeListBox,0); in DBG_NAME() 72 SvTreeListBox::SvTreeListBox( Window* pParent , const ResId& rResId ) in SvTreeListBox() function in SvTreeListBox 75 DBG_CTOR(SvTreeListBox,0); in SvTreeListBox() 85 DBG_CHKTHIS(SvTreeListBox,0); in InitTreeView() 115 SvTreeListBox::~SvTreeListBox() in ~SvTreeListBox() 117 DBG_DTOR(SvTreeListBox,0); in ~SvTreeListBox() 136 DBG_CHKTHIS(SvTreeListBox,0); in SetModel() 175 void SvTreeListBox::Resize() in Resize() [all …]
|
H A D | svtabbx.cxx | 48 SvTreeListBox::SetTabs(); in SetTabs() 111 : SvTreeListBox( pParent, nBits ) in SvTabListBox() 120 : SvTreeListBox( pParent, rResId ) in SvTabListBox() 162 SvTreeListBox::nTreeFlags |= TREEFLAG_RECALCTABS; in SetTabs() 179 SvTreeListBox::nTreeFlags |= TREEFLAG_RECALCTABS; in SetTab() 256 return SvTreeListBox::InsertEntry( in InsertEntryToColumn() 313 SvLBoxEntry* pEntry = SvTreeListBox::GetEntry( nPos ); in SetEntryText() 419 SvTreeListBox::Resize(); in Resize() 448 SvLBoxEntry* pEntry = SvTreeListBox::GetEntry( nPos ); in GetTabEntryText() 537 SvTreeListBox::nTreeFlags |= TREEFLAG_RECALCTABS; in SetTabJustify() [all …]
|
/trunk/main/svx/source/dialog/ |
H A D | checklbx.cxx | 41 SvTreeListBox( pParent, nWinStyle ) in SvxCheckListBox() 51 SvTreeListBox( pParent, rResId ) in SvxCheckListBox() 63 SvTreeListBox( pParent, rResId ) in SvxCheckListBox() 91 SvTreeListBox::InsertEntry( rStr, NULL, sal_False, nPos, pUserData, in InsertEntry() 100 SvTreeListBox::GetModel()->Remove( GetEntry( nPos ) ); in RemoveEntry() 221 SvTreeListBox::MouseButtonDown( rMEvt ); in MouseButtonDown() 228 SvTreeListBox::MouseButtonDown( rMEvt ); in MouseButtonDown() 242 SvTreeListBox::MouseButtonDown( rMEvt ); in MouseButtonDown() 264 SvTreeListBox::KeyInput( rKEvt ); in KeyInput() 271 return SvTreeListBox::InsertEntry( rText, pParent, bChildsOnDemand, nPos, pUserData, eButtonKind ); in InsertEntry()
|
/trunk/main/dbaccess/source/ui/control/ |
H A D | dbtreelistbox.cxx | 102 :SvTreeListBox(pParent,nWinStyle) in DBG_NAME() 114 :SvTreeListBox(pParent,rResId) in DBTreeListBox() 223 SvTreeListBox::DeselectHdl(); in DeselectHdl() 230 SvTreeListBox::SelectHdl(); in SelectHdl() 241 SvTreeListBox::MouseButtonDown(rMEvt); in MouseButtonDown() 256 SvTreeListBox::ModelHasEntryInvalidated( _pEntry ); in ModelHasEntryInvalidated() 272 SvTreeListBox::ModelHasRemoved(_pEntry); in ModelHasRemoved() 351 SvTreeListBox::RequestHelp( rHEvt ); in RequestHelp() 374 SvTreeListBox::RequestHelp( rHEvt ); in RequestHelp() 440 SvTreeListBox::KeyInput(rKEvt); in KeyInput() [all …]
|
/trunk/main/dbaccess/source/ui/querydesign/ |
H A D | TableWindowListBox.cxx | 75 :SvTreeListBox( pParent, WB_HASBUTTONS | WB_BORDER) in DBG_NAME() 198 return SvTreeListBox::PreNotify(rNEvt); in PreNotify() 203 IMPL_LINK( OTableWindowListBox, ScrollUpHdl, SvTreeListBox*, /*pBox*/ ) 221 IMPL_LINK( OTableWindowListBox, ScrollDownHdl, SvTreeListBox*, /*pBox*/ ) 371 SvTreeListBox::LoseFocus(); in LoseFocus() 391 SvTreeListBox::GetFocus(); in GetFocus() 395 IMPL_LINK( OTableWindowListBox, OnDoubleClick, SvTreeListBox *, /*pBox*/ ) 416 SvTreeListBox::Command(rEvt); in Command()
|
/trunk/main/dbaccess/source/ui/inc/ |
H A D | TableWindowListBox.hxx | 51 :public SvTreeListBox 54 DECL_LINK( OnDoubleClick, SvTreeListBox* ); 55 DECL_LINK( ScrollUpHdl, SvTreeListBox* ); 56 DECL_LINK( ScrollDownHdl, SvTreeListBox* ); 99 using SvTreeListBox::ExecuteDrop;
|
H A D | dbtreelistbox.hxx | 54 class DBTreeListBox :public SvTreeListBox 86 DECL_LINK( ScrollUpHdl, SvTreeListBox* ); 87 DECL_LINK( ScrollDownHdl, SvTreeListBox* ); 159 using SvTreeListBox::ExecuteDrop;
|
/trunk/main/basctl/source/basicide/ |
H A D | macrodlg.hxx | 61 SvTreeListBox aMacroBox; 78 DECL_LINK( MacroSelectHdl, SvTreeListBox * ); 79 DECL_LINK( MacroDoubleClickHdl, SvTreeListBox * ); 80 DECL_LINK( BasicSelectHdl, SvTreeListBox * ); 85 void SaveSetCurEntry( SvTreeListBox& rBox, SvLBoxEntry* pEntry );
|
/trunk/main/dbaccess/source/ui/app/ |
H A D | AppDetailView.cxx | 126 :SvTreeListBox( &_rParent, WB_TABSTOP | WB_HASBUTTONSATROOT | WB_HASBUTTONS ) in OCreationList() 145 SvTreeListBox::Paint( _rRect ); in Paint() 207 Rectangle aRect = SvTreeListBox::GetFocusRect( _pEntry, _nLine ); in GetFocusRect() 235 SvTreeListBox::ModelHasCleared(); in ModelHasCleared() 242 SvTreeListBox::GetFocus(); in GetFocus() 249 SvTreeListBox::LoseFocus(); in LoseFocus() 256 SvTreeListBox::MouseButtonDown( rMEvt ); in MouseButtonDown() 303 SvTreeListBox::MouseMove(rMEvt); in MouseMove() 327 SvTreeListBox::MouseButtonUp( rMEvt ); in MouseButtonUp() 381 SvTreeListBox::KeyInput(rKEvt); in KeyInput() [all …]
|
/trunk/main/sfx2/source/inc/ |
H A D | templdgi.hxx | 55 class SvTreeListBox ; 66 class DropListBox_Impl : public SvTreeListBox 78 SvTreeListBox( pParent, rId ), pDialog( pD ) {} in DropListBox_Impl() 80 SvTreeListBox( pParent, nWinBits ), pDialog( pD ) {} in DropListBox_Impl() 155 SvTreeListBox* pTreeBox; 185 DECL_LINK( FmtSelectHdl, SvTreeListBox * );
|
/trunk/main/formula/source/ui/dlg/ |
H A D | structpg.cxx | 46 SvTreeListBox(pParent,rResId ) in StructListBox() 83 SvTreeListBox::MouseButtonDown(rMEvt); in MouseButtonDown() 89 SvTreeListBox::GetFocus(); in GetFocus() 95 SvTreeListBox::LoseFocus(); in LoseFocus() 187 IMPL_LINK( StructPage, SelectHdl, SvTreeListBox*, pTlb ) in IMPL_LINK() argument
|
/trunk/main/accessibility/inc/accessibility/extended/ |
H A D | listboxaccessible.hxx | 30 class SvTreeListBox; 48 SvTreeListBox* m_pWindow; 51 inline SvTreeListBox* getListBox() const in getListBox() 59 ListBoxAccessibleBase( SvTreeListBox& _rWindow );
|
/trunk/main/sw/source/ui/utlui/ |
H A D | glbltree.cxx | 179 SvTreeListBox(pParent, rResId), in SwGlobalTree() 549 SvTreeListBox::RequestHelp(rHEvt); in RequestHelp() 642 SvTreeListBox::StartDrag( nAction, rPt ); in StartDrag() 649 SvTreeListBox::DragFinished( nAction ); in DragFinished() 664 SvTreeListBox::MouseButtonDown( rMEvt ); in MouseButtonDown() 674 SvTreeListBox::GetFocus(); in GetFocus() 694 SvTreeListBox::KeyInput(rKEvt); in KeyInput() 703 SvTreeListBox::Clear(); in Clear() 1144 SvTreeListBox::Show(); in ShowTree() 1152 SvTreeListBox::Hide(); in HideTree() [all …]
|
H A D | content.cxx | 857 SvTreeListBox( pParent, rResId ), in SwContentTree() 1145 nRet = SvTreeListBox::AcceptDrop( rEvt ); in AcceptDrop() 1475 return SvTreeListBox::Expand(pParent); in Expand() 1500 bRet = SvTreeListBox::Collapse(pParent); in Collapse() 1739 SvTreeListBox::Clear(); in Clear() 2412 SvTreeListBox::Show(); in ShowTree() 2423 SvTreeListBox::Hide(); in HideTree() 2602 SvTreeListBox::MouseButtonDown( rMEvt ); in MouseButtonDown() 2631 SvTreeListBox::GetFocus(); in GetFocus() 2803 SvTreeListBox::KeyInput(rEvent); in KeyInput() [all …]
|
/trunk/main/svtools/source/inc/ |
H A D | svimpbox.hxx | 40 class SvTreeListBox; 54 SvTreeListBox* pView; 58 SvTreeListBox* pView ); 91 friend class SvTreeListBox; 93 SvTreeListBox* pView; 259 SvImpLBox( SvTreeListBox* pView, SvLBoxTreeList*, WinBits nWinStyle );
|
/trunk/main/accessibility/source/extended/ |
H A D | accessiblelistbox.cxx | 58 …AccessibleListBox::AccessibleListBox( SvTreeListBox& _rListBox, const Reference< XAccessible >& _x… in DBG_NAME() 79 SvTreeListBox* AccessibleListBox::getListBox() const in IMPLEMENT_FORWARD_XINTERFACE2() 81 return static_cast< SvTreeListBox* >( const_cast<AccessibleListBox*>(this)->GetWindow() ); in IMPLEMENT_FORWARD_XINTERFACE2() 138 SvTreeListBox* pBox = getListBox(); in ProcessWindowEvent() 301 SvTreeListBox* pBox = getListBox(); in RemoveChildEntries() 396 SvTreeListBox* pSvTreeListBox = getListBox(); in getAccessibleChildCount()
|
/trunk/main/cui/source/inc/ |
H A D | optlingu.hxx | 94 DECL_LINK( BoxCheckButtonHdl_Impl, SvTreeListBox * ); 156 DECL_LINK( BoxDoubleClickHdl_Impl, SvTreeListBox * ); 157 DECL_LINK( BoxCheckButtonHdl_Impl, SvTreeListBox * ); 158 DECL_LINK( PostDblClickHdl_Impl, SvTreeListBox * );
|
H A D | scriptdlg.hxx | 70 class SFTreeListBox : public SvTreeListBox 186 DECL_LINK( MacroSelectHdl, SvTreeListBox * ); 187 DECL_LINK( MacroDoubleClickHdl, SvTreeListBox * ); 188 DECL_LINK( ScriptSelectHdl, SvTreeListBox * );
|
H A D | treeopt.hxx | 49 class OfaOptionsTreeListBox : public SvTreeListBox 58 SvTreeListBox( pParent, rResId ), bInCollapse(sal_False) {} in OfaOptionsTreeListBox() 246 DECL_LINK(ExpandedHdl_Impl, SvTreeListBox* ); 247 DECL_LINK(ShowPageHdl_Impl, SvTreeListBox* );
|
/trunk/main/sd/source/ui/dlg/ |
H A D | sdtreelb.cxx | 249 : SvTreeListBox ( pParentWin, rSdResId ) in SdPageObjsTLB() 410 SvTreeListBox::InitEntry( pEntry, rStr, rImg1, rImg2, eButtonKind ); in InitEntry() 472 return SvTreeListBox::Clear(); in Clear() 1114 SvTreeListBox::RequestingChilds( pFileEntry ); in RequestingChilds() 1232 SvTreeListBox::SelectHdl(); in SelectHdl() 1312 SvTreeListBox::KeyInput( rKEvt ); in KeyInput() 1403 SvTreeListBox::ReleaseMouse(); in DoDrag() 1483 SvTreeListBox::MouseButtonUp( aMEvt ); in OnDragFinished() 1576 SvTreeListBox::ExecuteDrop(rEvt, this); in ExecuteDrop() 1690 SvLBoxEntry* pEntry = SvTreeListBox::GetDropTarget(rLocation); in GetDropTarget()
|
/trunk/main/sd/source/ui/animations/ |
H A D | CustomAnimationList.cxx | 420 …Size aSize( rDev.GetOutputSizePixel().Width(), static_cast< SvTreeListBox* >(&rDev)->GetEntryHeigh… in Paint() 471 : SvTreeListBox( pParent, rResId ) in CustomAnimationList() 531 ::SvTreeListBox::KeyInput( rKEvt ); in KeyInput() 796 void selectShape( SvTreeListBox* pTreeList, Reference< XShape > xShape ) in selectShape() 854 SvTreeListBox::SelectHdl(); in SelectHdl() 975 SvTreeListBox::SetTabs(); in SetTabs() 991 SvTreeListBox::Paint( rRect ); in Paint()
|
/trunk/main/ucbhelper/workben/ucbexplorer/ |
H A D | ucbexplorer.cxx | 157 class UcbExplorerTreeListBox : public SvTreeListBox 548 : SvTreeListBox( pParent, nWinStyle ), in UcbExplorerTreeListBox() 905 SvTreeListBox::Command( rCEvt ); in Command() 927 SvTreeListBox::InsertEntry( aTitle, in InsertEntry() 960 SvTreeListBox::InsertEntry( aTitle, in InsertEntry() 971 SvTreeListBox::InsertEntry( aTitle, in InsertEntry()
|
/trunk/main/svtools/inc/svtools/ |
H A D | svtabbx.hxx | 53 class SVT_DLLPUBLIC SvTabListBox : public SvTreeListBox 80 using SvTreeListBox::GetTab; 109 using SvTreeListBox::SetEntryText; 241 using SvTreeListBox::FillAccessibleStateSet;
|
/trunk/main/sw/source/ui/inc/ |
H A D | glossary.hxx | 73 class SwGlTreeListBox : public SvTreeListBox 148 DECL_LINK( NameDoubleClick, SvTreeListBox * ); 149 DECL_LINK( GrpSelect, SvTreeListBox * );
|
/trunk/main/sfx2/source/doc/ |
H A D | docvor.cxx | 539 return SvTreeListBox::Select(pEntry,bSelect); in Select() 542 return SvTreeListBox::Select(pEntry,bSelect); in Select() 550 return SvTreeListBox::Select(pEntry,bSelect); in Select() 637 ( (SvTreeListBox *)pSourceBox )->GetEntryText( pSource ) ); in MoveOrCopyTemplates() 1064 return SvTreeListBox::AcceptDrop( rEvt ); in AcceptDrop() 1109 SvTreeListBox::DragFinished( nDropAction ); in DragFinished() 1238 SvLBoxEntry *pNew = SvTreeListBox::InsertEntry( in RequestingChilds() 1361 …pEntry = SvTreeListBox::InsertEntry( rText, *pExp, *pCol, pParent, bChildsOnDemand, nPos, pUserDat… in InsertEntryByBmpType() 1379 SvTreeListBox( pParent, nBits ), in SfxOrganizeListBox_Impl() 1416 pDlg->nDropAction = SvTreeListBox::ExecuteDrop( *pEvent, pSourceView ); in IMPL_LINK()
|