Home
last modified time | relevance | path

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

/aoo4110/main/writerfilter/source/dmapper/
H A DDomainMapperTableManager.hxx40 typedef boost::shared_ptr< std::vector<sal_Int32> > IntVectorPtr; typedef in writerfilter::dmapper::DomainMapperTableManager
49 ::std::stack< IntVectorPtr > m_aTableGrid;
50 ::std::stack< IntVectorPtr > m_aGridSpans;
58 IntVectorPtr getCurrentGrid();
59 IntVectorPtr getCurrentSpans( );
H A DDomainMapperTableManager.cxx328 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 15 milliseconds