/trunk/main/canvas/source/directx/ |
H A D | dx_5rm.cxx | 99 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 D | dx_9rm.cxx | 157 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/sc/source/ui/view/ |
H A D | viewfun3.cxx | 1747 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 …]
|
/trunk/main/sc/source/ui/unoobj/ |
H A D | funcuno.cxx | 160 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/oox/source/xls/ |
H A D | querytablebuffer.cxx | 134 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/source/core/data/ |
H A D | column3.cxx | 600 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 D | cell.cxx | 106 …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 D | drwlayer.cxx | 1454 …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 D | postit.cxx | 536 …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()
|
H A D | documen3.cxx | 965 void ScDocument::UpdateTranspose( const ScAddress& rDestPos, ScDocument* pClipDoc, in UpdateTranspose() argument 974 ScAddress aDest = rDestPos; in UpdateTranspose()
|
H A D | document.cxx | 2305 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()
|
/trunk/main/sc/inc/ |
H A D | cell.hxx | 92 …ScBaseCell* CloneWithoutNote( ScDocument& rDestDoc, const ScAddress& rDestPos, int nCloneFlags… 96 …hNote( const ScAddress& rOwnPos, ScDocument& rDestDoc, const ScAddress& rDestPos, int nCloneFlags …
|
H A D | column.hxx | 203 ScFormulaCell* CreateRefCell( ScDocument* pDestDoc, const ScAddress& rDestPos, 411 …Cell* CloneCell(SCSIZE nIndex, sal_uInt16 nFlags, ScDocument& rDestDoc, const ScAddress& rDestPos);
|
H A D | postit.hxx | 100 ScDocument& rDestDoc, const ScAddress& rDestPos,
|
H A D | drwlayer.hxx | 186 const ScAddress& rDestPos, const Rectangle& rDestRange );
|
H A D | document.hxx | 1106 void CopyMultiRangeFromClip(const ScAddress& rDestPos, const ScMarkData& rMark, 1176 SC_DLLPUBLIC void UpdateTranspose( const ScAddress& rDestPos, ScDocument* pClipDoc,
|
/trunk/main/sc/source/ui/inc/ |
H A D | viewfunc.hxx | 159 sal_Bool MoveBlockTo( const ScRange& rSource, const ScAddress& rDestPos, 162 sal_Bool LinkBlock( const ScRange& rSource, const ScAddress& rDestPos, sal_Bool bApi );
|
H A D | docfunc.hxx | 111 sal_Bool MoveBlock( const ScRange& rSource, const ScAddress& rDestPos,
|
/trunk/main/canvas/inc/canvas/rendering/ |
H A D | isurface.hxx | 74 virtual bool update( const ::basegfx::B2IPoint& rDestPos,
|
/trunk/main/sc/source/ui/docshell/ |
H A D | docfunc.cxx | 2236 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()
|