Searched refs:pIndices (Results 1 – 11 of 11) sorted by relevance
/aoo4110/main/xmloff/source/style/ |
H A D | xmlstyle.cxx | 276 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()
|
/aoo4110/main/basctl/source/basicide/ |
H A D | baside2b.cxx | 1346 short* pIndices; member 1353 , pIndices( NULL ) in WatchItem() 1368 delete[] pIndices; in clearWatchItem() 1369 pIndices = NULL; in clearWatchItem() 1872 pChildItem->pIndices = new short[ pChildItem->nDimCount ]; in RequestingChilds() 1876 short n = pChildItem->pIndices[j] = pItem->pIndices[j]; in RequestingChilds() 1880 pChildItem->pIndices[ nParentLevel ] = sal::static_int_cast<short>( i ); in RequestingChilds() 1939 pSBX = pArray->Get( pItem->pIndices ); in ImplGetSBXForEntry()
|
/aoo4110/main/sw/source/core/access/ |
H A D | accpara.cxx | 1912 sal_Int32* pIndices = new sal_Int32[nLength]; in getCharacterAttributes() local 1914 pIndices[i] = i; in getCharacterAttributes() 1915 sort( &pIndices[0], &pIndices[nLength], IndexCompare(pPairs) ); in getCharacterAttributes() 1921 pNewValues[i] = pPairs[pIndices[i]]; in getCharacterAttributes() 1923 delete[] pIndices; in getCharacterAttributes() 3237 sal_Int32* pIndices = new sal_Int32[nLength]; in setAttributes() local 3240 pIndices[i] = i; in setAttributes() 3241 sort( &pIndices[0], &pIndices[nLength], IndexCompare(pPairs) ); in setAttributes() 3250 const PropertyValue& rVal = pPairs[pIndices[i]]; in setAttributes() 3254 delete[] pIndices; in setAttributes()
|
/aoo4110/main/stoc/source/invocation_adapterfactory/ |
H A D | iafactory.cxx | 531 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()
|
/aoo4110/main/editeng/source/editeng/ |
H A D | textconv.cxx | 489 const sal_Int32 *pIndices = pOffsets->getConstArray(); in ChangeText() local 511 nIndex = (sal_Int32) nPos < nIndices ? (xub_StrLen) pIndices[nPos] : nPos; in ChangeText()
|
/aoo4110/main/accessibility/source/extended/ |
H A D | textwindowaccessibility.cxx | 1159 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()
|
/aoo4110/main/sw/source/ui/lingu/ |
H A D | hhcwrp.cxx | 279 const sal_Int32 *pIndices = pOffsets->getConstArray(); in ChangeText() local 301 nIndex = (sal_Int32) nPos < nIndices ? (xub_StrLen) pIndices[nPos] : nPos; in ChangeText()
|
/aoo4110/main/editeng/source/accessibility/ |
H A D | AccessibleEditableTextPara.cxx | 1552 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()
|
/aoo4110/main/sc/source/core/data/ |
H A D | dociter.cxx | 1969 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()
|
/aoo4110/main/sc/inc/ |
H A D | dociter.hxx | 493 SCSIZE* pIndices; member in ScHorizontalAttrIterator
|
/aoo4110/main/basic/source/classes/ |
H A D | sbunoobj.cxx | 693 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 145 milliseconds