Searched refs:aSelectedPos (Results 1 – 2 of 2) sorted by relevance
321 …Indexes::const_iterator aSelectedPos = m_pIndexes->begin() + reinterpret_cast<sal_IntPtr>(pSelecte… in updateToolbox() local322 m_aActions.EnableItem(ID_INDEX_SAVE, aSelectedPos->isModified() || aSelectedPos->isNew()); in updateToolbox()323 m_aActions.EnableItem(ID_INDEX_RESET, aSelectedPos->isModified() || aSelectedPos->isNew()); in updateToolbox()324 bSelectedAnything = bSelectedAnything && !aSelectedPos->bPrimaryKey; in updateToolbox()
1338 Int16SetIterator aSelectedPos = aSelection.find(i); in exportListSourceAsElements() local1339 if (aSelection.end() != aSelectedPos) in exportListSourceAsElements()1346 aSelection.erase(aSelectedPos); in exportListSourceAsElements()
Completed in 32 milliseconds