Home
last modified time | relevance | path

Searched refs:UpdateTranspose (Results 1 – 13 of 13) sorted by relevance

/trunk/main/sc/source/core/tool/
H A Drangenam.cxx286 void ScRangeData::UpdateTranspose( const ScRange& rSource, const ScAddress& rDest ) in UpdateTranspose() function in ScRangeData
305 if ( ScRefUpdate::UpdateTranspose( pDoc, rSource, rDest, rRef ) != UR_NOTHING ) in UpdateTranspose()
850 void ScRangeName::UpdateTranspose( const ScRange& rSource, const ScAddress& rDest ) in UpdateTranspose() function in ScRangeName
853 ((ScRangeData*)pItems[i])->UpdateTranspose( rSource, rDest ); in UpdateTranspose()
H A Drefupdat.cxx881 ScRefUpdateRes ScRefUpdate::UpdateTranspose( ScDocument* pDoc, in UpdateTranspose() function in ScRefUpdate
/trunk/main/sc/inc/
H A Drangenam.hxx140 void UpdateTranspose( const ScRange& rSource, const ScAddress& rDest );
219 void UpdateTranspose( const ScRange& rSource, const ScAddress& rDest );
H A Dcell.hxx395 void UpdateTranspose( const ScRange& rSource, const ScAddress& rDest,
H A Dcolumn.hxx291 void UpdateTranspose( const ScRange& rSource, const ScAddress& rDest,
H A Dtable.hxx484 void UpdateTranspose( const ScRange& rSource, const ScAddress& rDest,
H A Ddocument.hxx1176 SC_DLLPUBLIC void UpdateTranspose( const ScAddress& rDestPos, ScDocument* pClipDoc,
/trunk/main/sc/source/core/data/
H A Dcell2.cxx1249 void ScFormulaCell::UpdateTranspose( const ScRange& rSource, const ScAddress& rDest, in UpdateTranspose() function in ScFormulaCell
1298 bMod = (ScRefUpdate::UpdateTranspose( pDocument, rSource, in UpdateTranspose()
1325 bMod = (ScRefUpdate::UpdateTranspose( pDocument, rSource, in UpdateTranspose()
H A Ddocumen3.cxx965 void ScDocument::UpdateTranspose( const ScAddress& rDestPos, ScDocument* pClipDoc, in UpdateTranspose() function in ScDocument
987 pRangeName->UpdateTranspose( aSource, aDest ); // vor den Zellen! in UpdateTranspose()
990 pTab[i]->UpdateTranspose( aSource, aDest, pUndoDoc ); in UpdateTranspose()
H A Dtable1.cxx1305 void ScTable::UpdateTranspose( const ScRange& rSource, const ScAddress& rDest, in UpdateTranspose() function in ScTable
1309 aCol[i].UpdateTranspose( rSource, rDest, pUndoDoc ); in UpdateTranspose()
H A Dcolumn.cxx1676 void ScColumn::UpdateTranspose( const ScRange& rSource, const ScAddress& rDest, in UpdateTranspose() function in ScColumn
1686 ((ScFormulaCell*)pCell)->UpdateTranspose( rSource, rDest, pUndoDoc ); in UpdateTranspose()
/trunk/main/sc/source/core/inc/
H A Drefupdat.hxx81 static ScRefUpdateRes UpdateTranspose( ScDocument* pDoc,
/trunk/main/sc/source/ui/view/
H A Dviewfun3.cxx1386 pDoc->UpdateTranspose( aUserRange.aStart, pOrigClipDoc, aFilteredMark, pRefUndoDoc ); in PasteFromClip()

Completed in 98 milliseconds