Lines Matching refs:ScDocument

60 sal_Bool ScDocument::Solver(SCCOL nFCol, SCROW nFRow, SCTAB nFTab,  in Solver()
120 void ScDocument::InsertMatrixFormula(SCCOL nCol1, SCROW nRow1, in InsertMatrixFormula()
210 void ScDocument::InsertTableOp(const ScTabOpParam& rParam, // Mehrfachoperation in InsertTableOp()
294 bool ScDocument::MarkUsedExternalReferences( ScTokenArray & rArr ) in MarkUsedExternalReferences()
336 sal_Bool ScDocument::GetNextSpellingCell(SCCOL& nCol, SCROW& nRow, SCTAB nTab, in GetNextSpellingCell()
345 sal_Bool ScDocument::GetNextMarkedCell( SCCOL& rCol, SCROW& rRow, SCTAB nTab, in GetNextMarkedCell()
354 sal_Bool ScDocument::ReplaceStyle(const SvxSearchItem& rSearchItem, in ReplaceStyle()
365 void ScDocument::CompileDBFormula() in CompileDBFormula()
373 void ScDocument::CompileDBFormula( sal_Bool bCreateFormulaString ) in CompileDBFormula()
381 void ScDocument::CompileNameFormula( sal_Bool bCreateFormulaString ) in CompileNameFormula()
392 void ScDocument::CompileColRowNameFormula() in CompileColRowNameFormula()
400 void ScDocument::DoColResize( SCTAB nTab, SCCOL nCol1, SCCOL nCol2, SCSIZE nAdd ) in DoColResize()
410 void ScDocument::InvalidateTableArea() in InvalidateTableArea()
420 void ScDocument::GetLastAttrCell( SCTAB nTab, SCCOL& rEndCol, SCROW& rEndRow ) const in GetLastAttrCell()
428 sal_Int32 ScDocument::GetMaxStringLen( SCTAB nTab, SCCOL nCol, in GetMaxStringLen()
437 xub_StrLen ScDocument::GetMaxNumberStringLen( sal_uInt16& nPrecision, SCTAB nTab, in GetMaxNumberStringLen()
448 sal_Bool ScDocument::GetSelectionFunction( ScSubTotalFunc eFunc, in GetSelectionFunction()
505 double ScDocument::RoundValueAsShown( double fVal, sal_uLong nFormat ) in RoundValueAsShown()
551 sal_uLong ScDocument::AddCondFormat( const ScConditionalFormat& rNew ) in AddCondFormat()
580 sal_uLong ScDocument::AddValidationEntry( const ScValidationData& rNew ) in AddValidationEntry()
609 const SfxPoolItem* ScDocument::GetEffItem( in GetEffItem()
625 ScBaseCell* pCell = ((ScDocument*)this)->GetCell(ScAddress(nCol,nRow,nTab)); in GetEffItem()
644 const SfxItemSet* ScDocument::GetCondResult( SCCOL nCol, SCROW nRow, SCTAB nTab ) const in GetCondResult()
649 ScBaseCell* pCell = ((ScDocument*)this)->GetCell(ScAddress(nCol,nRow,nTab)); in GetCondResult()
662 const ScConditionalFormat* ScDocument::GetCondFormat( in GetCondFormat()
679 const ScValidationData* ScDocument::GetValidationEntry( sal_uLong nIndex ) const in GetValidationEntry()
687 void ScDocument::FindConditionalFormat( sal_uLong nKey, ScRangeList& rRanges ) in FindConditionalFormat()
693 void ScDocument::FindConditionalFormat( sal_uLong nKey, ScRangeList& rRanges, SCTAB nTab ) in FindConditionalFormat()
699 void ScDocument::ConditionalChanged( sal_uLong nKey ) in ConditionalChanged()
709 void ScDocument::SetCondFormList(ScConditionalFormatList* pNew) in SetCondFormList()
722 sal_Bool ScDocument::HasDetectiveOperations() const in HasDetectiveOperations()
727 void ScDocument::AddDetectiveOperation( const ScDetOpData& rData ) in AddDetectiveOperation()
735 void ScDocument::ClearDetectiveOperations() in ClearDetectiveOperations()
741 void ScDocument::SetDetOpList(ScDetOpList* pNew) in SetDetOpList()
760 sal_uInt16 ScDocument::RowDifferences( SCROW nThisRow, SCTAB nThisTab, in RowDifferences()
761 ScDocument& rOtherDoc, SCROW nOtherRow, SCTAB nOtherTab, in RowDifferences()
799 sal_uInt16 ScDocument::ColDifferences( SCCOL nThisCol, SCTAB nThisTab, in ColDifferences()
800 ScDocument& rOtherDoc, SCCOL nOtherCol, SCTAB nOtherTab, in ColDifferences()
840 void ScDocument::FindOrder( SCCOLROW* pOtherRows, SCCOLROW nThisEndRow, SCCOLROW nOtherEndRow, in FindOrder()
841 sal_Bool bColumns, ScDocument& rOtherDoc, SCTAB nThisTab, SCTAB nOtherTab, in FindOrder()
937 void ScDocument::CompareDocument( ScDocument& rOtherDoc ) in CompareDocument()