/aoo42x/main/forms/qa/integration/forms/ |
H A D | FormControlTest.java | 660 Object value = getControlModel( fieldName ).getPropertyValue( propertyName ); in checkNullValue() 663 log.println( "wrong value of the " + fieldName + " field!" ); in checkNullValue() 678 if ( fieldName.equals( "f_time" ) ) in checkIntValue() 682 …int currentValue = ((Integer)getControlModel( fieldName ).getPropertyValue( propertyName )).intVal… in checkIntValue() 685 log.println( "wrong value of the " + fieldName + " field!" ); in checkIntValue() 706 …short currentValue = ((Short)getControlModel( fieldName ).getPropertyValue( propertyName )).shortV… in checkShortValue() 709 log.println( "wrong value of the " + fieldName + " field!" ); in checkShortValue() 728 …double currentValue = ((Double)getControlModel( fieldName ).getPropertyValue( propertyName )).doub… in checkDoubleValue() 731 log.println( "wrong value of the " + fieldName + " field!" ); in checkDoubleValue() 744 String currentValue = (String)getControlModel( fieldName ).getPropertyValue( propertyName ); in checkStringValue() [all …]
|
/aoo42x/main/codemaker/source/cppumaker/ |
H A D | cpputype.cxx | 1343 OString fieldName; in dumpAttributes() local 1630 OString fieldName; in dumpCppuAttributeRefs() local 1802 OString fieldName; in dumpCppuAttributes() local 1975 OString fieldName; in dumpAttributesCppuDecl() local 2221 OString fieldName; in dumpDeclaration() local 2484 OString fieldName; in dumpHxxFile() local 2504 o << fieldName; in dumpHxxFile() 2578 o << fieldName << "(" << fieldName << "_)\n"; in dumpHxxFile() 3140 OString fieldName; in dumpDeclaration() local 3261 o << fieldName; in dumpHxxFile() [all …]
|
/aoo42x/main/codemaker/source/idlmaker/ |
H A D | idltype.cxx | 811 OString fieldName; in dumpAttributes() local 839 o << " " << fieldName << ";\n"; in dumpAttributes() 1117 OString fieldName; in dumpHFile() local 1274 OString fieldName; in dumpHFile() local 1320 OString fieldName; in dumpSuperMember() local 1340 o << fieldName << ";\n"; in dumpSuperMember() 1393 OString fieldName; in dumpHFile() local 1440 OString fieldName; in dumpSuperMember() local 1460 o << fieldName << ";\n"; in dumpSuperMember() 1504 OString fieldName; in dumpHFile() local [all …]
|
/aoo42x/main/codemaker/source/bonobowrappermaker/ |
H A D | corbatype.cxx | 2148 OString fieldName; in dumpFunctions() local 2183 corbaFieldName = fieldName; in dumpFunctions() 2232 corbaFieldName = fieldName; in dumpFunctions() 2281 OString fieldName; in dumpSuperMember() local 2306 o << "__" << fieldName; in dumpSuperMember() 2356 OString fieldName; in dumpFunctions() local 2380 corbaFieldName = fieldName; in dumpFunctions() 2387 << "_u." << fieldName.getStr() in dumpFunctions() 2426 corbaFieldName = fieldName; in dumpFunctions() 2476 OString fieldName; in dumpSuperMember() local [all …]
|
/aoo42x/main/codemaker/source/cunomaker/ |
H A D | cunotype.cxx | 612 OString fieldType, fieldName; in dumpGetCunoType() local 741 OString fieldType, fieldName; in dumpCGetCunoType() local 757 o << fieldName << "\") );\n"; in dumpCGetCunoType() 921 OString fieldName; in dumpInheritedMembers() local 1740 OString fieldName; in dumpAttributes() local 2132 OString fieldName; in dumpCUnoAttributeRefs() local 2444 OString fieldName; in dumpAttributesCppuDecl() local 2663 OString fieldName; in dumpDeclaration() local 2886 OString fieldName; in dumpDeclaration() local 2996 OString fieldName; in dumpDeclaration() local [all …]
|
/aoo42x/main/unodevtools/source/skeletonmaker/ |
H A D | skeletoncommon.cxx | 171 OString fieldName( in checkAttributes() local 175 if ( !containsAttribute(attributes, fieldName) ) { in checkAttributes() 180 fieldName, std::pair<OString, sal_Int16>( in checkAttributes() 261 OString fieldName( in checkType() local 269 fieldName, std::pair<OString, sal_Int16>( in checkType()
|
H A D | javatypemaker.cxx | 619 OString fieldName( in printServiceMembers() local 628 fieldName, "property").getStr() in printServiceMembers()
|
H A D | cpptypemaker.cxx | 701 OString fieldName( in printServiceMembers() local 710 fieldName, "property").getStr() in printServiceMembers()
|
/aoo42x/main/codemaker/source/javamaker/ |
H A D | javatype.cxx | 883 rtl::OString fieldName( in handleEnumType() local 889 fieldName, classDescriptor, 0, rtl::OString()); in handleEnumType() 894 fieldName + rtl::OString(RTL_CONSTASCII_STRINGPARAM("_value")), in handleEnumType() 1057 rtl::OString const & fieldName, bool typeParameter, in addFieldInit() argument 1078 className, fieldName, in addFieldInit() 1092 className, fieldName, in addFieldInit() 1106 className, fieldName, in addFieldInit() 1133 code->instrPutfield(className, fieldName, desc); in addFieldInit() 1191 className, fieldName, desc.makeStringAndClear()); in addFieldInit() 1799 rtl::OString const & fieldName, bool typeParameter, in addDirectArgument() argument [all …]
|
/aoo42x/main/qadevOOo/runner/lib/ |
H A D | MultiMethodTest.java | 481 protected Status setField(String fieldName, Object value) in setField() argument 487 objField = this.getClass().getField(fieldName); in setField()
|
/aoo42x/main/wizards/com/sun/star/wizards/reportbuilder/ |
H A D | ReportBuilderImplementation.java | 395 public void liveupdate_changeUserFieldContent(String fieldName, String titlename) in liveupdate_changeUserFieldContent() argument
|