/trunk/main/writerfilter/source/ooxml/ |
H A D | OOXMLFastContextHandler.cxx | 1139 OOXMLValue::Pointer_t pValue in sendPropertiesToParent() local 1462 mpValue = pValue; in setValue() 1492 setValue(pValue); in setDefaultBooleanValue() 1505 setValue(pValue); in setDefaultIntegerValue() 1518 setValue(pValue); in setDefaultHexValue() 1531 setValue(pValue); in setDefaultStringValue() 1589 if (pValue.get() != NULL) in addCurrentChild() 1648 debug_logger->attribute("myId", pValue->getInt()); in checkId() 1653 mnMyXNoteId = pValue->getInt(); in checkId() 1914 pValue(new OOXMLShapeValue(xShape)); in sendShape() local [all …]
|
H A D | OOXMLFactory.cxx | 166 OOXMLValue::Pointer_t pValue(new OOXMLBooleanValue(aValue)); in attributes() local 167 pFactory->attributeAction(pHandler, aIt->first, pValue); in attributes() 179 OOXMLValue::Pointer_t pValue(new OOXMLStringValue(aValue)); in attributes() local 180 pFactory->attributeAction(pHandler, aIt->first, pValue); in attributes() 192 OOXMLValue::Pointer_t pValue(new OOXMLIntegerValue(aValue)); in attributes() local 193 pFactory->attributeAction(pHandler, aIt->first, pValue); in attributes() 205 OOXMLValue::Pointer_t pValue(new OOXMLHexValue(aValue)); in attributes() local 206 pFactory->attributeAction(pHandler, aIt->first, pValue); in attributes() 230 OOXMLValue::Pointer_t pValue(new OOXMLIntegerValue(nValue)); in attributes() local 231 pFactory->attributeAction(pHandler, aIt->first, pValue); in attributes()
|
/trunk/main/filter/source/placeware/ |
H A D | filter.cxx | 90 const PropertyValue * pValue = aDescriptor.getConstArray(); in filter() local 97 if ( pValue[i].Name.equalsAsciiL ( RTL_CONSTASCII_STRINGPARAM ( "OutputStream" ) ) ) in filter() 99 pValue[i].Value >>= xOutputStream; in filter() 101 else if( pValue[i].Name.equalsAsciiL ( RTL_CONSTASCII_STRINGPARAM ( "URL" ) ) ) in filter() 103 pValue[i].Value >>= sURL; in filter() 105 else if( pValue[i].Name.equalsAsciiL ( RTL_CONSTASCII_STRINGPARAM ( "InteractionHandler" ) ) ) in filter() 107 pValue[i].Value >>= xInteractionHandler; in filter() 109 else if ( pValue[i].Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM ( "StatusIndicator" ) ) ) in filter() 111 pValue[i].Value >>= xStatusIndicator; in filter()
|
H A D | tempfile.cxx | 38 const char *pValue = getenv( "TEMP" ); in my_getTempDirURL() local 40 if ( !pValue ) in my_getTempDirURL() 42 pValue = getenv( "TMP" ); in my_getTempDirURL() 44 if ( !pValue ) in my_getTempDirURL() 45 pValue = P_tmpdir; in my_getTempDirURL() 49 if ( pValue ) in my_getTempDirURL() 54 …rtl_string2UString( &ustrTempPath, pValue, strlen( pValue ), osl_getThreadTextEncoding(), OSTRING_… in my_getTempDirURL()
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/helper/ |
H A D | CfgParser.java | 75 Object pValue = cfg.getProperty(pName); in getIniParameters() local 77 if (pValue instanceof String) in getIniParameters() 79 pValue = ((String) pValue).trim(); in getIniParameters() 82 param.put(pName.trim(), pValue); in getIniParameters() local 87 param.put("DOCPTH", (String) pValue); in getIniParameters() 88 System.setProperty("DOCPTH", (String) pValue); in getIniParameters() 94 System.setProperty(pName, (String) pValue); in getIniParameters()
|
/trunk/main/filter/source/pdf/ |
H A D | pdffilter.cxx | 56 const PropertyValue* pValue = rDescriptor.getConstArray(); in implExport() local 63 if( pValue[ i ].Name.equalsAscii( "OutputStream" ) ) in implExport() 64 pValue[ i ].Value >>= xOStm; in implExport() 65 else if( pValue[ i ].Name.equalsAscii( "FilterData" ) ) in implExport() 66 pValue[ i ].Value >>= aFilterData; in implExport() 67 else if ( pValue[ i ].Name.equalsAscii( "StatusIndicator" ) ) in implExport() 68 pValue[ i ].Value >>= xStatusIndicator; in implExport() 69 else if( pValue[i].Name.equalsAscii( "InteractionHandler" ) ) in implExport() 70 pValue[i].Value >>= xIH; in implExport()
|
/trunk/main/fpicker/source/win32/filepicker/ |
H A D | propmap.hxx | 48 void* pValue = (void*)&rValue; in put() local 49 m_aMap[sKey] = pValue; in put() 62 TValueType** pValue) in get() argument 69 *pValue = (TValueType*)pItem; in get() 81 void* pValue = pIt->second; in get_copy() local 82 if ( ! pValue) in get_copy() 85 rValue = *((TValueType*)pValue); in get_copy()
|
/trunk/main/sal/osl/os2/ |
H A D | tempfile.c | 49 const char *pValue = getenv( "TEMP" ); in osl_getTempDirURL() local 51 if ( !pValue ) in osl_getTempDirURL() 53 pValue = getenv( "TMP" ); in osl_getTempDirURL() 55 if ( !pValue ) in osl_getTempDirURL() 56 pValue = P_tmpdir; in osl_getTempDirURL() 60 if ( pValue ) in osl_getTempDirURL() 65 …rtl_string2UString( &ustrTempPath, pValue, strlen( pValue ), osl_getThreadTextEncoding(), OSTRING_… in osl_getTempDirURL()
|
/trunk/main/sw/source/filter/xml/ |
H A D | xmlexp.cxx | 452 PropertyValue *pValue = aProps.getArray(); in GetViewSettings() local 459 pValue[nIndex].Name = OUString( RTL_CONSTASCII_USTRINGPARAM ( "Views") ); in GetViewSettings() 460 pValue[nIndex++].Value <<= Reference < XIndexAccess > ( xBox, UNO_QUERY ); in GetViewSettings() 493 pValue[nIndex].Name = OUString( RTL_CONSTASCII_USTRINGPARAM ( "ViewAreaTop") ); in GetViewSettings() 494 pValue[nIndex++].Value <<= bTwip ? TWIP_TO_MM100 ( rRect.Top() ) : rRect.Top(); in GetViewSettings() 496 pValue[nIndex].Name = OUString( RTL_CONSTASCII_USTRINGPARAM ( "ViewAreaLeft") ); in GetViewSettings() 497 pValue[nIndex++].Value <<= bTwip ? TWIP_TO_MM100 ( rRect.Left() ) : rRect.Left(); in GetViewSettings() 499 pValue[nIndex].Name = OUString( RTL_CONSTASCII_USTRINGPARAM ( "ViewAreaWidth") ); in GetViewSettings() 521 pValue[nIndex++].Value.setValue( &bShowRedlineChanges, ::getBooleanCppuType() ); in GetViewSettings() 524 pValue[nIndex].Name = OUString( RTL_CONSTASCII_USTRINGPARAM ( "InBrowseMode") ); in GetViewSettings() [all …]
|
/trunk/main/package/source/package/zippackage/ |
H A D | ZipPackage.cxx | 265 pValue[j].Value >>= sPath; in parseManifest() 267 pValue[j].Value >>= sVersion; in parseManifest() 269 pValue[j].Value >>= sMediaType; in parseManifest() 271 pSalt = &( pValue[j].Value ); in parseManifest() 273 pVector = &( pValue[j].Value ); in parseManifest() 275 pCount = &( pValue[j].Value ); in parseManifest() 277 pSize = &( pValue[j].Value ); in parseManifest() 279 pDigest = &( pValue[j].Value ); in parseManifest() 281 pDigestAlg = &( pValue[j].Value ); in parseManifest() 283 pEncryptionAlg = &( pValue[j].Value ); in parseManifest() [all …]
|
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilterDetection/ |
H A D | filterdetect.cxx | 175 const PropertyValue * pValue = aAnySeq.getConstArray(); in initialize() local 179 if ( pValue[i].Name.equalsAsciiL ( RTL_CONSTASCII_STRINGPARAM ( "Type" ) ) ) in initialize() 181 pValue[i].Value >>= msFilterName; in initialize() 183 else if ( pValue[i].Name.equalsAsciiL ( RTL_CONSTASCII_STRINGPARAM ( "UserData" ) ) ) in initialize() 185 pValue[i].Value >>= msUserData; in initialize() 187 else if ( pValue[i].Name.equalsAsciiL ( RTL_CONSTASCII_STRINGPARAM ( "TemplateName" ) ) ) in initialize() 189 pValue[i].Value>>=msTemplateName; in initialize()
|
/trunk/main/unodevtools/source/unodevtools/ |
H A D | options.cxx | 46 sal_Bool readOption( OUString * pValue, const sal_Char * pOpt, in readOption() argument 63 rtl_getAppCommandArg(*pnIndex, &pValue->pData); in readOption() 65 pValue->copy(1).equals(dash)) in readOption() 77 OString tmp = OUStringToOString(*pValue, RTL_TEXTENCODING_ASCII_US); in readOption() 84 *pValue = aArg.copy(1 + aOpt.getLength()); in readOption() 89 OString tmp = OUStringToOString(*pValue, RTL_TEXTENCODING_ASCII_US); in readOption()
|
/trunk/main/vcl/unx/generic/printer/ |
H A D | cupsmgr.cxx | 105 … int cupsAddOption( const char* pName, const char* pValue, int nOptions, cups_option_t** pOptions ) in cupsAddOption() argument 106 { return m_pcupsAddOption( pName, pValue, nOptions, pOptions ); } in cupsAddOption() 639 if( pValue ) in updatePrinterContextInfo() 641 if( pValue != pKey->getDefaultValue() ) in updatePrinterContextInfo() 643 rContext.setValue( pKey, pValue, true ); in updatePrinterContextInfo() 878 const PPDValue* pValue = rJob.m_aContext.getValue( pKey ); in getOptionsFromDocumentSetup() local 879 if(pValue && pValue->m_eType == eInvocation && pValue->m_aValue.Len() ) in getOptionsFromDocumentSetup() 882 OString aValue = OUStringToOString( pValue->m_aOption, RTL_TEXTENCODING_ASCII_US ); in getOptionsFromDocumentSetup() 1097 const PPDValue* pValue = rInfo.m_aContext.getValue( pKey ); in writePrinterConfig() local 1098 if( pKey && pValue ) // sanity check in writePrinterConfig() [all …]
|
H A D | jobdata.cxx | 91 const PPDValue* pValue = pKey ? pKey->getValueCaseInsensitive( aPaper ) : NULL; in setPaper() local 93 bSuccess = pKey && pValue && m_aContext.setValue( pKey, pValue, false ); in setPaper() 104 const PPDValue* pValue = pKey ? pKey->getValue( i_nPaperBin ) : NULL; in setPaperBin() local 106 bSuccess = pKey && pValue && m_aContext.setValue( pKey, pValue, false ); in setPaperBin()
|
/trunk/main/xmloff/source/draw/ |
H A D | animationexport.cxx | 733 const NamedValue* pValue = aUserData.getConstArray(); in prepareNode() local 738 if( IsXMLToken( pValue->Name, XML_MASTER_ELEMENT ) ) in prepareNode() 741 pValue->Value >>= xMaster; in prepareNode() 898 if( IsXMLToken( pValue->Name, XML_NODE_TYPE ) ) in exportNode() 908 if( pValue->Value >>= aPresetId ) in exportNode() 916 if( pValue->Value >>= aPresetSubType ) in exportNode() 924 if( pValue->Value >>= nEffectPresetClass ) in exportNode() 933 pValue->Value >>= xMaster; in exportNode() 941 else if( IsXMLToken( pValue->Name, XML_GROUP_ID ) ) in exportNode() 944 if( pValue->Value >>= nGroupId ) in exportNode() [all …]
|
/trunk/main/svx/source/unogallery/ |
H A D | unogalitem.cxx | 337 …GalleryItem::_getPropertyValues( const comphelper::PropertyMapEntry** ppEntries, uno::Any* pValue ) in _getPropertyValues() argument 349 *pValue <<= sal_Int8( getType() ); in _getPropertyValues() 358 *pValue <<= ::rtl::OUString( implGetObject()->aURL.GetMainURL( INetURLObject::NO_DECODE ) ); in _getPropertyValues() 372 *pValue <<= ::rtl::OUString( pObj->GetTitle() ); in _getPropertyValues() 396 *pValue <<= aThumbnail.GetXGraphic(); in _getPropertyValues() 409 *pValue <<= aGraphic.GetXGraphic(); in _getPropertyValues() 427 *pValue <<= xDrawing; in _getPropertyValues() 437 ++pValue; in _getPropertyValues()
|
/trunk/main/oox/source/helper/ |
H A D | propertyset.cxx | 95 Any* pValue = orValues.getArray(); in getProperties() local 96 for( ; pPropName != pPropNameEnd; ++pPropName, ++pValue ) in getProperties() 97 implGetPropertyValue( *pValue, *pPropName ); in getProperties() 127 const Any* pValue = rValues.getConstArray(); in setProperties() local 128 for( ; pPropName != pPropNameEnd; ++pPropName, ++pValue ) in setProperties() 129 implSetPropertyValue( *pPropName, *pValue ); in setProperties()
|
/trunk/main/writerfilter/source/doctok/ |
H A D | WW8Picture.cxx | 39 WW8Value::Pointer_t pValue = createValue(get_ffdata()); in resolveNoAuto() local 40 rHandler.attribute(NS_rtf::LN_ffdata, *pValue); in resolveNoAuto() 44 WW8Value::Pointer_t pValue = createValue(get_DffRecord()); in resolveNoAuto() local 45 rHandler.attribute(NS_rtf::LN_DffRecord, *pValue); in resolveNoAuto() 87 WW8Value::Pointer_t pValue = createValue(pFLD->get_flt()); in resolveNoAuto() local 89 rHandler.attribute(NS_rtf::LN_FLT, *pValue); in resolveNoAuto()
|
H A D | WW8PropertySetImpl.cxx | 327 Value::Pointer_t pValue = sprm.getValue(); in resolveLocal() local 328 getDocument()->setPicLocation(pValue->getInt()); in resolveLocal() 343 Value::Pointer_t pValue = sprm.getValue(); in resolveLocal() local 344 sal_uInt32 nOffset = pValue->getInt(); in resolveLocal() 371 WW8Value::Pointer_t pValue = createValue(getU16(0)); in resolve() local 372 rHandler.attribute(NS_rtf::LN_ISTD, *pValue); in resolve()
|
/trunk/main/sw/source/core/fields/ |
H A D | authfld.cxx | 443 PropertyValue* pValue = pValues[i].getArray(); in QueryValue() local 444 pValue[0].Name = sProp1; in QueryValue() 445 pValue[0].Value <<= sal_Int16(pKey->eField); in QueryValue() 446 pValue[1].Name = sProp2; in QueryValue() 447 pValue[1].Value.setValue(&pKey->bSortAscending, ::getBooleanCppuType()); in QueryValue() 503 const PropertyValue* pValue = pValues[i].getConstArray(); in PutValue() local 507 if(pValue[j].Name.equalsAsciiL(SW_PROP_NAME(UNO_NAME_SORT_KEY))) in PutValue() 509 sal_Int16 nVal = -1; pValue[j].Value >>= nVal; in PutValue() 515 else if(pValue[j].Name.equalsAsciiL(SW_PROP_NAME(UNO_NAME_IS_SORT_ASCENDING))) in PutValue() 517 pSortKey->bSortAscending = *(sal_Bool*)pValue[j].Value.getValue(); in PutValue()
|
/trunk/main/vcl/unx/generic/printergfx/ |
H A D | printerjob.cxx | 778 static bool writeFeature( osl::File* pFile, const PPDKey* pKey, const PPDValue* pValue, bool bUseIn… in writeFeature() argument 780 if( ! pKey || ! pValue ) in writeFeature() 792 aFeature.append( OUStringToOString( pValue->m_aOption, RTL_TEXTENCODING_ASCII_US ) ); in writeFeature() 796 aFeature.append( OUStringToOString( pValue->m_aValue, RTL_TEXTENCODING_ASCII_US ) ); in writeFeature() 839 const PPDValue* pValue = rJob.m_aContext.getValue( pKey ); in writeFeatureList() local 840 if( pValue in writeFeatureList() 841 && pValue->m_eType == eInvocation in writeFeatureList() 843 || m_aLastJobData.m_aContext.getValue( pKey ) != pValue in writeFeatureList() 852 ( pValue->m_aValue.SearchAscii( "<<" ) != STRING_NOTFOUND ) in writeFeatureList() 854 ( pValue->m_aValue.SearchAscii( ">>" ) != STRING_NOTFOUND ); in writeFeatureList() [all …]
|
/trunk/main/vcl/unx/generic/dtrans/ |
H A D | config.cxx | 88 Any* pValue = aValues.getArray(); in DtransX11ConfigItem() local 89 for( int i = 0; i < aValues.getLength(); i++, pValue++ ) in DtransX11ConfigItem() 91 if( pValue->getValueTypeClass() == TypeClass_STRING ) in DtransX11ConfigItem() 93 const OUString* pLine = (const OUString*)pValue->getValue(); in DtransX11ConfigItem() 108 … OUStringToOString( pValue->getValueType().getTypeName(), osl_getThreadTextEncoding() ).getStr() ); in DtransX11ConfigItem()
|
/trunk/main/connectivity/source/drivers/odbcbase/ |
H A D | OResultSet.cxx | 197 TVoidVector::iterator pValue = m_aBindVector.begin() + 1; in unbind() local 199 for(; pValue != pEnd; ++pValue) in unbind() 201 switch (pValue->second) in unbind() 208 delete static_cast< sal_Int64* >(reinterpret_cast< void * >(pValue->first)); in unbind() 216 delete static_cast< double* >(reinterpret_cast< void * >(pValue->first)); in unbind() 220 delete [] static_cast< char* >(reinterpret_cast< void * >(pValue->first)); in unbind() 224 delete [] static_cast< char* >(reinterpret_cast< void * >(pValue->first)); in unbind() 237 delete static_cast< sal_Int8* >(reinterpret_cast< void * >(pValue->first)); in unbind() 240 delete static_cast< sal_Int16* >(reinterpret_cast< void * >(pValue->first)); in unbind() 246 delete static_cast< float* >(reinterpret_cast< void * >(pValue->first)); in unbind() [all …]
|
/trunk/main/cppu/source/uno/ |
H A D | any.cxx | 134 void SAL_CALL uno_any_destruct( uno_Any * pValue, uno_ReleaseFunc release ) in uno_any_destruct() argument 137 _destructAny( pValue, release ); in uno_any_destruct() 140 void SAL_CALL uno_any_clear( uno_Any * pValue, uno_ReleaseFunc release ) in uno_any_clear() argument 143 _destructAny( pValue, release ); in uno_any_clear() 144 CONSTRUCT_EMPTY_ANY( pValue ); in uno_any_clear()
|
/trunk/main/chart2/source/view/axes/ |
H A D | Tickmarks_Equidistant.cxx | 169 double* pValue = NULL; in addSubTicks() local 174 pValue = this->getMinorTick( nPartTick, nDepth in addSubTicks() 176 if(!pValue) in addSubTicks() 179 aSubTicks[nRealSubTickCount] = *pValue; in addSubTicks() 331 double* pValue = NULL; in getAllTicks() local 334 pValue = this->getMajorTick( nMajorTick ); in getAllTicks() 335 if(!pValue) in getAllTicks() 337 aAllTicks[0][nRealMajorTickCount] = *pValue; in getAllTicks()
|