Home
last modified time | relevance | path

Searched refs:rPos (Results 151 – 175 of 616) sorted by path

12345678910>>...25

/trunk/main/sc/source/core/inc/
H A Drefupdat.hxx68 const ScAddress& rPos, const ScRange& rRange,
73 static ScRefUpdateRes Move( ScDocument* pDoc, const ScAddress& rPos,
77 static void MoveRelWrap( ScDocument* pDoc, const ScAddress& rPos,
/trunk/main/sc/source/core/tool/
H A Dcharthelper.cxx52 sal_uInt16 lcl_DoUpdateCharts( const ScAddress& rPos, ScDocument* pDoc, sal_Bool bAllCharts ) in lcl_DoUpdateCharts() argument
80 bHit = aRanges.In( rPos ); in lcl_DoUpdateCharts()
130 sal_uInt16 ScChartHelper::DoUpdateCharts( const ScAddress& rPos, ScDocument* pDoc ) in DoUpdateCharts() argument
132 return lcl_DoUpdateCharts( rPos, pDoc, sal_False ); in DoUpdateCharts()
H A Dchgtrack.cxx2030 if ( rPos.Col() < 0 || MAXCOL < rPos.Col() ) in lcl_InvalidateReference()
2036 if ( rPos.Row() < 0 || MAXROW < rPos.Row() ) in lcl_InvalidateReference()
2042 if ( rPos.Tab() < 0 || MAXTAB < rPos.Tab() ) in lcl_InvalidateReference()
2051 if ( rPos.Col() < 0 || MAXCOL < rPos.Col() ) in lcl_InvalidateReference()
2057 if ( rPos.Row() < 0 || MAXROW < rPos.Row() ) in lcl_InvalidateReference()
2063 if ( rPos.Tab() < 0 || MAXTAB < rPos.Tab() ) in lcl_InvalidateReference()
2750 ScRange aRange( rPos ); in AppendContent()
2772 ScRange aRange( rPos ); in AppendContent()
2806 AppendContent( rPos, pOldCell, pDoc->GetNumberFormat( rPos ), pDoc ); in AppendContent()
2957 ScRange aRange( rPos ); in AppendContentOnTheFly()
[all …]
H A Dcollect.cxx423 sal_uInt16& rPos, sal_Bool bBack ) const in FindText() argument
431 if ( rPos != SCPOS_INVALID && rPos < nCount ) in FindText()
433 TypedStrData* pData = (TypedStrData*) pItems[rPos]; in FindText()
441 if ( rPos != SCPOS_INVALID ) in FindText()
442 nStartPos = rPos; // weitersuchen... in FindText()
459 rPos = i; in FindText()
470 if ( rPos != SCPOS_INVALID ) in FindText()
471 nStartPos = rPos + 1; // weitersuchen... in FindText()
487 rPos = i; in FindText()
H A Dcompiler.cxx1790 ScCompiler::ScCompiler( ScDocument* pDocument, const ScAddress& rPos,ScTokenArray& rArr) in ScCompiler() argument
1793 aPos( rPos ), in ScCompiler()
1806 ScCompiler::ScCompiler( ScDocument* pDocument, const ScAddress& rPos) in ScCompiler() argument
1809 aPos( rPos ), in ScCompiler()
4180 void ScCompiler::MoveRelWrap( ScTokenArray& rArr, ScDocument* pDoc, const ScAddress& rPos, in MoveRelWrap() argument
4188 …ScRefUpdate::MoveRelWrap( pDoc, rPos, nMaxCol, nMaxRow, SingleDoubleRefModifier( t->GetSingleRef()… in MoveRelWrap()
4190 ScRefUpdate::MoveRelWrap( pDoc, rPos, nMaxCol, nMaxRow, t->GetDoubleRef() ); in MoveRelWrap()
H A Dhints.cxx117 void ScLinkRefreshedHint::SetAreaLink( const ScAddress& rPos ) in SetAreaLink() argument
120 aDestPos = rPos; in SetAreaLink()
H A Dinterpr1.cxx6902 FormulaSubroutineToken* lcl_CreateExternalRefSubroutine( const ScAddress& rPos, ScDocument* pDoc, in lcl_CreateExternalRefSubroutine() argument
6913 aRef.InitRangeRel( ScRange( rRefAd1.GetAddress(), pRefAd2->GetAddress()), rPos); in lcl_CreateExternalRefSubroutine()
6929 aRef.InitAddressRel( rRefAd1.GetAddress(), rPos); in lcl_CreateExternalRefSubroutine()
6942 ScCompiler aComp( pDoc, rPos, *pTokenArray); in lcl_CreateExternalRefSubroutine()
7140 FormulaSubroutineToken* lcl_CreateExternalRefSubroutine( const ScAddress& rPos, in lcl_CreateExternalRefSubroutine() argument
7152 ScCompiler aComp( pDoc, rPos, *pTokenArray); in lcl_CreateExternalRefSubroutine()
H A Dinterpr4.cxx85 void ScInterpreter::ReplaceCell( ScAddress& rPos ) in ReplaceCell() argument
91 if ( rPos == pTOp->aOld1 ) in ReplaceCell()
93 rPos = pTOp->aNew1; in ReplaceCell()
96 else if ( rPos == pTOp->aOld2 ) in ReplaceCell()
98 rPos = pTOp->aNew2; in ReplaceCell()
165 nFormat = pDok->GetNumberFormat( rPos ); in GetCellNumberFormat()
173 nFormat = pDok->GetNumberFormat( rPos ); in GetCellNumberFormat()
404 double nVal = GetCellValueOrZero( rPos, pCell ); in GetCellValue()
430 rPos, pFCell ); in GetCellValueOrZero()
2930 ScBaseCell* pCell = pDok->GetCell( rPos ); in SetSbxVariable()
[all …]
H A Drangenam.cxx248 void ScRangeData::UpdateSymbol( rtl::OUStringBuffer& rBuffer, const ScAddress& rPos, in UpdateSymbol() argument
252 ScCompiler aComp( pDoc, rPos, *pTemp.get()); in UpdateSymbol()
393 sal_Bool ScRangeData::IsReference( ScRange& rRange, const ScAddress& rPos ) const in IsReference()
398 ScCompiler aComp( pDoc, rPos, *pTemp); in IsReference()
H A Drefdata.cxx34 nRelCol = nCol - rPos.Col(); in CalcRelFromAbs()
35 nRelRow = nRow - rPos.Row(); in CalcRelFromAbs()
36 nRelTab = nTab - rPos.Tab(); in CalcRelFromAbs()
43 nCol = nRelCol + rPos.Col(); in SmartRelAbs()
45 nRelCol = nCol - rPos.Col(); in SmartRelAbs()
48 nRow = nRelRow + rPos.Row(); in SmartRelAbs()
50 nRelRow = nRow - rPos.Row(); in SmartRelAbs()
317 CalcAbsIfRel( rPos); in Extend()
319 aRef.CalcAbsIfRel( rPos); in Extend()
350 Ref2.CalcRelFromAbs( rPos); in Extend()
[all …]
H A Drefupdat.cxx496 const ScAddress& rPos, const ScRange& r, in Update() argument
670 rRef.CalcRelFromAbs( rPos ); in Update()
685 else if ( nDz && r.In( rPos ) ) in Update()
691 rRef.CalcRelFromAbs( rPos ); in Update()
694 rRef.CalcRelFromAbs( rPos ); in Update()
696 else if( eMode == URM_COPY && r.In( rPos ) ) in Update()
700 rRef.CalcRelFromAbs( rPos ); in Update()
812 rRef.CalcRelFromAbs( rPos ); in Move()
821 rRef.Ref1.nCol = rRef.Ref1.nRelCol + rPos.Col(); in MoveRelWrap()
826 rRef.Ref2.nCol = rRef.Ref2.nRelCol + rPos.Col(); in MoveRelWrap()
[all …]
H A Dtoken.cxx615 aRef.Extend( rRef2, rPos); in ExtendRangeReference()
816 (*it).CalcAbsIfRel( rPos); in CalcAbsIfRel()
821 (*it).CalcRelFromAbs( rPos); in CalcRelFromAbs()
880 maSingleRef.CalcAbsIfRel( rPos ); in CalcAbsIfRel()
885 maSingleRef.CalcRelFromAbs( rPos ); in CalcRelFromAbs()
974 maDoubleRef.CalcAbsIfRel( rPos ); in CalcAbsIfRel()
979 maDoubleRef.CalcRelFromAbs( rPos ); in CalcRelFromAbs()
1661 if ( rPos.Row() < MAXROW ) in GetAdjacentExtendOfOuterFuncRefs()
1667 if ( rPos.Col() < MAXCOL ) in GetAdjacentExtendOfOuterFuncRefs()
1673 if ( rPos.Row() > 0 ) in GetAdjacentExtendOfOuterFuncRefs()
[all …]
/trunk/main/sc/source/filter/excel/
H A Dxecontent.cxx328 sal_uInt32 XclExpMergedcells::GetBaseXFId( const ScAddress& rPos ) const in GetBaseXFId()
334 if( pScRange->In( rPos ) ) in GetBaseXFId()
H A Dxeescher.cxx139 const Point& rPos = rSdrObj.GetAnchorPos(); in ImplSetFlags() local
140 mnFlags = ((rPos.X() == 0) && (rPos.Y() == 1)) ? EXC_ESC_ANCHOR_LOCKED : 0; in ImplSetFlags()
H A Dxichart.cxx2774 const XclChDataPointPos& rPos = xDataFmt->GetPointPos(); in ReadChDataFormat() local
2775 if( (rPos.mnSeriesIdx == 0) && (rPos.mnPointIdx == 0) && in ReadChDataFormat()
H A Dxicontent.cxx609 …const ScAddress& rPos = maRanges.GetObject( 0 )->aStart; // assured above that maRanges is not … in ReadCF() local
616 rFmlaConv.Reset( rPos ); in ReadCF()
627 rFmlaConv.Reset( rPos ); in ReadCF()
642 … ScCondFormatEntry aEntry( eMode, xTokArr1.get(), pTokArr2.get(), GetDocPtr(), rPos, aStyleName ); in ReadCF()
H A Dxistream.cxx1051 void XclImpStream::StorePosition( XclImpStreamPos& rPos ) in StorePosition() argument
1053rPos.Set( mrStrm, mnNextRecPos, mnCurrRecSize, mnRawRecId, mnRawRecSize, mnRawRecLeft, mbValid ); in StorePosition()
1056 void XclImpStream::RestorePosition( const XclImpStreamPos& rPos ) in RestorePosition() argument
1058rPos.Get( mrStrm, mnNextRecPos, mnCurrRecSize, mnRawRecId, mnRawRecSize, mnRawRecLeft, mbValid ); in RestorePosition()
H A Dxladdress.cxx53 bool XclRange::Contains( const XclAddress& rPos ) const in Contains()
55 return (maFirst.mnCol <= rPos.mnCol) && (rPos.mnCol <= maLast.mnCol) && in Contains()
56 (maFirst.mnRow <= rPos.mnRow) && (rPos.mnRow <= maLast.mnRow); in Contains()
H A Dxltracer.cxx158 void XclTracer::TraceInvalidAddress( const ScAddress& rPos, const ScAddress& rMaxPos ) in TraceInvalidAddress() argument
160 TraceInvalidRow(rPos.Tab(), rPos.Row(), rMaxPos.Row()); in TraceInvalidAddress()
161 TraceInvalidTab(rPos.Tab(), rMaxPos.Tab()); in TraceInvalidAddress()
/trunk/main/sc/source/filter/inc/
H A Dxcl97rec.hxx161 … XclObjDropDown( XclExpObjectManager& rObjMgr, const ScAddress& rPos, sal_Bool bFilt );
H A Dxecontent.hxx83 sal_uInt32 GetBaseXFId( const ScAddress& rPos ) const;
250 void InsertCellRange( const ScRange& rPos );
H A Dxistream.hxx451 void StorePosition( XclImpStreamPos& rPos );
453 void RestorePosition( const XclImpStreamPos& rPos );
H A Dxladdress.hxx84 inline explicit XclRange( const XclAddress& rPos ) : maFirst( rPos ), maLast( rPos ) {} in XclRange()
96 bool Contains( const XclAddress& rPos ) const;
H A Dxltracer.hxx109 … void TraceInvalidAddress(const ScAddress& rPos, const ScAddress& rMaxPos);
/trunk/main/sc/source/filter/rtf/
H A Deeimpars.cxx69 extern void ScLimitSizeOnDrawPage( Size& rSize, Point& rPos, const Size& rPage );

Completed in 192 milliseconds

12345678910>>...25