Home
last modified time | relevance | path

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

/trunk/main/writerfilter/source/dmapper/
H A DStyleSheetTable.cxx301 PropertyMapPtr m_pDefaultParaProps, m_pDefaultCharProps; member
318 m_pDefaultParaProps(new PropertyMap), in StyleSheetTable_Impl()
598 m_pImpl->m_rDMapper.PushStyleSheetProperties( m_pImpl->m_pDefaultParaProps ); in lcl_sprm()
1284 … if( bParaProperties && m_pImpl->m_pDefaultParaProps.get() && m_pImpl->m_pDefaultParaProps->size()) in applyDefaults()
1286 PropertyMap::iterator aMapIter = m_pImpl->m_pDefaultParaProps->begin(); in applyDefaults()
1287 for( ; aMapIter != m_pImpl->m_pDefaultParaProps->end(); ++aMapIter ) in applyDefaults()

Completed in 24 milliseconds