Home
last modified time | relevance | path

Searched refs:pArray (Results 1 – 25 of 375) sorted by path

12345678910>>...15

/trunk/main/UnoControls/source/base/
H A Dbasecontrol.cxx269 const OUString* pArray = seqServiceNames.getConstArray(); in supportsService() local
272 if ( pArray[nCounter] == sServiceName ) in supportsService()
H A Dmultiplexer.cxx206 const Type* pArray = aContainedTypes.getConstArray(); in setPeer() local
210 impl_unadviseFromPeer( m_xPeer, pArray[i] ); in setPeer()
217 const Type* pArray = aContainedTypes.getConstArray(); in setPeer() local
221 impl_adviseToPeer( m_xPeer, pArray[i] ); in setPeer()
/trunk/main/animations/source/animcore/
H A Danimcore.cxx788 const OUString * pArray = aSNL.getConstArray(); in supportsService() local
791 if( pArray[i] == ServiceName ) in supportsService()
/trunk/main/avmedia/source/framework/
H A Dsoundhandler.cxx183 const ::rtl::OUString* pArray = seqServiceNames.getConstArray(); in supportsService() local
193 if ( pArray[nCounter] == sServiceName ) in supportsService()
/trunk/main/basctl/source/basicide/
H A Dbaside2b.cxx1817 SbxDimArray* pArray = pItem->mpArray; in RequestingChilds() local
1820 if( !pArray && pRootArray ) in RequestingChilds()
1822 pArray = pRootArray; in RequestingChilds()
1857 else if( pArray ) in RequestingChilds()
1865 pArray->GetDim32( nThisLevel, nMin, nMax ); in RequestingChilds()
1924 SbxDimArray* pArray; in ImplGetSBXForEntry() local
1946 pSBX = pArray->Get( pItem->pIndices ); in ImplGetSBXForEntry()
2098 SbxDimArray* pArray = pItem->mpArray; in implCreateTypeStringForDimArray() local
2099 if( !pArray ) in implCreateTypeStringForDimArray()
2100 pArray = pItem->GetRootArray(); in implCreateTypeStringForDimArray()
[all …]
H A Dunomodel.cxx111 OUString* pArray = aRet.getArray(); in getSupportedServiceNames_Static() local
112 pArray[0] = ::rtl::OUString::createFromAscii("com.sun.star.script.BasicIDE"); in getSupportedServiceNames_Static()
/trunk/main/basegfx/source/polygon/
H A Db2dpolygontools.cxx3758 const com::sun::star::awt::Point* pArray = rPointSequenceSource.getConstArray(); in UnoPointSequenceToB2DPolygon() local
3759 … const com::sun::star::awt::Point* pArrayEnd = pArray + rPointSequenceSource.getLength(); in UnoPointSequenceToB2DPolygon()
3761 for(;pArray != pArrayEnd; pArray++) in UnoPointSequenceToB2DPolygon()
3763 aRetval.append(B2DPoint(pArray->X, pArray->Y)); in UnoPointSequenceToB2DPolygon()
/trunk/main/basic/source/classes/
H A Dsbunoobj.cxx672 if ( !pArray ) in implSequenceToMultiDimArray()
688 if ( pArray ) in implSequenceToMultiDimArray()
742 SbxDimArray* pArray = NULL; in unoToSbxValue() local
747 if ( pArray ) in unoToSbxValue()
749 SbxDimArrayRef xArray = pArray; in unoToSbxValue()
1016 SbxDimArray* pArray = (SbxDimArray*)pObj; in getUnoTypeForSbxValue() local
1018 short nDims = pArray->GetDims(); in getUnoTypeForSbxValue()
1467 short nDims = pArray->GetDims(); in sbxToUnoValue()
4718 pArray->Put( pVar, pArray->Count() ); in registerComListenerVariableForBasic()
4729 sal_uInt16 nCount = pArray->Count(); in disposeComVariablesForBasic()
[all …]
H A Dsbxmod.cxx1344 SbxArray* pArray = PTR_CAST(SbxArray,p->GetObject()); in ClearPrivateVars() local
1345 if( pArray ) in ClearPrivateVars()
1347 for( sal_uInt16 j = 0 ; j < pArray->Count() ; j++ ) in ClearPrivateVars()
1349 SbxVariable* pj = PTR_CAST(SbxVariable,pArray->Get( j )); in ClearPrivateVars()
1411 SbxArray* pArray = PTR_CAST(SbxArray,p->GetObject()); in ClearVarsDependingOnDeletedBasic() local
1412 if( pArray ) in ClearVarsDependingOnDeletedBasic()
1414 for( sal_uInt16 j = 0 ; j < pArray->Count() ; j++ ) in ClearVarsDependingOnDeletedBasic()
1416 SbxVariable* pVar = PTR_CAST(SbxVariable,pArray->Get( j )); in ClearVarsDependingOnDeletedBasic()
/trunk/main/basic/source/comp/
H A Ddim.cxx612 SbxDimArray* pArray = new SbxDimArray( pElem->GetType() ); in DefType() local
633 pArray->AddDim32( lb, ub ); in DefType()
635 pArray->setHasFixedSize( true ); in DefType()
638 pArray->unoAddDim( 0, -1 ); // variant array in DefType()
643 pTypeElem->PutObject( pArray ); in DefType()
/trunk/main/basic/source/runtime/
H A Dmethods.cxx4061 SbxDimArray* pArray = new SbxDimArray(SbxBYTE); in RTLFUNC() local
4066 pArray->AddDim( 1, nArraySize ); in RTLFUNC()
4068 pArray->AddDim( 0, nArraySize-1 ); in RTLFUNC()
4072 pArray->unoAddDim( 0, -1 ); in RTLFUNC()
4084 pArray->Put( pNew, &index ); in RTLFUNC()
4090 refVar->PutObject( pArray ); in RTLFUNC()
H A Dmethods1.cxx775 pArray->AddDim( 1, nArraySize ); in RTLFUNC()
777 pArray->AddDim( 0, nArraySize-1 ); in RTLFUNC()
781 pArray->unoAddDim( 0, -1 ); in RTLFUNC()
796 pArray->Put( pNew, &index ); in RTLFUNC()
803 refVar->PutObject( pArray ); in RTLFUNC()
833 pArray->AddDim32( 0, ub ); in RTLFUNC()
837 pArray->unoAddDim( 0, -1 ); in RTLFUNC()
843 refVar->PutObject( pArray ); in RTLFUNC()
1751 pArray->unoAddDim( 0, nArraySize-1 ); in RTLFUNC()
1758 pArray->Put( (SbxVariable*)xVar, &i ); in RTLFUNC()
[all …]
H A Druntime.cxx626 pArray->unoAddDim( 0, nParamArrayParamCount - 1 ); in SetParameters()
631 pArray->Put( v, &nDimIndex ); in SetParameters()
635 pArrayVar->PutObject( pArray ); in SetParameters()
692 SbxDimArray* pArray = new SbxDimArray( SbxVARIANT ); in SetParameters() local
693 pArray->unoAddDim( 0, -1 ); in SetParameters()
696 pArrayVar->PutObject( pArray ); in SetParameters()
1147 SbxDimArray* pArray; in PushForEach() local
1149 if( (pArray = PTR_CAST(SbxDimArray,pObj)) != NULL ) in PushForEach()
1152 p->refEnd = (SbxVariable*)pArray; in PushForEach()
1154 short nDims = pArray->GetDims(); in PushForEach()
[all …]
H A Dstep0.cxx792 SbxDimArray* pArray = new SbxDimArray( eType ); in DimImpl() local
804 pArray->AddDim32( lb, ub ); in DimImpl()
806 pArray->setHasFixedSize( true ); in DimImpl()
813 pArray->unoAddDim( 0, -1 ); in DimImpl()
817 refVar->PutObject( pArray ); in DimImpl()
1007 SbxArray* pArray = PTR_CAST(SbxArray,pElemObj); in lcl_eraseImpl() local
1008 if ( pArray ) in lcl_eraseImpl()
1009 pArray->Clear(); in lcl_eraseImpl()
H A Dstep1.cxx257 SbxDimArray* pArray = (SbxDimArray*)(SbxVariable*)p->refEnd; in StepTESTFOR() local
258 short nDims = pArray->GetDims(); in StepTESTFOR()
266 SbxVariable* pVal = pArray->Get32( p->pArrayCurIndices ); in StepTESTFOR()
H A Dstep2.cxx502 SbxArray* pArray = PTR_CAST(SbxArray,pElemObj); in CheckArray() local
503 if( pArray ) in CheckArray()
511 pElem = pArray->Get( pPar->Get( 1 )->GetInteger() ); in CheckArray()
1007 SbxDimArray* pArray = 0; in StepDCREATE_IMPL() local
1011 pArray = (SbxDimArray*)pObj; in StepDCREATE_IMPL()
1014 short nDims = pArray->GetDims(); in StepDCREATE_IMPL()
1022 pArray->GetDim32( i+1, nLower, nUpper ); in StepDCREATE_IMPL()
1046 pArray->SbxArray::Put32( pClassObj, i ); in StepDCREATE_IMPL()
1052 if( pArray && pOldArray ) in StepDCREATE_IMPL()
1054 short nDimsNew = pArray->GetDims(); in StepDCREATE_IMPL()
[all …]
/trunk/main/basic/source/sbx/
H A Dsbxobj.cxx249 if( pArray ) in Find()
357 if( pArray ) in FindVar()
433 pArray->Put( pVar, pArray->Count() ); in Make()
484 if( pArray ) in Insert()
561 if( pArray ) in QuickInsert()
564 pArray->Put( pVar, pArray->Count() ); in QuickInsert()
600 if( pArray ) in VCPtrInsert()
603 pArray->Put( pVar, pArray->Count() ); in VCPtrInsert()
620 if( pArray && nIdx < pArray->Count() ) in Remove()
648 if( pArray && nIdx < pArray->Count() ) in VCPtrRemove()
[all …]
H A Dsbxstr.cxx261 SbxDimArray* pArray = new SbxDimArray(SbxBYTE); in StringToByteArray() local
266 pArray->AddDim32( 1, nArraySize ); in StringToByteArray()
268 pArray->AddDim32( 0, nArraySize-1 ); in StringToByteArray()
272 pArray->unoAddDim( 0, -1 ); in StringToByteArray()
281 pArray->Put( pNew, i ); in StringToByteArray()
285 return pArray; in StringToByteArray()
H A Dsbxvalue.cxx478 SbxArray* pArray = PTR_CAST(SbxArray,p->aData.pObj); in TheRealValue() local
479 if( pArray ) in TheRealValue()
493 p = pArray->Get( pPar->Get( 1 )->GetInteger() ); in TheRealValue()
/trunk/main/chart2/source/inc/
H A DServiceMacros.hxx81 const ::rtl::OUString* pArray = aSNL.getArray(); \
84 if( pArray[ i ] == ServiceName ) \
/trunk/main/chart2/source/tools/
H A DNameContainer.cxx85 const OUString* pArray = aSNL.getArray(); in supportsService() local
88 if( pArray[ i ] == ServiceName ) in supportsService()
/trunk/main/chart2/workbench/addin/
H A Dsampleaddin.cxx62 const OUString * pArray = aSequ.getConstArray(); in component_writeInfo() local
64 xNewKey->createKey( pArray[i] ); in component_writeInfo()
/trunk/main/comphelper/source/eventattachermgr/
H A Deventattachermgr.cxx590 registerScriptEvent( nIndex, pArray[ i ] ); in registerScriptEvents()
716 ScriptEventDescriptor * pArray = aSeq.getArray(); in getScriptEvents() local
723 pArray[i++] = *aEvtIt; in getScriptEvents()
788 pArray[i++] = xAdapter; in attach()
809 pArray[i] = xAdapter; in attach()
838 if( pArray[i].is() ) in detach()
843 (*aEvtIt).AddListenerParam, pArray[i] ); in detach()
857 if( pArray[i].is() ) in detach()
862 pEL[i].AddListenerParam, pArray[i] ); in detach()
994 ScriptEventDescriptor* pArray = aSEDSeq.getArray(); in read() local
[all …]
/trunk/main/comphelper/source/misc/
H A Dserviceinfohelper.cxx49 const ::rtl::OUString * pArray = SupportedServices.getConstArray(); in supportsService() local
51 if( pArray[i] == ServiceName ) in supportsService()
/trunk/main/comphelper/source/property/
H A Dgenericpropertyset.cxx271 const OUString * pArray = aSNL.getConstArray(); in supportsService() local
274 if( pArray[i] == ServiceName ) in supportsService()

Completed in 215 milliseconds

12345678910>>...15