Home
last modified time | relevance | path

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

/trunk/main/cppu/source/uno/
H A Dsequence.cxx154 pElements[nPos] = 0.0; in idefaultConstructElements()
168 pElements[nPos] = 0.0; in idefaultConstructElements()
182 pElements[nPos] = 0; in idefaultConstructElements()
236 pElements[nPos] = eEnum; in idefaultConstructElements()
329 uno_Sequence ** pElements = in idefaultConstructElements() local
768 void * pElements, sal_Int32 len, in uno_type_sequence_construct() argument
782 if (pElements == 0) in uno_type_sequence_construct()
792 ppSequence, pElements, pElementType, in uno_type_sequence_construct()
812 void * pElements, sal_Int32 len, in uno_sequence_construct() argument
823 if (pElements == 0) in uno_sequence_construct()
[all …]
H A Ddestr.hxx191 void * pElements, typelib_TypeDescriptionReference * pElementType, in idestructElements() argument
220 rtl_uString ** pDest = (rtl_uString **)pElements; in idestructElements()
229 typelib_TypeDescriptionReference ** pDest = (typelib_TypeDescriptionReference **)pElements; in idestructElements()
238 uno_Any * pDest = (uno_Any *)pElements; in idestructElements()
256 (char *)pElements + (nElementSize * nPos), in idestructElements()
272 (char *)pElements + (nElementSize * nPos), in idestructElements()
284 uno_Sequence ** pDest = (uno_Sequence **)pElements; in idestructElements()
301 void * p = ((void **)pElements)[nPos]; in idestructElements()
312 uno_Interface * p = ((uno_Interface **)pElements)[nPos]; in idestructElements()
H A Dcopy.hxx591 char * pElements = pDest->elements; in icopyConstructSequence() local
595 pElements + (nPos * nElementSize), in icopyConstructSequence()
614 char * pElements = pDest->elements; in icopyConstructSequence() local
618 pElements + (nPos * nElementSize), in icopyConstructSequence()
638 char * pElements = pDest->elements; in icopyConstructSequence() local
643 pElements + (nPos * nElementSize); in icopyConstructSequence()
695 char * pElements = pDest->elements; in icopyConstructSequence() local
703 ((void **)pElements)[nPos] = 0; in icopyConstructSequence()
707 mapping, (void **)pElements + nPos, in icopyConstructSequence()
719 ((void **)pElements)[nPos] = pSourceElements[nPos]; in icopyConstructSequence()
[all …]
/trunk/main/xmloff/source/text/
H A DXMLIndexMarkExport.cxx91 const enum XMLTokenEnum * pElements = NULL; in ExportIndexMark() local
139 pElements = lcl_pUserIndexMarkName; in ExportIndexMark()
148 pElements = lcl_pAlphaIndexMarkName; in ExportIndexMark()
157 pElements = lcl_pTocMarkNames; in ExportIndexMark()
165 DBG_ASSERT(pElements != NULL, "illegal element array"); in ExportIndexMark()
169 if ((pElements != NULL) && (nElementNo != -1)) in ExportIndexMark()
173 pElements[nElementNo], in ExportIndexMark()
H A Dtxtparae.cxx2446 const enum XMLTokenEnum pElements[], in exportTextMark() argument
2484 DBG_ASSERT(pElements != NULL, "illegal element array"); in exportTextMark()
2488 XML_NAMESPACE_TEXT, pElements[nElement], in exportTextMark()
/trunk/main/extensions/source/propctrlr/
H A Dstringrepresentation.cxx331 const ElementType* pElements = _rElements.getConstArray(); in composeSequenceElements() local
332 const ElementType* pElementsEnd = pElements + _rElements.getLength(); in composeSequenceElements()
333 for ( ; pElements != pElementsEnd; ++pElements ) in composeSequenceElements()
335 sCompose += String( _rTransformer( *pElements ) ); in composeSequenceElements()
336 if ( pElements != pElementsEnd ) in composeSequenceElements()
H A Dpcrcommon.hxx92 …inline StlSyntaxSequence( const ELEMENT* pElements, sal_Int32 len ) : UnoBase( pElements, len ) { } in StlSyntaxSequence() argument
/trunk/main/xmloff/source/table/
H A DXMLTableImport.cxx799 const TableStyleElement* pElements = getTableStyleMap(); in CreateChildContext() local
800 …while( (pElements->meElement != XML_TOKEN_END) && !IsXMLToken( rLocalName, pElements->meElement ) ) in CreateChildContext()
801 pElements++; in CreateChildContext()
803 if( pElements->meElement != XML_TOKEN_END ) in CreateChildContext()
812 maTableTemplate[pElements->msStyleName] = xAttrList->getValueByIndex( i ); in CreateChildContext()
H A DXMLTableExport.cxx559 const TableStyleElement* pElements = getTableStyleMap(); in exportTableTemplates() local
560 while( pElements->meElement != XML_TOKEN_END ) in exportTableTemplates()
564 Reference< XStyle > xStyle( xStyleNames->getByName( pElements->msStyleName ), UNO_QUERY ); in exportTableTemplates()
568 …SvXMLElementExport element( mrExport, XML_NAMESPACE_TABLE, pElements->meElement, sal_True, sal_Tru… in exportTableTemplates()
576 pElements++; in exportTableTemplates()
/trunk/main/cppu/inc/uno/
H A Dsequence2.h82 void * pElements, sal_Int32 len,
99 void * pElements, sal_Int32 len,
/trunk/main/sal/inc/rtl/
H A Dbyteseq.hxx58 inline ByteSequence::ByteSequence( const sal_Int8 * pElements, sal_Int32 len ) in ByteSequence() argument
61 ::rtl_byte_sequence_constructFromArray( &_pSequence, pElements, len ); in ByteSequence()
H A Dbyteseq.h201 inline ByteSequence( const sal_Int8 * pElements, sal_Int32 len );
/trunk/main/xmloff/source/draw/
H A DXMLNumberStyles.cxx373 const sal_uInt8* pElements = (const sal_uInt8*)&pStyle->mpFormat[0]; in SdXMLExportStyle() local
375 while( *pElements ) in SdXMLExportStyle()
377 SdXMLDataStyleNumber& rElement = aSdXMLDataStyleNumbers[ (*pElements++) - 1 ]; in SdXMLExportStyle()
/trunk/main/cppu/inc/com/sun/star/uno/
H A DSequence.hxx76 inline Sequence< E >::Sequence( const E * pElements, sal_Int32 len ) in Sequence() argument
84 const_cast< E * >( pElements ), len, (uno_AcquireFunc)cpp_acquire ); in Sequence()
H A DSequence.h118 inline Sequence( const E * pElements, sal_Int32 len );
/trunk/main/comphelper/source/misc/
H A Danytostring.cxx178 char const * pElements = seq->elements; in appendValue() local
182 buf, pElements + (nElementSize * nPos), in appendValue()
/trunk/main/svx/inc/svx/
H A DEnhancedCustomShapeGeometry.hxx69 sal_uInt16* pElements; member
/trunk/main/dbaccess/source/ui/browser/
H A Dunodatbr.cxx3044 SvLBoxEntry* pElements = m_pTreeModel->FirstChild(pContainers); in closeConnection() local
3045 if ( pElements ) in closeConnection()
3049 for (; pElements; ) in closeConnection()
3051 SvLBoxEntry* pRemove = pElements; in closeConnection()
3052 pElements= m_pTreeModel->NextSibling(pElements); in closeConnection()
/trunk/main/cppuhelper/source/
H A Dcomponent_context.cxx155 char * pElements = pSequence->elements; in val2str() local
158 buf.append( val2str( pElements + (nElementSize * nPos), pElementTypeDescr->pWeakRef ) ); in val2str()
/trunk/main/pyuno/source/module/
H A Dpyuno.cxx196 char * pElements = pSequence->elements; in val2str() local
199 buf.append( val2str( pElements + (nElementSize * nPos), pElementTypeDescr->pWeakRef, mode ) ); in val2str()
/trunk/main/svx/source/svdraw/
H A Dsvdoashp.cxx795 if ( !pAny && pDefCustomShape && pDefCustomShape->nElements && pDefCustomShape->pElements ) in MergeDefaultAttributes()
804 sal_uInt16 nSDat = pDefCustomShape->pElements[ i ]; in MergeDefaultAttributes()
1245 if ( pDefCustomShape && pDefCustomShape->nElements && pDefCustomShape->pElements ) in IsDefaultGeometry()
1254 sal_uInt16 nSDat = pDefCustomShape->pElements[ i ]; in IsDefaultGeometry()
1380 …pDefCustomShape && ( ( pDefCustomShape->nElements == 0 ) || ( pDefCustomShape->pElements == 0 ) ) ) in IsDefaultGeometry()
/trunk/main/unotools/source/config/
H A Dconfigitem.cxx942 const OUString* pElements = rElements.getConstArray(); in ClearNodeElements() local
959 xCont->removeByName(pElements[nElement]); in ClearNodeElements()
/trunk/main/xmlscript/source/xmldlg_imexp/
H A Dxmldlg_export.cxx1364 OUString const * pElements = aElements.getConstArray(); in exportDialogModel() local
1371 Any aControlModel( xDialogModel->getByName( pElements[ nPos ] ) ); in exportDialogModel()
/trunk/main/xmloff/source/forms/
H A Delementimport.cxx2131 ::rtl::OUString *pElements = aElements.empty() ? 0 : &aElements[0]; in implTranslateStringListProperty()
2132 aList = Sequence< ::rtl::OUString >(pElements, aElements.size()); in implTranslateStringListProperty()
/trunk/main/xmloff/inc/xmloff/
H A Dtxtparae.hxx433 const enum ::xmloff::token::XMLTokenEnum pElements[],

Completed in 169 milliseconds