Home
last modified time | relevance | path

Searched refs:pNodes (Results 1 – 14 of 14) sorted by relevance

/trunk/main/tools/source/memtools/
H A Dcontnr.cxx143 memcpy( pNodes, r.pNodes, nCount*sizeof(PVOID) ); in CBlock()
161 delete[] pNodes; in ~CBlock()
202 delete[] pNodes; in Insert()
322 memcpy( pNewBlock->pNodes, pNodes, nIndex*sizeof(PVOID) ); in Split()
348 memmove( pNodes, pNodes+nMiddle, nCount*sizeof(PVOID) ); in Split()
407 memmove( pNodes + nIndex, pNodes + nIndex + 1, in Remove()
1377 void** pNodes; in GetPos() local
1395 pNodes++; in GetPos()
1425 void** pNodes; in GetPos() local
1451 pNodes++; in GetPos()
[all …]
H A Dtable.cxx46 void** pNodes = Container::ImpGetOnlyNodes(); in ImplGetIndex() local
51 if ( pNodes ) in ImplGetIndex()
56 nCompareKey = (sal_uIntPtr)pNodes[nMid*2]; in ImplGetIndex()
123 if( void** pNodes = Container::ImpGetOnlyNodes() ) in Insert() local
125 sal_uIntPtr nCompareKey = (sal_uIntPtr)(*pNodes); in Insert()
129 pNodes += 2; in Insert()
131 nCompareKey = (sal_uIntPtr)(*pNodes); in Insert()
/trunk/main/sw/source/core/doc/
H A Ddocdesc.cxx763 if ( pNodes ) in PrtOLENotify()
766 0, pNodes->Count(), GetDocShell()); in PrtOLENotify()
769 for( sal_uInt16 i = 0; i < pNodes->Count(); ++i ) in PrtOLENotify()
773 SwOLENode* pOLENd = (*pNodes)[i]; in PrtOLENotify()
821 delete pNodes; in PrtOLENotify()
835 SwOLENodes *pNodes = SwCntntNode::CreateOLENodesArray( *GetDfltGrfFmtColl(), true ); variable
836 if( pNodes )
839 0, pNodes->Count(), GetDocShell());
843 for( sal_uInt16 i = 0; i < pNodes->Count(); ++i )
847 SwOLENode* pOLENd = (*pNodes)[i];
[all …]
/trunk/main/svl/source/config/
H A Dasiancfg.cxx118 const OUString* pNodes = aNodes.getConstArray(); in Load() local
122 sStart += pNodes[nNode]; in Load()
133 pInsert->aLocale.Language = pNodes[nNode].copy(0, 2); in Load()
135 pInsert->aLocale.Country = pNodes[nNode].copy(3, 2); in Load()
/trunk/main/tools/inc/
H A Dimpcont.hxx43 void** pNodes; // Pointer auf die Daten member in CBlock
63 void** GetNodes() const { return pNodes; } in GetNodes()
95 return pNodes[nIndex]; in GetObject()
/trunk/main/sw/source/core/txtnode/
H A Dtxtatr2.cxx87 &m_pTxtNode->GetNodes() != static_cast<SwAutoFmtGetDocNode&>(rInfo).pNodes ) in GetInfo()
210 &m_pTxtNode->GetNodes() != static_cast<SwAutoFmtGetDocNode&>(rInfo).pNodes ) in GetInfo()
262 &m_pTxtNode->GetNodes() != static_cast<SwAutoFmtGetDocNode&>(rInfo).pNodes ) in GetInfo()
H A Datrfld.cxx299 &pTxtNd->GetNodes() != ((SwAutoFmtGetDocNode&)rInfo).pNodes ) in GetInfo()
/trunk/main/svtools/source/uno/
H A Dtreecontrolpeer.cxx492 const Reference< XTreeNode > *pNodes = 0; in ChangeNodesSelection() local
505 pNodes = &xTempNode; in ChangeNodesSelection()
516 pNodes = rSeq.getConstArray(); in ChangeNodesSelection()
531 if( pNodes && nCount ) in ChangeNodesSelection()
535 UnoTreeListEntry* pEntry = getEntry( *pNodes++ ); in ChangeNodesSelection()
572 Reference< XTreeNode >* pNodes = aSelection.getArray(); in getSelection() local
576 *pNodes++ = pEntry->mxNode; in getSelection()
/trunk/main/sw/source/core/docnode/
H A Dnode.cxx1474 if( &GetNodes() == ((SwAutoFmtGetDocNode&)rInfo).pNodes ) in GetInfo()
2074 SwOLENodes *pNodes = 0; in CreateOLENodesArray() local
2081 if ( !pNodes ) in CreateOLENodesArray()
2082 pNodes = new SwOLENodes; in CreateOLENodesArray()
2083 pNodes->Insert( pONd, pNodes->Count() ); in CreateOLENodesArray()
2087 return pNodes; in CreateOLENodesArray()
/trunk/main/toolkit/source/controls/tree/
H A Dtreedatamodel.cxx66 …const Reference< XTreeNode >& xParentNode, const Reference< XTreeNode >* pNodes, sal_Int32 nNodes …
169 …const Reference< XTreeNode >& xParentNode, const Reference< XTreeNode >* pNodes, sal_Int32 nNodes ) in broadcast() argument
175 const Sequence< Reference< XTreeNode > > aNodes( pNodes, nNodes ); in broadcast()
/trunk/main/unoxml/source/rdf/
H A Dlibrdf_repository.cxx585 boost::shared_array<librdf_node*> pNodes( new librdf_node*[count], in nextElement() local
588 pNodes[i] = 0; in nextElement()
591 pNodes.get())) in nextElement()
603 ret[i] = m_xRep->getTypeConverter().convertToXNode(pNodes[i]); in nextElement()
/trunk/main/sw/inc/
H A Dhints.hxx193 const SwNodes* pNodes; member in SwAutoFmtGetDocNode
/trunk/main/sw/source/core/attr/
H A Dhints.cxx113 pCntntNode( 0 ), pNodes( pNds ) in SwAutoFmtGetDocNode()
/trunk/main/sw/source/core/table/
H A Dswtable.cxx2053 if( pTblNode && &pTblNode->GetNodes() == ((SwAutoFmtGetDocNode&)rInfo).pNodes ) in GetInfo()

Completed in 100 milliseconds