Home
last modified time | relevance | path

Searched refs:rScenRange (Results 1 – 2 of 2) sorted by relevance

/aoo41x/main/sc/source/ui/inc/
H A Dgridwin.hxx241 sal_Bool HasScenarioButton( const Point& rPosPixel, ScRange& rScenRange );
242 sal_Bool HasScenarioRange( sal_uInt16 nCol, sal_Int32 nRow, ScRange& rScenRange );
347 void DoScenarioMenue( const ScRange& rScenRange );
/aoo41x/main/sc/source/ui/view/
H A Dgridwin.cxx731 void ScGridWindow::DoScenarioMenue( const ScRange& rScenRange ) in DoScenarioMenue() argument
736 SCCOL nCol = rScenRange.aEnd.Col(); // Zelle unterhalb des Buttons in DoScenarioMenue()
737 SCROW nRow = rScenRange.aStart.Row(); in DoScenarioMenue()
740 nRow = rScenRange.aEnd.Row() + 1; // Bereich ganz oben -> Button unterhalb in DoScenarioMenue()
805 if (pDoc->HasScenarioRange( i, rScenRange )) in DoScenarioMenue()
869 sal_Bool ScGridWindow::HasScenarioRange( sal_uInt16 nCol, sal_Int32 nRow, ScRange& rScenRange ) in HasScenarioRange() argument
899 rScenRange = aRange; in HasScenarioRange()
5125 sal_Bool ScGridWindow::HasScenarioButton( const Point& rPosPixel, ScRange& rScenRange ) in HasScenarioButton() argument
5180 rScenRange = aRange; in HasScenarioButton()

Completed in 73 milliseconds