Home
last modified time | relevance | path

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

/AOO41X/main/writerfilter/source/dmapper/
H A DStyleSheetTable.cxx695 …m_pImpl->m_pCurrentEntry->sConvertedStyleName = ConvertStyleName( m_pImpl->m_pCurrentEntry->sStyle… in lcl_entry()
787 ::rtl::OUString sConvertedStyleName = ConvertStyleName( pEntry->sStyleName ); in ApplyStyleSheets()
788 if(xStyles->hasByName( sConvertedStyleName )) in ApplyStyleSheets()
789 xStyles->getByName( sConvertedStyleName ) >>= xStyle; in ApplyStyleSheets()
884 if( sConvertedStyleName.equalsAscii( "Contents Heading" ) || in ApplyStyleSheets()
885 sConvertedStyleName.equalsAscii( "User Index Heading" ) || in ApplyStyleSheets()
886 sConvertedStyleName.equalsAscii( "Index Heading" )) in ApplyStyleSheets()
892 else if( sConvertedStyleName.equalsAscii( "Text body" ) ) in ApplyStyleSheets()
894 else if( sConvertedStyleName.equalsAscii( "Heading 1" ) || in ApplyStyleSheets()
895 sConvertedStyleName.equalsAscii( "Heading 2" ) || in ApplyStyleSheets()
[all …]
H A DStyleSheetTable.hxx69 ::rtl::OUString sConvertedStyleName;
H A DNumberingManager.cxx618 …Props.getLength( ) - 1] = MAKE_PROPVAL( PROP_HEADING_STYLE_NAME, pParaStyle->sConvertedStyleName ); in CreateNumberingRules()
H A DDomainMapper.cxx4025 … const ::rtl::OUString sConvertedStyleName = pStyleTable->ConvertStyleName( sStringValue, true ); in sprmWithProps() local
4027 …m_pImpl->GetTopContext()->Insert( PROP_PARA_STYLE_NAME, true, uno::makeAny( sConvertedStyleName )); in sprmWithProps()