Lines Matching refs:ScAddress

180 sal_Bool ScDocFunc::DetectiveAddPred(const ScAddress& rPos)  in DetectiveAddPred()
200 ScDetOpData aOperation( ScAddress(nCol,nRow,nTab), SCDETOP_ADDPRED ); in DetectiveAddPred()
218 sal_Bool ScDocFunc::DetectiveDelPred(const ScAddress& rPos) in DetectiveDelPred()
241 ScDetOpData aOperation( ScAddress(nCol,nRow,nTab), SCDETOP_DELPRED ); in DetectiveDelPred()
259 sal_Bool ScDocFunc::DetectiveAddSucc(const ScAddress& rPos) in DetectiveAddSucc()
280 ScDetOpData aOperation( ScAddress(nCol,nRow,nTab), SCDETOP_ADDSUCC ); in DetectiveAddSucc()
298 sal_Bool ScDocFunc::DetectiveDelSucc(const ScAddress& rPos) in DetectiveDelSucc()
321 ScDetOpData aOperation( ScAddress(nCol,nRow,nTab), SCDETOP_DELSUCC ); in DetectiveDelSucc()
339 sal_Bool ScDocFunc::DetectiveAddError(const ScAddress& rPos) in DetectiveAddError()
360 ScDetOpData aOperation( ScAddress(nCol,nRow,nTab), SCDETOP_ADDERROR ); in DetectiveAddError()
490 ScAddress aPos = pData->GetPos(); in DetectiveRefresh()
733 sal_Bool ScDocFunc::SetNormalString( const ScAddress& rPos, const String& rText, sal_Bool bApi ) in SetNormalString()
796 sal_Bool ScDocFunc::PutCell( const ScAddress& rPos, ScBaseCell* pNewCell, sal_Bool bApi ) in PutCell()
850 void ScDocFunc::NotifyInputHandler( const ScAddress& rPos ) in NotifyInputHandler()
880 sal_Bool ScDocFunc::PutData( const ScAddress& rPos, ScEditEngineDefaulter& rEngine, sal_Bool bInter… in PutData()
984 ScBaseCell* ScDocFunc::InterpretEnglishString( const ScAddress& rPos, in InterpretEnglishString()
1036 sal_Bool ScDocFunc::SetCellText( const ScAddress& rPos, const String& rText, in SetCellText()
1073 bool ScDocFunc::ShowNote( const ScAddress& rPos, bool bShow ) in ShowNote()
1094 bool ScDocFunc::SetNoteText( const ScAddress& rPos, const String& rText, sal_Bool bApi ) in SetNoteText()
1126 bool ScDocFunc::ReplaceNote( const ScAddress& rPos, const String& rNoteText, const String* pAuthor,… in ReplaceNote()
2236 sal_Bool ScDocFunc::MoveBlock( const ScRange& rSource, const ScAddress& rDestPos, in MoveBlock()
2499 ScAddress( nDestCol, nDestRow, nDestTab ), in MoveBlock()
3289 sal_Bool ScDocFunc::InsertPageBreak( sal_Bool bColumn, const ScAddress& rPos, in InsertPageBreak()
3353 sal_Bool ScDocFunc::RemovePageBreak( sal_Bool bColumn, const ScAddress& rPos, in RemovePageBreak()
4351 …for( ScAddress aPos( nStartCol, nStartRow, nTab ); !bHasNotes && (aPos.Col() <= nEndCol); aPos.Inc… in MergeCells()
4551 ScAddress( nPosX, nPosY, nTab)); in CreateOneName()
4649 sal_Bool ScDocFunc::InsertNameList( const ScAddress& rStartPos, sal_Bool bApi ) in InsertNameList()
4715 pData->UpdateSymbol(aContent, ScAddress( nStartCol, nOutRow, nTab )); in InsertNameList()
4752 sal_Bool ScDocFunc::ResizeMatrix( const ScRange& rOldRange, const ScAddress& rNewEnd, sal_Bool bApi… in ResizeMatrix()