Searched refs:rpCol (Results 1 – 2 of 2) sorted by relevance
316 ColumnStructure::iterator& rpCol, BoxStructure::iterator& rpSel, in addBox() argument338 while( rpCol != maCols.end() && *rpCol < rnBorder ) in addBox()341 ++rpCol; in addBox()343 if( rpCol == maCols.end() || *rpCol > rnBorder ) in addBox()345 maCols.insert( rpCol, rnBorder ); in addBox()346 --rpCol; in addBox()
6558 const Color*& rpCol, in GetBackgroundBrush() argument6566 rpCol = NULL; in GetBackgroundBrush()6598 rpCol = &SwViewOption::GetIndexShadingsColor(); in GetBackgroundBrush()6613 rpCol || in GetBackgroundBrush()
Completed in 55 milliseconds