Home
last modified time | relevance | path

Searched refs:ScStyleSheet (Results 1 – 25 of 36) sorted by relevance

12

/aoo41x/main/sc/source/core/data/
H A Dstlsheet.cxx56 TYPEINIT1(ScStyleSheet, SfxStyleSheet);
63 ScStyleSheet::ScStyleSheet( const String& rName, in ScStyleSheet() function in ScStyleSheet
75 ScStyleSheet::ScStyleSheet( const ScStyleSheet& rStyle ) in ScStyleSheet() function in ScStyleSheet
83 __EXPORT ScStyleSheet::~ScStyleSheet() in ~ScStyleSheet()
89 sal_Bool __EXPORT ScStyleSheet::HasFollowSupport() const in HasFollowSupport()
150 SfxItemSet& __EXPORT ScStyleSheet::GetItemSet() in GetItemSet()
270 sal_Bool __EXPORT ScStyleSheet::IsUsed() const in IsUsed()
301 const String& ScStyleSheet::GetName() const in GetName()
311 const String& ScStyleSheet::GetParent() const in GetParent()
321 const String& ScStyleSheet::GetFollow() const in GetFollow()
[all …]
H A Dstlpool.cxx130 ScStyleSheet* pSheet = new ScStyleSheet( rName, *this, eFamily, nMaskP ); 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()
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()
[all …]
H A Dtable6.cxx458 const ScStyleSheet* pSearchStyle = (const ScStyleSheet*) in SearchStyle()
545 const ScStyleSheet* pReplaceStyle = (const ScStyleSheet*) in ReplaceStyle()
562 const ScStyleSheet* pSearchStyle = (const ScStyleSheet*) in SearchAllStyle()
604 const ScStyleSheet* pReplaceStyle = (const ScStyleSheet*) in ReplaceAllStyle()
H A Dcolumn.cxx484 void ScColumn::ApplyStyle( SCROW nRow, const ScStyleSheet& rStyle ) in ApplyStyle()
490 pNewPattern->SetStyleSheet((ScStyleSheet*)&rStyle); in ApplyStyle()
499 pAttrArray->ApplyStyleArea(nStartRow, nEndRow, (ScStyleSheet*)&rStyle); in ApplyStyleArea()
512 pAttrArray->ApplyStyleArea(nTop, nBottom, (ScStyleSheet*)&rStyle); in ApplySelectionStyle()
535 const ScStyleSheet* ScColumn::GetStyle( SCROW nRow ) const in GetStyle()
552 const ScStyleSheet* pStyle = NULL; in GetSelectionStyle()
553 const ScStyleSheet* pNewStyle; in GetSelectionStyle()
584 const ScStyleSheet* pStyle = NULL; in GetAreaStyle()
585 const ScStyleSheet* pNewStyle; in GetAreaStyle()
1300 const ScStyleSheet* pStyle = in CopyToColumn()
[all …]
H A Dtable2.cxx1956 void ScTable::ApplyStyle( SCCOL nCol, SCROW nRow, const ScStyleSheet& rStyle ) in ApplyStyle()
1963 …eArea( SCCOL nStartCol, SCROW nStartRow, SCCOL nEndCol, SCROW nEndRow, const ScStyleSheet& rStyle ) in ApplyStyleArea()
1975 void ScTable::ApplySelectionStyle(const ScStyleSheet& rStyle, const ScMarkData& rMark) in ApplySelectionStyle()
1993 const ScStyleSheet* ScTable::GetStyle( SCCOL nCol, SCROW nRow ) const in GetStyle()
2002 const ScStyleSheet* ScTable::GetSelectionStyle( const ScMarkData& rMark, sal_Bool& rFound ) const in GetSelectionStyle()
2009 const ScStyleSheet* pStyle = NULL; in GetSelectionStyle()
2010 const ScStyleSheet* pNewStyle; in GetSelectionStyle()
2029 const ScStyleSheet* ScTable::GetAreaStyle( sal_Bool& rFound, SCCOL nCol1, SCROW nRow1, in GetAreaStyle()
2037 const ScStyleSheet* pStyle = NULL; in GetAreaStyle()
2038 const ScStyleSheet* pNewStyle; in GetAreaStyle()
[all …]
H A Dpatattr.cxx92 ScPatternAttr::ScPatternAttr( SfxItemSet* pItemSet, ScStyleSheet* pStyleSheet ) in ScPatternAttr()
1003 pDestPattern->SetStyleSheet( (ScStyleSheet*)pStyleCpy ); in PutInPool()
1166 void ScPatternAttr::SetStyleSheet( ScStyleSheet* pNewStyle ) in SetStyleSheet()
1194 pStyle = (ScStyleSheet*)pDoc->GetStyleSheetPool()->Find(*pName, SFX_STYLE_FAMILY_PARA); in UpdateStyleSheet()
1202 pStyle = dynamic_cast< ScStyleSheet* >(pIter->First()); in UpdateStyleSheet()
H A Dattarray.cxx502 void ScAttrArray::ApplyStyleArea( SCROW nStartRow, SCROW nEndRow, ScStyleSheet* pStyle ) in ApplyStyleArea()
1762 pNewPattern->SetStyleSheet( (ScStyleSheet*) in FindStyleSheet()
1784 sal_Bool ScAttrArray::IsStyleSheetUsed( const ScStyleSheet& rStyle, in IsStyleSheetUsed()
1792 const ScStyleSheet* pStyle = pData[nPos].pPattern->GetStyleSheet(); in IsStyleSheetUsed()
1795 pStyle->SetUsage( ScStyleSheet::USED ); in IsStyleSheetUsed()
2421 SCsROW ScAttrArray::SearchStyle( SCsROW nRow, const ScStyleSheet* pSearchStyle, in SearchStyle()
2485 const ScStyleSheet* pSearchStyle, sal_Bool bUp, ScMarkArray* pMarkArray ) in SearchStyleRange()
H A Ddocument.cxx4022 const ScStyleSheet& rStyle) in ApplyStyleArea()
4032 SCCOL nEndCol, SCROW nEndRow, SCTAB nTab, const ScStyleSheet& rStyle) in ApplyStyleAreaTab()
4040 void ScDocument::ApplySelectionStyle(const ScStyleSheet& rStyle, const ScMarkData& rMark) in ApplySelectionStyle()
4072 const ScStyleSheet* ScDocument::GetStyle( SCCOL nCol, SCROW nRow, SCTAB nTab ) const in GetStyle()
4081 const ScStyleSheet* ScDocument::GetSelectionStyle( const ScMarkData& rMark ) const in GetSelectionStyle()
4086 const ScStyleSheet* pStyle = NULL; in GetSelectionStyle()
4087 const ScStyleSheet* pNewStyle; in GetSelectionStyle()
4144 if ( bStyleSheetUsageInvalid || rStyle.GetUsage() == ScStyleSheet::UNKNOWN ) in IsStyleSheetUsed()
4153 const ScStyleSheet* pScStyle = PTR_CAST( ScStyleSheet, pStyle ); in IsStyleSheetUsed()
4155 pScStyle->SetUsage( ScStyleSheet::NOTUSED ); in IsStyleSheetUsed()
[all …]
H A Ddocumen8.cxx458 ScStyleSheet* pStyle = NULL; in IdleCalcTextWidth()
489 pStyle = (ScStyleSheet*)pStylePool->Find( pTable->aPageStyle, in IdleCalcTextWidth()
568 pStyle = (ScStyleSheet*)pStylePool->Find( pTable->aPageStyle, in IdleCalcTextWidth()
/aoo41x/main/sc/inc/
H A Dstlsheet.hxx37 class ScStyleSheet : public SfxStyleSheet class
51 mutable ScStyleSheet::Usage eUsage;
56 ScStyleSheet( const ScStyleSheet& rStyle );
70 void SetUsage( ScStyleSheet::Usage eUse ) const in SetUsage()
72 ScStyleSheet::Usage GetUsage() const in GetUsage()
76 virtual ~ScStyleSheet();
78 ScStyleSheet( const String& rName,
H A Dcolumn.hxx55 class ScStyleSheet;
324 void ApplyStyle( SCROW nRow, const ScStyleSheet& rStyle );
325 void ApplyStyleArea( SCROW nStartRow, SCROW nEndRow, const ScStyleSheet& rStyle );
326 void ApplySelectionStyle(const ScStyleSheet& rStyle, const ScMarkData& rMark);
330 const ScStyleSheet* GetStyle( SCROW nRow ) const;
331 const ScStyleSheet* GetSelectionStyle( const ScMarkData& rMark, sal_Bool& rFound ) const;
332 const ScStyleSheet* GetAreaStyle( sal_Bool& rFound, SCROW nRow1, SCROW nRow2 ) const;
335 sal_Bool IsStyleSheetUsed( const ScStyleSheet& rStyle, sal_Bool bGatherAllStyles ) const;
338 SCsROW SearchStyle( SCsROW nRow, const ScStyleSheet* pSearchStyle,
340 sal_Bool SearchStyleRange( SCsROW& rRow, SCsROW& rEndRow, const ScStyleSheet* pSearchStyle,
H A Dpatattr.hxx35 class ScStyleSheet;
56 ScStyleSheet* pStyle;
60 ScPatternAttr(SfxItemSet* pItemSet, ScStyleSheet* pStyleSheet = NULL);
117 void SetStyleSheet(ScStyleSheet* pNewStyle);
118 const ScStyleSheet* GetStyleSheet() const { return pStyle; } in GetStyleSheet()
H A Dattarray.hxx33 class ScStyleSheet;
124 void ApplyStyleArea( SCROW nStartRow, SCROW nEndRow, ScStyleSheet* pStyle );
136 SCsROW SearchStyle( SCsROW nRow, const ScStyleSheet* pSearchStyle,
138 sal_Bool SearchStyleRange( SCsROW& rRow, SCsROW& rEndRow, const ScStyleSheet* pSearchStyle,
155 sal_Bool IsStyleSheetUsed( const ScStyleSheet& rStyle, sal_Bool bGatherAllStyles ) const;
H A Dtable.hxx72 class ScStyleSheet;
568 void ApplyStyle( SCCOL nCol, SCROW nRow, const ScStyleSheet& rStyle );
569 …Area( SCCOL nStartCol, SCROW nStartRow, SCCOL nEndCol, SCROW nEndRow, const ScStyleSheet& rStyle );
570 void ApplySelectionStyle(const ScStyleSheet& rStyle, const ScMarkData& rMark);
574 const ScStyleSheet* GetStyle( SCCOL nCol, SCROW nRow ) const;
575 const ScStyleSheet* GetSelectionStyle( const ScMarkData& rMark, sal_Bool& rFound ) const;
576 const ScStyleSheet* GetAreaStyle( sal_Bool& rFound, SCCOL nCol1, SCROW nRow1,
584 sal_Bool IsStyleSheetUsed( const ScStyleSheet& rStyle, sal_Bool bGatherAllStyles ) const;
H A Ddocpool.hxx30 class ScStyleSheet;
63 void StyleDeleted( ScStyleSheet* pStyle ); // Loeschen von Vorlagen im Organizer
H A Dstlpool.hxx30 class ScStyleSheet;
57 ScStyleSheet* FindCaseIns( const String& rName, SfxStyleFamily eFam );
H A Ddocument.hxx108 class ScStyleSheet;
1263 const ScStyleSheet& rStyle);
1266 const ScMarkData& rMark, const ScStyleSheet& rStyle);
1269 const ScStyleSheet& rStyle);
1271 void ApplySelectionStyle( const ScStyleSheet& rStyle, const ScMarkData& rMark );
1275 const ScStyleSheet* GetStyle( SCCOL nCol, SCROW nRow, SCTAB nTab ) const;
1276 const ScStyleSheet* GetSelectionStyle( const ScMarkData& rMark ) const;
1283 sal_Bool IsStyleSheetUsed( const ScStyleSheet& rStyle, sal_Bool bGatherAllStyles ) const;
/aoo41x/main/sc/source/filter/ftools/
H A Dftools.cxx234 ScStyleSheet& lclMakeStyleSheet( ScStyleSheetPool& rPool, const String& rStyleName, SfxStyleFamily … in lclMakeStyleSheet()
255 return static_cast< ScStyleSheet& >( rPool.Make( aNewName, eFamily, SFXSTYLEBIT_USERDEF ) ); in lclMakeStyleSheet()
260 ScStyleSheet& ScfTools::MakeCellStyleSheet( ScStyleSheetPool& rPool, const String& rStyleName, bool… in MakeCellStyleSheet()
265 ScStyleSheet& ScfTools::MakePageStyleSheet( ScStyleSheetPool& rPool, const String& rStyleName, bool… in MakePageStyleSheet()
/aoo41x/main/sc/source/filter/inc/
H A Dxistyle.hxx440 ScStyleSheet* mpStyleSheet; /// Calc cell style sheet.
469 ScStyleSheet* CreateStyleSheet();
483 ScStyleSheet* mpStyleSheet; /// Calc cell style sheet.
516 ScStyleSheet* CreateStyleSheet( sal_uInt16 nXFIndex );
H A Dftools.hxx254 class ScStyleSheet;
337 static ScStyleSheet& MakeCellStyleSheet(
344 static ScStyleSheet& MakePageStyleSheet(
/aoo41x/main/sc/source/filter/html/
H A Dhtmlimp.cxx81 ScStyleSheet* pStyleSheet = (ScStyleSheet*)mpDoc-> in ScHTMLImport()
/aoo41x/main/sc/source/filter/excel/
H A Dxistyle.cxx1342 ScStyleSheet* XclImpStyle::CreateStyleSheet() in CreateStyleSheet()
1356 mpStyleSheet = static_cast< ScStyleSheet* >( GetStyleSheetPool().Find( in CreateStyleSheet()
1366 …mpStyleSheet = static_cast< ScStyleSheet* >( GetStyleSheetPool().Find( maFinalName, SFX_STYLE_FAMI… in CreateStyleSheet()
1369 …mpStyleSheet = &static_cast< ScStyleSheet& >( GetStyleSheetPool().Make( maFinalName, SFX_STYLE_FAM… in CreateStyleSheet()
1513 ScStyleSheet* XclImpXFBuffer::CreateStyleSheet( sal_uInt16 nXFIndex ) in CreateStyleSheet()
/aoo41x/main/sc/source/filter/rtf/
H A Deeimpars.cxx320 const ScStyleSheet* pStyleSheet = in WriteToDocument()
322 aAttr.SetStyleSheet( (ScStyleSheet*)pStyleSheet ); in WriteToDocument()
/aoo41x/main/sc/source/ui/undo/
H A Dundoblk.cxx1620 ScStyleSheet* pStyleSheet = in DoChange()
1621 (ScStyleSheet*) pStlPool->Find( aStyleName, SFX_STYLE_FAMILY_PARA ); in DoChange()
1659 ScStyleSheet* pStyleSheet = (ScStyleSheet*) pStlPool-> in Repeat()
/aoo41x/main/sc/source/filter/starcalc/
H A Dscflt.cxx736 ScStyleSheet* pSheet = (ScStyleSheet*) &pStylePool->Make( aName, in PutToDoc()
2172 ScStyleSheet* pStyle = (ScStyleSheet*) pStylePool->Find( in LoadColAttr()

Completed in 309 milliseconds

12