Home
last modified time | relevance | path

Searched refs:pNew (Results 1 – 25 of 496) sorted by path

12345678910>>...20

/trunk/main/autodoc/source/ary/idl/
H A Di2s_calculator.cxx221 pNew = new Ce_Type(nRelatedCe, rType.TemplateParameters()); in Connect_Types2Ces() local
223 *pNew ); in Connect_Types2Ces()
/trunk/main/autodoc/source/cosv/storage/
H A Dmbstream.cxx52 DYN char * pNew = new char[i_nSize]; in resize() local
53 memcpy( pNew, dpOwnedMemorySpace, min(i_nSize,nSize) ); in resize()
55 dpOwnedMemorySpace = pNew; in resize()
/trunk/main/autodoc/source/cosv/strings/
H A Dstreamstr.cxx898 char * pNew = new char[nCapacity1]; in Resize() local
899 strcpy ( pNew, dpData ); // SAFE STRCPY (#100211# - checked) in Resize()
900 pEnd = pNew + (pEnd - dpData); in Resize()
901 pCur = pNew + (pCur - dpData); in Resize()
904 dpData = pNew; in Resize()
/trunk/main/autodoc/source/display/html/
H A Dhdimpl.cxx420 const unsigned char * pNew; in EraseLeadingSpace() local
421 for ( pNew = (const unsigned char * ) io_rStr.c_str(); in EraseLeadingSpace()
422 *pNew < 33 AND *pNew != 0; in EraseLeadingSpace()
423 ++pNew ) {} in EraseLeadingSpace()
424 String sNew( (const char*)pNew ); in EraseLeadingSpace()
/trunk/main/autodoc/source/display/toolkit/
H A Dout_node.cxx155 pNew = new Node(i_name,*this); in add_Child() local
158 pNew, in add_Child()
160 pNew ); in add_Child()
161 return *pNew; in add_Child()
/trunk/main/automation/source/server/
H A Dstatemnt.cxx2088 Window* pNew = pTranslationWindow->GetWindow( WINDOW_CLIENT ); in Translate() local
2090 while ( IsDialog( pNew ) && pNew->GetUniqueOrHelpId().isEmpty() && pNew->GetChildCount() == 1 ) in Translate()
2091 pNew = pNew->GetChild( 0 ); in Translate()
2092 pTranslationWindow = pNew; in Translate()
/trunk/main/basctl/source/basicide/
H A Dbastype2.cxx620 SvLBoxEntry* pNew = SvTreeListBox::CloneEntry( pSource ); in CloneEntry() local
627 pNew->SetUserData( pNewUser ); in CloneEntry()
628 return pNew; in CloneEntry()
/trunk/main/basctl/source/dlged/
H A Ddlgedfac.cxx91 …DlgEdObj* pNew = new DlgEdObj( ::rtl::OUString::createFromAscii("com.sun.star.awt.UnoControlComboB… in IMPL_LINK() local
92 pObjFactory->pNewObj = pNew; in IMPL_LINK()
95 uno::Reference< beans::XPropertySet > xPSet(pNew->GetUnoControlModel(), uno::UNO_QUERY); in IMPL_LINK()
126 …DlgEdObj* pNew = new DlgEdObj( ::rtl::OUString::createFromAscii("com.sun.star.awt.UnoControlScroll… in IMPL_LINK() local
127 pObjFactory->pNewObj = pNew; in IMPL_LINK()
131 uno::Reference< beans::XPropertySet > xPSet(pNew->GetUnoControlModel(), uno::UNO_QUERY); in IMPL_LINK()
148 …DlgEdObj* pNew = new DlgEdObj( ::rtl::OUString::createFromAscii("com.sun.star.awt.UnoControlFixedL… in IMPL_LINK() local
149 pObjFactory->pNewObj = pNew; in IMPL_LINK()
153 uno::Reference< beans::XPropertySet > xPSet(pNew->GetUnoControlModel(), uno::UNO_QUERY); in IMPL_LINK()
187 …DlgEdObj* pNew = new DlgEdObj( ::rtl::OUString::createFromAscii("com.sun.star.awt.tree.TreeControl… in IMPL_LINK() local
[all …]
/trunk/main/basegfx/source/polygon/
H A Db2dpolygontriangulator.cxx174 EdgeEntry* pNew = new EdgeEntry(aNew); in handleClosingEdge() local
175 maNewEdgeEntries.push_back(pNew); in handleClosingEdge()
179 while(pCurr && *pCurr < *pNew) in handleClosingEdge()
187 pNew->setNext(pPrev->getNext()); in handleClosingEdge()
188 pPrev->setNext(pNew); in handleClosingEdge()
192 pNew->setNext(mpList); in handleClosingEdge()
193 mpList = pNew; in handleClosingEdge()
/trunk/main/basic/source/basmgr/
H A Dbasmgr.cxx1292 pNew->SetParent( rOldBasic->GetParent() ); in ImplLoadBasic()
1293 if( pNew->GetParent() ) in ImplLoadBasic()
1294 pNew->GetParent()->Insert( pNew ); in ImplLoadBasic()
1295 pNew->SetFlag( SBX_EXTSEARCH ); in ImplLoadBasic()
1297 rOldBasic = pNew; in ImplLoadBasic()
1309 pNew->SetModified( sal_False ); in ImplLoadBasic()
1637 GetStdLib()->Insert( pNew ); in CreateLib()
1639 pLibInfo->SetLib( pNew ); in CreateLib()
1695 GetStdLib()->Insert( pNew ); in CreateLibForLibContainer()
1697 pLibInfo->SetLib( pNew ); in CreateLibForLibContainer()
[all …]
/trunk/main/basic/source/comp/
H A Dsymtbl.cxx78 const String* pNew = new String( rVal ); in Add() local
79 aData.Insert( pNew, n++ ); in Add()
/trunk/main/basic/source/runtime/
H A Dmethods.cxx4077 SbxVariable* pNew = new SbxVariable( SbxBYTE ); in RTLFUNC() local
4078 pNew->PutByte(*pChar); in RTLFUNC()
4080 pNew->SetFlag( SBX_WRITE ); in RTLFUNC()
4084 pArray->Put( pNew, &index ); in RTLFUNC()
H A Dmethods1.cxx791 SbxVariable* pNew = new SbxVariable( *pVar ); in RTLFUNC() local
792 pNew->SetFlag( SBX_WRITE ); in RTLFUNC()
796 pArray->Put( pNew, &index ); in RTLFUNC()
H A Druntime.cxx1037 SbxVariable* pNew = new SbxVariable( *p ); in TOSMakeTemp() local
1038 pNew->SetFlag( SBX_READWRITE ); in TOSMakeTemp()
1039 refExprStk->Put( pNew, nExprLvl - 1 ); in TOSMakeTemp()
H A Dstep2.cxx258 pNew->SetFlag( SBX_READWRITE ); in FindElement()
263 pElem = pNew; in FindElement()
277 pElem = pNew; in FindElement()
603 pElem = pNew; in CheckArray()
955 SbxVariable* pNew = new SbxVariable; in StepCREATE() local
956 pNew->PutObject( pObj ); in StepCREATE()
957 PushVar( pNew ); in StepCREATE()
1116 SbxVariable* pNew = new SbxVariable; in StepTCREATE() local
1117 pNew->PutObject( pCopyObj ); in StepTCREATE()
1118 pNew->SetDeclareClassName( aClass ); in StepTCREATE()
[all …]
/trunk/main/basic/source/sbx/
H A Dsbxbase.cxx201 SbxBase* pNew = NULL; in Create() local
205 pNew = pFac->Create( nSbxId, nCreator ); in Create()
206 if( pNew ) in Create()
210 if( !pNew ) in Create()
217 return pNew; in Create()
223 SbxObject* pNew = NULL; in CreateObject() local
226 pNew = p->aFacs.GetObject( i )->CreateObject( rClass ); in CreateObject()
227 if( pNew ) in CreateObject()
231 if( !pNew ) in CreateObject()
239 return pNew; in CreateObject()
H A Dsbxstr.cxx277 SbxVariable* pNew = new SbxVariable( SbxBYTE ); in StringToByteArray() local
279 pNew->PutByte( aByte ); in StringToByteArray()
280 pNew->SetFlag( SBX_WRITE ); in StringToByteArray()
281 pArray->Put( pNew, i ); in StringToByteArray()
/trunk/main/chart2/source/controller/main/
H A DChartController.cxx299 TheModel* pNew=rTheModel.operator->(); in operator =() local
300 if(m_pTheModel==pNew) in operator =()
304 m_pTheModel=pNew; in operator =()
H A DDragMethod_RotateDiagram.cxx226 …sdr::overlay::OverlayPolyPolygonStripedAndFilled* pNew = new ::sdr::overlay::OverlayPolyPolygonStr… in CreateOverlayGeometry() local
228 rOverlayManager.add(*pNew); in CreateOverlayGeometry()
229 addToOverlayObjectList(*pNew); in CreateOverlayGeometry()
/trunk/main/connectivity/source/drivers/adabas/
H A DBUsers.cxx60 OUserExtend* pNew = new OUserExtend(m_pConnection); in createDescriptor() local
61 return pNew; in createDescriptor()
/trunk/main/connectivity/source/drivers/ado/
H A DAKeyColumns.cxx89 OKeyColumn* pNew = new OKeyColumn(); in createDescriptor() local
90 return pNew; in createDescriptor()
/trunk/main/connectivity/source/drivers/hsqldb/
H A DHUsers.cxx72 OUserExtend* pNew = new OUserExtend(m_xConnection); in createDescriptor() local
73 return pNew; in createDescriptor()
H A DHViews.cxx96 …connectivity::sdbcx::OView* pNew = new connectivity::sdbcx::OView(sal_True,xConnection->getMetaDat… in createDescriptor() local
97 return pNew; in createDescriptor()
/trunk/main/connectivity/source/drivers/mysql/
H A DYUsers.cxx72 OUserExtend* pNew = new OUserExtend(m_xConnection); in createDescriptor() local
73 return pNew; in createDescriptor()
H A DYViews.cxx90 …connectivity::sdbcx::OView* pNew = new connectivity::sdbcx::OView(sal_True,xConnection->getMetaDat… in createDescriptor() local
91 return pNew; in createDescriptor()

Completed in 173 milliseconds

12345678910>>...20