Home
last modified time | relevance | path

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

/aoo4110/main/filter/source/msfilter/
H A Dsvdfppt.cxx7749 …ct* pLine, Reference< XTable >& xTable, const std::vector< sal_Int32 > vPositions, sal_Int32 nColu… in ApplyCellLineAttributes() argument
7778 std::vector< sal_Int32 >::const_iterator aIter( vPositions.begin() ); in ApplyCellLineAttributes()
7779 while( aIter != vPositions.end() ) in ApplyCellLineAttributes()
7901 std::vector< sal_Int32 > vPositions; // containing cell indexes + cell position in CreateTable() local
7902 GetLinePositions( pObj, aRows, aColumns, vPositions, pGroup->GetSnapRect() ); in CreateTable()
7905 std::vector< sal_Int32 >::iterator aIter( vPositions.begin() ); in CreateTable()
7906 while( aIter != vPositions.end() ) in CreateTable()
7913 ApplyCellLineAttributes( pObj, xTable, vPositions, aColumns.size() ); in CreateTable()

Completed in 28 milliseconds