Home
last modified time | relevance | path

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

/aoo42x/main/writerfilter/source/dmapper/
H A DStyleSheetTable.cxx301 PropertyMapPtr m_pDefaultParaProps, m_pDefaultCharProps; member
319 m_pDefaultCharProps(new PropertyMap) in StyleSheetTable_Impl()
323 m_pDefaultCharProps->Insert( PROP_CHAR_HEIGHT, true, aVal ); in StyleSheetTable_Impl()
324 m_pDefaultCharProps->Insert( PROP_CHAR_HEIGHT_ASIAN, true, aVal ); in StyleSheetTable_Impl()
325 m_pDefaultCharProps->Insert( PROP_CHAR_HEIGHT_COMPLEX, true, aVal ); in StyleSheetTable_Impl()
606 m_pImpl->m_rDMapper.PushStyleSheetProperties( m_pImpl->m_pDefaultCharProps ); in lcl_sprm()
1299 …if( !bParaProperties && m_pImpl->m_pDefaultCharProps.get() && m_pImpl->m_pDefaultCharProps->size()) in applyDefaults()
1301 PropertyMap::iterator aMapIter = m_pImpl->m_pDefaultCharProps->begin(); in applyDefaults()
1302 for( ; aMapIter != m_pImpl->m_pDefaultCharProps->end(); ++aMapIter ) in applyDefaults()

Completed in 11 milliseconds