/trunk/main/autodoc/source/parser_i/idl/ |
H A D | pe_file2.cxx | 200 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 D | pe_servi.cxx | 99 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 D | pe_excp.cxx | 182 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 D | pe_struc.cxx | 190 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 D | pe_attri.cxx | 88 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 D | pe_iface.cxx | 254 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 D | pe_vari2.cxx | 78 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 D | pe_func2.cxx | 346 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 D | pe_selem.cxx | 99 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 D | pe_singl.cxx | 110 SetResult(done, push_sure, pPE_Type.Ptr()); in Process_MetaType() 187 SetResult(done, push_sure, pPE_Type.Ptr()); in Process_Punctuation()
|
H A D | pe_const.cxx | 158 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 D | tkp_uidl.cxx | 51 pCurContext = pBaseContext.Ptr(); in SetStartContext()
|
/trunk/main/sal/rtl/source/ |
H A D | memory.c | 28 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 D | dyn.hxx | 97 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 D | out_tree.cxx | 34 pNamesRoot(pRoot.Ptr()), in Tree() 35 pIndexRoot(pRoot.Ptr()), in Tree() 36 pProjectsRoot(pRoot.Ptr()), in Tree()
|
/trunk/main/sal/inc/rtl/ |
H A D | alloc.h | 61 void * Ptr, 71 void * Ptr 93 void * Ptr,
|
H A D | memory.h | 34 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 D | socket.cxx | 1403 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 D | d_docu.hxx | 82 return pData.Ptr(); in Data() 88 return pData.Ptr(); in Data()
|
/trunk/main/sal/osl/w32/ |
H A D | socket.cxx | 1560 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 D | cx_c_pp.cxx | 99 SetFollowUpContext( pContext_PP_Definition.Ptr() ); in ReadDefine() 106 SetFollowUpContext( pContext_PP_MacroParams.Ptr() ); in ReadDefine()
|
/trunk/main/sal/osl/unx/ |
H A D | socket.c | 2451 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 D | socket.c | 2489 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 D | xmlitem.cxx | 262 return const_cast< PureElement* >(this)->inq_RefContent().Ptr(); in inq_Content() 352 return pContent.Ptr(); in inq_Content()
|
/trunk/main/solenv/inc/ |
H A D | premac.h | 37 #define Ptr MacOSPtr macro
|