Home
last modified time | relevance | path

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

/trunk/main/writerfilter/source/dmapper/
H A DDomainMapper.cxx546 if (m_pImpl->GetTopContext() && m_pImpl->GetTopContextType() != CONTEXT_SECTION) in lcl_attribute()
547 m_pImpl->GetTopContext()->Insert( in lcl_attribute()
1548 if (m_pImpl->GetTopContext()) in lcl_attribute()
1550 … m_pImpl->GetTopContext()->Insert(PROP_CHAR_ROTATION, true, uno::makeAny ( sal_Int16(900) )); in lcl_attribute()
1551 …m_pImpl->GetTopContext()->Insert(PROP_CHAR_ROTATION_IS_FIT_TO_LINE, true, uno::makeAny (((nIntValu… in lcl_attribute()
1555 if (m_pImpl->GetTopContext()) in lcl_attribute()
1557 … m_pImpl->GetTopContext()->Insert(PROP_CHAR_COMBINE_IS_ON, true, uno::makeAny ( true )); in lcl_attribute()
1558 …m_pImpl->GetTopContext()->Insert(PROP_CHAR_COMBINE_PREFIX, true, uno::makeAny ( getBracketStringFr… in lcl_attribute()
1559 …m_pImpl->GetTopContext()->Insert(PROP_CHAR_COMBINE_SUFFIX, true, uno::makeAny ( getBracketStringFr… in lcl_attribute()
1574 if (m_pImpl->GetTopContext()) in lcl_attribute()
[all …]
H A DDomainMapper_Impl.cxx1319 PropertyMapPtr pTopContext = GetTopContext(); in PushFootOrEndnote()
1442 PropertyMapPtr pTopContext = GetTopContext(); in PushAnnotation()
2405 PropertyMapPtr pTopContext = GetTopContext(); in GetCurrentLocale()
H A DDomainMapper_Impl.hxx444 PropertyMapPtr GetTopContext() in GetTopContext() function in writerfilter::dmapper::DomainMapper_Impl
/trunk/main/sw/source/filter/html/
H A Dswhtml.hxx588 inline const _HTMLAttrContext *GetTopContext() const;
1006 inline const _HTMLAttrContext *SwHTMLParser::GetTopContext() const in GetTopContext() function in SwHTMLParser