Home
last modified time | relevance | path

Searched refs:theCurArea (Results 1 – 8 of 8) sorted by relevance

/AOO41X/main/sc/source/ui/miscdlgs/
H A Dcrnrdlg.cxx235 theCurData = theCurArea = rLabelRange; in SetColRowData()
237 SCCOL nCol1 = theCurArea.aStart.Col(); in SetColRowData()
238 SCCOL nCol2 = theCurArea.aEnd.Col(); in SetColRowData()
239 SCROW nRow1 = theCurArea.aStart.Row(); in SetColRowData()
240 SCROW nRow2 = theCurArea.aEnd.Row(); in SetColRowData()
280 theCurArea.Format( aStr, SCR_ABS_3D, pDoc, eConv ); in SetColRowData()
297 theCurData = theCurArea = ScRange(); in SetColRowData()
338 theCurData.aStart.SetCol( theCurArea.aStart.Col() ); in AdjustColRowData()
339 theCurData.aEnd.SetCol( theCurArea.aEnd.Col() ); in AdjustColRowData()
340 if ( theCurData.Intersects( theCurArea ) ) in AdjustColRowData()
[all …]
H A Dsimpref.cxx128 theCurArea = rRef; in SetReference()
136 theCurArea.Format( aRefStr, ABS_DREF3D, pDocP, pDocP->GetAddressConvention() ); in SetReference()
/AOO41X/main/sc/source/ui/dbgui/
H A Ddbnamdlg.cxx180 aBtnDoSize, aBtnKeepFmt, aBtnStripData, theCurArea ); in ScDbNameDlg()
246 theCurArea = ScRange( ScAddress( nStartCol, nStartRow, nStartTab ), in Init()
249 theCurArea.Format( theAreaStr, ABS_DREF3D, pDoc, aAddrDetails ); in Init()
258 ScAddress& rStart = theCurArea.aStart; in Init()
259 ScAddress& rEnd = theCurArea.aEnd; in Init()
330 theCurArea = rRef; in SetReference()
333 theCurArea.Format( aRefStr, ABS_DREF3D, pDocP, aAddrDetails ); in SetReference()
427 theCurArea = ScRange( ScAddress( nColStart, nRowStart, nTab ), in UpdateDBData()
429 theCurArea.Format( theArea, ABS_DREF3D, pDoc, aAddrDetails ); in UpdateDBData()
505 theCurArea = aTmpRange; in IMPL_LINK_INLINE_END()
[all …]
H A Dfoptmgr.cxx136 ScRange theCurArea ( ScAddress( rQueryData.nCol1, in Init() local
147 theCurArea.Format( theAreaStr, SCR_ABS_3D, pDoc, eConv ); in Init()
179 ScAddress& rStart = theCurArea.aStart; in Init()
180 ScAddress& rEnd = theCurArea.aEnd; in Init()
H A Dpfiltdlg.cxx165 ScRange theCurArea ( ScAddress( theQueryData.nCol1, in Init() local
180 theCurArea.Format( theAreaStr, SCR_ABS_3D, pDoc, pDoc->GetAddressConvention() ); in Init()
184 ScAddress& rStart = theCurArea.aStart; in Init()
185 ScAddress& rEnd = theCurArea.aEnd; in Init()
/AOO41X/main/sc/source/ui/inc/
H A Dsimpref.hxx72 ScRange theCurArea; member in ScSimpleRefDlg
H A Ddbnamdlg.hxx101 ScRange theCurArea; member in ScDbNameDlg
H A Dcrnrdlg.hxx71 ScRange theCurArea; member in ScColRowNameRangesDlg