Lines Matching refs:sStringValue

193     rtl::OUString sStringValue = val.getString();  in lcl_attribute()  local
1420 sLocalBookmarkName = sStringValue; in lcl_attribute()
1603 uno::makeAny( sStringValue )); in lcl_attribute()
1607 … m_pImpl->GetTopContext()->Insert(PROP_CHAR_FONT_NAME, true, uno::makeAny( sStringValue )); in lcl_attribute()
1651 … m_pImpl->GetTopContext()->Insert(PROP_CHAR_FONT_NAME, true, uno::makeAny( sStringValue )); in lcl_attribute()
1667 … m_pImpl->GetTopContext()->Insert(PROP_CHAR_FONT_NAME_ASIAN, true, uno::makeAny( sStringValue )); in lcl_attribute()
1677 … m_pImpl->GetTopContext()->Insert(PROP_CHAR_FONT_NAME_COMPLEX, true, uno::makeAny( sStringValue )); in lcl_attribute()
1862 LanguageType eLang = MsLangId::convertIsoStringToLanguage( sStringValue ); in lcl_attribute()
2070 m_pImpl->SetCurrentRedlineAuthor( sStringValue ); in lcl_attribute()
2074 m_pImpl->SetCurrentRedlineDate( sStringValue ); in lcl_attribute()
2081 m_pImpl->SetCurrentRedlineInitials(sStringValue); in lcl_attribute()
2221 const rtl::OUString sStringValue = pValue->getString(); in sprmWithProps() local
4023 m_pImpl->SetCurrentParaStyleId( sStringValue ); in sprmWithProps()
4025 … const ::rtl::OUString sConvertedStyleName = pStyleTable->ConvertStyleName( sStringValue, true ); in sprmWithProps()
4028 const StyleSheetEntryPtr pEntry = pStyleTable->FindStyleSheetByISTD(sStringValue); in sprmWithProps()
4044 …::OUString sConvertedName( m_pImpl->GetStyleSheetTable()->ConvertStyleName( sStringValue, true ) ); in sprmWithProps()
4133 if( sStringValue.equalsAscii( "superscript" )) in sprmWithProps()
4135 else if( sStringValue.equalsAscii( "subscript" )) in sprmWithProps()