Lines Matching refs:equalsAscii

238                 if( name_it->second.equalsAscii( "PrintContent" ) )
278 … if( name_it != maTagToPropertyName.end() && ! name_it->second.equalsAscii( "PrintContent" ) )
1016 if( rCtrlType.equalsAscii( "Range" ) )
1126 if( rEntry.Name.equalsAscii( "ControlType" ) )
1130 else if( rEntry.Name.equalsAscii( "Choices" ) )
1134 else if( rEntry.Name.equalsAscii( "ChoicesDisabled" ) )
1138 else if( rEntry.Name.equalsAscii( "Property" ) )
1143 if( aPropertyName.equalsAscii( "PrintContent" ) )
1147 if( aCtrlType.equalsAscii( "Radio" ) &&
1148 aPropertyName.equalsAscii( "PrintContent" ) &&
1177 if( rEntry.Name.equalsAscii( "Text" ) )
1182 else if( rEntry.Name.equalsAscii( "ControlType" ) )
1186 else if( rEntry.Name.equalsAscii( "Choices" ) )
1190 else if( rEntry.Name.equalsAscii( "Property" ) )
1196 else if( rEntry.Name.equalsAscii( "Enabled" ) )
1202 else if( rEntry.Name.equalsAscii( "MinValue" ) )
1206 else if( rEntry.Name.equalsAscii( "MaxValue" ) )
1210 else if( rEntry.Name.equalsAscii( "AttachToDependency" ) )
1214 else if( rEntry.Name.equalsAscii( "InternalUIOnly" ) )
1218 else if( rEntry.Name.equalsAscii( "GroupingHint" ) )
1224 if( aCtrlType.equalsAscii( "Group" ) ||
1225 aCtrlType.equalsAscii( "Subgroup" ) ||
1226 aCtrlType.equalsAscii( "Radio" ) ||
1227 aCtrlType.equalsAscii( "List" ) ||
1228 aCtrlType.equalsAscii( "Edit" ) ||
1229 aCtrlType.equalsAscii( "Range" ) ||
1230 aCtrlType.equalsAscii( "Bool" ) )
1234 if( aCtrlType.equalsAscii( "Group" )
1236 || ( aCtrlType.equalsAscii( "Subgroup" ) && nCurY < -250 && ! bIgnore )
1240 if( aCtrlType.equalsAscii( "Subgroup" ) )
1275 if( aCtrlType.equalsAscii( "Subgroup" ) && pCurParent )
1287 else if( aCtrlType.equalsAscii( "Bool" ) && pCurParent )
1297 else if( aCtrlType.equalsAscii( "Radio" ) && pCurParent )
1310 else if( aCtrlType.equalsAscii( "List" ) && pCurParent )
1322 … else if( (aCtrlType.equalsAscii( "Edit" ) || aCtrlType.equalsAscii( "Range" )) && pCurParent )