Home
last modified time | relevance | path

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

/aoo4110/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()
608 m_pImpl->m_rDMapper.PushStyleSheetProperties( m_pImpl->m_pDefaultCharProps ); in lcl_sprm()
1302 …if( !bParaProperties && m_pImpl->m_pDefaultCharProps.get() && m_pImpl->m_pDefaultCharProps->size()) in applyDefaults()
1304 PropertyMap::iterator aMapIter = m_pImpl->m_pDefaultCharProps->begin(); in applyDefaults()
1305 for( ; aMapIter != m_pImpl->m_pDefaultCharProps->end(); ++aMapIter ) in applyDefaults()

Completed in 19 milliseconds