Lines Matching refs:ScColumn

69 ScColumn::ScColumn() :  in ScColumn()  function in ScColumn
80 ScColumn::~ScColumn() in ~ScColumn()
87 void ScColumn::Init(SCCOL nNewCol, SCTAB nNewTab, ScDocument* pDoc) in Init()
96 SCsROW ScColumn::GetNextUnprotected( SCROW nRow, sal_Bool bUp ) const in GetNextUnprotected()
102 sal_uInt16 ScColumn::GetBlockMatrixEdges( SCROW nRow1, SCROW nRow2, sal_uInt16 nMask ) const in GetBlockMatrixEdges()
162 sal_Bool ScColumn::HasSelectionMatrixFragment(const ScMarkData& rMark) const in HasSelectionMatrixFragment()
243 bool ScColumn::HasAttrib( SCROW nRow1, SCROW nRow2, sal_uInt16 nMask ) const in HasAttrib()
249 sal_Bool ScColumn::HasAttribSelection( const ScMarkData& rMark, sal_uInt16 nMask ) const in HasAttribSelection()
270 sal_Bool ScColumn::ExtendMerge( SCCOL nThisCol, SCROW nStartRow, SCROW nEndRow, in ExtendMerge()
278 void ScColumn::MergeSelectionPattern( ScMergePatternState& rState, const ScMarkData& rMark, sal_Boo… in MergeSelectionPattern()
296 void ScColumn::MergePatternArea( ScMergePatternState& rState, SCROW nRow1, SCROW nRow2, sal_Bool bD… in MergePatternArea()
302 void ScColumn::MergeBlockFrame( SvxBoxItem* pLineOuter, SvxBoxInfoItem* pLineInner, in MergeBlockFrame()
310 void ScColumn::ApplyBlockFrame( const SvxBoxItem* pLineOuter, const SvxBoxInfoItem* pLineInner, in ApplyBlockFrame()
317 const ScPatternAttr* ScColumn::GetPattern( SCROW nRow ) const in GetPattern()
322 const ScPatternAttr* ScColumn::GetPatternRange( SCROW& rStartRow, SCROW& rEndRow, SCROW nRow ) const in GetPatternRange()
327 const SfxPoolItem* ScColumn::GetAttr( SCROW nRow, sal_uInt16 nWhich ) const in GetAttr()
333 const ScPatternAttr* ScColumn::GetMostUsedPattern( SCROW nStartRow, SCROW nEndRow ) const in GetMostUsedPattern()
358 sal_uLong ScColumn::GetNumberFormat( SCROW nRow ) const in GetNumberFormat()
364 SCsROW ScColumn::ApplySelectionCache( SfxItemPoolCache* pCache, const ScMarkData& rMark ) in ApplySelectionCache()
389 void ScColumn::ChangeSelectionIndent( sal_Bool bIncrement, const ScMarkData& rMark ) in ChangeSelectionIndent()
403 void ScColumn::ClearSelectionItems( const sal_uInt16* pWhich,const ScMarkData& rMark ) in ClearSelectionItems()
417 void ScColumn::DeleteSelection( sal_uInt16 nDelFlag, const ScMarkData& rMark ) in DeleteSelection()
431 void ScColumn::ApplyPattern( SCROW nRow, const ScPatternAttr& rPatAttr ) in ApplyPattern()
449 void ScColumn::ApplyPatternArea( SCROW nStartRow, SCROW nEndRow, const ScPatternAttr& rPatAttr ) in ApplyPatternArea()
457 void ScColumn::ApplyPatternIfNumberformatIncompatible( const ScRange& rRange, in ApplyPatternIfNumberformatIncompatible()
484 void ScColumn::ApplyStyle( SCROW nRow, const ScStyleSheet& rStyle ) in ApplyStyle()
497 void ScColumn::ApplyStyleArea( SCROW nStartRow, SCROW nEndRow, const ScStyleSheet& rStyle ) in ApplyStyleArea()
503 void ScColumn::ApplySelectionStyle(const ScStyleSheet& rStyle, const ScMarkData& rMark) in ApplySelectionStyle()
517 void ScColumn::ApplySelectionLineStyle( const ScMarkData& rMark, in ApplySelectionLineStyle()
535 const ScStyleSheet* ScColumn::GetStyle( SCROW nRow ) const in GetStyle()
541 const ScStyleSheet* ScColumn::GetSelectionStyle( const ScMarkData& rMark, sal_Bool& rFound ) const in GetSelectionStyle()
578 const ScStyleSheet* ScColumn::GetAreaStyle( sal_Bool& rFound, SCROW nRow1, SCROW nRow2 ) const in GetAreaStyle()
603 void ScColumn::FindStyleSheet( const SfxStyleSheetBase* pStyleSheet, ScFlatBoolRowSegments& rUsedRo… in FindStyleSheet()
608 sal_Bool ScColumn::IsStyleSheetUsed( const ScStyleSheet& rStyle, sal_Bool bGatherAllStyles ) const in IsStyleSheetUsed()
614 sal_Bool ScColumn::ApplyFlags( SCROW nStartRow, SCROW nEndRow, sal_Int16 nFlags ) in ApplyFlags()
620 sal_Bool ScColumn::RemoveFlags( SCROW nStartRow, SCROW nEndRow, sal_Int16 nFlags ) in RemoveFlags()
626 void ScColumn::ClearItems( SCROW nStartRow, SCROW nEndRow, const sal_uInt16* pWhich ) in ClearItems()
632 void ScColumn::SetPattern( SCROW nRow, const ScPatternAttr& rPatAttr, sal_Bool bPutToPool ) in SetPattern()
638 void ScColumn::SetPatternArea( SCROW nStartRow, SCROW nEndRow, in SetPatternArea()
645 void ScColumn::ApplyAttr( SCROW nRow, const SfxPoolItem& rAttr ) in ApplyAttr()
686 sal_Bool ScColumn::Search( SCROW nRow, SCSIZE& nIndex ) const in Search()
779 ScBaseCell* ScColumn::GetCell( SCROW nRow ) const in GetCell()
788 void ScColumn::Resize( SCSIZE nSize ) in Resize()
835 void ScColumn::SwapRow(SCROW nRow1, SCROW nRow2) in SwapRow()
997 void ScColumn::SwapCell( SCROW nRow, ScColumn& rCol) in SwapCell()
1066 sal_Bool ScColumn::TestInsertCol( SCROW nStartRow, SCROW nEndRow) const in TestInsertCol()
1090 sal_Bool ScColumn::TestInsertRow( SCSIZE nSize ) const in TestInsertRow()
1118 void ScColumn::InsertRow( SCROW nStartRow, SCSIZE nSize ) in InsertRow()
1225 void ScColumn::CopyToClip(SCROW nRow1, SCROW nRow2, ScColumn& rColumn, sal_Bool bKeepScenarioFlags,… in CopyToClip()
1269 void ScColumn::CopyToColumn(SCROW nRow1, SCROW nRow2, sal_uInt16 nFlags, sal_Bool bMarked, in CopyToColumn()
1270 ScColumn& rColumn, const ScMarkData* pMarkData, sal_Bool bAsLink ) in CopyToColumn()
1347 void ScColumn::UndoToColumn(SCROW nRow1, SCROW nRow2, sal_uInt16 nFlags, sal_Bool bMarked, in UndoToColumn()
1348 ScColumn& rColumn, const ScMarkData* pMarkData ) in UndoToColumn()
1360 void ScColumn::CopyUpdated( const ScColumn& rPosCol, ScColumn& rDestCol ) const in CopyUpdated()
1384 void ScColumn::CopyScenarioFrom( const ScColumn& rSrcCol ) in CopyScenarioFrom()
1396 ((ScColumn&)rSrcCol). in CopyScenarioFrom()
1415 void ScColumn::CopyScenarioTo( ScColumn& rDestCol ) const in CopyScenarioTo()
1427 ((ScColumn*)this)-> in CopyScenarioTo()
1446 sal_Bool ScColumn::TestCopyScenarioTo( const ScColumn& rDestCol ) const in TestCopyScenarioTo()
1464 void ScColumn::MarkScenarioIn( ScMarkData& rDestMark ) const in MarkScenarioIn()
1485 void ScColumn::SwapCol(ScColumn& rCol) in SwapCol()
1527 void ScColumn::MoveTo(SCROW nStartRow, SCROW nEndRow, ScColumn& rCol) in MoveTo()
1611 void ScColumn::UpdateReference( UpdateRefMode eUpdateRefMode, SCCOL nCol1, SCROW nRow1, SCTAB nTab1, in UpdateReference()
1676 void ScColumn::UpdateTranspose( const ScRange& rSource, const ScAddress& rDest, in UpdateTranspose()
1694 void ScColumn::UpdateGrow( const ScRange& rArea, SCCOL nGrowX, SCROW nGrowY ) in UpdateGrow()
1711 void ScColumn::UpdateInsertTab( SCTAB nTable) in UpdateInsertTab()
1720 void ScColumn::UpdateInsertTabOnlyCells( SCTAB nTable) in UpdateInsertTabOnlyCells()
1737 void ScColumn::UpdateInsertTabAbs(SCTAB nTable) in UpdateInsertTabAbs()
1754 void ScColumn::UpdateDeleteTab( SCTAB nTable, sal_Bool bIsMove, ScColumn* pRefUndo ) in UpdateDeleteTab()
1785 void ScColumn::UpdateMoveTab( SCTAB nOldPos, SCTAB nNewPos, SCTAB nTabNo ) in UpdateMoveTab()
1804 void ScColumn::UpdateCompile( sal_Bool bForceIfNameInUse ) in UpdateCompile()
1821 void ScColumn::SetTabNo(SCTAB nNewTab) in SetTabNo()
1835 sal_Bool ScColumn::IsRangeNameInUse(SCROW nRow1, SCROW nRow2, sal_uInt16 nIndex) const in IsRangeNameInUse()
1847 void ScColumn::FindRangeNamesInUse(SCROW nRow1, SCROW nRow2, std::set<sal_uInt16>& rIndexes) const in FindRangeNamesInUse()
1857 void ScColumn::ReplaceRangeNamesInUse(SCROW nRow1, SCROW nRow2, in ReplaceRangeNamesInUse()
1875 void ScColumn::SetDirtyVar() in SetDirtyVar()
1886 void ScColumn::SetDirty() in SetDirty()
1905 void ScColumn::SetDirty( const ScRange& rRange ) in SetDirty()
1934 void ScColumn::SetTableOpDirty( const ScRange& rRange ) in SetTableOpDirty()
1963 void ScColumn::SetDirtyAfterLoad() in SetDirtyAfterLoad()
1996 void ScColumn::SetRelNameDirty() in SetRelNameDirty()
2010 void ScColumn::CalcAll() in CalcAll()
2037 void ScColumn::CompileAll() in CompileAll()
2058 void ScColumn::CompileXML( ScProgress& rProgress ) in CompileXML()
2075 void ScColumn::CalcAfterLoad() in CalcAfterLoad()
2087 void ScColumn::ResetChanged( SCROW nStartRow, SCROW nEndRow ) in ResetChanged()
2104 sal_Bool ScColumn::HasEditCells(SCROW nStartRow, SCROW nEndRow, SCROW& rFirst) const in HasEditCells()
2129 SCsROW ScColumn::SearchStyle( SCsROW nRow, const ScStyleSheet* pSearchStyle, in SearchStyle()
2145 sal_Bool ScColumn::SearchStyleRange( SCsROW& rRow, SCsROW& rEndRow, const ScStyleSheet* pSearchStyl… in SearchStyleRange()