Searched refs:maCols (Results 1 – 3 of 3) sorted by relevance
163 std::vector< GroupData > &aGroup = g == 0 ? maCols : maRows; in getMinimumSize()234 for ( std::vector<GroupData>::iterator it = maCols.begin(); in getMinimumSize()235 it != maCols.end(); it++ ) in getMinimumSize()257 if ( maCols.size() == 0 || maRows.size() == 0 ) in allocateArea()277 std::vector< GroupData > &aGroup = g == 0 ? maCols : maRows; in allocateArea()
67 std::vector< GroupData > maCols; member in layoutimpl::Table
90 ColumnStructure maCols; member in __anon0a6f651b0111::TableStructure182 maCols.push_front(0); in TableStructure()198 maCols.push_front(0); in TableStructure()285 ColumnStructure::iterator pCol = maCols.begin(); in addLine()305 ColumnStructure::iterator pCol = maCols.begin(); in addLine()338 while( rpCol != maCols.end() && *rpCol < rnBorder ) in addBox()343 if( rpCol == maCols.end() || *rpCol > rnBorder ) in addBox()345 maCols.insert( rpCol, rnBorder ); in addBox()
Completed in 14 milliseconds