Home
last modified time | relevance | path

Searched refs:result (Results 501 – 525 of 994) sorted by relevance

1...<<21222324252627282930>>...40

/trunk/main/basic/source/comp/
H A Dcodegen.cxx434 T result = 0 ; in offset() local
436result = m_nNumOp0 + ( ( sizeof(S) + 1 ) * m_nNumSingleParams ) + ( (( sizeof(S) * 2 )+ 1 ) * m_n… in offset()
437 if ( result > max ) in offset()
440 return static_cast<S>(result); in offset()
/trunk/main/setup_native/source/win32/customactions/shellextensions/
H A Dcheckrunningoffice.cxx74 std::_tstring result; in GetMsiProperty() local
84 result = buffer; in GetMsiProperty()
87 return result; in GetMsiProperty()
/trunk/main/offapi/com/sun/star/chart2/
H A DXDataInterpreter.idl63 use all the data series given here for the result before
90 <p>In case <code>aInterpretedData</code> is the result of
92 the result of this method should be <code>xSource</code>.</p>
/trunk/main/solenv/bin/
H A Dpackimages.pl375 my $result = 0;
377 $result = unlink($dest_file) if -f $dest_file;
378 if ( $result != 1 && -f $dest_file ) {
/trunk/main/vbahelper/source/msforms/
H A Dvbacombobox.cxx126 rtl::OUString result; in getText() local
127 getValue() >>= result; in getText()
128 return result; in getText()
H A Dvbalistbox.cxx115 rtl::OUString result; in getText() local
116 getValue() >>= result; in getText()
117 return result; in getText()
/trunk/main/solenv/bin/modules/installer/patch/
H A DMsi.pm199 my $result = qx($command);
247 my $result = system($command);
249 if ($result != 0)
/trunk/test/testgui/source/bvt/gui/
H A DBasicFunctionTest.java687 String result = SCTool.getCellText("D1"); in testInsertFunctionViaFormulaBar() local
689 assertEquals("The calculated result", expectedResult, result); in testInsertFunctionViaFormulaBar()
721 String result = SCTool.getCellText("B1"); in testFunctionWizardInFormulaBar() local
723 assertEquals("The calculated result", expectedResult, result); in testFunctionWizardInFormulaBar()
/trunk/main/shell/source/win32/shlxthandler/thumbviewer/
H A Dthumbviewer.cxx521 Gdiplus::Rect result; in CalcScaledAspectRatio() local
523 result = Gdiplus::Rect(0, 0, dest.Width, src.Height * dest.Width / src.Width); in CalcScaledAspectRatio()
525 result = Gdiplus::Rect(0, 0, src.Width * dest.Height / src.Height, dest.Height); in CalcScaledAspectRatio()
527 return result; in CalcScaledAspectRatio()
/trunk/main/l10ntools/source/help/
H A DHelpLinker.cxx282 std::string result; in encode() local
287 result += c; in encode()
289 result += '%'; in encode()
290 result += hex[c >> 4]; in encode()
291 result += hex[c & 0xf]; in encode()
294 return result; in encode()
H A DHelpCompiler.cxx110 xmlXPathObjectPtr result = xmlXPathEvalExpression(xpath, context); in switchFind() local
112 if (result) in switchFind()
114 xmlNodeSetPtr nodeset = result->nodesetval; in switchFind()
140 xmlXPathFreeObject(result); in switchFind()
/trunk/main/registry/tools/
H A Dchecksingleton.cxx238 int result = Options::checkArgument(args, argv[i], strlen(argv[i])); in main() local
239 if (result != 0) in main()
242 return (result); in main()
/trunk/main/offapi/com/sun/star/ucb/
H A DXFetchProviderForContentAccess.idl61 are contained in the result set ( <TRUE/> &lt;-&gt; forward step;
85 are contained in the result set ( <TRUE/> &lt;-&gt; forward step;
108 are contained in the result set ( <TRUE/> &lt;-&gt; forward step;
/trunk/main/extensions/source/ole/
H A Dservprov.cxx558 HRESULT result; in createInstance() local
564 result = CLSIDFromProgID( in createInstance()
569 if (result == NOERROR) in createInstance()
571 result = CoCreateInstance( in createInstance()
/trunk/main/scripting/java/Framework/com/sun/star/script/framework/security/
H A DSecurityDialog.java442 short result = 0; in execute() local
450 result += 1; in execute()
454 result +=2; in execute()
456 return result; in execute()
/trunk/main/offapi/com/sun/star/chart/
H A DXDiagramPositioning.idl65 …ary to calculate the positioning so this method can be expensive and the result may depend on diff…
78 …ary to calculate the positioning so this method can be expensive and the result may depend on diff…
91 …ary to calculate the positioning so this method can be expensive and the result may depend on diff…
/trunk/main/i18npool/source/characterclassification/
H A Dcclass_unicode.cxx213 sal_Int32 result = getCharType(Text, &nPos, 0); in getStringType() local
215 result |= getCharType(Text, &nPos, 1); in getStringType()
216 return result; in getStringType()
/trunk/main/cppuhelper/test/bootstrap/
H A Dbootstrap.test.cxx71 bool result = pRegisteredObject != NULL; in s_check_object_is_in() local
73 if (result) in s_check_object_is_in()
76 return result; in s_check_object_is_in()
/trunk/main/sc/source/ui/vba/
H A Dvbaapplication.cxx349 uno::Any result; in getCutCopyMode() local
350 result <<= sal_False; in getCutCopyMode()
351 return result; in getCutCopyMode()
475 uno::Reference< excel::XWorksheet > result; in getActiveSheet() local
483 result = xWorksheet; in getActiveSheet()
487 if ( !result.is() ) in getActiveSheet()
493 return result; in getActiveSheet()
H A Dvbaworksheets.cxx273 uno::Any result; in Add() local
285 result = getItemByStringIndex( aStringName ); in Add()
287 uno::Reference< excel::XWorksheet > xNewSheet( result, uno::UNO_QUERY ); in Add()
290 return result; in Add()
/trunk/main/svl/source/passwordcontainer/
H A Dpasswordcontainer.cxx543 rtlCipherError result = rtl_cipher_init ( in DecodePasswords() local
547 if( result == rtl_Cipher_E_None ) in DecodePasswords()
553result = rtl_cipher_decode ( aDecoder, (sal_uInt8*)aSeq.getArray(), aSeq.getLength(), in DecodePasswords()
598 rtlCipherError result = rtl_cipher_init ( in EncodePasswords() local
603 if( result == rtl_Cipher_E_None ) in EncodePasswords()
607result = rtl_cipher_encode ( aEncoder, (sal_uInt8*)aSeq.getStr(), aSeq.getLength()+1, in EncodePasswords()
640 if( result == rtl_Cipher_E_None ) in EncodePasswords()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/i18n/
H A D_XExtendedIndexEntrySupplier.java58 boolean result = true; in _getAlgorithmList()
77 result &= locResult; in _getAlgorithmList()
80 tRes.tested("getAlgorithmList()", result); in _getAlgorithmList()
/trunk/main/cppu/source/uno/
H A Dcascade_mapping.cxx203 rtl::OUString result; in getPrefix() local
206 result = str1.copy(0, sim - 1); in getPrefix()
208 return result; in getPrefix()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/helper/
H A DOfficeProvider.java469 boolean result = true; in disposeOffice()
518 result = false; in disposeOffice()
522 result = false; in disposeOffice()
594 return result; in disposeOffice()
/trunk/main/offapi/com/sun/star/sdbc/
H A DXArray.idl163 /** returns a result set that contains the elements of the array
180 The result set contains one row for each array element, with
201 /** returns a result set holding the elements of the subarray that
220 The result set contains one row for each array element, with

Completed in 139 milliseconds

1...<<21222324252627282930>>...40