Home
last modified time | relevance | path

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

/trunk/main/forms/qa/integration/forms/
H A DFormControlTest.java660 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 …]
/trunk/main/codemaker/source/cppumaker/
H A Dcpputype.cxx1343 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 …]
/trunk/main/codemaker/source/idlmaker/
H A Didltype.cxx811 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 …]
/trunk/main/codemaker/source/bonobowrappermaker/
H A Dcorbatype.cxx2148 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 …]
/trunk/main/codemaker/source/cunomaker/
H A Dcunotype.cxx612 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 …]
/trunk/main/unodevtools/source/skeletonmaker/
H A Dskeletoncommon.cxx171 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 Djavatypemaker.cxx619 OString fieldName( in printServiceMembers() local
628 fieldName, "property").getStr() in printServiceMembers()
H A Dcpptypemaker.cxx701 OString fieldName( in printServiceMembers() local
710 fieldName, "property").getStr() in printServiceMembers()
/trunk/main/codemaker/source/javamaker/
H A Djavatype.cxx883 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 …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/lib/
H A DMultiMethodTest.java481 protected Status setField(String fieldName, Object value) in setField() argument
487 objField = this.getClass().getField(fieldName); in setField()
/trunk/main/wizards/com/sun/star/wizards/reportbuilder/
H A DReportBuilderImplementation.java395 public void liveupdate_changeUserFieldContent(String fieldName, String titlename) in liveupdate_changeUserFieldContent() argument

Completed in 111 milliseconds