Searched refs:vPositions (Results 1 – 1 of 1) sorted by relevance
/aoo41x/main/filter/source/msfilter/ |
H A D | svdfppt.cxx | 7761 …ct* pLine, Reference< XTable >& xTable, const std::vector< sal_Int32 > vPositions, sal_Int32 nColu… in ApplyCellLineAttributes() argument 7790 std::vector< sal_Int32 >::const_iterator aIter( vPositions.begin() ); in ApplyCellLineAttributes() 7791 while( aIter != vPositions.end() ) in ApplyCellLineAttributes() 7913 std::vector< sal_Int32 > vPositions; // containing cell indexes + cell position in CreateTable() local 7914 GetLinePositions( pObj, aRows, aColumns, vPositions, pGroup->GetSnapRect() ); in CreateTable() 7917 std::vector< sal_Int32 >::iterator aIter( vPositions.begin() ); in CreateTable() 7918 while( aIter != vPositions.end() ) in CreateTable() 7925 ApplyCellLineAttributes( pObj, xTable, vPositions, aColumns.size() ); in CreateTable()
|
Completed in 37 milliseconds