Home
last modified time | relevance | path

Searched refs:m_aEntries (Results 1 – 9 of 9) sorted by path

/trunk/main/chart2/source/controller/main/
H A DElementSelector.cxx100 m_aEntries.clear(); in UpdateChartElementsListAndSelection()
128 std::vector< ListBoxEntryData >::iterator aIt( m_aEntries.begin() ); in UpdateChartElementsListAndSelection()
134 for( aIt = m_aEntries.begin(); aIt != m_aEntries.end(); ++aIt ) in UpdateChartElementsListAndSelection()
142 if( aIt != m_aEntries.end() ) in UpdateChartElementsListAndSelection()
143 m_aEntries.insert(aIt, aEntry); in UpdateChartElementsListAndSelection()
145 m_aEntries.push_back( aEntry ); in UpdateChartElementsListAndSelection()
157 m_aEntries.push_back( aEntry ); in UpdateChartElementsListAndSelection()
162 aIt = m_aEntries.begin(); in UpdateChartElementsListAndSelection()
163 for( sal_uInt16 nN=0; aIt != m_aEntries.end(); ++aIt, ++nN ) in UpdateChartElementsListAndSelection()
205 if( nPos < m_aEntries.size() ) in Select()
[all …]
H A DElementSelector.hxx72 ::std::vector< ListBoxEntryData > m_aEntries;
/trunk/main/comphelper/inc/comphelper/
H A Daccessibleeventbuffer.hxx124 Entries m_aEntries; member in comphelper::AccessibleEventBuffer
/trunk/main/comphelper/source/misc/
H A Daccessibleeventbuffer.cxx62 m_aEntries(rOther.m_aEntries) in AccessibleEventBuffer()
71 m_aEntries = rOther.m_aEntries; in operator =()
80 m_aEntries.push_back(Entry(rEvent, rListeners)); in addEvent()
85 for (Entries::const_iterator aIt(m_aEntries.begin()); in sendEvents()
86 aIt != m_aEntries.end(); ++aIt) in sendEvents()
/trunk/main/extensions/source/propctrlr/
H A Dlistselectiondlg.cxx59 ,m_aEntries ( this, PcrRes( LB_ENTRIES ) ) in ListSelectionDialog()
93 m_aEntries.SetStyle( GetStyle() | WB_SIMPLEMODE ); in initialize()
100 m_aEntries.EnableMultiSelection( bMultiSelection ); in initialize()
140 m_aEntries.Clear(); in fillEntryList()
144 m_aEntries.InsertEntry( *_pListEntries ); in fillEntryList()
150 sal_uInt16 nSelectedCount = m_aEntries.GetSelectEntryCount( ); in collectSelection()
154 *pSelection = static_cast< sal_Int16 >( m_aEntries.GetSelectEntryPos( selected ) ); in collectSelection()
160 m_aEntries.SetNoSelection(); in selectEntries()
164 m_aEntries.SelectEntryPos( *pSelection ); in selectEntries()
H A Dlistselectiondlg.hxx50 ListBox m_aEntries; member in pcr::ListSelectionDialog
/trunk/main/unotools/source/config/
H A Dinetoptions.cxx148 Entry m_aEntries[ENTRY_COUNT]; member in SvtInetOptions::Impl
170 if (rKeys[i] == m_aEntries[j].m_aName) in Notify()
191 aKeys[nCount] = m_aEntries[i].m_aName; in Commit()
194 m_aEntries[i].m_eState = Entry::KNOWN; in Commit()
253 m_aEntries[INDEX_NO_PROXY].m_aName in Impl()
255 m_aEntries[INDEX_PROXY_TYPE].m_aName in Impl()
257 m_aEntries[INDEX_FTP_PROXY_NAME].m_aName in Impl()
259 m_aEntries[INDEX_FTP_PROXY_PORT].m_aName in Impl()
268 aKeys[i] = m_aEntries[i].m_aName; in Impl()
336 m_aEntries[nIndex].m_aValue = rValue; in setProperty()
[all …]
/trunk/main/vcl/inc/
H A Dfontcache.hxx51 FontDirMap m_aEntries; member
/trunk/main/vcl/unx/generic/fontmanager/
H A Dfontcache.cxx88 … FontDirMap::iterator entry_it = dir_it->second.m_aEntries.begin(); entry_it != dir_it->second.m_a… in clearCache()
124 const FontDirMap& rDir( dir_it->second.m_aEntries ); in flush()
315 pDir = bEmpty ? NULL : &m_aCache[ nDir ].m_aEntries; in read()
662 FontDirMap::const_iterator entry = dir->second.m_aEntries.find( rFile ); in getFontCacheFile()
663 if( entry != dir->second.m_aEntries.end() ) in getFontCacheFile()
709 entry = dir->second.m_aEntries.find( aFile ); in updateFontCacheEntry()
710 if( entry != dir->second.m_aEntries.end() ) in updateFontCacheEntry()
738 m_aCache[nDirID].m_aEntries[aFile].m_aEntry.push_back( pCacheFont ); in updateFontCacheEntry()
761 …for( FontDirMap::const_iterator file = dir->second.m_aEntries.begin(); file != dir->second.m_aEntr… in listDirectory()

Completed in 48 milliseconds