Home
last modified time | relevance | path

Searched refs:vPositions (Results 1 – 1 of 1) sorted by last modified time

/trunk/main/filter/source/msfilter/
H A Dsvdfppt.cxx7760 …ct* pLine, Reference< XTable >& xTable, const std::vector< sal_Int32 > vPositions, sal_Int32 nColu… in ApplyCellLineAttributes() argument
7789 std::vector< sal_Int32 >::const_iterator aIter( vPositions.begin() ); in ApplyCellLineAttributes()
7790 while( aIter != vPositions.end() ) in ApplyCellLineAttributes()
7912 std::vector< sal_Int32 > vPositions; // containing cell indexes + cell position in CreateTable() local
7913 GetLinePositions( pObj, aRows, aColumns, vPositions, pGroup->GetSnapRect() ); in CreateTable()
7916 std::vector< sal_Int32 >::iterator aIter( vPositions.begin() ); in CreateTable()
7917 while( aIter != vPositions.end() ) in CreateTable()
7924 ApplyCellLineAttributes( pObj, xTable, vPositions, aColumns.size() ); in CreateTable()

Completed in 58 milliseconds