Home
last modified time | relevance | path

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

/trunk/main/svx/source/table/
H A Dtablelayouter.cxx702 Int32Vector aOptimalRows; in LayoutTableHeight() local
751 aOptimalRows.push_back( nRow ); in LayoutTableHeight()
768 if( !bFit && !aOptimalRows.empty() && (nCurrentHeight < rArea.getHeight()) ) in LayoutTableHeight()
771 sal_Int32 nDistribute = nLeft / aOptimalRows.size(); in LayoutTableHeight()
773 Int32Vector::iterator iter( aOptimalRows.begin() ); in LayoutTableHeight()
774 while( iter != aOptimalRows.end() ) in LayoutTableHeight()
777 if( iter == aOptimalRows.end() ) in LayoutTableHeight()

Completed in 12 milliseconds