Home
last modified time | relevance | path

Searched refs:pIndices (Results 1 – 11 of 11) sorted by relevance

/trunk/main/xmloff/source/style/
H A Dxmlstyle.cxx276 SvXMLStyleIndices_Impl *pIndices; member in SvXMLStylesContext_Impl
283 void FlushIndex() { delete pIndices; pIndices = 0; } in FlushIndex()
311 pIndices( 0 ), in SvXMLStylesContext_Impl()
320 delete pIndices; in ~SvXMLStylesContext_Impl()
357 if( !pIndices && bCreateIndex && aStyles.Count() > 0 ) in FindStyleChildContext()
363 ((SvXMLStylesContext_Impl *)this)->pIndices = in FindStyleChildContext()
369 if (!pIndices->Insert( pStyleIndex )) in FindStyleChildContext()
380 if( pIndices ) in FindStyleChildContext()
384 if( pIndices->Seek_Entry( &aIndex, &nPos ) ) in FindStyleChildContext()
385 pStyle = pIndices->GetObject( nPos )->GetStyle(); in FindStyleChildContext()
/trunk/main/basctl/source/basicide/
H A Dbaside2b.cxx1346 short* pIndices; member
1353 , pIndices( NULL ) in WatchItem()
1368 delete[] pIndices; in clearWatchItem()
1369 pIndices = NULL; in clearWatchItem()
1879 pChildItem->pIndices = new short[ pChildItem->nDimCount ]; in RequestingChilds()
1883 short n = pChildItem->pIndices[j] = pItem->pIndices[j]; in RequestingChilds()
1887 pChildItem->pIndices[ nParentLevel ] = sal::static_int_cast<short>( i ); in RequestingChilds()
1946 pSBX = pArray->Get( pItem->pIndices ); in ImplGetSBXForEntry()
/trunk/main/sw/source/core/access/
H A Daccpara.cxx1916 sal_Int32* pIndices = new sal_Int32[nLength]; in getCharacterAttributes() local
1918 pIndices[i] = i; in getCharacterAttributes()
1919 sort( &pIndices[0], &pIndices[nLength], IndexCompare(pPairs) ); in getCharacterAttributes()
1925 pNewValues[i] = pPairs[pIndices[i]]; in getCharacterAttributes()
1927 delete[] pIndices; in getCharacterAttributes()
3241 sal_Int32* pIndices = new sal_Int32[nLength]; in setAttributes() local
3244 pIndices[i] = i; in setAttributes()
3245 sort( &pIndices[0], &pIndices[nLength], IndexCompare(pPairs) ); in setAttributes()
3254 const PropertyValue& rVal = pPairs[pIndices[i]]; in setAttributes()
3258 delete[] pIndices; in setAttributes()
/trunk/main/stoc/source/invocation_adapterfactory/
H A Diafactory.cxx531 sal_Int16 * pIndices = (sal_Int16 *)pOutIndices->elements; in invoke() local
535 sal_Int32 nIndex = pIndices[nPos]; in invoke()
555 sal_Int32 nIndex2 = pIndices[n]; in invoke()
/trunk/main/editeng/source/editeng/
H A Dtextconv.cxx489 const sal_Int32 *pIndices = pOffsets->getConstArray(); in ChangeText() local
511 nIndex = (sal_Int32) nPos < nIndices ? (xub_StrLen) pIndices[nPos] : nPos; in ChangeText()
/trunk/main/accessibility/source/extended/
H A Dtextwindowaccessibility.cxx1159 sal_Int32* pIndices = new sal_Int32[nLength]; in retrieveCharacterAttributes() local
1161 pIndices[i] = i; in retrieveCharacterAttributes()
1162 std::sort( &pIndices[0], &pIndices[nLength], IndexCompare(pPairs) ); in retrieveCharacterAttributes()
1168 pNewValues[i] = pPairs[pIndices[i]]; in retrieveCharacterAttributes()
1170 delete[] pIndices; in retrieveCharacterAttributes()
/trunk/main/editeng/source/accessibility/
H A DAccessibleEditableTextPara.cxx1552 sal_Int32* pIndices = new sal_Int32[nLength]; in getCharacterAttributes() local
1555 pIndices[i] = i; in getCharacterAttributes()
1556 sort( &pIndices[0], &pIndices[nLength], IndexCompare(pPairs) ); in getCharacterAttributes()
1562 pNewValues[i] = pPairs[pIndices[i]]; in getCharacterAttributes()
1564 delete[] pIndices; in getCharacterAttributes()
/trunk/main/sw/source/ui/lingu/
H A Dhhcwrp.cxx279 const sal_Int32 *pIndices = pOffsets->getConstArray(); in ChangeText() local
301 nIndex = (sal_Int32) nPos < nIndices ? (xub_StrLen) pIndices[nPos] : nPos; in ChangeText()
/trunk/main/sc/source/core/data/
H A Ddociter.cxx1969 pIndices = new SCSIZE[nEndCol-nStartCol+1]; in ScHorizontalAttrIterator()
1995 pIndices[nPos] = nIndex; in ScHorizontalAttrIterator()
2009 delete[] pIndices; in ~ScHorizontalAttrIterator()
2052 SCSIZE nIndex = ++pIndices[nPos]; in GetNext()
/trunk/main/sc/inc/
H A Ddociter.hxx493 SCSIZE* pIndices; member in ScHorizontalAttrIterator
/trunk/main/basic/source/classes/
H A Dsbunoobj.cxx693 sal_Int32* pIndices = indices.getArray(); in implSequenceToMultiDimArray() local
694 pArray->Put32( (SbxVariable*)xVar, pIndices ); in implSequenceToMultiDimArray()
2370 const sal_Int16* pIndices = OutParamIndex.getConstArray(); in TYPEINIT1() local
2377 sal_Int16 iTarget = pIndices[ j ]; in TYPEINIT1()

Completed in 128 milliseconds