Home
last modified time | relevance | path

Searched refs:aSelectedPos (Results 1 – 2 of 2) sorted by relevance

/trunk/main/dbaccess/source/ui/dlg/
H A Dindexdialog.cxx321 …Indexes::const_iterator aSelectedPos = m_pIndexes->begin() + reinterpret_cast<sal_IntPtr>(pSelecte… in updateToolbox() local
322 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()
/trunk/main/xmloff/source/forms/
H A Delementexport.cxx1338 Int16SetIterator aSelectedPos = aSelection.find(i); in exportListSourceAsElements() local
1339 if (aSelection.end() != aSelectedPos) in exportListSourceAsElements()
1346 aSelection.erase(aSelectedPos); in exportListSourceAsElements()

Completed in 33 milliseconds