Searched refs:maXtiVec (Results 1 – 1 of 1) sorted by relevance
629 XclExpXtiVec maXtiVec; /// List of XTI structures for the EXTERNSHEET record. member in XclExpLinkManagerImpl82242 if( !maXtiVec.empty() ) in Save()2248 sal_uInt16 nCount = ulimit_cast< sal_uInt16 >( maXtiVec.size() ); in Save()2252 …for( XclExpXtiVec::const_iterator aIt = maXtiVec.begin(), aEnd = maXtiVec.end(); aIt != aEnd; ++aI… in Save()2260 …for( XclExpXtiVec::const_iterator aIt = maXtiVec.begin(), aEnd = maXtiVec.end(); aIt != aEnd; ++aI… in InsertXti()2262 return ulimit_cast< sal_uInt16 >( aIt - maXtiVec.begin() ); in InsertXti()2263 maXtiVec.push_back( rXti ); in InsertXti()2264 return ulimit_cast< sal_uInt16 >( maXtiVec.size() - 1 ); in InsertXti()
Completed in 43 milliseconds