Home
last modified time | relevance | path

Searched refs:Ptr (Results 1 – 25 of 38) sorted by relevance

12

/trunk/main/autodoc/source/parser_i/idl/
H A Dpe_file2.cxx200 SetResult( not_done, push_sure, pPE_Service.Ptr()); in Process_MetaType()
204 SetResult( not_done, push_sure, pPE_Singleton.Ptr()); in Process_MetaType()
212 SetResult( not_done, push_sure, pPE_Interface.Ptr()); in Process_MetaType()
220 SetResult( done, push_sure, pPE_Struct.Ptr()); in Process_MetaType()
224 SetResult( done, push_sure, pPE_Exception.Ptr()); in Process_MetaType()
228 SetResult( done, push_sure, pPE_Constant.Ptr()); in Process_MetaType()
232 SetResult( done, push_sure, pPE_Enum.Ptr()); in Process_MetaType()
236 SetResult( done, push_sure, pPE_Typedef.Ptr()); in Process_MetaType()
H A Dpe_servi.cxx99 SetResult(done, push_sure, pPE_Type.Ptr()); in Process_MetaType()
108 SetResult(done, push_sure, pPE_Type.Ptr()); in Process_MetaType()
140 SetResult(not_done, push_sure, pPE_Constructor.Ptr()); in Process_Identifier()
154 SetResult(done, push_sure, pPE_Type.Ptr()); in Process_Punctuation()
192 SetResult(done, push_sure, pPE_Type.Ptr()); in Process_Punctuation()
197 SetResult(done, push_sure, pPE_Type.Ptr()); in Process_Punctuation()
374 SetResult(not_done, push_sure, pPE_Property.Ptr()); in StartProperty()
H A Dpe_excp.cxx182 SetResult(done,push_sure,Work().pPE_Type.Ptr()); in Process_Punctuation()
225 SetResult( not_done, push_sure, Work().pPE_Element.Ptr() ); in Process_Identifier()
232 SetResult( not_done, push_sure, Work().pPE_Element.Ptr()); in Process_NameSeparator()
239 SetResult( not_done, push_sure, Work().pPE_Element.Ptr()); in Process_BuiltInType()
246 SetResult( not_done, push_sure, Work().pPE_Element.Ptr()); in Process_TypeModifier()
H A Dpe_struc.cxx190 SetResult(done,push_sure,Work().pPE_Type.Ptr()); in Process_Punctuation()
253 SetResult( not_done, push_sure, Work().pPE_Element.Ptr() ); in Process_Identifier()
260 SetResult( not_done, push_sure, Work().pPE_Element.Ptr()); in Process_NameSeparator()
267 SetResult( not_done, push_sure, Work().pPE_Element.Ptr()); in Process_BuiltInType()
274 SetResult( not_done, push_sure, Work().pPE_Element.Ptr()); in Process_TypeModifier()
H A Dpe_attri.cxx88 SetResult(not_done, push_sure, pPE_Variable.Ptr()); in Process_Identifier()
110 SetResult(not_done, push_sure, pPE_Exception.Ptr()); in Process_Identifier()
220 SetResult(not_done, push_sure, pPE_Variable.Ptr()); in Process_Default()
224 SetResult(not_done, push_sure, pPE_Exception.Ptr()); in Process_Default()
H A Dpe_iface.cxx254 SetResult(done, push_sure, pPE_Type.Ptr()); in On_wait_for_base_Punctuation()
341 SetResult(not_done, push_sure, pPE_Function.Ptr()); in On_std_GotoFunction()
348 SetResult(not_done, push_sure, pPE_Attribute.Ptr()); in On_std_GotoAttribute()
355 SetResult(done, push_sure, pPE_Type.Ptr()); in On_std_GotoBaseInterface()
H A Dpe_vari2.cxx78 SetResult( not_done, push_sure, pPE_Type.Ptr() ); in Process_Default()
90 SetResult( not_done, push_sure, pPE_Type.Ptr() ); in Process_Identifier()
126 SetResult( not_done, push_sure, pPE_Type.Ptr() ); in Process_BuiltInType()
H A Dpe_func2.cxx346 SetResult(not_done, push_sure, pPE_Type.Ptr()); in GoIntoReturnType()
353 SetResult(not_done, push_sure, pPE_Variable.Ptr()); in GoIntoParameterVariable()
360 SetResult(not_done, push_sure, pPE_Type.Ptr()); in GoIntoException()
H A Dpe_selem.cxx99 SetResult( not_done, push_sure, pPE_Type.Ptr() ); in Process_Default()
122 SetResult( not_done, push_sure, pPE_Type.Ptr() ); in Process_Identifier()
H A Dpe_singl.cxx110 SetResult(done, push_sure, pPE_Type.Ptr()); in Process_MetaType()
187 SetResult(done, push_sure, pPE_Type.Ptr()); in Process_Punctuation()
H A Dpe_const.cxx158 SetResult( done, push_sure, pPE_Type.Ptr() ); in On_expect_const_Stereotype()
178 SetResult( not_done, push_sure, pPE_Value.Ptr() ); in On_expect_value_Identifier()
H A Dtkp_uidl.cxx51 pCurContext = pBaseContext.Ptr(); in SetStartContext()
/trunk/main/sal/rtl/source/
H A Dmemory.c28 void SAL_CALL rtl_zeroMemory(void *Ptr, sal_Size Bytes) in rtl_zeroMemory() argument
30 memset(Ptr, 0, Bytes); in rtl_zeroMemory()
33 void SAL_CALL rtl_fillMemory(void *Ptr, sal_Size Bytes, sal_uInt8 Fill) in rtl_fillMemory() argument
35 memset(Ptr, Fill, Bytes); in rtl_fillMemory()
/trunk/main/autodoc/inc/cosv/tpl/
H A Ddyn.hxx97 const DX * Ptr() const;
101 DX * Ptr();
209 Dyn<DX>::Ptr() const in Ptr() function in csv::Dyn
214 Dyn<DX>::Ptr() in Ptr() function in csv::Dyn
/trunk/main/autodoc/source/display/toolkit/
H A Dout_tree.cxx34 pNamesRoot(pRoot.Ptr()), in Tree()
35 pIndexRoot(pRoot.Ptr()), in Tree()
36 pProjectsRoot(pRoot.Ptr()), in Tree()
/trunk/main/sal/inc/rtl/
H A Dalloc.h61 void * Ptr,
71 void * Ptr
93 void * Ptr,
H A Dmemory.h34 void SAL_CALL rtl_zeroMemory(void *Ptr, sal_Size Bytes);
35 void SAL_CALL rtl_fillMemory(void *Ptr, sal_Size Bytes, sal_uInt8 Fill);
/trunk/main/vos/source/
H A Dsocket.cxx1403 sal_uInt8 *Ptr = (sal_uInt8 *)pBuffer; in read() local
1422 Ptr, in read()
1434 Ptr += RetVal; in read()
1450 sal_uInt8 *Ptr = (sal_uInt8 *)pBuffer; in write() local
1470 Ptr, in write()
1482 Ptr += RetVal; in write()
/trunk/main/autodoc/inc/ary/doc/
H A Dd_docu.hxx82 return pData.Ptr(); in Data()
88 return pData.Ptr(); in Data()
/trunk/main/sal/osl/w32/
H A Dsocket.cxx1560 sal_uInt8 * Ptr = (sal_uInt8 *)pBuffer; in osl_readSocket() local
1571 Ptr, in osl_readSocket()
1583 Ptr += RetVal; in osl_readSocket()
1599 sal_uInt8 *Ptr = ( sal_uInt8 * )pBuffer; in osl_writeSocket() local
1604 RetVal= osl_sendSocket( pSocket,Ptr,BytesToSend,osl_Socket_MsgNormal); in osl_writeSocket()
1614 Ptr += RetVal; in osl_writeSocket()
/trunk/main/autodoc/source/parser/cpp/
H A Dcx_c_pp.cxx99 SetFollowUpContext( pContext_PP_Definition.Ptr() ); in ReadDefine()
106 SetFollowUpContext( pContext_PP_MacroParams.Ptr() ); in ReadDefine()
/trunk/main/sal/osl/unx/
H A Dsocket.c2451 sal_uInt8 * Ptr = (sal_uInt8 *)pBuffer; in osl_readSocket() local
2462 Ptr, in osl_readSocket()
2474 Ptr += RetVal; in osl_readSocket()
2489 sal_uInt8 *Ptr = ( sal_uInt8 * )pBuffer; in osl_writeSocket() local
2497 RetVal= osl_sendSocket( pSocket,Ptr,BytesToSend,osl_Socket_MsgNormal); in osl_writeSocket()
2507 Ptr += RetVal; in osl_writeSocket()
/trunk/main/sal/osl/os2/
H A Dsocket.c2489 sal_uInt8 * Ptr = (sal_uInt8 *)pBuffer; in osl_readSocket() local
2500 Ptr, in osl_readSocket()
2512 Ptr += RetVal; in osl_readSocket()
2527 sal_uInt8 *Ptr = ( sal_uInt8 * )pBuffer; in osl_writeSocket() local
2535 RetVal= osl_sendSocket( pSocket,Ptr,BytesToSend,osl_Socket_MsgNormal); in osl_writeSocket()
2545 Ptr += RetVal; in osl_writeSocket()
/trunk/main/autodoc/source/udm/xml/
H A Dxmlitem.cxx262 return const_cast< PureElement* >(this)->inq_RefContent().Ptr(); in inq_Content()
352 return pContent.Ptr(); in inq_Content()
/trunk/main/solenv/inc/
H A Dpremac.h37 #define Ptr MacOSPtr macro

Completed in 114 milliseconds

12