Home
last modified time | relevance | path

Searched refs:pVal (Results 1 – 25 of 91) sorted by relevance

1234

/trunk/main/starmath/source/
H A Dcfgitem.cxx605 PropertyValue *pVal = pValues; in SetSymbols() local
621 pVal->Name = aNodeNameDelim; in SetSymbols()
622 pVal->Name += *pName++; in SetSymbols()
623 pVal->Value <<= static_cast< sal_UCS4 >( rSymbol.GetCharacter() ); in SetSymbols()
624 pVal++; in SetSymbols()
626 pVal->Name = aNodeNameDelim; in SetSymbols()
627 pVal->Name += *pName++; in SetSymbols()
631 pVal->Value <<= aTmp; in SetSymbols()
632 pVal++; in SetSymbols()
634 pVal->Name = aNodeNameDelim; in SetSymbols()
[all …]
/trunk/main/setup_native/source/win32/customactions/tools/
H A Dcheckversion.cxx83 wchar_t* pVal = NULL; in CheckVersions() local
85 if ( GetMsiProp( hMSI, L"NEWPRODUCTS", &pVal ) && pVal ) in CheckVersions()
87 OutputDebugStringFormat( TEXT("DEBUG: NEWPRODUCTS found [%s]"), pVal ); in CheckVersions()
88 if ( *pVal != 0 ) in CheckVersions()
90 free( pVal ); in CheckVersions()
92 pVal = NULL; in CheckVersions()
93 if ( GetMsiProp( hMSI, L"SAMEPRODUCTS", &pVal ) && pVal ) in CheckVersions()
95 OutputDebugStringFormat( TEXT("DEBUG: SAMEPRODUCTS found [%s]"), pVal ); in CheckVersions()
96 if ( *pVal != 0 ) in CheckVersions()
98 free( pVal ); in CheckVersions()
[all …]
/trunk/main/extensions/test/ole/AxTestComponents/
H A DBasic.cpp288 STDMETHODIMP CBasic::get_prpBool(VARIANT_BOOL* pVal) in get_prpBool() argument
290 if (!pVal) return E_POINTER; in get_prpBool()
291 *pVal = m_bool; in get_prpBool()
302 STDMETHODIMP CBasic::get_prpByte(unsigned char *pVal) in get_prpByte() argument
304 if( !pVal) in get_prpByte()
306 *pVal= m_cPrpByte; in get_prpByte()
316 STDMETHODIMP CBasic::get_prpShort(short *pVal) in get_prpShort() argument
318 if( !pVal) in get_prpShort()
320 *pVal= m_nPrpShort; in get_prpShort()
330 STDMETHODIMP CBasic::get_prpLong(long *pVal) in get_prpLong() argument
[all …]
H A DBasic.h86 STDMETHOD(get_prpObject)(/*[out, retval]*/ IDispatch* *pVal);
88 STDMETHOD(get_prpArray)(/*[out, retval]*/ LPSAFEARRAY *pVal);
90 STDMETHOD(get_prpVariant)(/*[out, retval]*/ VARIANT *pVal);
92 STDMETHOD(get_prpDouble)(/*[out, retval]*/ double *pVal);
94 STDMETHOD(get_prpFloat)(/*[out, retval]*/ float *pVal);
96 STDMETHOD(get_prpString)(/*[out, retval]*/ BSTR *pVal);
98 STDMETHOD(get_prpLong)(/*[out, retval]*/ long *pVal);
100 STDMETHOD(get_prpShort)(/*[out, retval]*/ short *pVal);
102 STDMETHOD(get_prpByte)(/*[out, retval]*/ unsigned char *pVal);
104 STDMETHOD(get_prpBool)(/*[out, retval]*/ VARIANT_BOOL *pVal);
[all …]
H A DAxTestComponents.idl70 …propget, id(85), helpstring("property prpBool")] HRESULT prpBool([out, retval] VARIANT_BOOL *pVal);
72 …ropget, id(34), helpstring("property prpByte")] HRESULT prpByte([out, retval] unsigned char *pVal);
74 … [propget, id(35), helpstring("property prpShort")] HRESULT prpShort([out, retval] short *pVal);
76 [propget, id(36), helpstring("property prpLong")] HRESULT prpLong([out, retval] long *pVal);
78 … [propget, id(37), helpstring("property prpString")] HRESULT prpString([out, retval] BSTR *pVal);
80 … [propget, id(38), helpstring("property prpFloat")] HRESULT prpFloat([out, retval] float *pVal);
82 … [propget, id(39), helpstring("property prpDouble")] HRESULT prpDouble([out, retval] double *pVal);
84 …ropget, id(40), helpstring("property prpVariant")] HRESULT prpVariant([out, retval] VARIANT *pVal);
86 …, id(41), helpstring("property prpArray")] HRESULT prpArray([out, retval]SAFEARRAY(VARIANT) *pVal);
88 …opget, id(42), helpstring("property prpObject")] HRESULT prpObject([out, retval] IDispatch* *pVal);
[all …]
/trunk/main/pyuno/source/module/
H A Dpyuno.cxx77 OUString val2str( const void * pVal, typelib_TypeDescriptionReference * pTypeRef , sal_Int32 mode )… in val2str() argument
79 OSL_ASSERT( pVal ); in val2str()
93 buf.append( reinterpret_cast< sal_IntPtr >(*(void **)pVal), 16 ); in val2str()
96 … buf.appendAscii( "{" ); Reference< XInterface > r = *( Reference< XInterface > * ) pVal; in val2str()
155 …buf.append( val2str( pVal, ((typelib_TypeDescription *)pCompType->pBaseTypeDescription)->pWeakRef,… in val2str()
170 … buf.append( val2str( (char *)pVal + pMemberOffsets[nPos], pMemberType->pWeakRef, mode ) ); in val2str()
186 uno_Sequence * pSequence = *(uno_Sequence **)pVal; in val2str()
215 buf.append( val2str( ((uno_Any *)pVal)->pData, in val2str()
216 ((uno_Any *)pVal)->pType , in val2str()
221 buf.append( (*(typelib_TypeDescriptionReference **)pVal)->pTypeName ); in val2str()
[all …]
/trunk/main/cppuhelper/source/
H A Dcomponent_context.cxx82 static OUString val2str( void const * pVal, typelib_TypeDescriptionReference * pTypeRef ) in val2str() argument
84 OSL_ASSERT( pVal ); in val2str()
97 buf.append( (sal_Int64)*(void **)pVal, 16 ); in val2str()
114 …buf.append( val2str( pVal, ((typelib_TypeDescription *)pCompType->pBaseTypeDescription)->pWeakRef … in val2str()
129 buf.append( val2str( (char *)pVal + pMemberOffsets[ nPos ], pMemberType->pWeakRef ) ); in val2str()
145 uno_Sequence * pSequence = *(uno_Sequence **)pVal; in val2str()
174 buf.append( val2str( ((uno_Any *)pVal)->pData, in val2str()
175 ((uno_Any *)pVal)->pType ) ); in val2str()
179 buf.append( (*(typelib_TypeDescriptionReference **)pVal)->pTypeName ); in val2str()
183 buf.append( *(rtl_uString **)pVal ); in val2str()
[all …]
/trunk/main/svl/source/items/
H A Daeitem.cxx120 SfxAllEnumValue_Impl *pVal = new SfxAllEnumValue_Impl; in SfxAllEnumItem() local
121 pVal->nValue = rCopy.pValues->GetObject(nPos)->nValue; in SfxAllEnumItem()
122 pVal->aText = rCopy.pValues->GetObject(nPos)->aText; in SfxAllEnumItem()
123 const SfxAllEnumValue_Impl *pTemp = pVal; in SfxAllEnumItem()
240 SfxAllEnumValue_Impl *pVal = new SfxAllEnumValue_Impl; in InsertValue() local
241 pVal->nValue = nValue; in InsertValue()
242 pVal->aText = rValue; in InsertValue()
243 const SfxAllEnumValue_Impl *pTemp = pVal; in InsertValue()
258 SfxAllEnumValue_Impl *pVal = new SfxAllEnumValue_Impl; in InsertValue() local
259 pVal->nValue = nValue; in InsertValue()
[all …]
/trunk/main/writerfilter/source/doctok/
H A DDff.cxx180 WW8Value::Pointer_t pVal = createValue(getRecordType()); in resolve() local
181 rHandler.attribute(NS_rtf::LN_dfftype, *pVal); in resolve()
183 pVal = createValue(getInstance()); in resolve()
184 rHandler.attribute(NS_rtf::LN_dffinstance, *pVal); in resolve()
186 pVal = createValue(getVersion()); in resolve()
187 rHandler.attribute(NS_rtf::LN_dffversion, *pVal); in resolve()
189 pVal = createValue(getU32(0x0)); in resolve()
190 rHandler.attribute(NS_rtf::LN_dffheader, *pVal); in resolve()
258 pVal(dynamic_cast<WW8Value *>(rTmpVal.clone())); in attribute() local
259 mMap[nId] = pVal; in attribute()
[all …]
/trunk/main/avmedia/source/win/
H A Dinterface.hxx36 IUnknown **pVal) = 0;
40 long *pVal) = 0;
42 long *pVal) = 0;
46 GUID *pVal) = 0;
48 BSTR *pVal) = 0;
50 double *pVal) = 0;
52 BSTR *pVal) = 0;
67 AM_MEDIA_TYPE *pVal) = 0;
71 double *pVal) = 0;
/trunk/main/vcl/source/window/
H A Dprintdlg.cxx1420 PropertyValue* pVal = maPController->getValue( aPropertyName ); in setupOptionalUI() local
1421 if( pVal ) in setupOptionalUI()
1422 pVal->Value >>= bVal; in setupOptionalUI()
1424 …aNUpPage.maBrochureBtn.Enable( maPController->isUIOptionEnabled( aPropertyName ) && pVal != NULL ); in setupOptionalUI()
1465 PropertyValue* pVal = maPController->getValue( aPropertyName ); in setupOptionalUI() local
1466 if( pVal ) in setupOptionalUI()
1467 pVal->Value >>= bVal; in setupOptionalUI()
1513 PropertyValue* pVal = maPController->getValue( aPropertyName ); in setupOptionalUI() local
1514 if( pVal && pVal->Value.hasValue() ) in setupOptionalUI()
1515 pVal->Value >>= nSelectVal; in setupOptionalUI()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/org/openoffice/
H A DRunnerService.java208 PropertyValue[] pVal = null; in getPropertyValues() local
211 pVal = new PropertyValue[1]; in getPropertyValues()
212 pVal[0] = new PropertyValue(); in getPropertyValues()
213 pVal[0].Name = "Error"; in getPropertyValues()
214 pVal[0].Value = "OOoRunner.jar file doesn't contain object " + in getPropertyValues()
216 return pVal; in getPropertyValues()
285 pVal = new PropertyValue[size]; in getPropertyValues()
287 pVal[i] = new PropertyValue(); in getPropertyValues()
288 pVal[i].Name = "TestCase"+i; in getPropertyValues()
289 pVal[i].Value = sTestCases[i]; in getPropertyValues()
[all …]
/trunk/main/writerfilter/source/ooxml/
H A DOOXMLFastContextHandler.cxx428 OOXMLValue::Pointer_t pVal(getValue()); in toTag() local
430 if (pVal.get() != NULL) in toTag()
431 pTag->addAttr("value", pVal->toString()); in toTag()
501 void OOXMLFastContextHandler::mark(const Id & rId, OOXMLValue::Pointer_t pVal) in mark() argument
505 (new OOXMLPropertyImpl(rId, pVal, OOXMLPropertyImpl::ATTRIBUTE)); in mark()
534 OOXMLValue::Pointer_t pVal in sendTableDepth() local
537 (new OOXMLPropertyImpl(NS_sprm::LN_PTableDepth, pVal, OOXMLPropertyImpl::SPRM)); in sendTableDepth()
541 OOXMLValue::Pointer_t pVal in sendTableDepth() local
544 (new OOXMLPropertyImpl(NS_sprm::LN_PFInTable, pVal, OOXMLPropertyImpl::SPRM)); in sendTableDepth()
1176 OOXMLValue::Pointer_t pVal) in newProperty() argument
[all …]
H A DOOXMLFastHelper.hxx177 OOXMLValue::Pointer_t pVal(new T(rValue)); in newProperty() local
193 pHandler->newProperty(nId, pVal); in newProperty()
206 OOXMLValue::Pointer_t pVal(new T(nVal)); in newProperty() local
213 debug_logger->attribute("value", pVal->toString()); in newProperty()
221 pHandler->newProperty(nId, pVal); in newProperty()
229 OOXMLValue::Pointer_t pVal(new T(rValue)); in mark() local
247 pHandler->mark(nId, pVal); in mark()
/trunk/main/vcl/source/gdi/
H A Dprint3.cxx298 …beans::PropertyValue* pVal = i_pController->getValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( … in PrintJob() local
299 if( pVal ) in PrintJob()
300 pVal->Value >>= bSynchronous; in PrintJob()
1357 const beans::PropertyValue* pVal = getValue( i_rNames[i] ); in getValues() local
1358 if( pVal ) in getValues()
1359 aRet[ nFound++ ] = *pVal; in getValues()
1493 … const com::sun::star::beans::PropertyValue* pVal = getValue( it->second.maDependsOnName ); in isUIOptionEnabled() local
1494 OSL_ENSURE( pVal, "unknown property in dependency" ); in isUIOptionEnabled()
1495 if( pVal ) in isUIOptionEnabled()
1499 if( pVal->Value >>= nDepVal ) in isUIOptionEnabled()
[all …]
/trunk/main/basic/source/sbx/
H A Dsbxint.cxx175 SbxValue* pVal = PTR_CAST(SbxValue,p->pObj); in ImpGetInteger() local
176 if( pVal ) in ImpGetInteger()
177 nRes = pVal->GetInteger(); in ImpGetInteger()
280 SbxValue* pVal = PTR_CAST(SbxValue,p->pObj); in ImpPutInteger() local
281 if( pVal ) in ImpPutInteger()
282 pVal->PutInteger( n ); in ImpPutInteger()
476 SbxValue* pVal = PTR_CAST(SbxValue,p->pObj); in ImpGetInt64() local
477 if( pVal ) in ImpGetInt64()
478 nRes = pVal->GetInt64(); in ImpGetInt64()
583 SbxValue* pVal = PTR_CAST(SbxValue,p->pObj); in ImpPutInt64() local
[all …]
/trunk/main/extensions/source/activex/main/
H A DSODispatchInterceptor.h146 /* [retval][out] */ SAFEARRAY __RPC_FAR * __RPC_FAR *pVal);
149 /* [retval][out] */ SAFEARRAY __RPC_FAR * __RPC_FAR *pVal) in get_Bridge_implementedInterfaces() argument
151 *pVal = SafeArrayCreateVector( VT_BSTR, 0, 4 ); in get_Bridge_implementedInterfaces()
153 if( !*pVal ) in get_Bridge_implementedInterfaces()
158 SafeArrayPutElement( *pVal, &ix, aInterface ); in get_Bridge_implementedInterfaces()
162 SafeArrayPutElement( *pVal, &ix, aInterface ); in get_Bridge_implementedInterfaces()
166 SafeArrayPutElement( *pVal, &ix, aInterface ); in get_Bridge_implementedInterfaces()
170 SafeArrayPutElement( *pVal, &ix, aInterface ); in get_Bridge_implementedInterfaces()
H A DSODispatchInterceptor.cpp221 STDMETHODIMP SODispatchInterceptor::getInterceptedURLs( SAFEARRAY FAR* FAR* pVal ) in getInterceptedURLs() argument
223 *pVal = SafeArrayCreateVector( VT_BSTR, 0, 3 ); in getInterceptedURLs()
225 if( !*pVal ) in getInterceptedURLs()
230 SafeArrayPutElement( *pVal, &ix, aPattern ); in getInterceptedURLs()
234 SafeArrayPutElement( *pVal, &ix, aPattern ); in getInterceptedURLs()
238 SafeArrayPutElement( *pVal, &ix, aPattern ); in getInterceptedURLs()
/trunk/main/setup_native/source/win32/customactions/regactivex/
H A Dregactivex.cxx309 wchar_t* pVal = NULL; in MakeInstallForAllUsers() local
310 if ( GetMsiProp( hMSI, L"ALLUSERS", &pVal ) && pVal ) in MakeInstallForAllUsers()
312 bResult = UnicodeEquals( pVal , L"1" ); in MakeInstallForAllUsers()
313 free( pVal ); in MakeInstallForAllUsers()
323 wchar_t* pVal = NULL; in MakeInstallFor64Bit() local
324 if ( GetMsiProp( hMSI, L"VersionNT64", &pVal ) && pVal ) in MakeInstallFor64Bit()
327 free( pVal ); in MakeInstallFor64Bit()
/trunk/main/vcl/aqua/source/gdi/
H A Daquaprintaccessoryview.mm206 PropertyValue* pVal = mpController->getValue( name_it->second );
207 if( pVal )
209 pVal->Value <<= value_it->second;
220 PropertyValue* pVal = mpController->getValue( name_it->second );
221 if( pVal )
223 pVal->Value <<= i_nValue;
234 PropertyValue* pVal = mpController->getValue( name_it->second );
235 if( pVal )
239 pVal->Value <<= i_bValue ? sal_Int32(2) : sal_Int32(0);
241 pVal->Value <<= i_bValue;
[all …]
/trunk/main/setup_native/source/win32/customactions/reg64/
H A Dreg64.cxx191 wchar_t* pVal = NULL; in IsInstallForAllUsers() local
192 if ( GetMsiProp( hMSI, L"ALLUSERS", &pVal ) && pVal ) in IsInstallForAllUsers()
194 bResult = UnicodeEquals( pVal , L"1" ); in IsInstallForAllUsers()
195 free( pVal ); in IsInstallForAllUsers()
206 wchar_t* pVal = NULL; in GetBasisInstallLocation() local
207 GetMsiProp( hMSI, L"INSTALLLOCATION", &pVal); in GetBasisInstallLocation()
211 return pVal; in GetBasisInstallLocation()
/trunk/main/linguistic/source/
H A Dlngprophelp.cxx171 const PropertyValue *pVal = rPropVals.getConstArray(); in SetTmpPropVals() local
175 switch (pVal[i].Handle) in SetTmpPropVals()
186 pVal[i].Value >>= *pbResVal; in SetTmpPropVals()
530 const PropertyValue *pVal = rPropVals.getConstArray(); in SetTmpPropVals() local
533 if (pVal[i].Name.equalsAscii( UPN_MAX_NUMBER_OF_SUGGESTIONS )) in SetTmpPropVals()
535 pVal[i].Value >>= nResMaxNumberOfSuggestions; in SetTmpPropVals()
540 switch (pVal[i].Handle) in SetTmpPropVals()
549 pVal[i].Value >>= *pbResVal; in SetTmpPropVals()
692 const PropertyValue *pVal = rPropVals.getConstArray(); in SetTmpPropVals() local
696 switch (pVal[i].Handle) in SetTmpPropVals()
[all …]
/trunk/main/sw/source/filter/ww8/
H A Drtfsdrexport.cxx141 inline sal_uInt16 impl_GetUInt16( const sal_uInt8* &pVal ) in impl_GetUInt16() argument
143 sal_uInt16 nRet = *pVal++; in impl_GetUInt16()
144 nRet += ( *pVal++ ) << 8; in impl_GetUInt16()
148 inline sal_Int32 impl_GetPointComponent( const sal_uInt8* &pVal, sal_uInt16 nPointSize ) in impl_GetPointComponent() argument
153 sal_uInt16 nUnsigned = *pVal++; in impl_GetPointComponent()
154 nUnsigned += ( *pVal++ ) << 8; in impl_GetPointComponent()
160 sal_uInt32 nUnsigned = *pVal++; in impl_GetPointComponent()
161 nUnsigned += ( *pVal++ ) << 8; in impl_GetPointComponent()
162 nUnsigned += ( *pVal++ ) << 16; in impl_GetPointComponent()
163 nUnsigned += ( *pVal++ ) << 24; in impl_GetPointComponent()
/trunk/main/oox/source/export/
H A Dvmlexport.cxx291 inline sal_uInt16 impl_GetUInt16( const sal_uInt8* &pVal ) in impl_GetUInt16() argument
293 sal_uInt16 nRet = *pVal++; in impl_GetUInt16()
294 nRet += ( *pVal++ ) << 8; in impl_GetUInt16()
298 inline sal_Int32 impl_GetPointComponent( const sal_uInt8* &pVal, sal_uInt16 nPointSize ) in impl_GetPointComponent() argument
303 sal_uInt16 nUnsigned = *pVal++; in impl_GetPointComponent()
304 nUnsigned += ( *pVal++ ) << 8; in impl_GetPointComponent()
310 sal_uInt32 nUnsigned = *pVal++; in impl_GetPointComponent()
311 nUnsigned += ( *pVal++ ) << 8; in impl_GetPointComponent()
312 nUnsigned += ( *pVal++ ) << 16; in impl_GetPointComponent()
313 nUnsigned += ( *pVal++ ) << 24; in impl_GetPointComponent()
/trunk/main/setup_native/source/win32/customactions/regpatchactivex/
H A Dregpatchactivex.cxx76 wchar_t* pVal = NULL; in MakeInstallForAllUsers() local
77 if ( GetMsiProp( hMSI, L"ALLUSERS", &pVal ) && pVal ) in MakeInstallForAllUsers()
79 bResult = UnicodeEquals( pVal , L"1" ); in MakeInstallForAllUsers()
80 free( pVal ); in MakeInstallForAllUsers()

1234