Home
last modified time | relevance | path

Searched refs:xTOC (Results 1 – 8 of 8) sorted by relevance

/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/qa/extras/rtfexport/
H A Drtfexport4.cxx173 uno::Reference<text::XDocumentIndex> xTOC(xIndexes->getByIndex(0), uno::UNO_QUERY); variable
174 CPPUNIT_ASSERT(xTOC.is());
175 uno::Reference<text::XTextRange> xTextRange(xTOC->getAnchor());
/dports/editors/libreoffice6/libreoffice-6.4.7.2/writerfilter/source/dmapper/
H A DDomainMapper_Impl.cxx4297 uno::Reference< beans::XPropertySet > xTOC; in handleToc() local
4433 if (xTOC.is()) in handleToc()
4438 if( !bTableOfFigures && xTOC.is() ) in handleToc()
4504 else if (bTableOfFigures && xTOC.is()) in handleToc()
4523 pContext->SetTOC( xTOC ); in handleToc()
4578 const auto xTOC = StartIndexSectionChecked(sTOCServiceName); in handleBibliography() local
4582 if (xTOC.is()) in handleBibliography()
4585 pContext->SetTOC( xTOC ); in handleBibliography()
4598 const auto xTOC = StartIndexSectionChecked(sTOCServiceName); in handleIndex() local
4605 if (xTOC.is()) in handleIndex()
[all …]
H A DDomainMapper_Impl.hxx203 void SetTOC(css::uno::Reference<css::beans::XPropertySet> const& xTOC) { m_xTOC = xTOC; } in SetTOC() argument
H A DDomainMapper.cxx2140 uno::Reference< beans::XPropertySet > xTOC = pContext->GetTOC(); in sprmWithProps() local
2141 if( xTOC.is() ) in sprmWithProps()
2144 xTOC->getPropertyValue(getPropertyName( PROP_TEXT_COLUMNS )) >>= xTextColumns; in sprmWithProps()
2149xTOC->setPropertyValue( getPropertyName( PROP_TEXT_COLUMNS ), uno::makeAny( xTextColumns ) ); in sprmWithProps()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/qa/extras/rtfexport/
H A Drtfexport4.cxx180 uno::Reference<text::XDocumentIndex> xTOC(xIndexes->getByIndex(0), uno::UNO_QUERY); variable
181 CPPUNIT_ASSERT(xTOC.is());
182 uno::Reference<text::XTextRange> xTextRange(xTOC->getAnchor());
/dports/editors/libreoffice/libreoffice-7.2.6.2/writerfilter/source/dmapper/
H A DDomainMapper_Impl.cxx5275 uno::Reference< beans::XPropertySet > xTOC; in handleToc() local
5410 if (xTOC.is()) in handleToc()
5415 if( !bTableOfFigures && xTOC.is() ) in handleToc()
5481 else if (bTableOfFigures && xTOC.is()) in handleToc()
5500 pContext->SetTOC( xTOC ); in handleToc()
5555 const auto xTOC = StartIndexSectionChecked(sTOCServiceName); in handleBibliography() local
5559 if (xTOC.is()) in handleBibliography()
5562 pContext->SetTOC( xTOC ); in handleBibliography()
5581 const auto xTOC = StartIndexSectionChecked( sUserIndex.isEmpty() in handleIndex() local
5588 if (xTOC.is()) in handleIndex()
[all …]
H A DDomainMapper_Impl.hxx220 void SetTOC(css::uno::Reference<css::beans::XPropertySet> const& xTOC) { m_xTOC = xTOC; } in SetTOC() argument
H A DDomainMapper.cxx2251 uno::Reference< beans::XPropertySet > xTOC = pContext->GetTOC(); in sprmWithProps() local
2252 if( xTOC.is() ) in sprmWithProps()
2255 xTOC->getPropertyValue(getPropertyName( PROP_TEXT_COLUMNS )) >>= xTextColumns; in sprmWithProps()
2260xTOC->setPropertyValue( getPropertyName( PROP_TEXT_COLUMNS ), uno::makeAny( xTextColumns ) ); in sprmWithProps()