Home
last modified time | relevance | path

Searched refs:SbxArray (Results 1 – 25 of 66) sorted by relevance

123

/AOO41X/main/basic/source/sbx/
H A Dsbxarray.cxx54 TYPEINIT1(SbxArray,SbxBase) in TYPEINIT1() argument
55 TYPEINIT1(SbxDimArray,SbxArray) in TYPEINIT1()
63 SbxArray::SbxArray( SbxDataType t ) : SbxBase() in TYPEINIT1()
71 SbxArray::SbxArray( const SbxArray& rArray ) : in SbxArray() function in SbxArray
80 SbxArray& SbxArray::operator=( const SbxArray& rArray ) in operator =()
107 SbxArray::~SbxArray() in ~SbxArray()
113 SbxDataType SbxArray::GetType() const in GetType()
118 SbxClassType SbxArray::GetClass() const in GetClass()
123 void SbxArray::Clear() in Clear()
134 sal_uInt32 SbxArray::Count32() const in Count32()
[all …]
H A Dsbxobj.cxx74 pMethods = new SbxArray; in operator =()
75 pProps = new SbxArray; in operator =()
76 pObjs = new SbxArray( SbxOBJECT ); in operator =()
90 static void CheckParentsOnDelete( SbxObject* pObj, SbxArray* p ) in CheckParentsOnDelete()
128 pMethods = new SbxArray; in Clear()
129 pProps = new SbxArray; in Clear()
130 pObjs = new SbxArray( SbxOBJECT ); in Clear()
239 SbxArray* pArray = NULL; in Find()
292 sal_Bool SbxObject::Call( const XubString& rName, SbxArray* pParam ) in Call()
331 SbxArray* pArray = FindVar( p, n ); in SetDfltProperty()
[all …]
H A Dsbxcoll.cxx132 SbxArray* pArg = pVar->GetParameters(); in SFX_NOTIFY()
160 void SbxCollection::CollAdd( SbxArray* pPar_ ) in CollAdd()
176 void SbxCollection::CollItem( SbxArray* pPar_ ) in CollItem()
200 void SbxCollection::CollRemove( SbxArray* pPar_ ) in CollRemove()
260 void SbxStdCollection::CollAdd( SbxArray* pPar_ ) in CollAdd()
268 void SbxStdCollection::CollRemove( SbxArray* pPar_ ) in CollRemove()
H A Dsbxstr.cxx97 SbxArray* pArr = PTR_CAST(SbxArray, p->pObj); in ImpGetString()
257 SbxArray* StringToByteArray(const ::rtl::OUString& rStr) in StringToByteArray()
289 ::rtl::OUString ByteArrayToString(SbxArray* pArr) in ByteArrayToString()
H A Dsbxconv.hxx29 class SbxArray;
144 SbxArray* StringToByteArray(const ::rtl::OUString& rStr);
145 ::rtl::OUString ByteArrayToString(SbxArray* pArr);
/AOO41X/main/basic/inc/basic/
H A Dsbx.hxx49 class SbxArray;
166 class SbxArray : public SbxBase class
179 virtual ~SbxArray();
186 SbxArray( SbxDataType=SbxVARIANT );
187 SbxArray( const SbxArray& );
188 SbxArray& operator=( const SbxArray& );
199 void Merge( SbxArray* );
224 class SbxDimArray : public SbxArray
235 sal_uInt16 Offset( SbxArray* );
236 sal_uInt32 Offset32( SbxArray* );
[all …]
H A Dsbstdobj.hxx58 void PropType( SbxVariable* pVar, SbxArray* pPar, sal_Bool bWrite );
59 void PropWidth( SbxVariable* pVar, SbxArray* pPar, sal_Bool bWrite );
60 void PropHeight( SbxVariable* pVar, SbxArray* pPar, sal_Bool bWrite );
89 void PropBold( SbxVariable* pVar, SbxArray* pPar, sal_Bool bWrite );
90 void PropItalic( SbxVariable* pVar, SbxArray* pPar, sal_Bool bWrite );
91 void PropStrikeThrough( SbxVariable* pVar, SbxArray* pPar, sal_Bool bWrite );
92 void PropUnderline( SbxVariable* pVar, SbxArray* pPar, sal_Bool bWrite );
93 void PropSize( SbxVariable* pVar, SbxArray* pPar, sal_Bool bWrite );
94 void PropName( SbxVariable* pVar, SbxArray* pPar, sal_Bool bWrite );
127 void MethClear( SbxVariable* pVar, SbxArray* pPar_, sal_Bool bWrite );
[all …]
H A Dsbxobj.hxx41 SbxArray* FindVar( SbxVariable*, sal_uInt16& );
43 SbxArray* VCPtrFindVar( SbxVariable*, sal_uInt16& );
78 virtual sal_Bool Call( const String&, SbxArray* = NULL );
101 SbxArray* GetMethods() { return pMethods; } in GetMethods()
102 SbxArray* GetProperties() { return pProps; } in GetProperties()
103 SbxArray* GetObjects() { return pObjs; } in GetObjects()
H A Dsbxvar.hxx422 class SbxArray;
427 SV_DECL_REF(SbxArray)
484 void SetParameters( SbxArray* p );
485 SbxArray* GetParameters() const { return mpPar; } in GetParameters()
/AOO41X/main/basic/source/runtime/
H A Dstdobj1.cxx70 void SbStdPicture::PropType( SbxVariable* pVar, SbxArray*, sal_Bool bWrite ) in PropType() argument
91 void SbStdPicture::PropWidth( SbxVariable* pVar, SbxArray*, sal_Bool bWrite ) in PropWidth() argument
106 void SbStdPicture::PropHeight( SbxVariable* pVar, SbxArray*, sal_Bool bWrite ) in PropHeight() argument
167 SbxArray* pPar_ = pVar->GetParameters(); in SFX_NOTIFY()
185 void SbStdFont::PropBold( SbxVariable* pVar, SbxArray*, sal_Bool bWrite ) in PropBold() argument
193 void SbStdFont::PropItalic( SbxVariable* pVar, SbxArray*, sal_Bool bWrite ) in PropItalic() argument
201 void SbStdFont::PropStrikeThrough( SbxVariable* pVar, SbxArray*, sal_Bool bWrite ) in PropStrikeThrough() argument
209 void SbStdFont::PropUnderline( SbxVariable* pVar, SbxArray*, sal_Bool bWrite ) in PropUnderline() argument
217 void SbStdFont::PropSize( SbxVariable* pVar, SbxArray*, sal_Bool bWrite ) in PropSize() argument
225 void SbStdFont::PropName( SbxVariable* pVar, SbxArray*, sal_Bool bWrite ) in PropName() argument
[all …]
H A Dstep2.cxx444 SbxArray* pArg = new SbxArray; in SetupArgs()
487 SbxArray* pPar; in CheckArray()
502 SbxArray* pArray = PTR_CAST(SbxArray,pElemObj); in CheckArray()
622 SbxArray* pParam = pElem->GetParameters(); in CheckArray()
643 refLocals = new SbxArray; in StepFIND_Impl()
796 SbxArray* pArgs = NULL; in StepCALL()
811 SbxArray* pArgs = NULL; in StepCALLC()
1046 pArray->SbxArray::Put32( pClassObj, i ); in StepDCREATE_IMPL()
1051 SbxDimArray* pOldArray = (SbxDimArray*)(SbxArray*)refRedimpArray; in StepDCREATE_IMPL()
1151 refLocals = new SbxArray; in StepLOCAL()
[all …]
H A Druntime.cxx525 SbxArray* SbiInstance::GetLocals( SbMethod* pMeth ) in GetLocals()
571 refExprStk = new SbxArray; in SbiRuntime()
574 SetParameters( pe ? pe->GetParameters() : (class SbxArray *)NULL ); in SbiRuntime()
607 void SbiRuntime::SetParameters( SbxArray* pParams ) in SetParameters()
609 refParams = new SbxArray; in SetParameters()
958 SbxArray* SbiRuntime::GetLocals() in GetLocals()
963 SbxArray* SbiRuntime::GetParams() in GetParams()
1270 SbxArray* pArgs, // Parameter (ab Index 1, kann NULL sein) in DllCall()
H A Ddllmgr.cxx166 SbxArray * props = PTR_CAST(SbxObject, variable->GetObject())-> in alignment()
218 SbxArray * props = PTR_CAST(SbxObject, variable->GetObject())-> in marshalStruct()
410 SbxArray * props = PTR_CAST(SbxObject, variable->GetObject())-> in unmarshal()
481 rtl::OUString const & dll, ProcData const & proc, SbxArray * arguments, in call()
703 SbxArray * arguments, SbxVariable & result, bool cdeclConvention) in Call()
730 rtl::OUString const &, rtl::OUString const &, SbxArray *, SbxVariable &, in Call() argument
H A Dstep0.cxx784 SbxArray* pDims = refVar->GetParameters(); in DimImpl()
871 SbxDimArray* pOldArray = (SbxDimArray*)(SbxArray*)refRedimpArray; in StepREDIMP()
999 pDimArray->SbxArray::Clear(); in lcl_eraseImpl()
1007 SbxArray* pArray = PTR_CAST(SbxArray,pElemObj); in lcl_eraseImpl()
1074 refArgv = new SbxArray; in StepARGC()
1253 refCaseStk = new SbxArray; in StepCASE()
H A Drtlproto.hxx27 #define RTLFUNC( name ) void SbRtl_##name( StarBASIC* pBasic, SbxArray& rPar, sal_Bool bWrite )
30 typedef void( *RtlCall ) ( StarBASIC* p, SbxArray& rArgs, sal_Bool bWrite );
354 extern void Wait_Impl( bool bDurationBased, SbxArray& rPar );
H A Ddllmgr.hxx35 class SbxArray;
46 SbxArray * arguments, SbxVariable & result, bool cdeclConvention);
/AOO41X/main/basic/source/inc/
H A Dsbunoobj.hxx274 class AutomationNamedArgsSbxArray : public SbxArray
291 void RTL_Impl_CreateUnoStruct( StarBASIC* pBasic, SbxArray& rPar, sal_Bool bWrite );
292 void RTL_Impl_CreateUnoService( StarBASIC* pBasic, SbxArray& rPar, sal_Bool bWrite );
293 void RTL_Impl_CreateUnoServiceWithArguments( StarBASIC* pBasic, SbxArray& rPar, sal_Bool bWrite );
294 void RTL_Impl_CreateUnoValue( StarBASIC* pBasic, SbxArray& rPar, sal_Bool bWrite );
295 void RTL_Impl_GetProcessServiceManager( StarBASIC* pBasic, SbxArray& rPar, sal_Bool bWrite );
296 void RTL_Impl_HasInterfaces( StarBASIC* pBasic, SbxArray& rPar, sal_Bool bWrite );
297 void RTL_Impl_IsUnoStruct( StarBASIC* pBasic, SbxArray& rPar, sal_Bool bWrite );
298 void RTL_Impl_EqualUnoObjects( StarBASIC* pBasic, SbxArray& rPar, sal_Bool bWrite );
299 void RTL_Impl_GetDefaultContext( StarBASIC* pBasic, SbxArray& rPar, sal_Bool bWrite );
[all …]
H A Dobject.hxx59 ( SbxVariable* pThis, SbxArray* pArgs, sal_Bool bWrite );
73 void Display( SbxVariable*, SbxArray*, sal_Bool );
74 void Event( SbxVariable*, SbxArray*, sal_Bool );
75 void Square( SbxVariable*, SbxArray*, sal_Bool );
76 void Create( SbxVariable*, SbxArray*, sal_Bool );
H A Druntime.hxx237 SbxArray* GetLocals( SbMethod* );
275 friend void SbRtl_CallByName( StarBASIC* pBasic, SbxArray& rPar, sal_Bool bWrite );
376 void SetParameters( SbxArray* );// Parameter uebernehmen
379 void DllCall( const String&, const String&, SbxArray*, SbxDataType, sal_Bool );
461 SbxArray* GetLocals();
462 SbxArray* GetParams();
/AOO41X/main/basic/source/sample/
H A Dobject.cxx173 SbxArray* pPar_ = pVar->GetParameters(); in SFX_NOTIFY()
235 void SampleObject::Display( SbxVariable*, SbxArray* pPar_, sal_Bool ) in Display()
243 void SampleObject::Square( SbxVariable* pVar, SbxArray* pPar_, sal_Bool ) in Square()
251 void SampleObject::Event( SbxVariable*, SbxArray* pPar_, sal_Bool ) in Event()
258 void SampleObject::Create( SbxVariable* pVar, SbxArray* pPar_, sal_Bool ) in Create()
/AOO41X/main/basic/source/classes/
H A Dsbxmod.cxx287 xSbxParams = new SbxArray; in invoke()
938 SbxArray* pObjs = pObj->GetObjects(); in _SendHint()
983 SbxArray* pObjs = pBasic->GetObjects(); in ClearUnoObjectsInRTL_Impl_Rek()
1344 SbxArray* pArray = PTR_CAST(SbxArray,p->GetObject()); in ClearPrivateVars()
1411 SbxArray* pArray = PTR_CAST(SbxArray,p->GetObject()); in ClearVarsDependingOnDeletedBasic()
1818 SbxArray* p = GetMethods(); in LoadCompleted()
1861 SbxArray* pArg = pVar->GetParameters(); in handleProcedureProperties()
1865 SbxArrayRef xMethParameters = new SbxArray; in handleProcedureProperties()
1910 SbxArrayRef xArray = new SbxArray; in handleProcedureProperties()
1974 refStatics = new SbxArray; in SbMethod()
[all …]
H A Dsbunoobj.cxx1075 SbxVariableRef xVar = pArray->SbxArray::Get32( i ); in getUnoTypeForSbxValue()
1933 SbxArray* pProps = pUnoObj->GetProperties(); in Impl_DumpProperties()
2009 SbxArray* pMethods = pUnoObj->GetMethods(); in Impl_DumpMethods()
2075 TYPEINIT1(AutomationNamedArgsSbxArray,SbxArray) in TYPEINIT1() argument
2088 SbxArray* pParams = pVar->GetParameters(); in TYPEINIT1()
2729 static SbxArrayRef xDummyArray = new SbxArray( SbxVARIANT ); in SbUnoProperty()
2917 pMethods = new SbxArray; in implCreateAll()
2918 pProps = new SbxArray; in implCreateAll()
3055 void RTL_Impl_CreateUnoStruct( StarBASIC* pBasic, SbxArray& rPar, sal_Bool bWrite ) in RTL_Impl_CreateUnoStruct()
3080 void RTL_Impl_CreateUnoService( StarBASIC* pBasic, SbxArray& rPar, sal_Bool bWrite ) in RTL_Impl_CreateUnoService()
[all …]
H A Dsb.cxx531 SbxArray* pProps = pRet->GetProperties(); in cloneTypeObjectImpl()
635 SbxArray* pClassMethods = pClassModule->GetMethods(); in TYPEINIT1()
694 SbxArray* pClassProps = pClassModule->GetProperties(); in TYPEINIT1()
839 mxIfaces = new SbxArray(); in SbClassData()
914 pModules = new SbxArray; in StarBASIC()
1379 sal_Bool StarBASIC::Call( const String& rName, SbxArray* pParam ) in Call()
1891 xUnoListeners = new SbxArray(); in getUnoListeners()
2079 xItemArray = new SbxArray(); in Initialize()
2125 SbxArray* pArg = pVar->GetParameters(); in SFX_NOTIFY()
2186 void BasicCollection::CollAdd( SbxArray* pPar_ ) in CollAdd()
[all …]
/AOO41X/main/sw/source/core/doc/
H A Ddocbasic.cxx50 static Sequence<Any> *lcl_docbasic_convertArgs( SbxArray& rArgs ) in lcl_docbasic_convertArgs()
87 sal_Bool SwDoc::ExecMacro( const SvxMacro& rMacro, String* pRet, SbxArray* pArgs ) in ExecMacro()
153 sal_Bool bCheckPtr, SbxArray* pArgs, const Link* ) in CallEvent()
/AOO41X/main/sfx2/inc/sfx2/
H A Dapp.hxx98 class SbxArray;
224 …static ErrCode CallBasic( const String&, BasicManager*, SbxArray *pArgs, SbxValue *pR…
225 …static ErrCode CallAppBasic( const String& i_macroName, SbxArray* i_args = NULL, SbxV… in CallAppBasic()

123