Searched refs:aSelectList (Results 1 – 2 of 2) sorted by relevance
1723 ::std::vector<FmFilterData*> aSelectList; in Command()1731 aSelectList.push_back((FmFilterData*)pEntry->GetUserData()); in Command()1733 if (aSelectList.size() == 1) in Command()1736 FmFilterItems* pFilterItems = PTR_CAST(FmFilterItems, aSelectList[0]); in Command()1739 aSelectList.clear(); in Command()1745 aContextMenu.EnableItem( SID_FM_DELETE, !aSelectList.empty() ); in Command()
882 Sequence<sal_Int16> aSelectList; in AppendComponent() local883 xComponentSet->getPropertyValue( PROPERTY_SELECT_SEQ ) >>= aSelectList; in AppendComponent()884 sal_Int32 nSelCount = aSelectList.getLength(); in AppendComponent()885 const sal_Int16* pSels = aSelectList.getConstArray(); in AppendComponent()
Completed in 43 milliseconds