DomainMapper_Impl.cxx (b36088f9) DomainMapper_Impl.cxx (14ac695d)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 147 unchanged lines hidden (view full) ---

156 GetBodyText();
157 uno::Reference< text::XTextAppend > xBodyTextAppend = uno::Reference< text::XTextAppend >( m_xBodyText, uno::UNO_QUERY );
158 m_aTextAppendStack.push(xBodyTextAppend);
159
160 //todo: does it make sense to set the body text as static text interface?
161 uno::Reference< text::XTextAppendAndConvert > xBodyTextAppendAndConvert( m_xBodyText, uno::UNO_QUERY );
162 TableDataHandler_t::Pointer_t pTableHandler
163 (new DomainMapperTableHandler(xBodyTextAppendAndConvert, *this));
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 147 unchanged lines hidden (view full) ---

156 GetBodyText();
157 uno::Reference< text::XTextAppend > xBodyTextAppend = uno::Reference< text::XTextAppend >( m_xBodyText, uno::UNO_QUERY );
158 m_aTextAppendStack.push(xBodyTextAppend);
159
160 //todo: does it make sense to set the body text as static text interface?
161 uno::Reference< text::XTextAppendAndConvert > xBodyTextAppendAndConvert( m_xBodyText, uno::UNO_QUERY );
162 TableDataHandler_t::Pointer_t pTableHandler
163 (new DomainMapperTableHandler(xBodyTextAppendAndConvert, *this));
164 getTableManager( ).setHandler(pTableHandler);
165
166 getTableManager( ).startLevel();
164 getTableManager().setHandler(pTableHandler);
167}
168/*-- 01.09.2006 10:22:28---------------------------------------------------
169
170 -----------------------------------------------------------------------*/
171DomainMapper_Impl::~DomainMapper_Impl()
172{
165}
166/*-- 01.09.2006 10:22:28---------------------------------------------------
167
168 -----------------------------------------------------------------------*/
169DomainMapper_Impl::~DomainMapper_Impl()
170{
173 RemoveLastParagraph( );
174 getTableManager( ).endLevel();
175 popTableManager( );
171 RemoveLastParagraph();
172 popTableManager();
176}
177/*-------------------------------------------------------------------------
178
179 -----------------------------------------------------------------------*/
180uno::Reference< container::XNameContainer > DomainMapper_Impl::GetPageStyles()
181{
182 if(!m_xPageStyles.is())
183 {

--- 3714 unchanged lines hidden ---
173}
174/*-------------------------------------------------------------------------
175
176 -----------------------------------------------------------------------*/
177uno::Reference< container::XNameContainer > DomainMapper_Impl::GetPageStyles()
178{
179 if(!m_xPageStyles.is())
180 {

--- 3714 unchanged lines hidden ---