Home
last modified time | relevance | path

Searched refs:pImpCursor (Results 1 – 4 of 4) sorted by relevance

/AOO41X/main/svtools/source/contnr/
H A Dsvimpicn.cxx726 pImpCursor = new ImpIcnCursor( this ); in SvImpIconView()
747 delete pImpCursor; in ~SvImpIconView()
771 pImpCursor->Clear(); in Clear()
878 pImpCursor->Clear( sal_False ); in EntryInserted()
880 pImpCursor->Clear( sal_True ); in EntryInserted()
916 pImpCursor->Clear(); in RemovingEntry()
950 pImpCursor->Clear(); in MovingEntry()
970 pImpCursor->Clear(); in EntryMoved()
984 pImpCursor->Clear(); in EntryMoved()
1083 if( !pImpCursor->FindEmptyGridRect( aPrevBoundRect ) ) in FindNextEntryPos()
[all …]
H A Dimivctl1.cxx146 pImpCursor = new IcnCursor_Impl( this ); in SvxIconChoiceCtrl_Impl()
183 delete pImpCursor; in ~SvxIconChoiceCtrl_Impl()
211 pImpCursor->Clear(); in Clear()
307 pImpCursor->Clear(); in InsertEntry()
450 pImpCursor->Clear(); in RemoveEntry()
587 pImpCursor->Clear(); in ResetVirtSize()
614 pImpCursor->Clear(); in AdjustVirtSize()
1242 pNewCursor = pImpCursor->GoUpDown(pCursor,sal_False); in KeyInput()
1244 pNewCursor = pImpCursor->GoPageUpDown(pCursor,sal_False); in KeyInput()
1272 pNewCursor=pImpCursor->GoUpDown( pCursor,sal_True ); in KeyInput()
[all …]
H A Dimivctl.hxx178 IcnCursor_Impl* pImpCursor; member in SvxIconChoiceCtrl_Impl
/AOO41X/main/svtools/source/inc/
H A Dsvimpicn.hxx88 ImpIcnCursor* pImpCursor; member in SvImpIconView