Searched refs:STRNCMP_PARAM (Results 1 – 1 of 1) sorted by relevance
/aoo42x/main/vcl/unx/gtk/a11y/ |
H A D | atktextattributes.cxx | 57 #define STRNCMP_PARAM( s ) s,sizeof( s )-1 macro 438 if( strncmp( value, STRNCMP_PARAM( "normal" ) ) ) in Style2FontSlant() 442 else if( strncmp( value, STRNCMP_PARAM( "italic" ) ) ) in Style2FontSlant() 517 if( strncmp( value, STRNCMP_PARAM( "left" ) ) ) in Justification2Adjust() 519 else if( strncmp( value, STRNCMP_PARAM( "right" ) ) ) in Justification2Adjust() 521 else if( strncmp( value, STRNCMP_PARAM( "fill" ) ) ) in Justification2Adjust() 523 else if( strncmp( value, STRNCMP_PARAM( "center" ) ) ) in Justification2Adjust() 609 if( strncmp( value, STRNCMP_PARAM( "none" ) ) ) in String2Underline() 697 if( strncmp( value, STRNCMP_PARAM( "true" ) ) ) in String2Bool() 699 else if( strncmp( value, STRNCMP_PARAM( "false" ) ) ) in String2Bool() [all …]
|
Completed in 25 milliseconds