Home
last modified time | relevance | path

Searched defs:pVar (Results 1 – 25 of 43) sorted by relevance

12

/trunk/main/basic/source/runtime/
H A Dstdobj1.cxx70 void SbStdPicture::PropType( SbxVariable* pVar, SbxArray*, sal_Bool bWrite ) in PropType()
91 void SbStdPicture::PropWidth( SbxVariable* pVar, SbxArray*, sal_Bool bWrite ) in PropWidth()
106 void SbStdPicture::PropHeight( SbxVariable* pVar, SbxArray*, sal_Bool bWrite ) in PropHeight()
166 SbxVariable* pVar = pHint->GetVar(); in SFX_NOTIFY() local
185 void SbStdFont::PropBold( SbxVariable* pVar, SbxArray*, sal_Bool bWrite ) in PropBold()
193 void SbStdFont::PropItalic( SbxVariable* pVar, SbxArray*, sal_Bool bWrite ) in PropItalic()
209 void SbStdFont::PropUnderline( SbxVariable* pVar, SbxArray*, sal_Bool bWrite ) in PropUnderline()
217 void SbStdFont::PropSize( SbxVariable* pVar, SbxArray*, sal_Bool bWrite ) in PropSize()
225 void SbStdFont::PropName( SbxVariable* pVar, SbxArray*, sal_Bool bWrite ) in PropName()
288 SbxVariable* pVar = pHint->GetVar(); in SFX_NOTIFY() local
[all …]
H A Dstdobj.cxx671 SbxVariable* pVar = SbxObject::Find( rName, t ); in Find() local
741 SbxVariable* pVar = pHint->GetVar(); in SFX_NOTIFY() local
H A Dstep2.cxx400 SbxVariable* pVar = refArgv->Get( i ); in SetupArgs() local
447 SbxVariable* pVar = refArgv->Get( i ); in SetupArgs() local
1122 void SbiRuntime::implHandleSbxFlags( SbxVariable* pVar, SbxDataType t, sal_uInt32 nOp2 ) in implHandleSbxFlags()
H A Dstep0.cxx452 void removeDimAsNewRecoverItem( SbxVariable* pVar ) in removeDimAsNewRecoverItem()
1058 SbxVariableRef pVar = PopVar(); in StepBYVAL() local
1144 SbxVariableRef pVar = GetTOS(); in StepINPUT() local
/trunk/main/basic/source/sbx/
H A Dsbxobj.cxx150 SbxVariable* pVar = p->GetVar(); in SFX_NOTIFY() local
417 SbxVariable* pVar = NULL; in Make() local
466 SbxObject* pVar = CreateObject( rClass ); in MakeObject() local
480 void SbxObject::Insert( SbxVariable* pVar ) in Insert()
546 void SbxObject::QuickInsert( SbxVariable* pVar ) in QuickInsert()
585 void SbxObject::VCPtrInsert( SbxVariable* pVar ) in VCPtrInsert()
616 void SbxObject::Remove( SbxVariable* pVar ) in Remove()
720 SbxVariable* pVar = r; in LoadArray() local
943 SbxVariable* pVar = r; in Dump() local
976 SbxVariable* pVar = r; in Dump() local
[all …]
H A Dsbxexec.cxx201 SbxVariable* pVar = refVar; in MulDiv() local
233 SbxVariable* pVar = refVar; in PlusMinus() local
274 SbxVariable* pVar = refVar; in Assign() local
361 SbxVariable* pVar = NULL; in Execute() local
386 SbxVariable* pVar = NULL; in FindQualified() local
H A Dsbxarray.cxx220 void SbxArray::Put32( SbxVariable* pVar, sal_uInt32 nIdx ) in Put32()
240 void SbxArray::Put( SbxVariable* pVar, sal_uInt16 nIdx ) in Put()
293 void SbxArray::Insert32( SbxVariable* pVar, sal_uInt32 nIdx ) in Insert32()
316 void SbxArray::Insert( SbxVariable* pVar, sal_uInt16 nIdx ) in Insert()
346 void SbxArray::Remove( SbxVariable* pVar ) in Remove()
375 SbxVariable* pVar = *pRef1; in Merge() local
413 SbxVariable* pVar = *pRef; in FindUserData() local
466 SbxVariable* pVar = *pRef; in Find() local
523 SbxVariable* pVar = (SbxVariable*) Load( rStrm ); in LoadData() local
568 void SbxArray::PutDirect( SbxVariable* pVar, sal_uInt32 nIdx ) in PutDirect()
H A Dsbxcoll.cxx131 SbxVariable* pVar = p->GetVar(); in SFX_NOTIFY() local
/trunk/main/tools/bootstrp/
H A Dappdef.cxx150 const char* GetEnv( const char *pVar ) in GetEnv()
158 const char* GetEnv( const char *pVar, const char *pDefault ) in GetEnv()
/trunk/main/basic/source/sample/
H A Dobject.cxx172 SbxVariable* pVar = pHint->GetVar(); in SFX_NOTIFY() local
243 void SampleObject::Square( SbxVariable* pVar, SbxArray* pPar_, sal_Bool ) in Square()
258 void SampleObject::Create( SbxVariable* pVar, SbxArray* pPar_, sal_Bool ) in Create()
H A Dcollelem.cxx52 SbxVariable* pVar = pHint->GetVar(); in SFX_NOTIFY() local
/trunk/main/extensions/source/ole/
H A Dunotypewrapper.cxx30 bool createUnoTypeWrapper(BSTR sTypeName, VARIANT * pVar) in createUnoTypeWrapper()
61 bool createUnoTypeWrapper(const rtl::OUString& sTypeName, VARIANT * pVar) in createUnoTypeWrapper()
/trunk/main/basic/source/classes/
H A Dsb.cxx535 SbxVariable* pVar = pProps->Get32( i ); in cloneTypeObjectImpl() local
698 SbxVariable* pVar = pClassProps->Get32( i ); in TYPEINIT1() local
1042 SbxVariable* pVar = pObjs->Get( nObj ); in implClearDependingVarsOnDelete() local
1098 void StarBASIC::Insert( SbxVariable* pVar ) in Insert()
1115 void StarBASIC::Remove( SbxVariable* pVar ) in Remove()
1271 SbxVariable* pVar = pObjs->Get( nObj ); in InitAllModules() local
1292 SbxVariable* pVar = pObjs->Get( nObj ); in DeInitAllModules() local
1306 SbxBase* pVar = xProps->Get( nProp ); in ClearGlobalVars() local
1407 SbxVariable* pVar = NULL; in FindVarInCurrentScopy() local
1915 SbxVariable* pVar = pObjs->Get( nObj ); in LoadData() local
[all …]
H A Dsbxmod.cxx149 DocObjectWrapper::DocObjectWrapper( SbModule* pVar ) : m_pMod( pVar ), mName( pVar->GetName() ) in DocObjectWrapper()
321 SbxVariable* pVar = xSbxParams->Get( n ); in invoke() local
777 SbxVariable* pVar = pHint->GetVar(); in SFX_NOTIFY() local
941 SbxVariable* pVar = pObjs->Get( i ); in _SendHint() local
960 SbxVariable* pVar = pBasic->GetRtl()->Find( aName, SbxCLASS_METHOD ); in ClearUnoObjectsInRTL_Impl_Rek() local
1374 void SbModule::implClearIfVarDependsOnDeletedBasic( SbxVariable* pVar, StarBASIC* pDeletedBasic ) in implClearIfVarDependsOnDeletedBasic()
1416 SbxVariable* pVar = PTR_CAST(SbxVariable,pArray->Get( j )); in ClearVarsDependingOnDeletedBasic() local
1843 SbxVariable* pVar = pHint->GetVar(); in handleProcedureProperties() local
2191 SbxVariable* pVar = NULL; in Find() local
2551 SbxVariable* pVar = m_pParentModule->Find( rName, t ); in Find() local
H A Derrobject.cxx203 SbxVariable* pVar = getErrObject(); in getUnoErrObject() local
H A Dsbunoobj.cxx700 void unoToSbxValue( SbxVariable* pVar, const Any& aValue ) in unoToSbxValue()
1291 Any sbxToUnoValue( SbxVariable* pVar ) in sbxToUnoValue()
1321 Any sbxToUnoValue( SbxVariable* pVar, const Type& rType, Property* pUnoProperty ) in sbxToUnoValue()
1938 SbxVariable* pVar = pProps->Get( i ); in Impl_DumpProperties() local
2019 SbxVariable* pVar = pMethods->Get( i ); in Impl_DumpMethods() local
2087 SbxVariable* pVar = pHint->GetVar(); in TYPEINIT1() local
3654 SbxVariable* pVar = pHint->GetVar(); in SFX_NOTIFY() local
3884 SbxVariable* pVar = pHint->GetVar(); in SFX_NOTIFY() local
4006 SbxVariable* pVar = xSbxArray->Get( 0 ); in firing_impl() local
4732 SbxVariable* pVar = pArray->Get( i ); in disposeComVariablesForBasic() local
[all …]
/trunk/main/basctl/source/basicide/
H A Dbastype3.cxx206 SbxVariable* pVar = 0; in FindVariable() local
472 SbxVariable* pVar = FindVariable( pEntry ); in FindModule() local
H A Dbaside2b.cxx279 SbxVariable* pVar = (SbxVariable*)pSBX; in RequestHelp() local
1643 SbxVariable* pVar = pParams->Get( nParam ); in IMPL_LINK_INLINE_END() local
1843 SbxVariable* pVar = pProps->Get( i ); in RequestingChilds() local
1929 SbxVariable* pVar; in ImplGetSBXForEntry() local
2037 SbxVariable* pVar = (SbxVariable*)pSBX; in ImplBasicEntryEdited() local
2175 SbxVariable* pVar = (SbxVariable*)pSBX; in UpdateWatches() local
H A Dobjdlg.cxx270 SbxVariable* pVar = aMacroTreeList.FindVariable( pCurEntry ); in IMPL_LINK_INLINE_END() local
/trunk/main/sfx2/source/appl/
H A Dappbas.cxx175 …SbxVariable *pVar = pBas->Make( String::CreateFromAscii(pName), eClassType, eType ); //SbxCLASS_PR… in MakeVariable() local
/trunk/main/sw/source/core/doc/
H A Ddocbasic.cxx62 SbxVariable *pVar = rArgs.Get( i+1 ); in lcl_docbasic_convertArgs() local
/trunk/main/scripting/source/basprov/
H A Dbasscript.cxx209 SbxVariable* pVar = xSbxParams->Get( n ); in invoke() local
/trunk/main/basic/source/comp/
H A Dparser.cxx165 SbxVariable* pVar = GetBasic()->GetRtl()->Find( rSym, SbxCLASS_DONTCARE ); in CheckRTLForSym() local
206 void SbiParser::OpenBlock( SbiToken eTok, SbiExprNode* pVar ) in OpenBlock()
/trunk/main/basic/inc/basic/
H A Dsbx.hxx127 SbxVariable* pVar; member in SbxHint
/trunk/main/basic/source/inc/
H A Druntime.hxx325 void SaveRef( SbxVariable* pVar ) in SaveRef()
477 inline void checkArithmeticOverflow( SbxVariable* pVar ) in checkArithmeticOverflow()

Completed in 187 milliseconds

12