Home
last modified time | relevance | path

Searched refs:retvalue (Results 1 – 5 of 5) sorted by relevance

/trunk/main/wizards/com/sun/star/wizards/common/
H A DJavaTools.java237 int retvalue = -1; in FieldInList() local
246 return retvalue; in FieldInList()
252 int retvalue = -1; in FieldInList() local
264 return retvalue; in FieldInList()
269 int retvalue; in FieldInTable() local
273 retvalue = -1; in FieldInTable()
288 retvalue = -1; in FieldInTable()
290 return retvalue; in FieldInTable()
304 return retvalue; in FieldInIntTable()
318 return retvalue; in FieldInIntTable()
[all …]
/trunk/main/sc/source/ui/vba/
H A Dvbacondition.cxx126 sal_Int32 retvalue = -1; in Operator() local
131 retvalue = excel::XlFormatConditionOperator::xlEqual; in Operator()
134 retvalue = excel::XlFormatConditionOperator::xlNotEqual; in Operator()
137 retvalue = excel::XlFormatConditionOperator::xlGreater; in Operator()
140 retvalue = excel::XlFormatConditionOperator::xlGreaterEqual; in Operator()
143 retvalue = excel::XlFormatConditionOperator::xlLess; in Operator()
146 retvalue = excel::XlFormatConditionOperator::xlLessEqual; in Operator()
149 retvalue = excel::XlFormatConditionOperator::xlBetween; in Operator()
152 retvalue = excel::XlFormatConditionOperator::xlNotBetween; in Operator()
159 retvalue = ISFORMULA; in Operator()
[all …]
H A Dvbahelper.cxx569 sal_Int32 retvalue = -1; in FieldInList() local
577 retvalue = i; in FieldInList()
581 return retvalue; in FieldInList()
/trunk/main/tools/source/zcodec/
H A Dzcodec.cxx106 long retvalue = 0; in EndCompression() local
120 retvalue = PZSTREAM->total_in; in EndCompression()
125 retvalue = PZSTREAM->total_out; in EndCompression()
131 return ( mbStatus ) ? retvalue : -1; in EndCompression()
/trunk/main/vbahelper/source/vbahelper/
H A Dvbahelper.cxx745 sal_Int32 retvalue = -1; in FieldInList() local
753 retvalue = i; in FieldInList()
757 return retvalue; in FieldInList()

Completed in 32 milliseconds