Searched refs:theCurArea (Results  1 – 8 of 8) sorted by relevance
| /aoo4110/main/sc/source/ui/miscdlgs/ | 
| H A D | crnrdlg.cxx | 235 	theCurData = theCurArea = rLabelRange;  in SetColRowData()237 	SCCOL nCol1 = theCurArea.aStart.Col();  in SetColRowData()
 238 	SCCOL nCol2 = theCurArea.aEnd.Col();  in SetColRowData()
 240 	SCROW nRow2 = theCurArea.aEnd.Row();  in SetColRowData()
 297 		theCurData = theCurArea = ScRange();  in SetColRowData()
 648 		theCurArea = rRange;  in UpdateRangeData()
 780 			theCurArea = aRange1;  in IMPL_LINK_INLINE_END()
 807 			theCurArea = ScRange();  in IMPL_LINK_INLINE_END()
 808 			theCurData = theCurArea;  in IMPL_LINK_INLINE_END()
 1097 		if ( theCurArea.aStart.Row() == 0 && theCurArea.aEnd.Row() == MAXROW )  in IMPL_LINK()
 [all …]
 
 | 
| H A D | simpref.cxx | 128 		theCurArea = rRef;  in SetReference()136             theCurArea.Format( aRefStr, ABS_DREF3D, pDocP, pDocP->GetAddressConvention() );  in SetReference()
 
 | 
| /aoo4110/main/sc/source/ui/dbgui/ | 
| H A D | dbnamdlg.cxx | 180 						aBtnDoSize, aBtnKeepFmt, aBtnStripData, theCurArea );  in ScDbNameDlg()258                 ScAddress&	rStart = theCurArea.aStart;  in Init()
 259                 ScAddress&	rEnd   = theCurArea.aEnd;  in Init()
 330 		theCurArea = rRef;  in SetReference()
 429 		theCurArea.Format( theArea, ABS_DREF3D, pDoc, aAddrDetails );  in UpdateDBData()
 505 				theCurArea = aTmpRange;  in IMPL_LINK_INLINE_END()
 506 				ScAddress aStart = theCurArea.aStart;  in IMPL_LINK_INLINE_END()
 507 				ScAddress aEnd   = theCurArea.aEnd;  in IMPL_LINK_INLINE_END()
 554 				theCurArea = ScRange();  in IMPL_LINK_INLINE_END()
 615 			theCurArea = ScRange();  in IMPL_LINK()
 [all …]
 
 | 
| H A D | foptmgr.cxx | 136 		ScRange			theCurArea ( ScAddress( rQueryData.nCol1,  in Init()  local147 		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 D | pfiltdlg.cxx | 165 		ScRange			theCurArea ( ScAddress( theQueryData.nCol1,  in Init()  local180 		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()
 
 | 
| /aoo4110/main/sc/source/ui/inc/ | 
| H A D | simpref.hxx | 72 	ScRange			theCurArea;  member in ScSimpleRefDlg
 | 
| H A D | dbnamdlg.hxx | 101 	ScRange			theCurArea;  member in ScDbNameDlg
 | 
| H A D | crnrdlg.hxx | 71 	ScRange			theCurArea;  member in ScColRowNameRangesDlg
 | 
        Completed in 54 milliseconds