/aoo42x/main/svtools/source/contnr/ |
H A D | svlbox.cxx | 693 DBG_NAME(SvLBox); 695 SvLBox::SvLBox( Window* pParent, WinBits nWinStyle ) : in SvLBox() function in SvLBox 699 DBG_CTOR(SvLBox,0); in SvLBox() 717 SvLBox::SvLBox( Window* pParent, const ResId& rResId ) : in SvLBox() function in SvLBox 721 DBG_CTOR(SvLBox,0); in SvLBox() 737 __EXPORT SvLBox::~SvLBox() in ~SvLBox() 739 DBG_DTOR(SvLBox,0); in ~SvLBox() 1159 SvLBox* SvLBox::GetSourceView() const in GetSourceView() 1164 SvLBox* SvLBox::GetTargetView() const in GetTargetView() 1936 void SvLBox::AddBoxToDDList_Impl( const SvLBox& rB ) in AddBoxToDDList_Impl() [all …]
|
H A D | svicnvw.cxx | 60 SvLBox( pParent, rResId ) in SvIconView() 99 SvLBox::DisconnectFromModel(); in DisconnectFromModel() 112 SvLBox::Insert( pEntry, nPos ); in InsertEntry() 128 SvLBox::Insert( pEntry, nPos ); in InsertEntry() 257 SvLBox::KeyInput( rKEvt ); in KeyInput() 264 SvLBox::Resize(); in Resize() 270 SvLBox::GetFocus(); in GetFocus() 276 SvLBox::LoseFocus(); in LoseFocus() 293 SvLBox::SetModel( pNewModel ); in SetModel() 302 SvLBox::ModelHasCleared(); in ModelHasCleared() [all …]
|
H A D | svtreebx.cxx | 64 : SvLBox( pParent, nWinStyle ) in DBG_NAME() 73 : SvLBox( pParent,rResId ) in SvTreeListBox() 180 SvLBox::Resize(); in Resize() 892 if( !SvLBox::First()) in GetFocus() 897 SvLBox::GetFocus(); in GetFocus() 918 if( !SvLBox::First()) in LoseFocus() 923 SvLBox::LoseFocus(); in LoseFocus() 1286 SvLBox::Paint( rRect ); in Paint() 1291 if( !SvLBox::First() ) in Paint() 1568 SvLBox::ImplShowTargetEmphasis( SvLBox::pTargetEntry, sal_False ); in GetDropTarget() [all …]
|
H A D | svlbitm.cxx | 233 void SvLBoxString::Paint( const Point& rPos, SvLBox& rDev, sal_uInt16 /* nFlags */, in Paint() 267 void SvLBoxString::InitViewData( SvLBox* pView,SvLBoxEntry* pEntry, in InitViewData() 311 void SvLBoxBmp::InitViewData( SvLBox* pView,SvLBoxEntry* pEntry, in InitViewData() 320 void SvLBoxBmp::Paint( const Point& rPos, SvLBox& rDev, sal_uInt16 /* nFlags */, in Paint() 377 void SvLBoxButton::Check(SvLBox*, SvLBoxEntry*, sal_Bool bOn) in Check() argument 389 sal_Bool SvLBoxButton::ClickHdl( SvLBox*, SvLBoxEntry* pEntry ) in ClickHdl() argument 404 void SvLBoxButton::Paint( const Point& rPos, SvLBox& rDev, sal_uInt16 /* nFlags */, in Paint() 486 void SvLBoxButton::InitViewData( SvLBox* pView,SvLBoxEntry* pEntry, in InitViewData() 601 void SvLBoxContextBmp::InitViewData( SvLBox* pView,SvLBoxEntry* pEntry, in InitViewData() 610 void SvLBoxContextBmp::Paint( const Point& _rPos, SvLBox& _rDev, in Paint()
|
/aoo42x/main/svtools/inc/svtools/ |
H A D | svlbox.hxx | 53 class SvLBox; 189 friend class SvLBox; 253 class SvLBox; 263 SvLBox_Impl( SvLBox& _rBox ); 266 class SVT_DLLPUBLIC SvLBox class 396 SvLBox( Window* pParent, WinBits nWinStyle=0 ); 397 SvLBox( Window* pParent, const ResId& rResId ); 398 ~SvLBox(); 543 SvLBox* GetSourceView() const; 544 SvLBox* GetTargetView() const; [all …]
|
H A D | svlbitm.hxx | 132 void InitViewData( SvLBox*,SvLBoxEntry*,SvViewDataItem* ); 136 void Paint( const Point&, SvLBox& rDev, sal_uInt16 nFlags,SvLBoxEntry* ); 149 void InitViewData( SvLBox*,SvLBoxEntry*,SvViewDataItem* ); 151 void Paint( const Point&, SvLBox& rView, sal_uInt16 nFlags,SvLBoxEntry* ); 190 void InitViewData( SvLBox*,SvLBoxEntry*,SvViewDataItem* ); 192 void Check( SvLBox* pView, SvLBoxEntry*, sal_Bool bCheck ); 193 virtual sal_Bool ClickHdl(SvLBox* pView, SvLBoxEntry* ); 194 void Paint( const Point&, SvLBox& rView, sal_uInt16 nFlags,SvLBoxEntry* ); 252 void InitViewData( SvLBox*,SvLBoxEntry*,SvViewDataItem* ); 253 void Paint( const Point&, SvLBox& rView, sal_uInt16 nFlags,SvLBoxEntry* );
|
H A D | svtreebx.hxx | 58 class SVT_DLLPUBLIC SvTreeListBox : public SvLBox 253 sal_Bool IsInplaceEditingEnabled() const { return SvLBox::IsInplaceEditingEnabled(); } in IsInplaceEditingEnabled() 254 inline void ForbidEmptyText() { SvLBox::ForbidEmptyText(); } in ForbidEmptyText() 260 sal_Bool IsEditingActive() const { return SvLBox::IsEditingActive(); } in IsEditingActive() 261 void EndEditing( sal_Bool bCancel = sal_False ) { SvLBox::EndEditing( bCancel ); } in EndEditing() 262 sal_Bool EditingCanceled() const { return SvLBox::EditingCanceled(); } in EditingCanceled() 318 …SvLBoxEntry* GetEntry( SvLBoxEntry* pParent, sal_uLong nPos ) const { return SvLBox::GetEntry(pPar… in GetEntry() 319 SvLBoxEntry* GetEntry( sal_uLong nRootPos ) const { return SvLBox::GetEntry(nRootPos);} in GetEntry()
|
H A D | svicnvw.hxx | 81 class SvIconView : public SvLBox 93 using SvLBox::CreateEntry; 193 using SvLBox::GetEntry; 258 using SvLBox::ExecuteDrop;
|
/aoo42x/main/sd/source/ui/animations/ |
H A D | CustomAnimationList.cxx | 215 void InitViewData( SvLBox*,SvLBoxEntry*,SvViewDataItem* ); 216 void Paint( const Point&, SvLBox& rDev, sal_uInt16 nFlags,SvLBoxEntry* ); 244 void CustomAnimationListEntryItem::InitViewData( SvLBox* pView, SvLBoxEntry* pEntry, SvViewDataItem… in InitViewData() 257 void CustomAnimationListEntryItem::Paint( const Point& rPos, SvLBox& rDev, sal_uInt16, SvLBoxEntry*… in Paint() 367 void InitViewData( SvLBox*,SvLBoxEntry*,SvViewDataItem* ); 368 void Paint( const Point&, SvLBox& rDev, sal_uInt16 nFlags,SvLBoxEntry* ); 399 void CustomAnimationTriggerEntryItem::InitViewData( SvLBox* pView, SvLBoxEntry* pEntry, SvViewDataI… in InitViewData() 418 void CustomAnimationTriggerEntryItem::Paint( const Point& rPos, SvLBox& rDev, sal_uInt16, SvLBoxEnt… in Paint()
|
/aoo42x/main/sfx2/source/doc/ |
H A D | docvor.cxx | 137 SvLBox* pSourceView; 431 Path(SvLBox *pBox, SvLBoxEntry *pEntry); 462 Path::Path(SvLBox *pBox, SvLBoxEntry *pEntry) : in Path() 491 SvLBoxEntry *GetIndices_Impl(SvLBox *pBox, in GetIndices_Impl() 628 SvLBox::NotifyCopying( in MoveOrCopyTemplates() 841 SvLBox* pSourceBox = GetSourceView(); in NotifyMoving() 900 SvLBox* pSourceBox = GetSourceView(); in NotifyCopying() 1021 SvLBox *pSource = GetSourceView(); in NotifyAcceptDrop() 1277 SvLBoxEntry *pToDel = SvLBox::GetEntry(pEntry, 0); in ExpandingHdl() 1281 pToDel = SvLBox::GetEntry(pEntry, 0); in ExpandingHdl() [all …]
|
/aoo42x/main/sw/source/ui/inc/ |
H A D | conttree.hxx | 98 using SvLBox::ExecuteDrop; 222 virtual void Paint( const Point& rPos, SvLBox& rDev, sal_uInt16 nFlags, 257 using SvLBox::DoubleClickHdl; 258 using SvLBox::ExecuteDrop;
|
/aoo42x/main/sfx2/inc/ |
H A D | docvor.hxx | 82 using SvLBox::ExecuteDrop; 111 sal_Bool MoveOrCopyTemplates(SvLBox *pSourceBox, 117 sal_Bool MoveOrCopyContents(SvLBox *pSourceBox,
|
/aoo42x/main/sfx2/source/view/ |
H A D | orgmgr.cxx | 510 SvLBoxEntry *pGroupToDelete = pCaller->SvLBox::GetEntry(nRegion); in Delete() 527 pEntriesToDelete[nToDeleteNum++] = pCaller->SvLBox::GetEntry( pGroupToDelete, nInd ); in Delete() 552 … SvLBoxEntry *pEntryToDelete = pCaller->SvLBox::GetEntry(pCaller->SvLBox::GetEntry(nRegion), nIdx); in Delete()
|
/aoo42x/main/svx/source/form/ |
H A D | filtnav.cxx | 1052 virtual void Paint(const Point& rPos, SvLBox& rDev, sal_uInt16 nFlags, SvLBoxEntry* pEntry); 1053 virtual void InitViewData( SvLBox* pView,SvLBoxEntry* pEntry, SvViewDataItem* pViewData); 1058 void FmFilterItemsString::Paint(const Point& rPos, SvLBox& rDev, sal_uInt16 /*nFlags*/, SvLBoxEntry… in Paint() 1091 void FmFilterItemsString::InitViewData( SvLBox* pView,SvLBoxEntry* pEntry, SvViewDataItem* pViewDat… in InitViewData() 1116 virtual void Paint(const Point& rPos, SvLBox& rDev, sal_uInt16 nFlags, SvLBoxEntry* pEntry); 1117 virtual void InitViewData( SvLBox* pView,SvLBoxEntry* pEntry, SvViewDataItem* pViewData); 1123 void FmFilterString::InitViewData( SvLBox* pView,SvLBoxEntry* pEntry, SvViewDataItem* pViewData) in InitViewData() 1140 void FmFilterString::Paint(const Point& rPos, SvLBox& rDev, sal_uInt16 /*nFlags*/, SvLBoxEntry* /*p… in Paint()
|
/aoo42x/main/dbaccess/source/ui/inc/ |
H A D | listviewitems.hxx | 54 virtual void Paint(const Point& rPos, SvLBox& rDev, sal_uInt16 nFlags, SvLBoxEntry* pEntry); 55 virtual void InitViewData( SvLBox* pView,SvLBoxEntry* pEntry, SvViewDataItem* _pViewData);
|
/aoo42x/main/dbaccess/source/ui/control/ |
H A D | listviewitems.cxx | 39 …void OBoldListboxString::InitViewData( SvLBox* pView,SvLBoxEntry* pEntry, SvViewDataItem* _pViewDa… in InitViewData() 61 …void OBoldListboxString::Paint(const Point& rPos, SvLBox& rDev, sal_uInt16 nFlags, SvLBoxEntry* pE… in Paint()
|
/aoo42x/main/svx/inc/svx/ |
H A D | fontlb.hxx | 57 void InitViewData( SvLBox*,SvLBoxEntry*,SvViewDataItem* ); 62 SvLBox& rDev,
|
/aoo42x/main/cui/source/options/ |
H A D | optHeaderTabListbox.cxx | 42 virtual void Paint( const Point& rPos, SvLBox& rDev, sal_uInt16 nFlags, SvLBoxEntry* pEntry ); 47 void OptLBoxString_Impl::Paint( const Point& rPos, SvLBox& rDev, sal_uInt16, SvLBoxEntry* pEntry ) in Paint()
|
/aoo42x/main/svx/source/dialog/ |
H A D | fontlb.cxx | 64 void SvLBoxFontString::Paint( const Point& rPos, SvLBox& rDev, sal_uInt16 nFlags, SvLBoxEntry* pEnt… in Paint() 82 void SvLBoxFontString::InitViewData( SvLBox* pView, SvLBoxEntry* pEntry, SvViewDataItem* pViewData ) in InitViewData()
|
/aoo42x/main/svtools/source/uno/ |
H A D | treecontrolpeer.cxx | 129 void InitViewData( SvLBox*,SvLBoxEntry*,SvViewDataItem* ); 136 void Paint( const Point&, SvLBox& rDev, sal_uInt16 nFlags,SvLBoxEntry* ); 1642 void UnoTreeListItem::Paint( const Point& rPos, SvLBox& rDev, sal_uInt16 /* nFlags */, SvLBoxEntry*… in Paint() 1724 void UnoTreeListItem::InitViewData( SvLBox* pView,SvLBoxEntry* pEntry, SvViewDataItem* pViewData) in InitViewData()
|
/aoo42x/main/sc/source/ui/miscdlgs/ |
H A D | solveroptions.cxx | 90 virtual void Paint( const Point& rPos, SvLBox& rDev, sal_uInt16 nFlags, SvLBoxEntry* pEntry ); 111 void ScSolverOptionsString::Paint( const Point& rPos, SvLBox& rDev, sal_uInt16, SvLBoxEntry* /* pEn… in Paint()
|
/aoo42x/main/dbaccess/source/ui/misc/ |
H A D | WNameMatch.cxx | 374 virtual void Paint(const Point& rPos, SvLBox& rDev, sal_uInt16 nFlags, SvLBoxEntry* pEntry); 388 void OColumnString::Paint(const Point& rPos, SvLBox& rDev, sal_uInt16 /*nFlags*/, SvLBoxEntry* /*pE… in Paint()
|
/aoo42x/main/automation/source/server/ |
H A D | statemnt.cxx | 5540 pRet->GenReturn ( RET_Value, aUId, comm_ULONG(((SvLBox*)pControl)->GetSelectionCount())); in Execute() 5543 pRet->GenReturn ( RET_Value, aUId, comm_ULONG(((SvLBox*)pControl)->GetVisibleCount()) ); in Execute() 5548 if ( ValueOK(aUId, CUniString("GetSelIndex"),nNr1,((SvLBox*)pControl)->GetSelectionCount()) ) in Execute() 5573 if ( ValueOK(aUId, MethodString( nMethodId ),nNr1,((SvLBox*)pControl)->GetVisibleCount()) ) in Execute() 5587 if ( ValueOK(aUId, MethodString( nMethodId ),nNr1,((SvLBox*)pControl)->GetVisibleCount()) ) in Execute() 5601 if ( ValueOK(aUId, MethodString( nMethodId ),nNr1,((SvLBox*)pControl)->GetVisibleCount()) ) in Execute() 5613 if ( ValueOK(aUId, CUniString("GetSelText"),nNr1,((SvLBox*)pControl)->GetSelectionCount()) ) in Execute() 5637 if ( ValueOK(aUId, MethodString( nMethodId ),nNr1,((SvLBox*)pControl)->GetVisibleCount()) ) in Execute() 5679 … if ( ValueOK(aUId, MethodString( nMethodId ),nNr1,((SvLBox*)pControl)->GetVisibleCount()) ) in Execute() 5763 … if ( ValueOK(aUId, MethodString( nMethodId ),nNr1,((SvLBox*)pControl)->GetVisibleCount()) ) in Execute()
|
/aoo42x/main/svx/source/inc/ |
H A D | tabwin.hxx | 61 using SvLBox::ExecuteDrop;
|
/aoo42x/main/cui/source/dialogs/ |
H A D | thesdlg_impl.hxx | 132 virtual void Paint( const Point& rPos, SvLBox& rDev, sal_uInt16 nFlags, SvLBoxEntry* pEntry);
|