Searched refs:rCell1 (Results 1 – 6 of 6) sorted by relevance
/aoo4110/main/autodoc/source/display/html/ |
H A D | hd_chlst.cxx | 378 TableCell & rCell1 = dpRow->AddCell(); in do_Process() local 380 rCell1 in do_Process() 383 rCell1 in do_Process() 390 rCell1 in do_Process() 428 rCell1 = dpRow->AddCell(); in do_Process() local 430 dshelp::Get_LinkedTypeText( rCell1, Env(), i_rData.Type() ); in do_Process() 431 rCell1 in do_Process()
|
H A D | html_kit.cxx | 240 TableCell & rCell1 = rRow1.AddCell(); in FlagTable() local 245 rCell1 in FlagTable() 249 aCells.push_back( CellPair(&rCell1, &rCell2) ); in FlagTable() 261 rCell1 = *aCells[i_nColumnPosition].first; in SetColumn() local 264 rCell1 in SetColumn()
|
H A D | navibar.cxx | 162 Element & rCell1 = pRow->AddCell(); in Write2() local 163 rCell1 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 831 rCell1.Format(aAddr, SCA_ABS, NULL, ::formula::FormulaGrammar::CONV_OOO); in lcl_appendCellRangeAddress() 849 aRange.aStart = rCell1; in lcl_appendCellRangeAddress()
|
/aoo4110/main/sw/source/core/unocore/ |
H A D | unotbl.cxx | 517 String &rCell1, // will hold the upper-left cell of the range upon return in lcl_NormalizeRange() argument 521 lcl_GetCellPosition( rCell1, nCol1, nRow1 ); in lcl_NormalizeRange() 525 rCell1 = lcl_GetCellName( Min(nCol1, nCol2), Min(nRow1, nRow2) ); in lcl_NormalizeRange()
|
H A D | unochart.cxx | 83 extern void lcl_NormalizeRange( String &rCell1, String &rCell2 );
|
Completed in 62 milliseconds