Home
last modified time | relevance | path

Searched refs:getConstArray (Results 1 – 25 of 1223) sorted by relevance

12345678910>>...49

/trunk/main/stoc/source/implementationregistration/
H A Dimplreg.cxx181 const OUString* pLinkNames = linkNames.getConstArray(); in deleteAllLinkReferences()
407 if (implEntries.getConstArray()[i] != value) in createUniqueSubEntry()
452 if (implEntries.getConstArray()[i] == value) in deleteSubEntry()
466 if (implEntries.getConstArray()[i] != value) in deleteSubEntry()
591 if (implEntries.getConstArray()[i] == implName) in deleteUserLink()
626 oldImpl = implEntries.getConstArray()[0]; in deleteUserLink()
1390 const OUString * pArray = aSNL.getConstArray(); in supportsService()
1452 aArgs.getConstArray()[0] >>= rLoader; in initialize()
1469 aArgs.getConstArray()[1] >>= loaderServiceName; in initialize()
1484 aArgs.getConstArray()[2] >>= locationUrl; in initialize()
[all …]
/trunk/main/comphelper/source/property/
H A Dopropertybag.cxx102 aTypes.getConstArray(), in initialize()
103 aTypes.getConstArray() + aTypes.getLength(), in initialize()
139 const ::rtl::OUString* pStart = aServices.getConstArray(); in supportsService()
418 aProperties.getConstArray(), in getPropertyValues()
419 aProperties.getConstArray() + aProperties.getLength(), in getPropertyValues()
445 const ::rtl::OUString* pName = aNames.getConstArray(); in getPropertyValues()
475 aProperties.getConstArray(), in impl_setPropertyValues_throw()
476 aProperties.getConstArray() + aProperties.getLength(), in impl_setPropertyValues_throw()
495 const PropertyValue* pProperty = aProperties.getConstArray(); in impl_setPropertyValues_throw()
524 aProperties.getConstArray(), in impl_setPropertyValues_throw()
[all …]
H A Dpropagg.cxx57 const Property* pProperties = _rProps.getConstArray(); in lcl_findPropertyByName()
82 const Property* pAggregateProps = _rAggProperties.getConstArray(); in OPropertyArrayAggregationHelper()
83 const Property* pDelegateProps = _rProperties.getConstArray(); in OPropertyArrayAggregationHelper()
126 const Property* pPropsTilNow = m_aProperties.getConstArray(); in OPropertyArrayAggregationHelper()
266 const ::rtl::OUString* pReqProps = _rPropNames.getConstArray(); in fillHandles()
272 const ::rtl::OUString* pLookup = _rPropNames.getConstArray(); in fillHandles()
273 const ::rtl::OUString* pEnd = _rPropNames.getConstArray() + _rPropNames.getLength() - 1; in fillHandles()
286 const ::com::sun::star::beans::Property* pCur = m_aProperties.getConstArray(); in fillHandles()
754 const ::rtl::OUString* pNames = _rPropertyNames.getConstArray(); in setPropertyValues()
771 pNames = _rPropertyNames.getConstArray(); // reset, we'll need it again below ... in setPropertyValues()
[all …]
H A Dcomposedprops.cxx70 const Reference< XPropertySet >* pSingleSets = _rElements.getConstArray(); in OComposedPropertySet()
98 const Property* pMasterProps = aMasterProps.getConstArray(); in compose()
113 const Property* pPrimaryProperty = aMasterProps.getConstArray(); in compose()
127 const Property* pSecondaryProperties = aSecondaryProperties.getConstArray(); in compose()
232 const ::rtl::OUString* pNames = _rPropertyName.getConstArray(); in getPropertyStates()
323 const Property* pProps = m_aProperties.getConstArray(); in getPropertyByName()
338 const Property* pProps = m_aProperties.getConstArray(); in hasPropertyByName()
/trunk/main/comphelper/inc/comphelper/
H A Dsequence.hxx75 const T* pLeft = _rLeft.getConstArray(); in concatSequences()
76 const T* pRight = _rRight.getConstArray(); in concatSequences()
94 const T* pLeft = _rLeft.getConstArray(); in concatSequences()
95 const T* pMiddle = _rMiddle.getConstArray(); in concatSequences()
96 const T* pRight = _rRight.getConstArray(); in concatSequences()
191 m_pElements = _rSeq.getConstArray(); in construct()
266 …::std::copy( i_Sequence.getConstArray(), i_Sequence.getConstArray()+i_Sequence.getLength(), io_pAr… in sequenceToArray()
337 …::std::copy( i_Sequence.getConstArray(), i_Sequence.getConstArray()+i_Sequence.getLength(), result… in sequenceToContainer()
375 …::std::copy( i_Sequence.getConstArray(), i_Sequence.getConstArray()+i_Sequence.getLength(), o_Outp… in sequenceToContainer()
/trunk/main/basctl/source/basicide/
H A Dlocalizationmgr.cxx161 const ::rtl::OUString* pNames = aNames.getConstArray(); in implEnableDisableResourceForAllLibraryDialogs()
222 const Property* pProps = aPropSeq.getConstArray(); in implHandleControlResourceProperties()
254 const Locale* pLocales = aLocaleSeq.getConstArray(); in implHandleControlResourceProperties()
318 const Locale* pLocales = aLocaleSeq.getConstArray(); in implHandleControlResourceProperties()
706 const Locale* pLocales = aLocaleSeq.getConstArray(); in handleAddLocales()
739 const Locale* pLocales = aLocaleSeq.getConstArray(); in handleRemoveLocales()
1025 const ::rtl::OUString* pNames = aNames.getConstArray(); in renameStringResourceIDs()
1056 const ::rtl::OUString* pNames = aNames.getConstArray(); in removeResourceForDialog()
1084 const ::rtl::OUString* pNames = aNames.getConstArray(); in resetResourceForDialog()
1111 const ::rtl::OUString* pNames = aNames.getConstArray(); in setResourceIDsForDialog()
[all …]
/trunk/main/comphelper/source/misc/
H A Dtypes.cxx331 memcmp(rLeftSeq.getConstArray(), rRightSeq.getConstArray(), rLeftSeq.getLength()) == 0; in compare_impl()
343 memcmp(rLeftSeq.getConstArray(), rRightSeq.getConstArray(), rLeftSeq.getLength()) == 0; in compare_impl()
355 …memcmp(rLeftSeq.getConstArray(), rRightSeq.getConstArray(), rLeftSeq.getLength()*sizeof(sal_Int16)… in compare_impl()
367 …memcmp(rLeftSeq.getConstArray(), rRightSeq.getConstArray(), rLeftSeq.getLength()*sizeof(sal_uInt16… in compare_impl()
379 …memcmp(rLeftSeq.getConstArray(), rRightSeq.getConstArray(), rLeftSeq.getLength()*sizeof(sal_Int32)… in compare_impl()
391 …memcmp(rLeftSeq.getConstArray(), rRightSeq.getConstArray(), rLeftSeq.getLength()*sizeof(sal_uInt32… in compare_impl()
406 const ::rtl::OUString& rS1 = rLeftSeq.getConstArray()[n]; in compare_impl()
407 const ::rtl::OUString& rS2 = rRightSeq.getConstArray()[n]; in compare_impl()
/trunk/main/xmlsecurity/source/xmlsec/nss/
H A Dciphercontext.cxx41 …ast< unsigned char* >( reinterpret_cast< const unsigned char* >( aKey.getConstArray() ) ), static_… in Create()
45 …r* >( reinterpret_cast< const unsigned char* >( aInitializationVector.getConstArray() ) ), static_… in Create()
138 …rtl_copyMemory( m_aLastBlock.getArray() + nOldLastBlockLen, aData.getConstArray(), aData.getLength… in convertWithCipherContext()
143 rtl_copyMemory( aToConvert.getArray(), m_aLastBlock.getConstArray(), nToConvertLen ); in convertWithCipherContext()
144 …rtl_copyMemory( m_aLastBlock.getArray(), m_aLastBlock.getConstArray() + nToConvertLen, nOldLastBlo… in convertWithCipherContext()
146 …ry( m_aLastBlock.getArray() + nOldLastBlockLen - nToConvertLen, aData.getConstArray(), aData.getLe… in convertWithCipherContext()
150 rtl_copyMemory( aToConvert.getArray(), m_aLastBlock.getConstArray(), nOldLastBlockLen ); in convertWithCipherContext()
152 …rtl_copyMemory( aToConvert.getArray() + nOldLastBlockLen, aData.getConstArray(), nToConvertLen - n… in convertWithCipherContext()
154 …rtl_copyMemory( m_aLastBlock.getArray(), aData.getConstArray() + nToConvertLen - nOldLastBlockLen,… in convertWithCipherContext()
164 …nsigned char* >( reinterpret_cast< const unsigned char* >( aToConvert.getConstArray() ) ), aToConv… in convertWithCipherContext()
[all …]
/trunk/main/forms/source/component/
H A Dpropertybaghelper.cxx288 …::std::transform( aProperties.getConstArray(), aProperties.getConstArray() + aProperties.getLength… in getPropertyValues()
307 const ::rtl::OUString* pName = aPropertyNames.getConstArray(); in getPropertyValues()
308 … const ::rtl::OUString* pNameEnd = aPropertyNames.getConstArray() + aPropertyNames.getLength(); in getPropertyValues()
309 const Any* pValue = aValues.getConstArray(); in getPropertyValues()
337 for ( const PropertyValue* pProperties = aSortedProps.getConstArray(); in setPropertyValues()
338 pProperties != aSortedProps.getConstArray() + nPropertyValues; in setPropertyValues()
349 … ::std::transform( aSortedProps.getConstArray(), aSortedProps.getConstArray() + nPropertyValues, in setPropertyValues()
353 … ::std::transform( aSortedProps.getConstArray(), aSortedProps.getConstArray() + nPropertyValues, in setPropertyValues()
H A DListBox.cxx318 aListSource.getConstArray(), in setFastPropertyValue_NoBroadcast()
319 aListSource.getConstArray() + aListSource.getLength(), in setFastPropertyValue_NoBroadcast()
414 const ::rtl::OUString* pStartPos = _rPropertyNames.getConstArray(); in setPropertyValues()
890 seqNames.getConstArray(), in loadData()
969 aStringItems.getConstArray(), in impl_getValues()
970 aStringItems.getConstArray() + aStringItems.getLength(), in impl_getValues()
1167 aSelectIndexesPure.getConstArray(), in translateExternalValueToControlValue()
1205 aThisEntryIndexes.getConstArray(), in translateExternalValueToControlValue()
1280 _rSelectSequence.getConstArray(), in lcl_getMultiSelectedEntries()
1306 aSelectSequence.getConstArray(), in translateControlValueToExternalValue()
[all …]
/trunk/main/stoc/source/inspect/
H A Dintrospection.cxx453 const Property* pProps = maAllPropertySeq.getConstArray(); in setPropertyValueByIndex()
459 const sal_Int16* pMapTypeArray = maMapTypeSeq.getConstArray(); in setPropertyValueByIndex()
597 const sal_Int16* pMapTypeArray = maMapTypeSeq.getConstArray(); in getPropertyValueByIndex()
1301 const Property* pSourceProps = aPropSeq.getConstArray(); in getProperties()
1620 const sal_Int8* pId1 = rObj1.maImpIdSeq.getConstArray(); in operator ()()
1621 const sal_Int8* pId2 = rObj2.maImpIdSeq.getConstArray(); in operator ()()
1899 const ::rtl::OUString * pArray = aSNL.getConstArray(); in supportsService()
2076 const Type* pTypes = SupportedTypesSeq.getConstArray(); in implInspect()
2092 xImplClass = SupportedClassSeq.getConstArray()[0]; in implInspect()
2265 const Property* pProps = aPropSeq.getConstArray(); in implInspect()
[all …]
/trunk/main/sw/source/ui/envelp/
H A Dlabelcfg.cxx82 const Any* pValues = rValues.getConstArray(); in lcl_CreateSwLabRec()
129 const OUString* pNames = rPropNames.getConstArray(); in lcl_CreateProperties()
166 const OUString* pLabels = aLabels.getConstArray(); in FillLabels()
184 const OUString* pNode = aNodeNames.getConstArray(); in HasLabel()
195 const OUString* pLabels = aLabels.getConstArray(); in HasLabel()
206 const Any* pValues = aValues.getConstArray(); in HasLabel()
223 const OUString* pLabels = rLabels.getConstArray(); in lcl_Exists()
233 const OUString* pNode = aNodeNames.getConstArray(); in SaveLabel()
255 const OUString* pLabels = aLabels.getConstArray(); in SaveLabel()
267 const Any* pValues = aValues.getConstArray(); in SaveLabel()
/trunk/main/linguistic/source/
H A Dlngsvcmgr.cxx73 const OUString *pSeq = rSeq.getConstArray(); in lcl_SeqHasString()
102 const OUString *pImplNames = rSvcImplNames.getConstArray(); in GetAvailLocales()
174 const sal_Int16 *pLang = aSuppLanguages.getConstArray(); in HasLanguage()
213 const OUString *pNodeNames = aNodeNames.getConstArray(); in SetAvailableCfgServiceLists()
1141 const uno::Any *pValues = aValues.getConstArray(); in SetCfgServiceLists()
1184 const uno::Any *pValues = aValues.getConstArray(); in SetCfgServiceLists()
1231 const uno::Any *pValues = aValues.getConstArray(); in SetCfgServiceLists()
1527 const OUString *pStr1 = rList1.getConstArray(); in IsEqSvcList()
1528 const OUString *pStr2 = rList2.getConstArray(); in IsEqSvcList()
1736 const OUString *pSvcName = aRes.getConstArray(); in GetLangSvcList()
[all …]
/trunk/main/sal/qa/ByteSequence/
H A DByteSequence.cxx49 sal_Int8 const * p = s.getConstArray(); in TEST_F()
76 sal_Int8 const * p = s.getConstArray(); in TEST_F()
90 ASSERT_EQ(s1.getConstArray(), s2.getConstArray()); in TEST_F()
104 static_cast< void const * >(s.getConstArray())); in TEST_F()
118 static_cast< void const * >(s.getConstArray())); in TEST_F()
133 ASSERT_EQ(sal_Int8(2), s1.getConstArray()[2]); in TEST_F()
134 ASSERT_EQ(sal_Int8(10), s2.getConstArray()[2]); in TEST_F()
/trunk/main/cui/source/options/
H A Doptlingu.cxx108 const Locale *pSeq = rSeq.getConstArray(); in lcl_LocaleSeqToLangSeq()
120 const sal_Int16 *pLang = rSeq.getConstArray(); in lcl_SeqHasLang()
136 const OUString *pItem = rSeq.getConstArray(); in lcl_SeqGetEntryPos()
679 const Locale* pAdd = rAdd.getConstArray(); in lcl_MergeLocales()
1033 pLocale = aLocales.getConstArray(); in Reconfigure()
1049 pLocale = aLocales.getConstArray(); in Reconfigure()
1792 xDic = aDics.getConstArray()[ nDicPos ]; in IMPL_LINK()
1823 xDic = aDics.getConstArray()[ nDicPos ]; in IMPL_LINK()
2358 pName = aNames.getConstArray(); in IMPL_LINK()
2402 pName = aNames.getConstArray(); in IMPL_LINK()
[all …]
/trunk/main/editeng/source/misc/
H A Dunolingu.cxx100 const OUString *pEntry = rCfgSvcs.getConstArray(); in lcl_FindEntry()
119 const OUString *pEntry = rCfgSvcs.getConstArray(); in lcl_RemoveMissingEntries()
154 pValue = aValues.getConstArray(); in lcl_GetLastFoundSvcs()
160 if (aValues.getConstArray()[0] >>= aSvcImplNames) in lcl_GetLastFoundSvcs()
182 const OUString *pEntry = rAvailSvcs.getConstArray(); in lcl_GetNewEntries()
209 const OUString *pEntry = rSeq.getConstArray(); in lcl_MergeSeq()
272 const OUString *pNodeName = aNodeNames.getConstArray(); in UpdateAll()
297 const Locale *pAvailLocale = aAvailLocales.getConstArray(); in UpdateAll()
309 const OUString * pNewSvcs = aNewSvcs.getConstArray(); in UpdateAll()
520 const OUString *pNodeNames = aNodeNames.getConstArray(); in GetCfgLocales()
[all …]
/trunk/main/odk/examples/cpp/remoteclient/
H A Dremoteclient.cxx99 if( seqRead.getConstArray()[0] != 5 || in testPipe()
100 seqRead.getConstArray()[1] != 4 || in testPipe()
101 seqRead.getConstArray()[2] != 3 ) in testPipe()
114 if( seqRead.getConstArray()[0] != 2 || in testPipe()
115 seqRead.getConstArray()[1] != 1 || in testPipe()
116 seqRead.getConstArray()[2] != 0 ) in testPipe()
143 r = rResolver->resolve( aArguments.getConstArray()[0] ); in run()
/trunk/main/sax/source/expatwrap/
H A Dxml2utf.cxx74 seq.getConstArray(), in readAndConvert()
77 seqStart.getConstArray(), in readAndConvert()
103 seq = m_pUnicode2Text->convert( seqUnicode.getConstArray(), seqUnicode.getLength() ); in readAndConvert()
180 const sal_Int8 *pSource = seq.getConstArray(); in isEncodingRecognizable()
224 const sal_uInt8 *pSource = reinterpret_cast<const sal_uInt8*>( seq.getConstArray() ); in scanForEncoding()
399 const sal_Int8 *pbSource = seqText.getConstArray(); in convert()
405 memcpy( pbTempMem , m_seqSource.getConstArray() , m_seqSource.getLength() ); in convert()
406 memcpy( &(pbTempMem[ m_seqSource.getLength() ]) , seqText.getConstArray() , seqText.getLength() ); in convert()
487 m_seqSource.getConstArray() , in convert()
/trunk/main/unotools/source/config/
H A Dconfigitem.cxx580 const OUString* pNames = rNames.getConstArray(); in GetProperties()
658 pNames = lNames.getConstArray (); in PutProperties()
659 pValues = lValues.getConstArray (); in PutProperties()
666 pNames = rNames.getConstArray (); in PutProperties()
667 pValues = rValues.getConstArray (); in PutProperties()
915 const OUString* pNames = aNames.getConstArray(); in ClearNodeSet()
942 const OUString* pElements = rElements.getConstArray(); in ClearNodeElements()
982 const PropertyValue* pProperties = rValues.getConstArray(); in lcl_extractSetPropertyNames()
1055 const PropertyValue* pProperties = rValues.getConstArray();
1074 const PropertyValue* pValues = rValues.getConstArray();
[all …]
/trunk/main/cppuhelper/source/
H A Dtdmgr.cxx133 const Any * pDiscriminants = aDiscriminants.getConstArray(); in createCTD()
134 const Reference< XTypeDescription > * pMemberTypes = aMemberTypes.getConstArray(); in createCTD()
135 const OUString * pMemberNames = aMemberNames.getConstArray(); in createCTD()
187 const Reference< XTypeDescription > * pMemberTypes = rMemberTypes.getConstArray(); in createCTD()
188 const OUString * pMemberNames = rMemberNames.getConstArray(); in createCTD()
245 const Reference< XTypeDescription > * pMemberTypes = rMemberTypes.getConstArray(); in createCTD()
246 const OUString * pMemberNames = rMemberNames.getConstArray(); in createCTD()
353 const Reference< XMethodParameter > * pParams = rParams.getConstArray(); in createCTD()
377 const Reference< XTypeDescription > * pExceptions = rExceptions.getConstArray(); in createCTD()
495 (rtl_uString **)aNames.getConstArray(), in createCTD()
[all …]
H A Dpropshlp.cxx116 pR = (Property *)bsearch( &PropertyName, aInfos.getConstArray(), aInfos.getLength(), in getPropertyByName()
132 pR = (Property *)bsearch( &PropertyName, aInfos.getConstArray(), aInfos.getLength(), in hasPropertyByName()
927 setFastPropertyValues( nSeqLen, pHandles, rValues.getConstArray(), nHitCount ); in setPropertyValues()
988 const OUString* pNames = rPropertyNames.getConstArray(); in firePropertiesChangeEvent()
1037 const OUString* pNames = PropertyNames.getConstArray(); in getPropertyStates()
1098 const Property* pProperties = aInfos.getConstArray(); in init()
1116 pProperties = aInfos.getConstArray(); in init()
1159 const Property* pProperties = aInfos.getConstArray(); in fillPropertyMembersByHandle()
1243 pR = (Property *)bsearch( &rPropName, aInfos.getConstArray(), aInfos.getLength(), in getHandleByName()
1253 const OUString * pReqProps = rPropNames.getConstArray(); in fillHandles()
[all …]
/trunk/main/canvas/source/tools/
H A Dcanvastools.cxx298 const double* pIn( deviceColor.getConstArray() ); in convertToRGB()
315 const double* pIn( deviceColor.getConstArray() ); in convertToARGB()
332 const double* pIn( deviceColor.getConstArray() ); in convertToPARGB()
349 const rendering::RGBColor* pIn( rgbColor.getConstArray() ); in convertFromRGB()
366 const rendering::ARGBColor* pIn( rgbColor.getConstArray() ); in convertFromARGB()
418 const sal_Int8* pIn( deviceColor.getConstArray() ); in convertFromIntegerColorSpace()
464 const sal_Int8* pIn( deviceColor.getConstArray() ); in convertIntegerToRGB()
485 const sal_Int8* pIn( deviceColor.getConstArray() ); in convertIntegerToARGB()
507 const sal_Int8* pIn( deviceColor.getConstArray() ); in convertIntegerToPARGB()
530 const rendering::RGBColor* pIn( rgbColor.getConstArray() ); in convertIntegerFromRGB()
[all …]
/trunk/main/unotools/source/misc/
H A Datom.cxx227 aRet.getArray()[i] = getClass( atomClasses.getConstArray()[i] ); in getClasses()
274 nStrings += atoms.getConstArray()[ i ].atoms.getLength(); in getAtomDescriptions()
278 const AtomClassRequest& rRequest = atoms.getConstArray()[i]; in getAtomDescriptions()
280 …)[ nStrings++ ] = m_aProvider.getString( rRequest.atomClass, rRequest.atoms.getConstArray()[ n ] ); in getAtomDescriptions()
330 const NMSP_UTIL::AtomDescription* pDescriptions = aSeq.getConstArray(); in getString()
354 m_aProvider.overrideAtom( atomClass, atom, aRet.getConstArray()[0] ); in getString()
373 int nClass = atomClasses.getConstArray()[i]; in updateAtomClasses()
374 const Sequence< NMSP_UTIL::AtomDescription >& rClass = aUpdate.getConstArray()[i]; in updateAtomClasses()
375 const NMSP_UTIL::AtomDescription* pDesc = rClass.getConstArray(); in updateAtomClasses()
/trunk/main/sw/source/core/unocore/
H A Dunoport.cxx444 const OUString *pPropertyNames = rPropertyNames.getConstArray(); in GetPropertyValues_Impl()
480 return GetPropertyValues_Impl(aPropertyNames).getConstArray()[0]; in getPropertyValue()
496 const OUString* pPropertyNames = rPropertyNames.getConstArray(); in SetPropertyValues_Impl()
497 const uno::Any* pValues = rValues.getConstArray(); in SetPropertyValues_Impl()
581 const OUString *pProp = rPropertyNames.getConstArray(); in setPropertyValuesTolerant()
584 const uno::Any *pValue = rValues.getConstArray(); in setPropertyValuesTolerant()
681 const OUString *pProp = rPropertyNames.getConstArray(); in GetPropertyValuesTolerant_Impl()
692 const beans::PropertyState* pPropertyStates = aPropertyStates.getConstArray(); in GetPropertyValuesTolerant_Impl()
860 const OUString* pNames = rPropertyNames.getConstArray(); in getPropertyStates()
993 && 0 == rtl_compareMemory( getUnoTunnelId().getConstArray(), in getSomething()
[all …]
/trunk/main/toolkit/source/controls/
H A Dgeometrycontrolmodel.cxx170 aAggTypes.getConstArray(), in getTypes()
171 aAggTypes.getConstArray() + aAggTypes.getLength(), in getTypes()
415 const ::rtl::OUString* pNames = aNames.getConstArray(); in createClone()
550 const Property* pAggProps = aAggregateProps.getConstArray(); in createArrayHelper()
551 const Property* pAggPropsEnd = aAggregateProps.getConstArray() + aAggregateProps.getLength(); in createArrayHelper()
554 const Property* pProp = aProps.getConstArray(); in createArrayHelper()
555 const Property* pPropEnd = aProps.getConstArray() + aProps.getLength(); in createArrayHelper()
565 pAggProps = aAggregateProps.getConstArray(), in createArrayHelper()
566 pAggPropsEnd = aAggregateProps.getConstArray() + aAggregateProps.getLength(), in createArrayHelper()

Completed in 165 milliseconds

12345678910>>...49