Lines Matching refs:ScStyleSheet
130 ScStyleSheet* pSheet = new ScStyleSheet( rName, *this, eFamily, nMaskP ); in Create()
141 DBG_ASSERT( rStyle.ISA(ScStyleSheet), "Invalid StyleSheet-class! :-/" ); in Create()
142 return new ScStyleSheet( (const ScStyleSheet&) rStyle ); in Create()
154 ((ScDocumentPool&)rPool).StyleDeleted((ScStyleSheet*)pStyle); in Remove()
269 ScStyleSheet* pSheet = NULL; in CreateStandardStyles()
283 pSheet = (ScStyleSheet*) &Make( aStrStandard, SFX_STYLE_FAMILY_PARA, SCSTYLEBIT_STANDARD ); in CreateStandardStyles()
321 pSheet = (ScStyleSheet*) &Make( SCSTR( STR_STYLENAME_RESULT ), in CreateStandardStyles()
335 pSheet = (ScStyleSheet*) &Make( SCSTR( STR_STYLENAME_RESULT1 ), in CreateStandardStyles()
351 pSheet = (ScStyleSheet*) &Make( SCSTR( STR_STYLENAME_HEADLINE ), in CreateStandardStyles()
367 pSheet = (ScStyleSheet*) &Make( SCSTR( STR_STYLENAME_HEADLINE1 ), in CreateStandardStyles()
384 pSheet = (ScStyleSheet*) &Make( aStrStandard, in CreateStandardStyles()
429 pSheet = (ScStyleSheet*) &Make( SCSTR( STR_STYLENAME_REPORT ), in CreateStandardStyles()
617 ScStyleSheet* ScStyleSheetPool::FindCaseIns( const String& rName, SfxStyleFamily eFam ) in FindCaseIns()
631 return (ScStyleSheet*)pStyle; in FindCaseIns()