Searched refs:xArray (Results 1 – 8 of 8) sorted by relevance
/aoo4110/main/basic/source/classes/ |
H A D | eventatt.cxx | 316 SbxArrayRef xArray; in firing_impl() local 321 xArray = new SbxArray; in firing_impl() 327 xArray->Put( xVar, sal::static_int_cast< sal_uInt16 >(i+1) ); in firing_impl() 333 if( xArray.Is() ) in firing_impl() 334 pMeth->SetParameters( xArray ); in firing_impl()
|
H A D | sbunoobj.cxx | 749 SbxDimArrayRef xArray = pArray; in unoToSbxValue() local 867 SbxDimArrayRef xArray; in unoToSbxValue() local 888 xArray->unoAddDim( 0, -1 ); in unoToSbxValue() 1253 xArray->realloc( aRetVal, nSeqSize ); in implRekMultiDimArrayToSequence() 4485 SbxArrayRef xArray = new SbxArray; in setValue() local 4488 xArray->Put( xVar, 1 ); in setValue() 4492 pMeth->SetParameters( xArray ); in setValue() 4581 SbxArrayRef xArray; in invoke() local 4585 xArray = new SbxArray; in invoke() 4597 if( xArray.Is() ) in invoke() [all …]
|
H A D | sbxmod.cxx | 726 SbxArrayRef xArray = pImage->GetEnums(); in Find() local 727 if( xArray.Is() ) in Find() 729 SbxVariable* pEnumVar = xArray->Find( rName, SbxCLASS_DONTCARE ); in Find() 1910 SbxArrayRef xArray = new SbxArray; in handleProcedureProperties() local 1911 xArray->Put( pMeth, 0 ); // Method as parameter 0 in handleProcedureProperties() 1912 xArray->Put( pVar, 1 ); in handleProcedureProperties() 1913 pMeth->SetParameters( xArray ); in handleProcedureProperties() 2454 SbxArrayRef xArray = new SbxArray; in triggerMethod() local 2455 xArray->Put( pMeth, 0 ); // Method as parameter 0 in triggerMethod() 2461 xArray->Put( xSbxVar, static_cast< sal_uInt16 >( i ) + 1 ); in triggerMethod() [all …]
|
/aoo4110/main/ucbhelper/source/provider/ |
H A D | propertyvalueset.cxx | 112 Reference< XArray > xArray; // getArray member 569 aValue <<= rValue.xArray; in getObject() 622 GETVALUE_IMPL( Reference< XArray >, ARRAY_VALUE_SET, xArray ); in getArray() 813 SETVALUE_IMPL( rPropName, ARRAY_VALUE_SET, xArray, rValue ); in appendArray()
|
/aoo4110/main/basic/source/runtime/ |
H A D | methods1.cxx | 207 SbxArrayRef xArray; in RTLFUNC() local 211 xArray = new SbxArray; in RTLFUNC() 215 xArray->Put( pPar, i + 1 ); in RTLFUNC() 221 if( xArray.Is() ) in RTLFUNC() 222 pMeth->SetParameters( xArray ); in RTLFUNC()
|
/aoo4110/main/sc/source/filter/excel/ |
H A D | xeformula.cxx | 2106 ScExternalRefCache::TokenArrayRef xArray = rExtRefMgr.getRangeNameTokens( nFileId, rName ); in ProcessExternalName() local 2107 if( xArray.get() ) in ProcessExternalName() 2112 for( FormulaToken* pScToken = xArray->First(); pScToken; pScToken = xArray->Next() ) in ProcessExternalName() 2141 … if( pFile && mxData->mpLinkMgr->InsertExtName( nExtSheet, nExtName, *pFile, rName, xArray ) ) in ProcessExternalName()
|
/aoo4110/main/odk/examples/CLI/CSharp/Spreadsheet/ |
H A D | SpreadsheetSample.cs | 595 unoidl.com.sun.star.sheet.XArrayFormulaRange xArray = in doCellCursorSamples() 599 + " contains formula " + xArray.getArrayFormula() ); in doCellCursorSamples()
|
/aoo4110/main/odk/examples/DevelopersGuide/Spreadsheet/ |
H A D | SpreadsheetSample.java | 620 com.sun.star.sheet.XArrayFormulaRange xArray = (com.sun.star.sheet.XArrayFormulaRange) in doCellCursorSamples() local 624 + " contains formula " + xArray.getArrayFormula() ); in doCellCursorSamples()
|
Completed in 138 milliseconds