Searched refs:IntVectorPtr (Results 1 – 2 of 2) sorted by relevance
40 typedef boost::shared_ptr< std::vector<sal_Int32> > IntVectorPtr; typedef in writerfilter::dmapper::DomainMapperTableManager49 ::std::stack< IntVectorPtr > m_aTableGrid;50 ::std::stack< IntVectorPtr > m_aGridSpans;58 IntVectorPtr getCurrentGrid();59 IntVectorPtr getCurrentSpans( );
328 IntVectorPtr pNewGrid( new vector<sal_Int32> ); in pushStackOfMembers()329 IntVectorPtr pNewSpans( new vector<sal_Int32> ); in pushStackOfMembers()430 IntVectorPtr pTableGrid = getCurrentGrid( ); in endOfRowAction()463 IntVectorPtr pCurrentSpans = getCurrentSpans( ); in endOfRowAction()
Completed in 27 milliseconds