Home
last modified time | relevance | path

Searched refs:rDestPos (Results 1 – 20 of 20) sorted by path

/trunk/main/canvas/inc/canvas/rendering/
H A Disurface.hxx74 virtual bool update( const ::basegfx::B2IPoint& rDestPos,
/trunk/main/canvas/source/directx/
H A Ddx_5rm.cxx99 bool doBlit( const ::basegfx::B2IPoint& rDestPos, in doBlit() argument
111 rDestPos.getX(), in doBlit()
112 rDestPos.getY(), in doBlit()
189 rDestPos.getY()*aDescDst.lPitch + in doBlit()
190 (rDestPos.getX()<<1); in doBlit()
216 rDestPos.getY()*aDescDst.lPitch + in doBlit()
217 (rDestPos.getX()<<2); in doBlit()
238 rDestPos.getY()*aDescDst.lPitch + in doBlit()
239 (rDestPos.getX()<<1); in doBlit()
520 virtual bool update( const ::basegfx::B2IPoint& rDestPos,
[all …]
H A Ddx_9rm.cxx157 virtual bool update( const ::basegfx::B2IPoint& rDestPos,
394 bool DXSurface::update( const ::basegfx::B2IPoint& rDestPos, in update() argument
407 rect.left = std::max(sal_Int32(0),rDestPos.getX()); in update()
408 rect.top = std::max(sal_Int32(0),rDestPos.getY()); in update()
/trunk/main/oox/source/xls/
H A Dquerytablebuffer.cxx134 const Reference< XAreaLinks >& rxAreaLinks, const CellAddress& rDestPos, in lclFindAreaLink() argument
147 …if( (rDestPos.Sheet == aDestArea.Sheet) && (rDestPos.Column == aDestArea.StartColumn) && (rDestPos in lclFindAreaLink()
/trunk/main/sc/inc/
H A Dcell.hxx92 …ScBaseCell* CloneWithoutNote( ScDocument& rDestDoc, const ScAddress& rDestPos, int nCloneFlags…
96 …hNote( const ScAddress& rOwnPos, ScDocument& rDestDoc, const ScAddress& rDestPos, int nCloneFlags …
H A Dcolumn.hxx203 ScFormulaCell* CreateRefCell( ScDocument* pDestDoc, const ScAddress& rDestPos,
411 …Cell* CloneCell(SCSIZE nIndex, sal_uInt16 nFlags, ScDocument& rDestDoc, const ScAddress& rDestPos);
H A Ddocument.hxx1106 void CopyMultiRangeFromClip(const ScAddress& rDestPos, const ScMarkData& rMark,
1176 SC_DLLPUBLIC void UpdateTranspose( const ScAddress& rDestPos, ScDocument* pClipDoc,
H A Ddrwlayer.hxx186 const ScAddress& rDestPos, const Rectangle& rDestRange );
H A Dpostit.hxx100 ScDocument& rDestDoc, const ScAddress& rDestPos,
/trunk/main/sc/source/core/data/
H A Dcell.cxx106 …ell( const ScBaseCell& rSrcCell, ScDocument& rDestDoc, const ScAddress& rDestPos, int nCloneFlags ) in lclCloneCell() argument
117 … ScFormulaCell( static_cast< const ScFormulaCell& >( rSrcCell ), rDestDoc, rDestPos, nCloneFlags ); in lclCloneCell()
137 ScBaseCell* ScBaseCell::CloneWithoutNote( ScDocument& rDestDoc, const ScAddress& rDestPos, int nClo… in CloneWithoutNote() argument
139 return lclCloneCell( *this, rDestDoc, rDestPos, nCloneFlags ); in CloneWithoutNote()
142 …hNote( const ScAddress& rOwnPos, ScDocument& rDestDoc, const ScAddress& rDestPos, int nCloneFlags … in CloneWithNote() argument
144 ScBaseCell* pNewCell = lclCloneCell( *this, rDestDoc, rDestPos, nCloneFlags ); in CloneWithNote()
150 pNewCell->TakeNote( mpNote->Clone( rOwnPos, rDestDoc, rDestPos, bCloneCaption ) ); in CloneWithNote()
H A Dcolumn3.cxx600 ScFormulaCell* ScColumn::CreateRefCell( ScDocument* pDestDoc, const ScAddress& rDestPos, in CreateRefCell() argument
656 aRef.CalcRelFromAbs( rDestPos ); in CreateRefCell()
661 return new ScFormulaCell( pDestDoc, rDestPos, &aArr ); in CreateRefCell()
827 …olumn::CloneCell(SCSIZE nIndex, sal_uInt16 nFlags, ScDocument& rDestDoc, const ScAddress& rDestPos) in CloneCell() argument
847 pNew = rSource.CloneWithoutNote( rDestDoc, rDestPos ); in CloneCell()
853 pNew = rSource.CloneWithoutNote( rDestDoc, rDestPos ); in CloneCell()
860 pNew = rSource.CloneWithoutNote( rDestDoc, rDestPos ); in CloneCell()
873 ScFormulaCell* pErrCell = new ScFormulaCell( &rDestDoc, rDestPos ); in CloneCell()
917 ScPostIt* pNewNote = pNote->Clone( aOwnPos, rDestDoc, rDestPos, bCloneCaption ); in CloneCell()
H A Ddocumen3.cxx965 void ScDocument::UpdateTranspose( const ScAddress& rDestPos, ScDocument* pClipDoc, in UpdateTranspose() argument
974 ScAddress aDest = rDestPos; in UpdateTranspose()
H A Ddocument.cxx2305 const ScAddress& rDestPos, const ScMarkData& rMark, sal_uInt16 nInsFlag, ScDocument* pClipDoc, in CopyMultiRangeFromClip() argument
2323 SCCOL nCol1 = rDestPos.Col(); in CopyMultiRangeFromClip()
2324 SCROW nRow1 = rDestPos.Row(); in CopyMultiRangeFromClip()
H A Ddrwlayer.cxx1454 …std::vector< ScRangeList >& rRangesVector, const ScRange& rSourceRange, const ScAddress& rDestPos ) in lcl_MoveRanges() argument
1468 SCsCOL nDiffX = rDestPos.Col() - (SCsCOL)rSourceRange.aStart.Col(); in lcl_MoveRanges()
1469 SCsROW nDiffY = rDestPos.Row() - (SCsROW)rSourceRange.aStart.Row(); in lcl_MoveRanges()
1470 SCsTAB nDiffZ = rDestPos.Tab() - (SCsTAB)rSourceRange.aStart.Tab(); in lcl_MoveRanges()
1481 const ScAddress& rDestPos, const Rectangle& rDestRange ) in CopyFromClip() argument
1504 SCTAB nDestTab = rDestPos.Tab(); in CopyFromClip()
1646 if ( rDestPos != aClipRange.aStart ) in CopyFromClip()
1649 if ( lcl_MoveRanges( aRangesVector, aClipRange, rDestPos ) ) in CopyFromClip()
H A Dpostit.cxx536 …Clone( const ScAddress& rOwnPos, ScDocument& rDestDoc, const ScAddress& rDestPos, bool bCloneCapti… in Clone() argument
539 …return bCloneCaption ? new ScPostIt( rDestDoc, rDestPos, *this ) : new ScPostIt( rDestDoc, rDestPo… in Clone()
/trunk/main/sc/source/ui/docshell/
H A Ddocfunc.cxx2236 sal_Bool ScDocFunc::MoveBlock( const ScRange& rSource, const ScAddress& rDestPos, in MoveBlock() argument
2247 SCCOL nDestCol = rDestPos.Col(); in MoveBlock()
2248 SCROW nDestRow = rDestPos.Row(); in MoveBlock()
2249 SCTAB nDestTab = rDestPos.Tab(); in MoveBlock()
/trunk/main/sc/source/ui/inc/
H A Ddocfunc.hxx111 sal_Bool MoveBlock( const ScRange& rSource, const ScAddress& rDestPos,
H A Dviewfunc.hxx159 sal_Bool MoveBlockTo( const ScRange& rSource, const ScAddress& rDestPos,
162 sal_Bool LinkBlock( const ScRange& rSource, const ScAddress& rDestPos, sal_Bool bApi );
/trunk/main/sc/source/ui/unoobj/
H A Dfuncuno.cxx160 ScDocument* pDestDoc, const ScAddress& rDestPos ) in lcl_CopyData() argument
163 SCTAB nDestTab = rDestPos.Tab(); in lcl_CopyData()
165 ScRange aNewRange( rDestPos, ScAddress( in lcl_CopyData()
166 rSrcRange.aEnd.Col() - rSrcRange.aStart.Col() + rDestPos.Col(), in lcl_CopyData()
167 rSrcRange.aEnd.Row() - rSrcRange.aStart.Row() + rDestPos.Row(), in lcl_CopyData()
/trunk/main/sc/source/ui/view/
H A Dviewfun3.cxx1747 SCTAB nDestTab = rDestPos.Tab(); in MoveBlockTo()
1762 ScAddress aLocalDest = rDestPos; in MoveBlockTo()
1793 rSource, rDestPos, bCut, bRecord, bPaint, bApi ); in MoveBlockTo()
1801 rDestPos.Col() + rSource.aEnd.Col() - rSource.aStart.Col(), in MoveBlockTo()
1802 rDestPos.Row() + rSource.aEnd.Row() - rSource.aStart.Row(), in MoveBlockTo()
1814 aDestEnd.SetRow( rDestPos.Row() + nPastedCount - 1 ); in MoveBlockTo()
1817 MarkRange( ScRange( rDestPos, aDestEnd ), sal_False ); //! sal_False ??? in MoveBlockTo()
1831 if ( rSource.aStart.Tab() == rDestPos.Tab() ) in LinkBlock()
1855 if ( GetViewData()->GetTabNo() != rDestPos.Tab() ) in LinkBlock()
1856 SetTabNo( rDestPos.Tab() ); in LinkBlock()
[all …]

Completed in 184 milliseconds