Home
last modified time | relevance | path

Searched refs:aTotalRange (Results 1 – 5 of 5) sorted by relevance

/trunk/main/connectivity/source/drivers/calc/
H A DCTable.cxx185 CellRangeAddress aTotalRange = xAddr->getRangeAddress(); in lcl_GetUsedCell() local
186 sal_Int32 nLastRow = aTotalRange.EndRow; in lcl_GetUsedCell()
191 Reference<XSheetCellRanges> xRanges = xQuery->queryIntersection( aTotalRange ); in lcl_GetUsedCell()
220 CellRangeAddress aTotalRange = xAddr->getRangeAddress(); in lcl_HasTextInColumn() local
221 sal_Int32 nLastRow = aTotalRange.EndRow; in lcl_HasTextInColumn()
H A DCDatabaseMetaData.cxx321 CellRangeAddress aTotalRange = xAddr->getRangeAddress(); in lcl_IsEmptyOrHidden()
323 Reference<XSheetCellRanges> xRanges = xQuery->queryIntersection( aTotalRange ); in lcl_IsEmptyOrHidden()
/trunk/main/sc/source/ui/unoobj/
H A Dcellsuno.cxx9378 aTotalRange( rRange ) in ScCellFormatsObj()
9383 DBG_ASSERT( aTotalRange.aStart.Tab() == aTotalRange.aEnd.Tab(), "unterschiedliche Tabellen" ); in ScCellFormatsObj()
9415 aTotalRange.aStart.Col(), aTotalRange.aStart.Row(), in GetObjectByIndex_Impl()
9416 aTotalRange.aEnd.Col(), aTotalRange.aEnd.Row() ); in GetObjectByIndex_Impl()
9450 aTotalRange.aStart.Col(), aTotalRange.aStart.Row(), in getCount()
9451 aTotalRange.aEnd.Col(), aTotalRange.aEnd.Row() ); in getCount()
9609 aTotalRange( rRange ), in ScUniqueCellFormatsObj()
9614 DBG_ASSERT( aTotalRange.aStart.Tab() == aTotalRange.aEnd.Tab(), "unterschiedliche Tabellen" ); in ScUniqueCellFormatsObj()
9792 SCTAB nTab = aTotalRange.aStart.Tab(); in GetObjects_Impl()
9794 aTotalRange.aStart.Col(), aTotalRange.aStart.Row(), in GetObjects_Impl()
[all …]
/trunk/main/sc/source/core/data/
H A Ddocumen8.cxx851 ScRange aTotalRange( 0,0,0, MAXCOL,MAXROW,MAXTAB ); in ContinueOnlineSpelling() local
852 bResult = OnlineSpellInRange( aTotalRange, aOnlineSpellPos, SPELL_MAXTEST_ALL ); in ContinueOnlineSpelling()
/trunk/main/sc/inc/
H A Dcellsuno.hxx1411 ScRange aTotalRange; member in ScCellFormatsObj
1497 ScRange aTotalRange; member in ScUniqueCellFormatsObj

Completed in 84 milliseconds