Searched refs:aInsertList (Results 1 – 2 of 2) sorted by relevance
157 std::list< boost::shared_ptr<SwPosition> > aInsertList; in Copy() local187 aInsertList.push_back( pInsertPos ); in Copy()209 std::list< boost::shared_ptr<SwPosition> >::iterator pNextInsert = aInsertList.begin(); in Copy()228 if( pNextInsert != aInsertList.end() ) in Copy()
865 ::std::vector< ::rtl::OUString> aInsertList; in createPreparedStatment()866 aInsertList.resize(aDestColumnNames.getLength()+1); in createPreparedStatment()868 for(sal_uInt32 j=0; j < aInsertList.size() ;++i,++j) in createPreparedStatment()874 …OSL_ENSURE((aFind->first) < static_cast<sal_Int32>(aInsertList.size()),"aInsertList: Illegal index… in createPreparedStatment()875 aInsertList[aFind->first] = ::dbtools::quoteName( aQuote,*(pIter+i)); in createPreparedStatment()881 ::std::vector< ::rtl::OUString>::iterator aInsertEnd = aInsertList.end(); in createPreparedStatment()882 …for (::std::vector< ::rtl::OUString>::iterator aInsertIter = aInsertList.begin(); aInsertIter != a… in createPreparedStatment()
Completed in 15 milliseconds