Searched refs:rCellRange (Results 1 – 7 of 7) sorted by relevance
/trunk/main/sw/source/ui/table/ |
H A D | tablemgr.cxx | 217 const rtl::OUString &rCellRange, in InsertChart() argument 301 FillRangeDescriptor( aDesc, rCellRange ); in InsertChart() 324 uno::makeAny( rCellRange ), beans::PropertyState_DIRECT_VALUE ); in InsertChart()
|
/trunk/main/sc/source/ui/view/ |
H A D | tabview.cxx | 1958 Point ScTabView::GetChartInsertPos( const Size& rSize, const ScRange& rCellRange ) in GetChartInsertPos() argument 2002 Rectangle aSelection = pDoc->GetMMRect( rCellRange.aStart.Col(), rCellRange.aStart.Row(), in GetChartInsertPos() 2003 … rCellRange.aEnd.Col(), rCellRange.aEnd.Row(), nTab ); in GetChartInsertPos()
|
/trunk/main/sw/source/ui/inc/ |
H A D | tablemgr.hxx | 81 …ovider > &rxDataProvider, sal_Bool bFillWithData, const rtl::OUString &rCellRange, SwFlyFrmFmt** p…
|
/trunk/main/sc/source/ui/inc/ |
H A D | tabview.hxx | 340 Point GetChartInsertPos( const Size& rSize, const ScRange& rCellRange );
|
/trunk/main/sc/source/filter/xml/ |
H A D | xmlimprt.hxx | 968 void AddStyleRange(const com::sun::star::table::CellRangeAddress& rCellRange);
|
H A D | xmlimprt.cxx | 2433 void ScXMLImport::AddStyleRange(const table::CellRangeAddress& rCellRange) in AddStyleRange() argument 2443 xSheetCellRanges->addRangeAddress(rCellRange, sal_False); in AddStyleRange()
|
/trunk/main/sc/source/ui/unoobj/ |
H A D | cellsuno.cxx | 7913 void SAL_CALL ScTableSheetObj::autoOutline( const table::CellRangeAddress& rCellRange ) in autoOutline() argument 7921 ScUnoConversion::FillScRange( aFormulaRange, rCellRange ); in autoOutline() 7939 void SAL_CALL ScTableSheetObj::hideDetail( const table::CellRangeAddress& rCellRange ) in hideDetail() argument 7947 ScUnoConversion::FillScRange( aMarkRange, rCellRange ); in hideDetail() 7953 void SAL_CALL ScTableSheetObj::showDetail( const table::CellRangeAddress& rCellRange ) in showDetail() argument 7961 ScUnoConversion::FillScRange( aMarkRange, rCellRange ); in showDetail()
|
Completed in 73 milliseconds