Home
last modified time | relevance | path

Searched refs:getArray (Results 51 – 75 of 1260) sorted by relevance

12345678910>>...51

/aoo42x/main/vcl/aqua/source/dtrans/
H A DDataFlavorMapping.cxx283 return [NSData dataWithBytes: rawData.getArray() length: rawData.getLength()]; in getSystemData()
295 memcpy(byteSequence.getArray(), [mSystemData bytes], flavorDataLength); in getOOoData()
338 return [NSData dataWithBytes: htmlFormatData.getArray() length: htmlFormatData.getLength()]; in getSystemData()
351 memcpy(unkHtmlData.getArray(), [mSystemData bytes], flavorDataLength); in getOOoData()
407 sysData = [NSData dataWithBytes: imgData.getArray() length: imgData.getLength()]; in getSystemData()
424 memcpy( imgData.getArray(), [mSystemData bytes], flavorDataLength); in getOOoData()
481 unichar* pBuffer = reinterpret_cast<unichar*>(oOOFileList.getArray()); in getOOoData()
H A DHtmlFmtFlt.cxx113 rtl_zeroMemory(byteSequence.getArray(), byteSequence.getLength()); in TextHtmlToHTMLFormat()
116 static_cast<void*>(byteSequence.getArray()), in TextHtmlToHTMLFormat()
130 sal_Char* dataStart = reinterpret_cast<sal_Char*>(nonconstHTMLFormatRef.getArray()); in HTMLFormatToTextHtml()
146 rtl_copyMemory(static_cast<void*>(plainHtmlData.getArray()), htmlStartTag, len); in HTMLFormatToTextHtml()
/aoo42x/main/svtools/source/config/
H A Dfontsubstconfig.cxx73 aNames.getArray()[0] = C2U(cReplacement); in SvtFontSubstConfig()
83 OUString* pNames = aPropNames.getArray(); in SvtFontSubstConfig()
127 aNames.getArray()[0] = C2U(cReplacement); in Commit()
129 aValues.getArray()[0].setValue(&bIsEnabled, ::getBooleanCppuType()); in Commit()
138 PropertyValue* pSetValues = aSetValues.getArray(); in Commit()
H A Dcolorcfg.cxx118 OUString* pNames = aNames.getArray(); in GetPropertyNames()
237 aCurrent.getArray()[0] = C2U("CurrentColorScheme"); in Load()
278 beans::PropertyValue* pPropValues = aPropValues.getArray(); in Commit()
312 aCurrent.getArray()[0] = C2U("CurrentColorScheme"); in CommitCurrentSchemeName()
314 aCurrentVal.getArray()[0] <<= m_sLoadedScheme; in CommitCurrentSchemeName()
354 aElements.getArray()[0] = rScheme; in RemoveScheme()
/aoo42x/main/editeng/source/editeng/
H A Deeobj.cxx77 memcpy( aSeq.getArray(), pStream->GetData(), nLen ); in getTransferData()
92 SotExchange::GetFormatDataFlavor( SOT_FORMATSTR_ID_EDITENGINE, aDataFlavors.getArray()[0] ); in getTransferDataFlavors()
93 SotExchange::GetFormatDataFlavor( SOT_FORMAT_STRING, aDataFlavors.getArray()[1] ); in getTransferDataFlavors()
94 SotExchange::GetFormatDataFlavor( SOT_FORMAT_RTF, aDataFlavors.getArray()[2] ); in getTransferDataFlavors()
/aoo42x/main/canvas/source/cairo/
H A Dcairo_canvashelper.cxx1527 sal_Int8* pData = aRes.getArray(); in getData()
1614 rendering::RGBColor* pOut( aRes.getArray() ); in convertToRGB()
1635 rendering::ARGBColor* pOut( aRes.getArray() ); in convertToARGB()
1670 double* pColors=aRes.getArray(); in convertFromRGB()
1687 double* pColors=aRes.getArray(); in convertFromARGB()
1704 double* pColors=aRes.getArray(); in convertFromPARGB()
1742 double* pOut( aRes.getArray() ); in convertFromIntegerColorSpace()
1788 rendering::RGBColor* pOut( aRes.getArray() ); in convertIntegerToRGB()
1857 sal_Int8* pColors=aRes.getArray(); in convertIntegerFromRGB()
1875 sal_Int8* pColors=aRes.getArray(); in convertIntegerFromARGB()
[all …]
/aoo42x/main/io/source/stm/
H A Dodata.cxx243 return aTmp.getArray()[0]; in readByte()
347 sal_Unicode * pStr = aBuffer.getArray(); in readUTF()
517 aRet.getArray()[0] = OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.io.DataInputStream" ) ); in ODataInputStream_getSupportedServiceNames()
668 aTmp.getArray()[0] = Value; in writeByte()
677 sal_Int8 * pBytes = ( sal_Int8 * ) aTmp.getArray(); in writeChar()
689 sal_Int8 * pBytes = aTmp.getArray(); in writeShort()
700 sal_Int8 * pBytes = aTmp.getArray(); in writeLong()
713 sal_Int8 * pBytes = aTmp.getArray(); in writeHyper()
926 …aRet.getArray()[0] = OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.io.DataOutputStream" ) … in ODataOutputStream_getSupportedServiceNames()
1234 …aRet.getArray()[0] = OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.io.ObjectOutputStream" )… in OObjectOutputStream_getSupportedServiceNames()
[all …]
/aoo42x/main/stoc/source/invocation/
H A Dinvocation.cxx92 seqNames.getArray()[0] = OUString(RTL_CONSTASCII_USTRINGPARAM(SERVICENAME)); in inv_getSupportedServiceNames()
677 Any* pInvokeParams = aInvokeParams.getArray(); in invoke()
681 sal_Int16* pOutIndizes = OutIndizes.getArray(); in invoke()
733 pOutIndizes = OutIndizes.getArray(); in invoke()
735 Any* pOutParams = OutParams.getArray(); in invoke()
846 pRetStrings = pStringSeq->getArray(); in getInfoSequenceImpl()
853 pRetInfos = pInfoSeq->getArray(); in getInfoSequenceImpl()
1005 Type* pParamTypes = rInfo.aParamTypes.getArray(); in fillInfoForMethod()
1007 ParamMode* pParamModes = rInfo.aParamModes.getArray(); in fillInfoForMethod()
1027 Type * pTypes = types.getArray(); in getTypes()
/aoo42x/main/connectivity/source/sdbcx/
H A DVDescriptor.cxx95 …::std::for_each( aProperties.getArray(), aProperties.getArray() + aProperties.getLength(), ResetRO… in doCreateArrayHelper()
97 …::std::for_each( aProperties.getArray(), aProperties.getArray() + aProperties.getLength(), SetROAt… in doCreateArrayHelper()
/aoo42x/main/svl/source/config/
H A Dasiancfg.cxx77 OUString* pNames = aNames.getArray(); in lcl_GetPropertyNames()
114 OUString* pNames = aPropNames.getArray(); in Load()
155 Any* pValues = aValues.getArray(); in Commit()
167 PropertyValue* pSetValues = aSetValues.getArray(); in Commit()
225 Locale* pRet = aRet.getArray(); in GetStartEndCharLocales()
/aoo42x/main/ucb/source/ucp/tdoc/
H A Dtdoc_content.cxx1458 aChanges.getArray()[ nChanged ] = aEvent; in setPropertyValues()
3071 aProps.getArray()[ 0 ] = beans::Property( in getCreatableContentsInfo()
3084 aSeq.getArray()[ 0 ].Type in getCreatableContentsInfo()
3086 aSeq.getArray()[ 0 ].Attributes in getCreatableContentsInfo()
3088 aSeq.getArray()[ 0 ].Properties = aProps; in getCreatableContentsInfo()
3098 aSeq.getArray()[ 0 ].Type in getCreatableContentsInfo()
3100 aSeq.getArray()[ 0 ].Attributes in getCreatableContentsInfo()
3102 aSeq.getArray()[ 0 ].Properties = aProps; in getCreatableContentsInfo()
3105 aSeq.getArray()[ 1 ].Type in getCreatableContentsInfo()
3107 aSeq.getArray()[ 1 ].Attributes in getCreatableContentsInfo()
[all …]
/aoo42x/main/extensions/workben/
H A Dpythontest.cxx247 aUString = ci.LocalVariableNames.getArray(); in cmdLine()
260 aUString = seq.getArray(); in cmdLine()
342 XIdlMethodRef *aRef = seq.getArray(); in dumpIntrospectionToStream()
350 Property *aProp = seqProp.getArray(); in dumpIntrospectionToStream()
411 pArray = seq.getArray(); in dumpVarToStream()
499 UsrAny *pArray = args.getArray(); in main()
/aoo42x/main/starmath/source/
H A Dcfgitem.cxx66 OUString *pNames = aNames.getArray(); in lcl_GetFontPropertyNames()
92 OUString *pNames = aNames.getArray(); in lcl_GetSymbolPropertyNames()
174 OUString *pNames = aNames.getArray(); in lcl_GetPropertyNames()
471 OUString *pName = aNames.getArray(); in ReadSymbol()
603 PropertyValue *pValues = aValues.getArray(); in SetSymbols()
698 OUString *pName = aNames.getArray(); in ReadFontFormat()
769 PropertyValue *pValues = aValues.getArray(); in SaveFontFormatList()
943 Any *pValues = aValues.getArray(); in SaveOther()
1073 Any *pValues = aValues.getArray(); in SaveFormat()
/aoo42x/main/sw/source/ui/config/
H A Dmodcfg.cxx273 OUString* pNames = aNames.getArray(); in GetPropertyNames()
338 Any* pValues = aValues.getArray(); in Commit()
623 OUString* pNames = aNames.getArray(); in GetPropertyNames()
624 OUString* pWebNames = aWebNames.getArray(); in GetPropertyNames()
695 Any* pValues = aValues.getArray(); in Commit()
1184 OUString* pNames = aNames.getArray(); in GetPropertyNames()
1213 Any* pValues = aValues.getArray(); in Commit()
1311 OUString* pNames = aNames.getArray(); in GetPropertyNames()
1326 Any* pValues = aValues.getArray(); in Commit()
/aoo42x/main/package/source/package/zipapi/
H A DXUnbufferedStream.cxx115 sal_Int8 * pHeader = maHeader.getArray(); in XUnbufferedStream()
189 …rtl_copyMemory ( aData.getArray(), maHeader.getConstArray() + maHeader.getLength() - mnHeaderToRea… in readBytes()
208 sal_Int8* pPureBuffer = aPureData.getArray(); in readBytes()
209 sal_Int8* pBuffer = aData.getArray(); in readBytes()
282 … rtl_copyMemory( maCompBuffer.getArray() + nOldLen, aSuffix.getConstArray(), aSuffix.getLength() ); in readBytes()
H A DZipFile.cxx158 …( rtl_Digest_E_None != rtl_digest_PBKDF2( reinterpret_cast< sal_uInt8* >( aDerivedKey.getArray() ), in StaticGetCipher()
310 sal_Int8 *pBuffer = aBuffer.getArray(); in StaticFillData()
359 rtl_copyMemory ( rData->m_aSalt.getArray(), aBuffer.getConstArray(), nSaltLength ); in StaticFillData()
363 rtl_copyMemory ( rData->m_aInitVector.getArray(), aBuffer.getConstArray(), nIVLength ); in StaticFillData()
367 rtl_copyMemory ( rData->m_aDigest.getArray(), aBuffer.getConstArray(), nDigestLength ); in StaticFillData()
467 …rtl_copyMemory( aDecryptBuffer.getArray() + nOldLen, aDecryptBuffer2.getArray(), aDecryptBuffer2.g… in StaticHasValidPassword()
672 ::rtl::OUString sLOCPath = rtl::OUString::intern( (sal_Char *) aNameBuffer.getArray(), in readLOC()
923 aEntry.sPath = OUString ( (sal_Char *) aFileName.getArray(), in recover()
/aoo42x/main/forms/source/component/
H A DListBox.cxx126 aStrings.getArray(), in lcl_convertToStringSequence()
222 ::rtl::OUString* pStoreTo = aSupported.getArray() + nOldLen; in IMPLEMENT_DEFAULT_CLONING()
587 aListSourceSeq.getArray()[i] = sListSource.getToken(i,';',nTmp); in read()
1083 aSeq.getArray()[0] = m_nNULLPos; in getDefaultForReset()
1169 aSelectIndexes.getArray() in translateExternalValueToControlValue()
1195 const ::rtl::OUString* pSelectEntries = aSelectEntries.getArray(); in translateExternalValueToControlValue()
1216 aSelectIndexes.getArray() in translateExternalValueToControlValue()
1282 aSelectedEntriesTexts.getArray(), in lcl_getMultiSelectedEntries()
1308 aTransformed.getArray() in translateControlValueToExternalValue()
1531 ::rtl::OUString* pArray = aSupported.getArray(); in getSupportedServiceNames()
/aoo42x/main/sw/source/core/unocore/
H A Dunoparagraph.cxx409 aPropertyNames.getArray()[0] = rPropertyName; in setPropertyValue()
411 aValues.getArray()[0] = rValue; in setPropertyValue()
425 aPropertyNames.getArray()[0] = rPropertyName; in getPropertyValue()
600 uno::Any* pValues = aValues.getArray(); in GetPropertyValues_Impl()
727 beans::SetPropertyTolerantFailed *pFailed = aFailed.getArray(); in setPropertyValuesTolerant()
810 beans::GetPropertyTolerantResult *pRes = aRes.getArray(); in getPropertyValuesTolerant()
850 beans::GetDirectPropertyTolerantResult *pResult = aResult.getArray(); in GetPropertyValuesTolerant_Impl()
972 text::TextContentAnchorType* pArray = aTypes.getArray(); in GetDefaultTextContentValue()
1185 beans::PropertyState* pStates = aRet.getArray(); in getPropertyStates()
1608 OUString* pArray = aRet.getArray(); in getAvailableServiceNames()
H A Dunoport.cxx446 uno::Any *pValues = aValues.getArray(); in GetPropertyValues_Impl()
479 aPropertyNames.getArray()[0] = rPropertyName; in getPropertyValue()
588 beans::SetPropertyTolerantFailed *pFailed = aFailed.getArray(); in setPropertyValuesTolerant()
653 beans::GetPropertyTolerantResult *pRes = aRes.getArray(); in getPropertyValuesTolerant()
753 beans::GetDirectPropertyTolerantResult *pResult = aResult.getArray(); in GetPropertyValuesTolerant_Impl()
861 beans::PropertyState* pStates = aRet.getArray(); in getPropertyStates()
1008 OUString* pArray = aRet.getArray(); in getAvailableServiceNames()
1056 OUString* pArray = aRet.getArray(); in getSupportedServiceNames()
/aoo42x/main/vbahelper/source/msforms/
H A Dvbalistcontrolhelper.cxx61 rtl::OUString* pString = sList.getArray() + nIndex; in AddItem()
62 const rtl::OUString* pEndString = sList.getArray() + sList.getLength(); in AddItem()
72 pString = sList.getArray() + nIndex; in AddItem()
73 pEndString = sList.getArray() + sList.getLength(); in AddItem()
/aoo42x/main/dbaccess/source/shared/
H A Dregistrationhelper.cxx70 s_pImplementationNames->getArray()[nOldLen] = _rImplementationName; in registerComponent()
71 s_pSupportedServices->getArray()[nOldLen] = _rServiceNames; in registerComponent()
72 s_pCreationFunctionPointers->getArray()[nOldLen] = reinterpret_cast<sal_Int64>(_pCreateFunction); in registerComponent()
73 s_pFactoryFunctionPointers->getArray()[nOldLen] = reinterpret_cast<sal_Int64>(_pFactoryFunction); in registerComponent()
/aoo42x/main/forms/source/inc/
H A Dforms_module_impl.hxx86 s_pImplementationNames->getArray()[nOldLen] = _rImplementationName; in registerComponent()
87 s_pSupportedServices->getArray()[nOldLen] = _rServiceNames; in registerComponent()
88 s_pCreationFunctionPointers->getArray()[nOldLen] = reinterpret_cast<sal_Int64>(_pCreateFunction); in registerComponent()
89 s_pFactoryFunctionPointers->getArray()[nOldLen] = reinterpret_cast<sal_Int64>(_pFactoryFunction); in registerComponent()
/aoo42x/main/sax/source/tools/
H A Dfastserializer.cxx301 seq.getArray()[0] = OUString::createFromAscii( SERIALIZER_SERVICE_NAME ); in getSupportedServiceNames()
313 aRet.getArray()[0] = OUString( RTL_CONSTASCII_USTRINGPARAM(SERIALIZER_SERVICE_NAME) ); in getSupportedServiceNames_Static()
387 memcpy( rTop.getArray() + nTopLen, rMerge.getConstArray(), nMergeLen ); in merge()
392 memmove( rTop.getArray() + nMergeLen, rTop.getConstArray(), nTopLen ); in merge()
393 memcpy( rTop.getArray(), rMerge.getConstArray(), nMergeLen ); in merge()
/aoo42x/main/sc/source/filter/xml/
H A Dxmlwrap.cxx538 uno::Any* pMetaArgs = aMetaArgs.getArray(); in Import()
571 uno::Any* pStylesArgs = aStylesArgs.getArray(); in Import()
584 uno::Any* pSettingsArgs = aSettingsArgs.getArray(); in Import()
615 uno::Any* pDocArgs = aDocArgs.getArray(); in Import()
885 beans::PropertyValue* pProps = aDescriptor.getArray(); in Export()
986 uno::Any* pMetaArgs = aMetaArgs.getArray(); in Export()
1025 uno::Any* pStylesArgs = aStylesArgs.getArray(); in Export()
1049 uno::Any* pDocArgs = aDocArgs.getArray(); in Export()
1079 uno::Any* pSettingsArgs = aSettingsArgs.getArray(); in Export()
/aoo42x/main/sc/source/core/tool/
H A Dviewopti.cxx357 OUString* pNames = aNames.getArray(); in GetLayoutPropertyNames()
379 OUString* pNames = aNames.getArray(); in GetDisplayPropertyNames()
402 OUString* pNames = aNames.getArray(); in GetGridPropertyNames()
603 Any* pValues = aValues.getArray(); in IMPL_LINK()
654 Any* pValues = aValues.getArray(); in IMPL_LINK()
700 Any* pValues = aValues.getArray(); in IMPL_LINK()

Completed in 202 milliseconds

12345678910>>...51