Home
last modified time | relevance | path

Searched refs:rStyleSheet (Results 1 – 22 of 22) sorted by relevance

/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/excel/
H A Dxestyle.cxx978 rStyleSheet->startElement(XML_font); in SaveXml()
981 rStyleSheet->endElement( XML_font ); in SaveXml()
1070 rStyleSheet->startElement(XML_font); in SaveXml()
1147 rStyleSheet->endElement(XML_font); in SaveXml()
1935 rStyleSheet->startElement(XML_fill); in SaveXml()
1953 rStyleSheet->endElement( XML_fill ); in SaveXml()
1970 rStyleSheet->startElement(XML_fill); in SaveXml()
2193 rStyleSheet->startElement( XML_xf, in SaveXml()
2217 rStyleSheet->endElement( XML_xf ); in SaveXml()
3130 rStyleSheet->startElement(XML_dxf); in SaveXml()
[all …]
H A Dxipage.cxx234 ScStyleSheet& rStyleSheet = ScfTools::MakePageStyleSheet( in Finalize() local
237 SfxItemSet& rItemSet = rStyleSheet.GetItemSet(); in Finalize()
369 rDoc.SetPageStyle( nScTab, rStyleSheet.GetName() ); in Finalize()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/excel/
H A Dxestyle.cxx981 rStyleSheet->startElement(XML_font); in SaveXml()
984 rStyleSheet->endElement( XML_font ); in SaveXml()
1072 rStyleSheet->startElement(XML_font); in SaveXml()
1149 rStyleSheet->endElement(XML_font); in SaveXml()
1953 rStyleSheet->startElement(XML_fill); in SaveXml()
1998 rStyleSheet->endElement( XML_fill ); in SaveXml()
2015 rStyleSheet->startElement(XML_fill); in SaveXml()
2238 rStyleSheet->startElement( XML_xf, in SaveXml()
2262 rStyleSheet->endElement( XML_xf ); in SaveXml()
3236 rStyleSheet->startElement(XML_dxf); in SaveXml()
[all …]
H A Dxipage.cxx238 ScStyleSheet& rStyleSheet = ScfTools::MakePageStyleSheet( in Finalize() local
241 SfxItemSet& rItemSet = rStyleSheet.GetItemSet(); in Finalize()
375 rDoc.SetPageStyle( nScTab, rStyleSheet.GetName() ); in Finalize()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svtools/source/config/
H A Dhelpopt.cxx83 …void SetHelpStyleSheet(const OUString& rStyleSheet){sHelpStyleSheet = rStyleSheet; SetM… in SetHelpStyleSheet() argument
300 void SvtHelpOptions::SetHelpStyleSheet(const OUString& rStyleSheet) in SetHelpStyleSheet() argument
302 pImpl->SetHelpStyleSheet(rStyleSheet); in SetHelpStyleSheet()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svtools/source/config/
H A Dhelpopt.cxx82 …void SetHelpStyleSheet(const OUString& rStyleSheet){sHelpStyleSheet = rStyleSheet; SetM… in SetHelpStyleSheet() argument
299 void SvtHelpOptions::SetHelpStyleSheet(const OUString& rStyleSheet) in SetHelpStyleSheet() argument
301 pImpl->SetHelpStyleSheet(rStyleSheet); in SetHelpStyleSheet()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/func/
H A Dfuprobjs.cxx136 SfxStyleSheetBase& rStyleSheet = *pStyleSheet; in DoExecute() local
140 false, rStyleSheet, ePO, pStyleSheetPool)); in DoExecute()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/func/
H A Dfuprobjs.cxx136 SfxStyleSheetBase& rStyleSheet = *pStyleSheet; in DoExecute() local
140 false, rStyleSheet, ePO, pStyleSheetPool)); in DoExecute()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/svtools/
H A Dhelpopt.hxx45 void SetHelpStyleSheet(const OUString& rStyleSheet);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/svtools/
H A Dhelpopt.hxx46 void SetHelpStyleSheet(const OUString& rStyleSheet);
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/inc/
H A Dxestyle.hxx440 const SfxStyleSheetBase& rStyleSheet );
461 bool Equals( const SfxStyleSheetBase& rStyleSheet ) const;
639 sal_uInt32 FindXF( const SfxStyleSheetBase& rStyleSheet ) const;
651 sal_uInt32 InsertStyleXF( const SfxStyleSheetBase& rStyleSheet );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/inc/
H A Dxestyle.hxx439 const SfxStyleSheetBase& rStyleSheet );
460 bool Equals( const SfxStyleSheetBase& rStyleSheet ) const;
639 sal_uInt32 FindXF( const SfxStyleSheetBase& rStyleSheet ) const;
651 sal_uInt32 InsertStyleXF( const SfxStyleSheetBase& rStyleSheet );
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/core/data/
H A Ddocumen8.cxx209 void ScDocument::ModifyStyleSheet( SfxStyleSheetBase& rStyleSheet, in ModifyStyleSheet() argument
212 SfxItemSet& rSet = rStyleSheet.GetItemSet(); in ModifyStyleSheet()
214 switch ( rStyleSheet.GetFamily() ) in ModifyStyleSheet()
218 const sal_uInt16 nOldScale = getScaleValue(rStyleSheet, ATTR_PAGE_SCALE); in ModifyStyleSheet()
219 … const sal_uInt16 nOldScaleToPages = getScaleValue(rStyleSheet, ATTR_PAGE_SCALETOPAGES); in ModifyStyleSheet()
221 const sal_uInt16 nNewScale = getScaleValue(rStyleSheet, ATTR_PAGE_SCALE); in ModifyStyleSheet()
222 … const sal_uInt16 nNewScaleToPages = getScaleValue(rStyleSheet, ATTR_PAGE_SCALETOPAGES); in ModifyStyleSheet()
225 InvalidateTextWidth( rStyleSheet.GetName() ); in ModifyStyleSheet()
H A Dstlpool.cxx389 Check(const SfxStyleSheetBase& rStyleSheet) override in Check()
391 if (rStyleSheet.GetFamily() == mFamily) in Check()
393 OUString aUpName = ScGlobal::getCharClassPtr()->uppercase(rStyleSheet.GetName()); in Check()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/core/data/
H A Ddocumen8.cxx211 void ScDocument::ModifyStyleSheet( SfxStyleSheetBase& rStyleSheet, in ModifyStyleSheet() argument
214 SfxItemSet& rSet = rStyleSheet.GetItemSet(); in ModifyStyleSheet()
216 switch ( rStyleSheet.GetFamily() ) in ModifyStyleSheet()
220 const sal_uInt16 nOldScale = getScaleValue(rStyleSheet, ATTR_PAGE_SCALE); in ModifyStyleSheet()
221 … const sal_uInt16 nOldScaleToPages = getScaleValue(rStyleSheet, ATTR_PAGE_SCALETOPAGES); in ModifyStyleSheet()
223 const sal_uInt16 nNewScale = getScaleValue(rStyleSheet, ATTR_PAGE_SCALE); in ModifyStyleSheet()
224 … const sal_uInt16 nNewScaleToPages = getScaleValue(rStyleSheet, ATTR_PAGE_SCALETOPAGES); in ModifyStyleSheet()
227 InvalidateTextWidth( rStyleSheet.GetName() ); in ModifyStyleSheet()
H A Dstlpool.cxx389 Check(const SfxStyleSheetBase& rStyleSheet) override in Check()
391 if (rStyleSheet.GetFamily() == mFamily) in Check()
393 OUString aUpName = ScGlobal::pCharClass->uppercase(rStyleSheet.GetName()); in Check()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svl/source/items/
H A Dstyle.cxx66 SfxStyleSheetBase& rStyleSheet // Remains with the caller in SfxStyleSheetModifiedHint() argument
68 : SfxStyleSheetHint( SfxHintId::StyleSheetModified, rStyleSheet ), in SfxStyleSheetModifiedHint()
76 SfxStyleSheetBase& rStyleSheet // Remains with the caller in SfxStyleSheetHint() argument
78 : SfxHint(nAction), pStyleSh( &rStyleSheet ) in SfxStyleSheetHint()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svl/source/items/
H A Dstyle.cxx64 SfxStyleSheetBase& rStyleSheet // Remains with the caller in SfxStyleSheetModifiedHint() argument
66 : SfxStyleSheetHint( SfxHintId::StyleSheetModified, rStyleSheet ), in SfxStyleSheetModifiedHint()
74 SfxStyleSheetBase& rStyleSheet // Remains with the caller in SfxStyleSheetHint() argument
76 : SfxHint(nAction), pStyleSh( &rStyleSheet ) in SfxStyleSheetHint()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/oox/
H A Dstylesbuffer.cxx2914 ScStyleSheet& rStyleSheet = ScfTools::MakeCellStyleSheet( in createDxfStyle() local
2917 rStyleSheet.ResetParent(); in createDxfStyle()
2919 rStyleSheet.GetItemSet(); in createDxfStyle()
2942 ScStyleSheet& rStyleSheet = ScfTools::MakeCellStyleSheet( in createExtDxfStyle() local
2945 rStyleSheet.ResetParent(); in createExtDxfStyle()
2947 rStyleSheet.GetItemSet(); in createExtDxfStyle()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/oox/
H A Dstylesbuffer.cxx2905 ScStyleSheet& rStyleSheet = ScfTools::MakeCellStyleSheet( in createDxfStyle() local
2908 rStyleSheet.ResetParent(); in createDxfStyle()
2910 rStyleSheet.GetItemSet(); in createDxfStyle()
2933 ScStyleSheet& rStyleSheet = ScfTools::MakeCellStyleSheet( in createExtDxfStyle() local
2936 rStyleSheet.ResetParent(); in createExtDxfStyle()
2938 rStyleSheet.GetItemSet(); in createExtDxfStyle()
/dports/editors/libreoffice/libreoffice-7.2.6.2/filter/source/msfilter/
H A Dsvdfppt.cxx5435 PPTPortionObj::PPTPortionObj( const PPTStyleSheet& rStyleSheet, TSS_Type nInstance, sal_uInt32 nDep… in PPTPortionObj() argument
5437 mrStyleSheet ( rStyleSheet ), in PPTPortionObj()
5443 PPTPortionObj::PPTPortionObj( const PPTCharPropSet& rCharPropSet, const PPTStyleSheet& rStyleSheet,… in PPTPortionObj() argument
5445 mrStyleSheet ( rStyleSheet ), in PPTPortionObj()
5821 PPTParagraphObj::PPTParagraphObj( const PPTStyleSheet& rStyleSheet, TSS_Type nInstance, sal_uInt16 … in PPTParagraphObj() argument
5823 mrStyleSheet ( rStyleSheet ), in PPTParagraphObj()
5832 const PPTStyleSheet& rStyleSheet, in PPTParagraphObj() argument
5837 mrStyleSheet ( rStyleSheet ), in PPTParagraphObj()
5853 *pCharPropSet, rStyleSheet, nInstance, mxParaSet->mnDepth)); in PPTParagraphObj()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/filter/source/msfilter/
H A Dsvdfppt.cxx5424 PPTPortionObj::PPTPortionObj( const PPTStyleSheet& rStyleSheet, TSS_Type nInstance, sal_uInt32 nDep… in PPTPortionObj() argument
5426 mrStyleSheet ( rStyleSheet ), in PPTPortionObj()
5432 PPTPortionObj::PPTPortionObj( const PPTCharPropSet& rCharPropSet, const PPTStyleSheet& rStyleSheet,… in PPTPortionObj() argument
5434 mrStyleSheet ( rStyleSheet ), in PPTPortionObj()
5827 PPTParagraphObj::PPTParagraphObj( const PPTStyleSheet& rStyleSheet, TSS_Type nInstance, sal_uInt16 … in PPTParagraphObj() argument
5829 mrStyleSheet ( rStyleSheet ), in PPTParagraphObj()
5838 const PPTStyleSheet& rStyleSheet, in PPTParagraphObj() argument
5843 mrStyleSheet ( rStyleSheet ), in PPTParagraphObj()
5858 *pCharPropSet, rStyleSheet, nInstance, mxParaSet->mnDepth)); in PPTParagraphObj()