Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/txtnode/
H A Dfmtatr2.cxx129 String sCharFmtName; in QueryValue() local
131 …SwStyleNameMapper::FillProgName(GetCharFmt()->GetName(), sCharFmtName, nsSwGetPoolIdFromName::GET… in QueryValue()
132 rVal <<= OUString( sCharFmtName ); in QueryValue()
177 String sCharFmtName = StylePool::nameOf( mpHandle ); in QueryValue() local
178 rVal <<= OUString( sCharFmtName ); in QueryValue()
475 sCharFmtName( rAttr.sCharFmtName ), in SwFmtRuby()
490 sCharFmtName = rAttr.sCharFmtName; in operator =()
502 sCharFmtName == ((SwFmtRuby&)rAttr).sCharFmtName && in operator ==()
525 …SwStyleNameMapper::FillProgName(sCharFmtName, aString, nsSwGetPoolIdFromName::GET_POOLID_CHRFMT, s… in QueryValue()
579sCharFmtName = SwStyleNameMapper::GetUIName(sTmp, nsSwGetPoolIdFromName::GET_POOLID_CHRFMT ); in PutValue()
/trunk/main/sw/source/ui/config/
H A Duinums.cxx370 sCharFmtName = pFmt->GetName(); in _SwNumFmtGlobal()
396 sCharFmtName( rFmt.sCharFmtName ), in _SwNumFmtGlobal()
490 rStream.ReadByteString(sCharFmtName, eEncoding); in _SwNumFmtGlobal()
589 rStream.WriteByteString( sCharFmtName, eEncoding ); in Store()
636 if( sCharFmtName.Len() ) in ChgNumFmt()
643 if( COMPARE_EQUAL == pFmt->GetName().CompareTo( sCharFmtName )) in ChgNumFmt()
653 pFmt = rSh.MakeCharFmt( sCharFmtName ); in ChgNumFmt()
/trunk/main/sw/source/ui/misc/
H A Dlinenum.cxx294 String sCharFmtName(aCharStyleLB.GetSelectEntry()); in FillItemSet() local
295 SwCharFmt *pCharFmt = pSh->FindCharFmtByName(sCharFmtName); in FillItemSet()
301 pBase = pPool->Find(sCharFmtName, SFX_STYLE_FAMILY_CHAR); in FillItemSet()
303 pBase = &pPool->Make(sCharFmtName, SFX_STYLE_FAMILY_CHAR); in FillItemSet()
/trunk/main/sw/inc/
H A Dfmtruby.hxx37 String sCharFmtName; // name of the charformat member in SwFmtRuby
72 const String& GetCharFmtName() const { return sCharFmtName; } in GetCharFmtName()
73 void SetCharFmtName( const String& rNm ) { sCharFmtName = rNm; } in SetCharFmtName()
/trunk/main/sw/source/core/unocore/
H A Dunosett.cxx1871 String sCharFmtName; in SetNumberingRuleByIndex() local
1872 …SwStyleNameMapper::FillUIName( uTmp, sCharFmtName, nsSwGetPoolIdFromName::GET_POOLID_CHRFMT, sal_T… in SetNumberingRuleByIndex()
1873 if(sCharFmtName.EqualsAscii(SW_PROP_NAME_STR(UNO_NAME_CHARACTER_FORMAT_NONE))) in SetNumberingRuleByIndex()
1885 if(sCharFmtName.Len()) in SetNumberingRuleByIndex()
1890 if(pTmp->GetName() == sCharFmtName) in SetNumberingRuleByIndex()
1901 pBase = ((SfxStyleSheetBasePool*)pPool)->Find(sCharFmtName, SFX_STYLE_FAMILY_CHAR); in SetNumberingRuleByIndex()
1903 pBase = &pPool->Make(sCharFmtName, SFX_STYLE_FAMILY_CHAR); in SetNumberingRuleByIndex()
1915 sNewCharStyleNames[(sal_uInt16)nIndex] = sCharFmtName; in SetNumberingRuleByIndex()
/trunk/main/sw/source/ui/inc/
H A Duinums.hxx48 String sCharFmtName; member in SwNumRulesWithName::_SwNumFmtGlobal

Completed in 43 milliseconds