Home
last modified time | relevance | path

Searched refs:pId (Results 1 – 25 of 104) sorted by relevance

12345

/trunk/main/cppu/source/threadpool/
H A Dcurrent.cxx164 if (pId->pCurrentContext) in delete_IdContainer()
167 pId->pCurrentContextEnv, pId->pCurrentContext ); in delete_IdContainer()
171 if (pId->bInit) in delete_IdContainer()
176 delete pId; in delete_IdContainer()
186 if (! pId) in getIdContainer()
188 pId = new IdContainer(); in getIdContainer()
191 pId->bInit = sal_False; in getIdContainer()
194 return pId; in getIdContainer()
206 OSL_ASSERT( pId ); in uno_setCurrentContext()
212 pId->pCurrentContextEnv, pId->pCurrentContext ); in uno_setCurrentContext()
[all …]
/trunk/main/ucbhelper/source/provider/
H A Dinteractionrequest.cxx157 if ( !pId ) in getImplementationId()
160 if ( !pId ) in getImplementationId()
163 pId = &id; in getImplementationId()
309 if ( !pId ) in getImplementationId()
312 if ( !pId ) in getImplementationId()
315 pId = &id; in getImplementationId()
411 if ( !pId ) in getImplementationId()
414 if ( !pId ) in getImplementationId()
513 if ( !pId ) in getImplementationId()
615 if ( !pId ) in getImplementationId()
[all …]
H A Dcontentidentifier.cxx159 static cppu::OImplementationId* pId = NULL; in getImplementationId() local
160 if ( !pId ) in getImplementationId()
163 if ( !pId ) in getImplementationId()
166 pId = &id; in getImplementationId()
169 return (*pId).getImplementationId(); in getImplementationId()
/trunk/main/tools/source/memtools/
H A Dunqidx.cxx511 while ( pId ) in Clear()
549 pId->nRefCount = 1; in CreateId()
550 pId->nId = Insert( pId ); in CreateId()
551 return UniqueItemId( pId ); in CreateId()
568 pId->nRefCount = 0; in CreateFreeId()
569 pId->nId = nId; in CreateFreeId()
588 ImpUniqueId * pId; in CreateIdProt() local
591 pId = new ImpUniqueId; in CreateIdProt()
592 pId->nRefCount = 1; in CreateIdProt()
593 pId->nId = Insert( pId ); in CreateIdProt()
[all …]
/trunk/main/tools/inc/tools/
H A Dunqid.hxx53 ImpUniqueId* pId; member in UniqueItemId
56 { pId = pIdP; pId->nRefCount++; } in UniqueItemId()
58 UniqueItemId() { pId = NULL; } in UniqueItemId()
60 { pId = rId.pId; if( pId ) pId->nRefCount++; } in UniqueItemId()
62 { if( pId ) pId->Release(); } in ~UniqueItemId()
65 if( rId.pId ) rId.pId->nRefCount++; in operator =()
66 if( pId ) pId->Release(); in operator =()
67 pId = rId.pId; in operator =()
70 sal_uIntPtr GetId() const { return pId ? pId->nId : 0; } in GetId()
/trunk/main/toolkit/source/layout/vcl/
H A Dwcontainer.cxx37 Container::Container( Context const* context, char const* pId ) in Container() argument
38 : mxContainer( context->GetPeerHandle( pId ), uno::UNO_QUERY ) in Container()
42 DBG_ERROR1( "Error: failed to associate container with '%s'", pId ); in Container()
230 Table::Table( Context const* context, char const* pId ) in Table() argument
231 : Container( context, pId ) in Table()
235 Box::Box( Context const* context, char const* pId ) in Box() argument
236 : Container( context, pId ) in Box()
246 HBox::HBox( Context const* context, char const* pId ) in HBox() argument
247 : Box( context, pId ) in HBox()
257 VBox::VBox( Context const* context, char const* pId ) in VBox() argument
[all …]
/trunk/main/dbaccess/source/core/api/
H A Dtable.cxx159 static OImplementationId * pId = 0; in getImplementationId() local
160 if (! pId) in getImplementationId()
163 if (! pId) in getImplementationId()
166 pId = &aId; in getImplementationId()
169 return pId->getImplementationId(); in getImplementationId()
369 static ::cppu::OImplementationId * pId = 0; in getUnoTunnelImplementationId()
370 if (! pId) in getUnoTunnelImplementationId()
373 if (! pId) in getUnoTunnelImplementationId()
376 pId = &aId; in getUnoTunnelImplementationId()
379 return pId->getImplementationId(); in getUnoTunnelImplementationId()
H A DTableDeco.cxx142 static OImplementationId * pId = 0; in getImplementationId() local
143 if (! pId) in getImplementationId()
146 if (! pId) in getImplementationId()
149 pId = &aId; in getImplementationId()
152 return pId->getImplementationId(); in getImplementationId()
576 static ::cppu::OImplementationId * pId = 0; in getUnoTunnelImplementationId()
577 if (! pId) in getUnoTunnelImplementationId()
580 if (! pId) in getUnoTunnelImplementationId()
583 pId = &aId; in getUnoTunnelImplementationId()
586 return pId->getImplementationId(); in getUnoTunnelImplementationId()
/trunk/main/sd/source/ui/framework/configuration/
H A DResourceId.cxx304 ResourceId* pId = NULL; in compareTo() local
306 pId = dynamic_cast<ResourceId*>(rxResourceId.get()); in compareTo()
308 if (pId != NULL) in compareTo()
312 nResult = CompareToLocalImplementation(*pId); in compareTo()
433 ResourceId* pId = NULL; in isBoundTo() local
435 pId = dynamic_cast<ResourceId*>(rxResourceId.get()); in isBoundTo()
437 if (pId != NULL) in isBoundTo()
439 return IsBoundToAnchor(pId->maResourceURLs, eMode); in isBoundTo()
/trunk/main/connectivity/source/drivers/ado/
H A DAView.cxx52 static ::cppu::OImplementationId * pId = 0; in getUnoTunnelImplementationId()
53 if (! pId) in getUnoTunnelImplementationId()
56 if (! pId) in getUnoTunnelImplementationId()
59 pId = &aId; in getUnoTunnelImplementationId()
62 return pId->getImplementationId(); in getUnoTunnelImplementationId()
H A DAIndex.cxx84 static ::cppu::OImplementationId * pId = 0; in getUnoTunnelImplementationId()
85 if (! pId) in getUnoTunnelImplementationId()
88 if (! pId) in getUnoTunnelImplementationId()
91 pId = &aId; in getUnoTunnelImplementationId()
94 return pId->getImplementationId(); in getUnoTunnelImplementationId()
H A DAKey.cxx78 static ::cppu::OImplementationId * pId = 0; in getUnoTunnelImplementationId()
79 if (! pId) in getUnoTunnelImplementationId()
82 if (! pId) in getUnoTunnelImplementationId()
85 pId = &aId; in getUnoTunnelImplementationId()
88 return pId->getImplementationId(); in getUnoTunnelImplementationId()
H A DAGroup.cxx98 static ::cppu::OImplementationId * pId = 0; in getUnoTunnelImplementationId()
99 if (! pId) in getUnoTunnelImplementationId()
102 if (! pId) in getUnoTunnelImplementationId()
105 pId = &aId; in getUnoTunnelImplementationId()
108 return pId->getImplementationId(); in getUnoTunnelImplementationId()
/trunk/main/toolkit/inc/toolkit/controls/
H A Dgeometrycontrolmodel_impl.hxx71 static ::cppu::OImplementationId * pId = NULL; in getImplementationId()
72 if ( !pId ) in getImplementationId()
75 if ( !pId ) in getImplementationId()
78 pId = &s_aId; in getImplementationId()
81 return pId->getImplementationId(); in getImplementationId()
/trunk/main/connectivity/source/commontools/
H A DTConnection.cxx73 static ::cppu::OImplementationId * pId = 0; in getUnoTunnelImplementationId()
74 if (! pId) in getUnoTunnelImplementationId()
77 if (! pId) in getUnoTunnelImplementationId()
80 pId = &aId; in getUnoTunnelImplementationId()
83 return pId->getImplementationId(); in getUnoTunnelImplementationId()
/trunk/main/ucb/source/ucp/ftp/
H A Dftpcontentidentifier.cxx85 static cppu::OImplementationId* pId = NULL; in getImplementationId() local
86 if(!pId) in getImplementationId()
89 if ( !pId ) in getImplementationId()
92 pId = &id; in getImplementationId()
95 return (*pId).getImplementationId(); in getImplementationId()
/trunk/main/basctl/source/basicide/
H A Dbasidectrlr.cxx108 static ::cppu::OImplementationId * pId = 0; in getImplementationId()
109 if ( !pId ) in getImplementationId()
112 if ( !pId ) in getImplementationId()
115 pId = &aId; in getImplementationId()
118 return pId->getImplementationId(); in getImplementationId()
/trunk/main/xmlsecurity/source/xmlsec/
H A Dxmlelementwrapper_xmlsecimpl.cxx48 static ::cppu::OImplementationId* pId = 0; in getUnoTunnelImplementationId()
49 if (! pId) in getUnoTunnelImplementationId()
52 if (! pId) in getUnoTunnelImplementationId()
55 pId = &aId; in getUnoTunnelImplementationId()
58 return pId->getImplementationId(); in getUnoTunnelImplementationId()
/trunk/main/ucb/source/ucp/file/
H A Dfilid.cxx94 static cppu::OImplementationId* pId = NULL; in getImplementationId() local
95 if ( !pId ) in getImplementationId()
98 if ( !pId ) in getImplementationId()
101 pId = &id; in getImplementationId()
104 return (*pId).getImplementationId(); in getImplementationId()
/trunk/main/connectivity/source/sdbcx/
H A DVDescriptor.cxx112 static ::cppu::OImplementationId * pId = 0; in getUnoTunnelImplementationId()
113 if (! pId) in getUnoTunnelImplementationId()
116 if (! pId) in getUnoTunnelImplementationId()
119 pId = &aId; in getUnoTunnelImplementationId()
122 return pId->getImplementationId(); in getUnoTunnelImplementationId()
/trunk/main/svx/source/form/
H A Dxfm_addcondition.cxx118 static ::cppu::OImplementationId * pId = 0; in getImplementationId()
119 if (! pId) in getImplementationId()
122 if (! pId) in getImplementationId()
125 pId = &aId; in getImplementationId()
128 return pId->getImplementationId(); in getImplementationId()
H A Dfmdpage.cxx52 static ::cppu::OImplementationId* pId = 0; in getImplementationId()
53 if (! pId) in getImplementationId()
56 if (! pId) in getImplementationId()
59 pId = &aId; in getImplementationId()
62 return pId->getImplementationId(); in getImplementationId()
/trunk/main/dbaccess/source/ui/querydesign/
H A DJoinExchange.cxx117 static ::cppu::OImplementationId * pId = 0; in getUnoTunnelImplementationId()
118 if (! pId) in getUnoTunnelImplementationId()
121 if (! pId) in getUnoTunnelImplementationId()
124 pId = &aId; in getUnoTunnelImplementationId()
127 return pId->getImplementationId(); in getUnoTunnelImplementationId()
/trunk/main/ucb/source/ucp/tdoc/
H A Dtdoc_passwordrequest.cxx136 static cppu::OImplementationId * pId = 0; in getImplementationId() local
137 if ( !pId ) in getImplementationId()
140 if ( !pId ) in getImplementationId()
143 pId = &id; in getImplementationId()
146 return (*pId).getImplementationId(); in getImplementationId()
/trunk/main/svtools/workben/unodialog/
H A Dunodialogsample.cxx143 static ::cppu::OImplementationId* pId = NULL; in getImplementationId()
144 if ( !pId ) in getImplementationId()
147 if ( !pId ) in getImplementationId()
150 pId = &aId; in getImplementationId()
153 return pId->getImplementationId(); in getImplementationId()

Completed in 87 milliseconds

12345