Home
last modified time | relevance | path

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

/trunk/main/writerfilter/source/dmapper/
H A DStyleSheetTable.cxx692 …m_pImpl->m_pCurrentEntry->sConvertedStyleName = ConvertStyleName( m_pImpl->m_pCurrentEntry->sStyle… in lcl_entry()
784 ::rtl::OUString sConvertedStyleName = ConvertStyleName( pEntry->sStyleName ); in ApplyStyleSheets()
785 if(xStyles->hasByName( sConvertedStyleName )) in ApplyStyleSheets()
786 xStyles->getByName( sConvertedStyleName ) >>= xStyle; in ApplyStyleSheets()
881 if( sConvertedStyleName.equalsAscii( "Contents Heading" ) || in ApplyStyleSheets()
882 sConvertedStyleName.equalsAscii( "User Index Heading" ) || in ApplyStyleSheets()
883 sConvertedStyleName.equalsAscii( "Index Heading" )) in ApplyStyleSheets()
889 else if( sConvertedStyleName.equalsAscii( "Text body" ) ) in ApplyStyleSheets()
891 else if( sConvertedStyleName.equalsAscii( "Heading 1" ) || in ApplyStyleSheets()
892 sConvertedStyleName.equalsAscii( "Heading 2" ) || in ApplyStyleSheets()
[all …]
H A DStyleSheetTable.hxx69 ::rtl::OUString sConvertedStyleName;
H A DNumberingManager.cxx597 …Props.getLength( ) - 1] = MAKE_PROPVAL( PROP_HEADING_STYLE_NAME, pParaStyle->sConvertedStyleName ); in CreateNumberingRules()
H A DDomainMapper.cxx4034 … const ::rtl::OUString sConvertedStyleName = pStyleTable->ConvertStyleName( sStringValue, true ); in sprmWithProps() local
4036 …m_pImpl->GetTopContext()->Insert( PROP_PARA_STYLE_NAME, true, uno::makeAny( sConvertedStyleName )); in sprmWithProps()