Searched refs:GetFootnote (Results 1 – 3 of 3) sorted by relevance
1580 if( m_pImpl->GetTopContext() && m_pImpl->GetTopContext()->GetFootnote().is()) in lcl_attribute()1582 … m_pImpl->GetTopContext()->GetFootnote()->setLabel(::rtl::OUString( sal_Unicode(nIntValue))); in lcl_attribute()1598 if( m_pImpl->GetTopContext() && m_pImpl->GetTopContext()->GetFootnote().is()) in lcl_attribute()1600 …ference< beans::XPropertySet > xAnchorProps( m_pImpl->GetTopContext()->GetFootnote()->getAnchor(),… in lcl_attribute()4461 if ( pContext && !pContext->GetFootnote().is() ) in lcl_text()4470 if( pContext->GetFootnote().is() && m_pImpl->IsCustomFtnMark() ) in lcl_text()4472 pContext->GetFootnote()->setLabel( sText ); in lcl_text()4519 if ( pContext && !pContext->GetFootnote().is() ) in lcl_utext()4537 if( pContext && pContext->GetFootnote().is() ) in lcl_utext()4540 pContext->GetFootnote()->setLabel( sText ); in lcl_utext()
119 … const ::com::sun::star::uno::Reference< ::com::sun::star::text::XFootnote>& GetFootnote() const;
245 const uno::Reference< text::XFootnote>& PropertyMap::GetFootnote() const in GetFootnote() function in writerfilter::dmapper::PropertyMap