Home
last modified time | relevance | path

Searched refs:IsStyleSheetUsed (Results 1 – 9 of 9) sorted by relevance

/trunk/main/sc/source/core/data/
H A Dstlsheet.cxx277 if ( pDoc && pDoc->IsStyleSheetUsed( *this, sal_True ) ) in IsUsed()
H A Dcolumn.cxx608 sal_Bool ScColumn::IsStyleSheetUsed( const ScStyleSheet& rStyle, sal_Bool bGatherAllStyles ) const in IsStyleSheetUsed() function in ScColumn
610 return pAttrArray->IsStyleSheetUsed( rStyle, bGatherAllStyles ); in IsStyleSheetUsed()
H A Dtable2.cxx2056 sal_Bool ScTable::IsStyleSheetUsed( const ScStyleSheet& rStyle, sal_Bool bGatherAllStyles ) const in IsStyleSheetUsed() function in ScTable
2062 if ( aCol[i].IsStyleSheetUsed( rStyle, bGatherAllStyles ) ) in IsStyleSheetUsed()
H A Ddocument.cxx4142 sal_Bool ScDocument::IsStyleSheetUsed( const ScStyleSheet& rStyle, sal_Bool bGatherAllStyles ) const in IsStyleSheetUsed() function in ScDocument
4165 if ( pTab[i]->IsStyleSheetUsed( rStyle, bGatherAllStyles ) ) in IsStyleSheetUsed()
H A Dattarray.cxx1784 sal_Bool ScAttrArray::IsStyleSheetUsed( const ScStyleSheet& rStyle, in IsStyleSheetUsed() function in ScAttrArray
/trunk/main/sc/inc/
H A Dattarray.hxx155 sal_Bool IsStyleSheetUsed( const ScStyleSheet& rStyle, sal_Bool bGatherAllStyles ) const;
H A Dcolumn.hxx335 sal_Bool IsStyleSheetUsed( const ScStyleSheet& rStyle, sal_Bool bGatherAllStyles ) const;
H A Dtable.hxx584 sal_Bool IsStyleSheetUsed( const ScStyleSheet& rStyle, sal_Bool bGatherAllStyles ) const;
H A Ddocument.hxx1283 sal_Bool IsStyleSheetUsed( const ScStyleSheet& rStyle, sal_Bool bGatherAllStyles ) const;

Completed in 120 milliseconds