/aoo41x/main/sc/source/core/tool/ |
H A D | rangenam.cxx | 286 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 D | refupdat.cxx | 881 ScRefUpdateRes ScRefUpdate::UpdateTranspose( ScDocument* pDoc, in UpdateTranspose() function in ScRefUpdate
|
/aoo41x/main/sc/inc/ |
H A D | rangenam.hxx | 140 void UpdateTranspose( const ScRange& rSource, const ScAddress& rDest ); 219 void UpdateTranspose( const ScRange& rSource, const ScAddress& rDest );
|
H A D | cell.hxx | 395 void UpdateTranspose( const ScRange& rSource, const ScAddress& rDest,
|
H A D | column.hxx | 291 void UpdateTranspose( const ScRange& rSource, const ScAddress& rDest,
|
H A D | table.hxx | 484 void UpdateTranspose( const ScRange& rSource, const ScAddress& rDest,
|
H A D | document.hxx | 1176 SC_DLLPUBLIC void UpdateTranspose( const ScAddress& rDestPos, ScDocument* pClipDoc,
|
/aoo41x/main/sc/source/core/inc/ |
H A D | refupdat.hxx | 81 static ScRefUpdateRes UpdateTranspose( ScDocument* pDoc,
|
/aoo41x/main/sc/source/core/data/ |
H A D | cell2.cxx | 1249 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 D | documen3.cxx | 965 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 D | table1.cxx | 1305 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 D | column.cxx | 1676 void ScColumn::UpdateTranspose( const ScRange& rSource, const ScAddress& rDest, in UpdateTranspose() function in ScColumn 1686 ((ScFormulaCell*)pCell)->UpdateTranspose( rSource, rDest, pUndoDoc ); in UpdateTranspose()
|
/aoo41x/main/sc/source/ui/view/ |
H A D | viewfun3.cxx | 1386 pDoc->UpdateTranspose( aUserRange.aStart, pOrigClipDoc, aFilteredMark, pRefUndoDoc ); in PasteFromClip()
|