Home
last modified time | relevance | path

Searched refs:rCellRange (Results 1 – 7 of 7) sorted by relevance

/trunk/main/sw/source/ui/table/
H A Dtablemgr.cxx217 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 Dtabview.cxx1958 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()
2003rCellRange.aEnd.Col(), rCellRange.aEnd.Row(), nTab ); in GetChartInsertPos()
/trunk/main/sw/source/ui/inc/
H A Dtablemgr.hxx81 …ovider > &rxDataProvider, sal_Bool bFillWithData, const rtl::OUString &rCellRange, SwFlyFrmFmt** p…
/trunk/main/sc/source/ui/inc/
H A Dtabview.hxx340 Point GetChartInsertPos( const Size& rSize, const ScRange& rCellRange );
/trunk/main/sc/source/filter/xml/
H A Dxmlimprt.hxx968 void AddStyleRange(const com::sun::star::table::CellRangeAddress& rCellRange);
H A Dxmlimprt.cxx2433 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 Dcellsuno.cxx7913 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 106 milliseconds