Searched refs:SfxPickList (Results 1 – 4 of 4) sorted by relevance
66 osl::Mutex* SfxPickList::pMutex = 0;67 SfxPickList* SfxPickList::pUniqueInstance = 0;87 osl::Mutex* SfxPickList::GetOrCreateMutex() in GetOrCreateMutex()159 void SfxPickList::RemovePickListEntries() in RemovePickListEntries()167 SfxPickList::PickListEntry* SfxPickList::GetPickListEntry( sal_uInt32 nIndex ) in GetPickListEntry()177 SfxPickList* SfxPickList::GetOrCreate( const sal_uInt32 nMenuSize ) in GetOrCreate()189 SfxPickList* SfxPickList::Get() in Get()195 void SfxPickList::Delete() in Delete()201 SfxPickList::SfxPickList( sal_uInt32 nAllowedMenuSize ) : in SfxPickList() function in SfxPickList209 SfxPickList::~SfxPickList() in ~SfxPickList()[all …]
268 SfxPickList::GetOrCreate( SvtHistoryOptions().GetSize( ePICKLIST ) ); in Initialize_Impl()
37 class SfxPickList : public SfxListener class50 static SfxPickList* pUniqueInstance;57 SfxPickList( sal_uInt32 nMenuSize );58 ~SfxPickList();68 static SfxPickList* GetOrCreate( const sal_uInt32 nMenuSize );69 static SfxPickList* Get();
933 SfxPickList::Get()->CreateMenuEntries( pParent->pPickMenu ); in IMPL_LINK()1135 SfxPickList::Get()->ExecuteMenuEntry( nSlotId ); in IMPL_LINK()
Completed in 38 milliseconds