Lines Matching refs:ScStyleSheet

484 void ScColumn::ApplyStyle( SCROW nRow, const ScStyleSheet& rStyle )  in ApplyStyle()
490 pNewPattern->SetStyleSheet((ScStyleSheet*)&rStyle); in ApplyStyle()
497 void ScColumn::ApplyStyleArea( SCROW nStartRow, SCROW nEndRow, const ScStyleSheet& rStyle ) in ApplyStyleArea()
499 pAttrArray->ApplyStyleArea(nStartRow, nEndRow, (ScStyleSheet*)&rStyle); in ApplyStyleArea()
503 void ScColumn::ApplySelectionStyle(const ScStyleSheet& rStyle, const ScMarkData& rMark) in ApplySelectionStyle()
512 pAttrArray->ApplyStyleArea(nTop, nBottom, (ScStyleSheet*)&rStyle); in ApplySelectionStyle()
535 const ScStyleSheet* ScColumn::GetStyle( SCROW nRow ) const in GetStyle()
541 const ScStyleSheet* ScColumn::GetSelectionStyle( const ScMarkData& rMark, sal_Bool& rFound ) const in GetSelectionStyle()
552 const ScStyleSheet* pStyle = NULL; in GetSelectionStyle()
553 const ScStyleSheet* pNewStyle; in GetSelectionStyle()
578 const ScStyleSheet* ScColumn::GetAreaStyle( sal_Bool& rFound, SCROW nRow1, SCROW nRow2 ) const in GetAreaStyle()
584 const ScStyleSheet* pStyle = NULL; in GetAreaStyle()
585 const ScStyleSheet* pNewStyle; in GetAreaStyle()
608 sal_Bool ScColumn::IsStyleSheetUsed( const ScStyleSheet& rStyle, sal_Bool bGatherAllStyles ) const in IsStyleSheetUsed()
1300 const ScStyleSheet* pStyle = in CopyToColumn()
1304 pNewPattern->SetStyleSheet( (ScStyleSheet*)pStyle ); in CopyToColumn()
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()