Home
last modified time | relevance | path

Searched refs:SvLBox (Results 1 – 25 of 46) sorted by relevance

12

/trunk/main/svtools/source/contnr/
H A Dsvlbox.cxx693 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 Dsvicnvw.cxx60 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 Dsvtreebx.cxx64 : 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 Dsvlbitm.cxx233 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()
/trunk/main/svtools/inc/svtools/
H A Dsvlbox.hxx53 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 Dsvlbitm.hxx132 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 Dsvtreebx.hxx58 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 Dsvicnvw.hxx81 class SvIconView : public SvLBox
93 using SvLBox::CreateEntry;
193 using SvLBox::GetEntry;
258 using SvLBox::ExecuteDrop;
/trunk/main/sd/source/ui/animations/
H A DCustomAnimationList.cxx215 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()
/trunk/main/sfx2/source/doc/
H A Ddocvor.cxx137 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 …]
/trunk/main/sw/source/ui/inc/
H A Dconttree.hxx98 using SvLBox::ExecuteDrop;
222 virtual void Paint( const Point& rPos, SvLBox& rDev, sal_uInt16 nFlags,
257 using SvLBox::DoubleClickHdl;
258 using SvLBox::ExecuteDrop;
/trunk/main/sfx2/inc/
H A Ddocvor.hxx82 using SvLBox::ExecuteDrop;
111 sal_Bool MoveOrCopyTemplates(SvLBox *pSourceBox,
117 sal_Bool MoveOrCopyContents(SvLBox *pSourceBox,
/trunk/main/sfx2/source/view/
H A Dorgmgr.cxx510 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()
/trunk/main/svx/source/form/
H A Dfiltnav.cxx1052 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()
/trunk/main/dbaccess/source/ui/inc/
H A Dlistviewitems.hxx54 virtual void Paint(const Point& rPos, SvLBox& rDev, sal_uInt16 nFlags, SvLBoxEntry* pEntry);
55 virtual void InitViewData( SvLBox* pView,SvLBoxEntry* pEntry, SvViewDataItem* _pViewData);
/trunk/main/dbaccess/source/ui/control/
H A Dlistviewitems.cxx39 …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()
/trunk/main/svx/inc/svx/
H A Dfontlb.hxx57 void InitViewData( SvLBox*,SvLBoxEntry*,SvViewDataItem* );
62 SvLBox& rDev,
/trunk/main/cui/source/options/
H A DoptHeaderTabListbox.cxx42 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()
/trunk/main/svx/source/dialog/
H A Dfontlb.cxx64 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()
/trunk/main/svtools/source/uno/
H A Dtreecontrolpeer.cxx129 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()
/trunk/main/sc/source/ui/miscdlgs/
H A Dsolveroptions.cxx90 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()
/trunk/main/dbaccess/source/ui/misc/
H A DWNameMatch.cxx374 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()
/trunk/main/automation/source/server/
H A Dstatemnt.cxx5539 pRet->GenReturn ( RET_Value, aUId, comm_ULONG(((SvLBox*)pControl)->GetSelectionCount())); in Execute()
5542 pRet->GenReturn ( RET_Value, aUId, comm_ULONG(((SvLBox*)pControl)->GetVisibleCount()) ); in Execute()
5547 if ( ValueOK(aUId, CUniString("GetSelIndex"),nNr1,((SvLBox*)pControl)->GetSelectionCount()) ) in Execute()
5572 if ( ValueOK(aUId, MethodString( nMethodId ),nNr1,((SvLBox*)pControl)->GetVisibleCount()) ) in Execute()
5586 if ( ValueOK(aUId, MethodString( nMethodId ),nNr1,((SvLBox*)pControl)->GetVisibleCount()) ) in Execute()
5600 if ( ValueOK(aUId, MethodString( nMethodId ),nNr1,((SvLBox*)pControl)->GetVisibleCount()) ) in Execute()
5612 if ( ValueOK(aUId, CUniString("GetSelText"),nNr1,((SvLBox*)pControl)->GetSelectionCount()) ) in Execute()
5636 if ( ValueOK(aUId, MethodString( nMethodId ),nNr1,((SvLBox*)pControl)->GetVisibleCount()) ) in Execute()
5678 … if ( ValueOK(aUId, MethodString( nMethodId ),nNr1,((SvLBox*)pControl)->GetVisibleCount()) ) in Execute()
5762 … if ( ValueOK(aUId, MethodString( nMethodId ),nNr1,((SvLBox*)pControl)->GetVisibleCount()) ) in Execute()
/trunk/main/svx/source/inc/
H A Dtabwin.hxx61 using SvLBox::ExecuteDrop;
/trunk/main/cui/source/dialogs/
H A Dthesdlg_impl.hxx132 virtual void Paint( const Point& rPos, SvLBox& rDev, sal_uInt16 nFlags, SvLBoxEntry* pEntry);

Completed in 128 milliseconds

12