Home
last modified time | relevance | path

Searched refs:pDimensions (Results 1 – 6 of 6) sorted by relevance

/trunk/main/sc/source/core/data/
H A Ddptabsrc.cxx123 pDimensions( NULL ), in ScDPSource()
147 if (pDimensions) in ~ScDPSource()
148 pDimensions->release(); // ref-counted in ~ScDPSource()
333 if (!pDimensions) in GetDimensionsObject()
335 pDimensions = new ScDPDimensions(this); in GetDimensionsObject()
336 pDimensions->acquire(); // ref-counted in GetDimensionsObject()
338 return pDimensions; in GetDimensionsObject()
371 return pDimensions->getByIndex( pDimensions->getCount() - 1 ); in AddDuplicated()
380 if ( nDim < pDimensions->getCount() ) in GetSourceDim()
578 if ( pDimensions ) in disposeData()
[all …]
/trunk/main/cppu/source/typelib/
H A Dstatic_types.cxx597 sal_Int32* pDimensions = new sal_Int32[nDimensions]; in typelib_static_array_type_init() local
601 pDimensions[i] = dim; in typelib_static_array_type_init()
621 pArray->pDimensions = pDimensions; in typelib_static_array_type_init()
636 delete [] pDimensions; in typelib_static_array_type_init()
H A Dtypelib.cxx593 pTmp->pDimensions = 0; in typelib_typedescription_newEmpty()
1003 sal_Int32 * pDimensions ) in typelib_typedescription_newArray() argument
1012 aBuf.append(pDimensions[i]); in typelib_typedescription_newArray()
1014 nElements *= pDimensions[i]; in typelib_typedescription_newArray()
1024 pArray->pDimensions = new sal_Int32[ nDimensions ]; in typelib_typedescription_newArray()
1025 ::memcpy( pArray->pDimensions, pDimensions, nDimensions * sizeof(sal_Int32) ); in typelib_typedescription_newArray()
1445 delete [] ((typelib_ArrayTypeDescription *)pTD)->pDimensions; in typelib_typedescription_destructExtendedMembers()
/trunk/main/cppu/inc/typelib/
H A Dtypedescription.h238 sal_Int32 * pDimensions; member
613 sal_Int32 * pDimensions )
/trunk/main/stoc/source/tdmanager/
H A Dtdmgr.cxx743 sal_Int32 * pDimensions = _seqDimensions.getArray(); in initDimensions() local
758 pDimensions[i++] = unicodeToInteger(10, p); in initDimensions()
/trunk/main/sc/inc/
H A Ddptabsrc.hxx116 ScDPDimensions* pDimensions; // api objects member in ScDPSource

Completed in 66 milliseconds