/aoo42x/main/tools/source/memtools/ |
H A D | contnr.cxx | 143 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 D | table.cxx | 46 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()
|
/aoo42x/main/sw/source/core/doc/ |
H A D | docdesc.cxx | 763 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 …]
|
/aoo42x/main/svl/source/config/ |
H A D | asiancfg.cxx | 118 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()
|
/aoo42x/main/tools/inc/ |
H A D | impcont.hxx | 43 void** pNodes; // Pointer auf die Daten member in CBlock 63 void** GetNodes() const { return pNodes; } in GetNodes() 95 return pNodes[nIndex]; in GetObject()
|
/aoo42x/main/sw/source/core/txtnode/ |
H A D | txtatr2.cxx | 87 &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 D | atrfld.cxx | 299 &pTxtNd->GetNodes() != ((SwAutoFmtGetDocNode&)rInfo).pNodes ) in GetInfo()
|
/aoo42x/main/svtools/source/uno/ |
H A D | treecontrolpeer.cxx | 492 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()
|
/aoo42x/main/sw/source/core/docnode/ |
H A D | node.cxx | 1474 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()
|
/aoo42x/main/toolkit/source/controls/tree/ |
H A D | treedatamodel.cxx | 66 …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()
|
/aoo42x/main/unoxml/source/rdf/ |
H A D | librdf_repository.cxx | 585 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()
|
/aoo42x/main/sw/inc/ |
H A D | hints.hxx | 193 const SwNodes* pNodes; member in SwAutoFmtGetDocNode
|
/aoo42x/main/sw/source/core/attr/ |
H A D | hints.cxx | 113 pCntntNode( 0 ), pNodes( pNds ) in SwAutoFmtGetDocNode()
|
/aoo42x/main/sw/source/core/table/ |
H A D | swtable.cxx | 2053 if( pTblNode && &pTblNode->GetNodes() == ((SwAutoFmtGetDocNode&)rInfo).pNodes ) in GetInfo()
|