Home
last modified time | relevance | path

Searched refs:SbxValue (Results 1 – 25 of 39) sorted by relevance

12

/aoo41x/main/basic/inc/basic/
H A Dsbxvar.hxx248 SbxValue( const SbxValue& );
249 SbxValue& operator=( const SbxValue& );
365 inline SbxValue& operator *=( const SbxValue& );
393 inline SbxValue& SbxValue::operator*=( const SbxValue& r ) in operator *=()
396 inline SbxValue& SbxValue::operator/=( const SbxValue& r ) in operator /=()
399 inline SbxValue& SbxValue::operator%=( const SbxValue& r ) in operator %=()
402 inline SbxValue& SbxValue::operator+=( const SbxValue& r ) in operator +=()
405 inline SbxValue& SbxValue::operator-=( const SbxValue& r ) in operator -=()
408 inline SbxValue& SbxValue::operator&=( const SbxValue& r ) in operator &=()
411 inline SbxValue& SbxValue::operator|=( const SbxValue& r ) in operator |=()
[all …]
H A Dbasmgr.hxx239 … ExecuteMacro( String const& i_fullyQualifiedName, SbxArray* i_arguments, SbxValue* i_retValue );
241 …ro( String const& i_fullyQualifiedName, String const& i_commaSeparatedArgs, SbxValue* i_retValue );
/aoo41x/main/basic/source/sbx/
H A Dsbxvalue.cxx210 SbxValue::SbxValue() : SbxBase() in SbxValue() function in SbxValue
215 SbxValue::SbxValue( SbxDataType t, void* p ) : SbxBase() in SbxValue() function in SbxValue
262 SbxValue::SbxValue( const SbxValue& r ) in SbxValue() function in SbxValue
295 SbxValue& SbxValue::operator=( const SbxValue& r ) in operator =()
345 SbxValue::~SbxValue() in ~SbxValue()
429 SbxValue* SbxValue::TheRealValue() const in TheRealValue()
437 SbxValue* SbxValue::TheRealValue( sal_Bool bObjInObjError ) const in TheRealValue()
439 SbxValue* p = (SbxValue*) this; in TheRealValue()
498 SbxValue* pVal = PTR_CAST(SbxValue,p->aData.pObj); in TheRealValue()
525 SbxValue* p = (SbxValue*) this; in Get()
[all …]
H A Dsbxvar.cxx43 TYPEINIT1(SbxVariable,SbxValue)
74 SbxVariable::SbxVariable() : SbxValue() in SbxVariable()
90 : SvRefBase( r ), SbxValue( r ), mpPar( r.mpPar ), pInfo( r.pInfo ) in SbxVariable()
122 SbxVariable::SbxVariable( SbxDataType t, void* p ) : SbxValue( t, p ) in SbxVariable()
325 SbxValue::operator=( r ); in operator =()
438 if( !SbxValue::LoadData( rStrm, nVer ) ) in LoadData()
543 pThis->SbxValue::Clear(); in StoreData()
549 bValStore = SbxValue::StoreData( rStrm ); in StoreData()
553 bValStore = SbxValue::StoreData( rStrm ); in StoreData()
H A Dsbxint.cxx175 SbxValue* pVal = PTR_CAST(SbxValue,p->pObj); in ImpGetInteger()
280 SbxValue* pVal = PTR_CAST(SbxValue,p->pObj); in ImpPutInteger()
476 SbxValue* pVal = PTR_CAST(SbxValue,p->pObj); in ImpGetInt64()
583 SbxValue* pVal = PTR_CAST(SbxValue,p->pObj); in ImpPutInt64()
779 SbxValue* pVal = PTR_CAST(SbxValue,p->pObj); in ImpGetUInt64()
888 SbxValue* pVal = PTR_CAST(SbxValue,p->pObj); in ImpPutUInt64()
H A Dsbxbool.cxx113 SbxValue* pVal = PTR_CAST(SbxValue,p->pObj); in ImpGetBool()
208 SbxValue* pVal = PTR_CAST(SbxValue,p->pObj); in ImpPutBool()
H A Dsbxdbl.cxx97 SbxValue* pVal = PTR_CAST(SbxValue,p->pObj); in ImpGetDouble()
193 SbxValue* pVal = PTR_CAST(SbxValue,p->pObj); in ImpPutDouble()
H A Dsbxulng.cxx148 SbxValue* pVal = PTR_CAST(SbxValue,p->pObj); in ImpGetULong()
251 SbxValue* pVal = PTR_CAST(SbxValue,p->pObj); in ImpPutULong()
H A Dsbxbyte.cxx186 SbxValue* pVal = PTR_CAST(SbxValue,p->pObj); in ImpGetByte()
284 SbxValue* pVal = PTR_CAST(SbxValue,p->pObj); in ImpPutByte()
H A Dsbxchar.cxx175 SbxValue* pVal = PTR_CAST(SbxValue,p->pObj); in ImpGetChar()
278 SbxValue* pVal = PTR_CAST(SbxValue,p->pObj); in ImpPutChar()
H A Dsbxlng.cxx140 SbxValue* pVal = PTR_CAST(SbxValue,p->pObj); in ImpGetLong()
245 SbxValue* pVal = PTR_CAST(SbxValue,p->pObj); in ImpPutLong()
H A Dsbxsng.cxx135 SbxValue* pVal = PTR_CAST(SbxValue,p->pObj); in ImpGetSingle()
243 SbxValue* pVal = PTR_CAST(SbxValue,p->pObj); in ImpPutSingle()
H A Dsbxstr.cxx90 SbxValue* pVal = PTR_CAST(SbxValue,p->pObj); in ImpGetString()
219 SbxValue* pVal = PTR_CAST(SbxValue,p->pObj); in ImpPutString()
H A Dsbxuint.cxx172 SbxValue* pVal = PTR_CAST(SbxValue,p->pObj); in ImpGetUShort()
277 SbxValue* pVal = PTR_CAST(SbxValue,p->pObj); in ImpPutUShort()
H A Dsbxcurr.cxx127 SbxValue* pVal = PTR_CAST(SbxValue,p->pObj); in ImpGetCurrency()
230 SbxValue* pVal = PTR_CAST(SbxValue,p->pObj); in ImpPutCurrency()
H A Dsbxdate.cxx143 SbxValue* pVal = PTR_CAST(SbxValue,p->pObj); in ImpGetDate()
301 SbxValue* pVal = PTR_CAST(SbxValue,p->pObj); in ImpPutDate()
H A Dsbxdec.cxx530 SbxValue* pVal = PTR_CAST(SbxValue,p->pObj); in ImpGetDecimal()
676 SbxValue* pVal = PTR_CAST(SbxValue,p->pObj); in ImpPutDecimal()
H A Dsbxscan.cxx244 SbxError SbxValue::ScanNumIntnl( const String& rSrc, double& nVal, sal_Bool bSingle ) in ScanNumIntnl()
607 sal_Bool SbxValue::Scan( const XubString& rSrc, sal_uInt16* pLen ) in Scan()
718 void SbxValue::Format( XubString& rRes, const XubString* pFmt ) const in Format()
/aoo41x/main/sfx2/inc/sfx2/
H A Dapp.hxx99 class SbxValue;
224 …static ErrCode CallBasic( const String&, BasicManager*, SbxArray *pArgs, SbxValue *pR…
225 … CallAppBasic( const String& i_macroName, SbxArray* i_args = NULL, SbxValue* i_ret = NULL ) in CallAppBasic()
/aoo41x/main/basic/source/classes/
H A Dsbxmod.cxx962 pVar->SbxValue::Clear(); in ClearUnoObjectsInRTL_Impl_Rek()
968 pVar->SbxValue::Clear(); in ClearUnoObjectsInRTL_Impl_Rek()
974 pVar->SbxValue::Clear(); in ClearUnoObjectsInRTL_Impl_Rek()
980 pVar->SbxValue::Clear(); in ClearUnoObjectsInRTL_Impl_Rek()
1350 pj->SbxValue::Clear(); in ClearPrivateVars()
1362 p->SbxValue::Clear(); in ClearPrivateVars()
1376 if( pVar->SbxValue::GetType() != SbxOBJECT || pVar->ISA( SbProcedureProperty ) ) in implClearIfVarDependsOnDeletedBasic()
1393 pVar->SbxValue::Clear(); in implClearIfVarDependsOnDeletedBasic()
2057 ErrCode SbMethod::Call( SbxValue* pRet ) in Call()
H A Dsbunoobj.cxx994 Type getUnoTypeForSbxValue( SbxValue* pVal ) in getUnoTypeForSbxValue()
1001 SbxDataType eBaseType = pVal->SbxValue::GetType(); in getUnoTypeForSbxValue()
1131 SbxDataType eBaseType = pVar->SbxValue::GetType(); in sbxToUnoValueImpl()
1332 SbxDataType eBaseType = pVar->SbxValue::GetType(); in sbxToUnoValue()
2617 pMeth->SbxValue::Clear(); in clearUnoMethodsForBasic()
2618 pObject->SbxValue::Clear(); in clearUnoMethodsForBasic()
2636 pMeth->SbxValue::Clear(); in clearUnoMethods()
3820 pCtor->SbxValue::Clear(); in clearUnoServiceCtors()
4317 SbxDataType eBaseType = pVal->SbxValue::GetType(); in RTL_Impl_CreateUnoValue()
4838 bool handleToStringForCOMObjects( SbxObject* pObj, SbxValue* pVal ) in handleToStringForCOMObjects()
/aoo41x/main/automation/source/server/
H A Dretstrm.cxx74 void RetStream::GenReturn ( sal_uInt16 nRet, sal_uInt16 nMethod, SbxValue &aValue ) in GenReturn()
96 void RetStream::Write( SbxValue &aValue ) in Write()
H A Dretstrm.hxx57 void GenReturn( sal_uInt16 nRet, sal_uInt16 nMethod, SbxValue &aValue );
74 void Write( SbxValue &aValue );
/aoo41x/main/sw/source/core/doc/
H A Ddocbasic.cxx95 SbxValue* pRetValue = new SbxValue; in ExecMacro()
/aoo41x/main/sw/inc/
H A Dcalc.hxx114 class SwSbxValue : public SbxValue
125 SbxValue( rVal ), in SwSbxValue()

Completed in 146 milliseconds

12