Home
last modified time | relevance | path

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

/aoo4110/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 …]
/aoo4110/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.cxx595 pTmp->pDimensions = 0; in typelib_typedescription_newEmpty()
1005 sal_Int32 * pDimensions ) in typelib_typedescription_newArray() argument
1014 aBuf.append(pDimensions[i]); in typelib_typedescription_newArray()
1016 nElements *= pDimensions[i]; in typelib_typedescription_newArray()
1026 pArray->pDimensions = new sal_Int32[ nDimensions ]; in typelib_typedescription_newArray()
1027 ::memcpy( pArray->pDimensions, pDimensions, nDimensions * sizeof(sal_Int32) ); in typelib_typedescription_newArray()
1447 delete [] ((typelib_ArrayTypeDescription *)pTD)->pDimensions; in typelib_typedescription_destructExtendedMembers()
/aoo4110/main/cppu/inc/typelib/
H A Dtypedescription.h238 sal_Int32 * pDimensions; member
613 sal_Int32 * pDimensions )
/aoo4110/main/stoc/source/tdmanager/
H A Dtdmgr.cxx743 sal_Int32 * pDimensions = _seqDimensions.getArray(); in initDimensions() local
758 pDimensions[i++] = unicodeToInteger(10, p); in initDimensions()
/aoo4110/main/sc/inc/
H A Ddptabsrc.hxx116 ScDPDimensions* pDimensions; // api objects member in ScDPSource

Completed in 73 milliseconds