Home
last modified time | relevance | path

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

/trunk/main/sw/source/ui/config/
H A Dviewopt.cxx285 sSymbolFont = rVOpt.sSymbolFont; in SwViewOption()
327 sSymbolFont = rVOpt.sSymbolFont; in operator =()
/trunk/main/sw/inc/
H A Dviewopt.hxx141 String sSymbolFont; // Symbolzeichensatz member in SwViewOption
502 const String& GetSymbolFont() const {return sSymbolFont;} in GetSymbolFont()
503 void SetSymbolFont(const String& sSet) {sSymbolFont = sSet;} in SetSymbolFont()
/trunk/main/sw/source/ui/shells/
H A Ddrwtxtsh.cxx808 String sSymbolFont = aOpt.GetSymbolFont(); in InsertSymbol() local
809 if( sSymbolFont.Len() ) in InsertSymbol()
810 aAllSet.Put( SfxStringItem( SID_FONT_NAME, sSymbolFont ) ); in InsertSymbol()
H A Dtextsh.cxx1156 String sSymbolFont = aOpt.GetSymbolFont(); in InsertSymbol() local
1157 if( !aFontName.Len() && sSymbolFont.Len() ) in InsertSymbol()
1158 aAllSet.Put( SfxStringItem( SID_FONT_NAME, sSymbolFont ) ); in InsertSymbol()
H A Dannotsh.cxx1694 String sSymbolFont = aOpt.GetSymbolFont(); in InsertSymbol() local
1695 if( sSymbolFont.Len() ) in InsertSymbol()
1696 aAllSet.Put( SfxStringItem( SID_FONT_NAME, sSymbolFont ) ); in InsertSymbol()

Completed in 42 milliseconds