/aoo42x/main/basic/inc/basic/ |
H A D | sbxvar.hxx | 249 SbxValue( const SbxValue& ); 250 SbxValue& operator=( const SbxValue& ); 366 inline SbxValue& operator *=( const SbxValue& ); 394 inline SbxValue& SbxValue::operator*=( const SbxValue& r ) in operator *=() 397 inline SbxValue& SbxValue::operator/=( const SbxValue& r ) in operator /=() 400 inline SbxValue& SbxValue::operator%=( const SbxValue& r ) in operator %=() 403 inline SbxValue& SbxValue::operator+=( const SbxValue& r ) in operator +=() 406 inline SbxValue& SbxValue::operator-=( const SbxValue& r ) in operator -=() 409 inline SbxValue& SbxValue::operator&=( const SbxValue& r ) in operator &=() 412 inline SbxValue& SbxValue::operator|=( const SbxValue& r ) in operator |=() [all …]
|
H A D | basmgr.hxx | 240 … ExecuteMacro( String const& i_fullyQualifiedName, SbxArray* i_arguments, SbxValue* i_retValue ); 242 …ro( String const& i_fullyQualifiedName, String const& i_commaSeparatedArgs, SbxValue* i_retValue );
|
/aoo42x/main/basic/source/sbx/ |
H A D | sbxvalue.cxx | 210 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 D | sbxvar.cxx | 43 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 D | sbxint.cxx | 175 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 D | sbxbool.cxx | 113 SbxValue* pVal = PTR_CAST(SbxValue,p->pObj); in ImpGetBool() 208 SbxValue* pVal = PTR_CAST(SbxValue,p->pObj); in ImpPutBool()
|
H A D | sbxdbl.cxx | 97 SbxValue* pVal = PTR_CAST(SbxValue,p->pObj); in ImpGetDouble() 193 SbxValue* pVal = PTR_CAST(SbxValue,p->pObj); in ImpPutDouble()
|
H A D | sbxulng.cxx | 148 SbxValue* pVal = PTR_CAST(SbxValue,p->pObj); in ImpGetULong() 251 SbxValue* pVal = PTR_CAST(SbxValue,p->pObj); in ImpPutULong()
|
H A D | sbxbyte.cxx | 186 SbxValue* pVal = PTR_CAST(SbxValue,p->pObj); in ImpGetByte() 284 SbxValue* pVal = PTR_CAST(SbxValue,p->pObj); in ImpPutByte()
|
H A D | sbxchar.cxx | 175 SbxValue* pVal = PTR_CAST(SbxValue,p->pObj); in ImpGetChar() 278 SbxValue* pVal = PTR_CAST(SbxValue,p->pObj); in ImpPutChar()
|
H A D | sbxlng.cxx | 140 SbxValue* pVal = PTR_CAST(SbxValue,p->pObj); in ImpGetLong() 245 SbxValue* pVal = PTR_CAST(SbxValue,p->pObj); in ImpPutLong()
|
H A D | sbxsng.cxx | 135 SbxValue* pVal = PTR_CAST(SbxValue,p->pObj); in ImpGetSingle() 243 SbxValue* pVal = PTR_CAST(SbxValue,p->pObj); in ImpPutSingle()
|
H A D | sbxstr.cxx | 90 SbxValue* pVal = PTR_CAST(SbxValue,p->pObj); in ImpGetString() 219 SbxValue* pVal = PTR_CAST(SbxValue,p->pObj); in ImpPutString()
|
H A D | sbxuint.cxx | 172 SbxValue* pVal = PTR_CAST(SbxValue,p->pObj); in ImpGetUShort() 277 SbxValue* pVal = PTR_CAST(SbxValue,p->pObj); in ImpPutUShort()
|
H A D | sbxcurr.cxx | 127 SbxValue* pVal = PTR_CAST(SbxValue,p->pObj); in ImpGetCurrency() 230 SbxValue* pVal = PTR_CAST(SbxValue,p->pObj); in ImpPutCurrency()
|
H A D | sbxdate.cxx | 143 SbxValue* pVal = PTR_CAST(SbxValue,p->pObj); in ImpGetDate() 301 SbxValue* pVal = PTR_CAST(SbxValue,p->pObj); in ImpPutDate()
|
H A D | sbxdec.cxx | 530 SbxValue* pVal = PTR_CAST(SbxValue,p->pObj); in ImpGetDecimal() 676 SbxValue* pVal = PTR_CAST(SbxValue,p->pObj); in ImpPutDecimal()
|
H A D | sbxscan.cxx | 244 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()
|
/aoo42x/main/sfx2/inc/sfx2/ |
H A D | app.hxx | 99 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()
|
/aoo42x/main/basic/source/classes/ |
H A D | sbxmod.cxx | 962 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 D | sbunoobj.cxx | 994 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()
|
/aoo42x/main/automation/source/server/ |
H A D | retstrm.cxx | 74 void RetStream::GenReturn ( sal_uInt16 nRet, sal_uInt16 nMethod, SbxValue &aValue ) in GenReturn() 96 void RetStream::Write( SbxValue &aValue ) in Write()
|
H A D | retstrm.hxx | 57 void GenReturn( sal_uInt16 nRet, sal_uInt16 nMethod, SbxValue &aValue ); 74 void Write( SbxValue &aValue );
|
/aoo42x/main/sw/source/core/doc/ |
H A D | docbasic.cxx | 95 SbxValue* pRetValue = new SbxValue; in ExecMacro()
|
/aoo42x/main/sw/inc/ |
H A D | calc.hxx | 114 class SwSbxValue : public SbxValue 125 SbxValue( rVal ), in SwSbxValue()
|