/aoo42x/main/cppu/source/uno/ |
H A D | sequence.cxx | 154 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 D | destr.hxx | 191 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 D | copy.hxx | 591 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 …]
|
/aoo42x/main/xmloff/source/text/ |
H A D | XMLIndexMarkExport.cxx | 91 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 D | txtparae.cxx | 2444 const enum XMLTokenEnum pElements[], in exportTextMark() argument 2482 DBG_ASSERT(pElements != NULL, "illegal element array"); in exportTextMark() 2486 XML_NAMESPACE_TEXT, pElements[nElement], in exportTextMark()
|
/aoo42x/main/extensions/source/propctrlr/ |
H A D | stringrepresentation.cxx | 331 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 D | pcrcommon.hxx | 92 …inline StlSyntaxSequence( const ELEMENT* pElements, sal_Int32 len ) : UnoBase( pElements, len ) { } in StlSyntaxSequence() argument
|
/aoo42x/main/xmloff/source/table/ |
H A D | XMLTableImport.cxx | 799 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 D | XMLTableExport.cxx | 559 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()
|
/aoo42x/main/cppu/inc/uno/ |
H A D | sequence2.h | 82 void * pElements, sal_Int32 len, 99 void * pElements, sal_Int32 len,
|
/aoo42x/main/sal/inc/rtl/ |
H A D | byteseq.hxx | 58 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 D | byteseq.h | 201 inline ByteSequence( const sal_Int8 * pElements, sal_Int32 len );
|
/aoo42x/main/xmloff/source/draw/ |
H A D | XMLNumberStyles.cxx | 373 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()
|
/aoo42x/main/cppu/inc/com/sun/star/uno/ |
H A D | Sequence.hxx | 76 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 D | Sequence.h | 118 inline Sequence( const E * pElements, sal_Int32 len );
|
/aoo42x/main/comphelper/source/misc/ |
H A D | anytostring.cxx | 178 char const * pElements = seq->elements; in appendValue() local 182 buf, pElements + (nElementSize * nPos), in appendValue()
|
/aoo42x/main/svx/inc/svx/ |
H A D | EnhancedCustomShapeGeometry.hxx | 69 sal_uInt16* pElements; member
|
/aoo42x/main/dbaccess/source/ui/browser/ |
H A D | unodatbr.cxx | 3044 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()
|
/aoo42x/main/cppuhelper/source/ |
H A D | component_context.cxx | 155 char * pElements = pSequence->elements; in val2str() local 158 buf.append( val2str( pElements + (nElementSize * nPos), pElementTypeDescr->pWeakRef ) ); in val2str()
|
/aoo42x/main/pyuno/source/module/ |
H A D | pyuno.cxx | 196 char * pElements = pSequence->elements; in val2str() local 199 buf.append( val2str( pElements + (nElementSize * nPos), pElementTypeDescr->pWeakRef, mode ) ); in val2str()
|
/aoo42x/main/svx/source/svdraw/ |
H A D | svdoashp.cxx | 795 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()
|
/aoo42x/main/unotools/source/config/ |
H A D | configitem.cxx | 942 const OUString* pElements = rElements.getConstArray(); in ClearNodeElements() local 959 xCont->removeByName(pElements[nElement]); in ClearNodeElements()
|
/aoo42x/main/xmlscript/source/xmldlg_imexp/ |
H A D | xmldlg_export.cxx | 1364 OUString const * pElements = aElements.getConstArray(); in exportDialogModel() local 1371 Any aControlModel( xDialogModel->getByName( pElements[ nPos ] ) ); in exportDialogModel()
|
/aoo42x/main/xmloff/source/forms/ |
H A D | elementimport.cxx | 2131 ::rtl::OUString *pElements = aElements.empty() ? 0 : &aElements[0]; in implTranslateStringListProperty() 2132 aList = Sequence< ::rtl::OUString >(pElements, aElements.size()); in implTranslateStringListProperty()
|
/aoo42x/main/xmloff/inc/xmloff/ |
H A D | txtparae.hxx | 433 const enum ::xmloff::token::XMLTokenEnum pElements[],
|