Home
last modified time | relevance | path

Searched refs:GetTopContext (Results 1 – 4 of 4) sorted by relevance

/AOO41X/main/writerfilter/source/dmapper/
H A DDomainMapper.cxx547 if (m_pImpl->GetTopContext() && m_pImpl->GetTopContextType() != CONTEXT_SECTION) in lcl_attribute()
548 m_pImpl->GetTopContext()->Insert( in lcl_attribute()
1549 if (m_pImpl->GetTopContext()) in lcl_attribute()
1551 … m_pImpl->GetTopContext()->Insert(PROP_CHAR_ROTATION, true, uno::makeAny ( sal_Int16(900) )); in lcl_attribute()
1552 …m_pImpl->GetTopContext()->Insert(PROP_CHAR_ROTATION_IS_FIT_TO_LINE, true, uno::makeAny (((nIntValu… in lcl_attribute()
1556 if (m_pImpl->GetTopContext()) in lcl_attribute()
1558 … m_pImpl->GetTopContext()->Insert(PROP_CHAR_COMBINE_IS_ON, true, uno::makeAny ( true )); in lcl_attribute()
1559 …m_pImpl->GetTopContext()->Insert(PROP_CHAR_COMBINE_PREFIX, true, uno::makeAny ( getBracketStringFr… in lcl_attribute()
1560 …m_pImpl->GetTopContext()->Insert(PROP_CHAR_COMBINE_SUFFIX, true, uno::makeAny ( getBracketStringFr… in lcl_attribute()
1575 if (m_pImpl->GetTopContext()) in lcl_attribute()
[all …]
H A DDomainMapper_Impl.cxx1130 PropertyMapPtr pTopContext = GetTopContext(); in PushFootOrEndnote()
1253 PropertyMapPtr pTopContext = GetTopContext(); in PushAnnotation()
2217 PropertyMapPtr pTopContext = GetTopContext(); in GetCurrentLocale()
H A DDomainMapper_Impl.hxx444 PropertyMapPtr GetTopContext() in GetTopContext() function in writerfilter::dmapper::DomainMapper_Impl
/AOO41X/main/sw/source/filter/html/
H A Dswhtml.hxx591 inline const _HTMLAttrContext *GetTopContext() const;
1022 inline const _HTMLAttrContext *SwHTMLParser::GetTopContext() const in GetTopContext() function in SwHTMLParser