Searched refs:rCell2 (Results 1 – 6 of 6) sorted by relevance
/aoo4110/main/autodoc/source/display/html/ |
H A D | html_kit.cxx | 248 TableCell & rCell2 = rRow2.AddCell(); in FlagTable() local 249 aCells.push_back( CellPair(&rCell1, &rCell2) ); in FlagTable() 263 rCell2 = *aCells[i_nColumnPosition].second; in SetColumn() local 268 rCell2 in SetColumn() 274 rCell2 in SetColumn()
|
H A D | hd_chlst.cxx | 393 rCell2 = dpRow->AddCell(); in do_Process() local 394 rCell2 in do_Process() 398 pShortDocu_Display->Assign_Out( rCell2 ); in do_Process()
|
H A D | navibar.cxx | 171 Element & rCell2 = pRow->AddCell(); in Write2() local 176 (*it)->Write2( rCell2 ); in Write2()
|
/aoo4110/main/sc/source/core/tool/ |
H A D | rangeutl.cxx | 808 rtl::OUStringBuffer& rBuf, ScDocument* pDoc, const ScAddress& rCell1, const ScAddress& rCell2, in lcl_appendCellRangeAddress() argument 843 rCell2.Format(aAddr, SCA_ABS, NULL, ::formula::FormulaGrammar::CONV_OOO); in lcl_appendCellRangeAddress() 850 aRange.aEnd = rCell2; in lcl_appendCellRangeAddress()
|
/aoo4110/main/sw/source/core/unocore/ |
H A D | unotbl.cxx | 518 String &rCell2 ) // will hold the lower-right cell of the range upon return in lcl_NormalizeRange() argument 522 lcl_GetCellPosition( rCell2, nCol2, nRow2 ); in lcl_NormalizeRange() 526 rCell2 = lcl_GetCellName( Max(nCol1, nCol2), Max(nRow1, nRow2) ); in lcl_NormalizeRange()
|
H A D | unochart.cxx | 83 extern void lcl_NormalizeRange( String &rCell1, String &rCell2 );
|
Completed in 70 milliseconds