Home
last modified time | relevance | path

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

/AOO41X/main/vbahelper/source/vbahelper/
H A Dvbafontbase.cxx35 #define VBAFONTBASE_PROPNAME( ascii_normal, ascii_control ) \ macro
130 mxFont->setPropertyValue( VBAFONTBASE_PROPNAME( "CharHeight", "FontHeight" ), aVal ); in setSize()
136 return mxFont->getPropertyValue( VBAFONTBASE_PROPNAME( "CharHeight", "FontHeight" ) ); in getSize()
183 …mxFont->setPropertyValue( VBAFONTBASE_PROPNAME( "CharWeight", "FontWeight" ), uno::Any( fBoldValue… in setBold()
191 mxFont->getPropertyValue( VBAFONTBASE_PROPNAME( "CharWeight", "FontWeight" ) ) >>= fValue; in getBold()
203 …mxFont->setPropertyValue( VBAFONTBASE_PROPNAME( "CharStrikeout", "FontStrikeout" ), uno::Any( nVal… in setStrikethrough()
210 mxFont->getPropertyValue( VBAFONTBASE_PROPNAME( "CharStrikeout", "FontStrikeout" ) ) >>= nValue; in getStrikethrough()
235 …mxFont->setPropertyValue( VBAFONTBASE_PROPNAME( "CharPosture", "FontSlant" ), uno::Any( nValue ) ); in setItalic()
242 mxFont->getPropertyValue( VBAFONTBASE_PROPNAME( "CharPosture", "FontSlant" ) ) >>= aFS; in getItalic()
251 mxFont->setPropertyValue( VBAFONTBASE_PROPNAME( "CharFontName", "FontName" ), aValue ); in setName()
[all …]