Home
last modified time | relevance | path

Searched refs:pValue (Results 101 – 125 of 186) sorted by relevance

12345678

/aoo42x/main/sal/osl/os2/
H A Dthread.c614 void *pValue = (void*)*pTls->pulPtr; in _osl_callThreadKeyCallbackOnThreadDetach() local
616 if ( pValue ) in _osl_callThreadKeyCallbackOnThreadDetach()
617 pTls->pfnCallback( pValue ); in _osl_callThreadKeyCallbackOnThreadDetach()
/aoo42x/main/cppu/inc/uno/
H A Ddata.h152 void * pValue, struct _typelib_TypeDescription * pTypeDescr, uno_ReleaseFunc release )
162 void * pValue, struct _typelib_TypeDescriptionReference * pType, uno_ReleaseFunc release )
/aoo42x/main/embedserv/source/inprocserv/
H A Dsmartpointer.hxx176 ULONGGuard( ULONG* pValue ) in ULONGGuard() argument
177 : m_pValue( pValue ) in ULONGGuard()
/aoo42x/main/starmath/source/
H A Dmathmlimport.cxx3122 const PropertyValue *pValue = aViewProps.getConstArray(); in SetViewSettings() local
3129 if (pValue->Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM ( "ViewAreaTop" ) ) ) in SetViewSettings()
3131 pValue->Value >>= nTmp; in SetViewSettings()
3134 else if (pValue->Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM ( "ViewAreaLeft" ) ) ) in SetViewSettings()
3136 pValue->Value >>= nTmp; in SetViewSettings()
3139 else if (pValue->Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM ( "ViewAreaWidth" ) ) ) in SetViewSettings()
3141 pValue->Value >>= nTmp; in SetViewSettings()
3146 else if (pValue->Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM ( "ViewAreaHeight" ) ) ) in SetViewSettings()
3148 pValue->Value >>= nTmp; in SetViewSettings()
3153 pValue++; in SetViewSettings()
/aoo42x/main/comphelper/source/property/
H A Dopropertybag.cxx447 const Any* pValue = aValues.getArray(); in getPropertyValues() local
450 for ( ; pName != pNamesEnd; ++pName, ++pValue, ++pPropertyValue ) in getPropertyValues()
454 pPropertyValue->Value = *pValue; in getPropertyValues()
/aoo42x/main/writerfilter/source/dmapper/
H A DStyleSheetTable.cxx521 Value::Pointer_t pValue = rSprm.getValue(); in lcl_sprm() local
522 sal_Int32 nIntValue = pValue.get() ? pValue->getInt() : 0; in lcl_sprm()
524 rtl::OUString sStringValue = pValue.get() ? pValue->getString() : rtl::OUString(); in lcl_sprm()
H A DGraphicHelpers.cxx121 Value::Pointer_t pValue = rSprm.getValue(); in lcl_sprm() local
122 sal_Int32 nIntValue = pValue->getInt(); in lcl_sprm()
/aoo42x/main/sw/source/filter/html/
H A Dwrthtml.cxx1284 const sal_Char *pValue = 0; in OutDirection() local
1289 pValue = "LTR"; in OutDirection()
1293 pValue = "RTL"; in OutDirection()
1296 if( pValue != 0 ) in OutDirection()
1299 (((sOut += OOO_STRING_SVTOOLS_HTML_O_dir) += "=\"") += pValue) += '\"'; in OutDirection()
/aoo42x/main/padmin/source/
H A Dadddlg.cxx563 const PPDValue* pValue = pKey ? pKey->getValue( String( aValue, aEncoding ) ) : NULL; in APOldPrinterPage() local
564 if( pKey && pValue ) in APOldPrinterPage()
565 aInfo.m_aContext.setValue( pKey, pValue ); in APOldPrinterPage()
610 …const PPDValue* pValue = pKey ? ( aValue.Equals( "*nil" ) ? NULL : pKey->getValue( String( aValue,… in APOldPrinterPage() local
612 aInfo.m_aContext.setValue( pKey, pValue, true ); in APOldPrinterPage()
/aoo42x/main/writerfilter/source/doctok/
H A DWW8Sttbf.cxx113 WW8StringProperty::WW8StringProperty(sal_uInt32 nId, WW8StringValue::Pointer_t pValue) in WW8StringProperty() argument
114 : mnId(nId), mpValue(pValue) in WW8StringProperty()
/aoo42x/main/oox/source/ppt/
H A Dtimetargetelementcontext.cxx105 …ntContext::TimeTargetElementContext( ContextHandler& rParent, const AnimTargetElementPtr & pValue ) in TimeTargetElementContext() argument
107 mpTarget( pValue ) in TimeTargetElementContext()
/aoo42x/main/qadevOOo/tests/java/ifc/document/
H A D_Settings.java120 Object pValue = oObj.getPropertyValue("ForbiddenCharacters"); in _ForbiddenCharacters() local
123 pValue); in _ForbiddenCharacters()
/aoo42x/main/sc/qa/complex/sc/
H A DCalcRTL.java307 Object pValue) { in changeProperty() argument
318 set.setPropertyValue(pName, pValue); in changeProperty()
336 worked = checkResult(set, pName, oldValue, pValue, resValue, in changeProperty()
/aoo42x/main/qadevOOo/tests/java/mod/_fwl/
H A DTypeDetection.java174 protected void setPropertyValueValue(PropertyValue[] props, String pName, Object pValue) { in setPropertyValueValue() argument
179 props[i].Value = pValue; in setPropertyValueValue()
H A DFilterFactory.java184 protected void setPropertyValueValue(PropertyValue[] props, String pName, Object pValue) { in setPropertyValueValue() argument
189 props[i].Value = pValue; in setPropertyValueValue()
/aoo42x/main/sdext/source/pdfimport/pdfparse/
H A Dpdfentries.cxx539 void PDFDict::insertValue( const OString& rName, PDFEntry* pValue ) in insertValue() argument
541 if( ! pValue ) in insertValue()
549 m_aSubElements.push_back( pValue ); in insertValue()
556 m_aSubElements[i] = pValue; in insertValue()
559 m_aMap[ rName ] = pValue; in insertValue()
/aoo42x/main/extensions/source/ole/
H A Dunoobjw.cxx1103 CComObject< JScriptValue>* pValue; in InvokeGeneral() local
1104 if( SUCCEEDED( CComObject<JScriptValue>::CreateInstance( &pValue))) in InvokeGeneral()
1106 pValue->AddRef(); in InvokeGeneral()
1109 … pvarResult->pdispVal= CComQIPtr<IDispatch, &__uuidof(IDispatch)>(pValue->GetUnknown()); in InvokeGeneral()
1111 pvarResult->pdispVal= CComQIPtr<IDispatch>(pValue->GetUnknown()); in InvokeGeneral()
/aoo42x/main/writerfilter/source/ooxml/
H A DOOXMLFastContextHandler.hxx166 void setIDForXNoteStream(OOXMLValue::Pointer_t pValue);
372 virtual void setValue(OOXMLValue::Pointer_t pValue);
423 void checkId(OOXMLValue::Pointer_t pValue);
/aoo42x/main/vcl/aqua/source/gdi/
H A Daquaprintaccessoryview.mm965 const rtl::OUString& rProperty, const PropertyValue* pValue,
1050 if( pValue && pValue->Value.hasValue() )
1051 pValue->Value >>= nSelectVal;
1069 if( pValue && pValue->Value.hasValue() )
1072 pValue->Value >>= aValue;
H A Dctfonts.cxx354 static void CTFontEnumCallBack( const void* pValue, void* pContext ) in CTFontEnumCallBack() argument
356 CTFontDescriptorRef pFD = static_cast<CTFontDescriptorRef>(pValue); in CTFontEnumCallBack()
486 const sal_IntPtr nFontId = (sal_IntPtr)pValue; in CTFontEnumCallBack()
/aoo42x/main/cli_ure/source/climaker/
H A Dclimaker_app.cxx201 OUString * pValue, OptionInfo const * option_info, sal_uInt32 * pIndex ) in read_argument() argument
207 osl_getCommandArg( *pIndex, &pValue->pData ); in read_argument()
211 OUStringToOString( *pValue, osl_getThreadTextEncoding() ) ); in read_argument()
/aoo42x/main/filter/source/flash/
H A Dswffilter.cxx238 const PropertyValue * pValue = aPropertySequence.getConstArray(); in findPropertyValue() local
242 if ( pValue[i].Name.equalsAsciiL ( name, strlen(name) ) ) in findPropertyValue()
244 pValue[i].Value >>= temp; in findPropertyValue()
/aoo42x/main/cppuhelper/qa/unourl/
H A Dcppu_unourl.cxx240 char const * pValue; in TEST_F() member
298 ASSERT_TRUE(aValue.equalsAscii(aTests[i].pValue)) << "Failed to get param correctly"; in TEST_F()
/aoo42x/main/dtrans/source/cnttype/
H A Dmcnttype.cxx277 OUString pvalue = pValue( ); in trailer()
316 OUString SAL_CALL CMimeContentType::pValue( ) in pValue() function in CMimeContentType
/aoo42x/main/rsc/source/res/
H A Drscconst.cxx137 sal_Bool RscConst::GetConstValue( Atom nConst, sal_Int32 * pValue ) const in GetConstValue()
144 *pValue = pVarArray[ i ].lValue; in GetConstValue()

Completed in 611 milliseconds

12345678