Searched refs:aGconfValue (Results 1 – 1 of 1) sorted by relevance
224 uno::Any makeAnyOfGconfValue( GConfValue *aGconfValue ) in makeAnyOfGconfValue() argument226 switch( aGconfValue->type ) in makeAnyOfGconfValue()229 return uno::makeAny( (sal_Bool) gconf_value_get_bool( aGconfValue ) ); in makeAnyOfGconfValue()232 return uno::makeAny( (sal_Int32) gconf_value_get_int( aGconfValue ) ); in makeAnyOfGconfValue()236 gconf_value_get_string(aGconfValue) ), RTL_TEXTENCODING_UTF8 ) ); in makeAnyOfGconfValue()248 static void splitFontName( GConfValue *aGconfValue, rtl::OUString &rName, sal_Int16 &rHeight) in splitFontName() argument250 rtl::OString aFont( gconf_value_get_string( aGconfValue ) ); in splitFontName()266 uno::Any translateToOOo( const ConfigurationValue aValue, GConfValue *aGconfValue ) in translateToOOo() argument274 uno::Any aOriginalValue = makeAnyOfGconfValue( aGconfValue ); in translateToOOo()287 …if( (GCONF_VALUE_LIST == aGconfValue->type) && (GCONF_VALUE_STRING == gconf_value_get_list_type(aG… in translateToOOo()[all …]