Home
last modified time | relevance | path

Searched refs:m_xTemplate (Results 1 – 18 of 18) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/html/
H A Dwrthtml.cxx356 if( m_xTemplate.is() ) in WriteStream()
361 nOldTextFormatCollCnt = m_xTemplate->GetTextFormatColls()->size(); in WriteStream()
362 nOldCharFormatCnt = m_xTemplate->GetCharFormats()->size(); in WriteStream()
388 m_nDefListMargin = ((m_xTemplate.is() && !m_bCfgOutStyles) ? m_xTemplate.get() : m_pDoc) in WriteStream()
570 if( m_xTemplate.is() ) in WriteStream()
573 auto nTextFormatCollCnt = m_xTemplate->GetTextFormatColls()->size(); in WriteStream()
575 m_xTemplate->DelTextFormatColl( --nTextFormatCollCnt ); in WriteStream()
579 auto nCharFormatCnt = m_xTemplate->GetCharFormats()->size(); in WriteStream()
581 m_xTemplate->DelCharFormat( --nCharFormatCnt ); in WriteStream()
588 m_xTemplate.clear(); in WriteStream()
[all …]
H A Dcss1atr.cxx496 OutCSS1_SwPageDesc( *this, *pPageDesc, pStylePoolAccess, m_xTemplate.get(), in OutStyleSheet()
506 OutCSS1_SwPageDesc( *this, *pPageDesc, pStylePoolAccess, m_xTemplate.get(), in OutStyleSheet()
508 OutCSS1_SwPageDesc( *this, *pFollow, pStylePoolAccess, m_xTemplate.get(), in OutStyleSheet()
516 OutCSS1_SwPageDesc( *this, *pFirstPageDesc, pStylePoolAccess, m_xTemplate.get(), in OutStyleSheet()
533 … OutCSS1_SwFormat( *this, *pColl, &m_pDoc->getIDocumentStylePoolAccess(), m_xTemplate.get() ); in OutStyleSheet()
545 … OutCSS1_SwFormat( *this, *pCFormat, &m_pDoc->getIDocumentStylePoolAccess(), m_xTemplate.get() ); in OutStyleSheet()
1730 if( !bHasNotes && rHTMLWrt.m_xTemplate.is() ) in OutCSS1_SwFootnoteInfo()
1732 … SwFormat *pRefFormat = rHTMLWrt.m_xTemplate->getIDocumentStylePoolAccess().GetCharFormatFromPool( in OutCSS1_SwFootnoteInfo()
H A Dwrthtml.hxx300 rtl::Reference<SwDoc> m_xTemplate; // HTML template member in SwHTMLWriter
H A Dhtmlatr.cxx503 pFormatInfo = new SwHTMLFormatInfo( &rFormat, rWrt.m_pDoc, rHWrt.m_xTemplate.get(), in OutHTML_SwFormat()
2262 HTMLEndPosLst aEndPosLst( rWrt.m_pDoc, rHTMLWrt.m_xTemplate.get(), in OutHTML_SwTextNode()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/html/
H A Dwrthtml.cxx317 if( m_xTemplate.is() ) in WriteStream()
322 nOldTextFormatCollCnt = m_xTemplate->GetTextFormatColls()->size(); in WriteStream()
323 nOldCharFormatCnt = m_xTemplate->GetCharFormats()->size(); in WriteStream()
349 m_nDefListMargin = ((m_xTemplate.is() && !m_bCfgOutStyles) ? m_xTemplate.get() : m_pDoc) in WriteStream()
525 if( m_xTemplate.is() ) in WriteStream()
528 auto nTextFormatCollCnt = m_xTemplate->GetTextFormatColls()->size(); in WriteStream()
530 m_xTemplate->DelTextFormatColl( --nTextFormatCollCnt ); in WriteStream()
534 auto nCharFormatCnt = m_xTemplate->GetCharFormats()->size(); in WriteStream()
536 m_xTemplate->DelCharFormat( --nCharFormatCnt ); in WriteStream()
543 m_xTemplate.clear(); in WriteStream()
[all …]
H A Dcss1atr.cxx531 OutCSS1_SwPageDesc( *this, *pPageDesc, pStylePoolAccess, m_xTemplate.get(), in OutStyleSheet()
541 OutCSS1_SwPageDesc( *this, *pPageDesc, pStylePoolAccess, m_xTemplate.get(), in OutStyleSheet()
543 OutCSS1_SwPageDesc( *this, *pFollow, pStylePoolAccess, m_xTemplate.get(), in OutStyleSheet()
551 OutCSS1_SwPageDesc( *this, *pFirstPageDesc, pStylePoolAccess, m_xTemplate.get(), in OutStyleSheet()
568 … OutCSS1_SwFormat( *this, *pColl, &m_pDoc->getIDocumentStylePoolAccess(), m_xTemplate.get() ); in OutStyleSheet()
580 … OutCSS1_SwFormat( *this, *pCFormat, &m_pDoc->getIDocumentStylePoolAccess(), m_xTemplate.get() ); in OutStyleSheet()
1765 if( !bHasNotes && rHTMLWrt.m_xTemplate.is() ) in OutCSS1_SwFootnoteInfo()
1767 … SwFormat *pRefFormat = rHTMLWrt.m_xTemplate->getIDocumentStylePoolAccess().GetCharFormatFromPool( in OutCSS1_SwFootnoteInfo()
H A Dwrthtml.hxx298 rtl::Reference<SwDoc> m_xTemplate; // HTML template member in SwHTMLWriter
H A Dhtmlatr.cxx499 pFormatInfo = new SwHTMLFormatInfo( &rFormat, rWrt.m_pDoc, rHWrt.m_xTemplate.get(), in OutHTML_SwFormat()
2263 HTMLEndPosLst aEndPosLst( rWrt.m_pDoc, rHTMLWrt.m_xTemplate.get(), in OutHTML_SwTextNode()
/dports/editors/libreoffice/libreoffice-7.2.6.2/chart2/source/controller/dialogs/
H A Ddlg_DataSource.cxx52 Reference< chart2::XChartTypeTemplate > m_xTemplate; member in chart::__anonb9db4c270111::DocumentChartTypeTemplateProvider
71 m_xTemplate.set( aResult.first ); in DocumentChartTypeTemplateProvider()
77 return m_xTemplate; in getCurrentTemplate()
H A DDialogModel.cxx431 m_xTemplate = xTemplate; in setTemplate()
623 m_xTemplate, in insertSeriesAfter()
751 ! m_xTemplate.is() ) in setData()
763 m_xTemplate->getDataInterpreter()); in setData()
829 if( m_xTemplate.is() ) in applyInterpretedData()
855m_xTemplate->applyStyle( aSeries[nSeries], nGroup, nNewSeriesIndex++, nSeriesInGroup ); in applyInterpretedData()
H A DDialogModel.hxx157 m_xTemplate; member in chart::DialogModel
/dports/editors/libreoffice6/libreoffice-6.4.7.2/chart2/source/controller/dialogs/
H A Ddlg_DataSource.cxx50 Reference< chart2::XChartTypeTemplate > m_xTemplate; member in chart::DocumentChartTypeTemplateProvider
66 m_xTemplate.set( aResult.first ); in DocumentChartTypeTemplateProvider()
73 return m_xTemplate; in getCurrentTemplate()
H A DDialogModel.cxx391 m_xTemplate = xTemplate; in setTemplate()
583 m_xTemplate, in insertSeriesAfter()
709 ! m_xTemplate.is() ) in setData()
721 m_xTemplate->getDataInterpreter()); in setData()
786 if( m_xTemplate.is() ) in applyInterpretedData()
812m_xTemplate->applyStyle( aSeries[nSeries], nGroup, nNewSeriesIndex++, nSeriesInGroup ); in applyInterpretedData()
H A DDialogModel.hxx158 m_xTemplate; member in chart::DialogModel
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmlsecurity/source/framework/
H A Dxmlsignaturetemplateimpl.cxx43 m_xTemplate = aTemplate ; in setTemplate()
49 return m_xTemplate ; in getTemplate()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmlsecurity/source/framework/
H A Dxmlsignaturetemplateimpl.cxx42 m_xTemplate = aTemplate ; in setTemplate()
48 return m_xTemplate ; in getTemplate()
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmlsecurity/inc/framework/
H A Dxmlsignaturetemplateimpl.hxx41 css::uno::Reference< css::xml::wrapper::XXMLElementWrapper > m_xTemplate ; member in XMLSignatureTemplateImpl
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmlsecurity/inc/framework/
H A Dxmlsignaturetemplateimpl.hxx42 css::uno::Reference< css::xml::wrapper::XXMLElementWrapper > m_xTemplate ; member in XMLSignatureTemplateImpl