/aoo42x/main/avmedia/source/gstreamer/ |
H A D | gstplayer.cxx | 767 const GstStructure* pStruct = gst_caps_get_structure( pCaps, i ); in implHandleNewPadFunc() local 769 if( pStruct ) in implHandleNewPadFunc() 771 const gchar* pStructName = gst_structure_get_name( pStruct ); in implHandleNewPadFunc() 776 for( gint n = 0, nFields = gst_structure_n_fields( pStruct ); n < nFields; ++n ) in implHandleNewPadFunc() 778 … OSL_TRACE( "\t\t>>> Structure has field: %s", gst_structure_nth_field_name( pStruct, n ) ); in implHandleNewPadFunc() 787 … for( gint n = 0, nFields = gst_structure_n_fields( pStruct ); n < nFields; ++n ) in implHandleNewPadFunc() 789 const gchar* pFieldName = gst_structure_nth_field_name( pStruct, n ); in implHandleNewPadFunc() 793 gst_structure_get_int( pStruct, pFieldName, &nValue ) ) in implHandleNewPadFunc() 799 gst_structure_get_int( pStruct, pFieldName, &nValue ) ) in implHandleNewPadFunc()
|
H A D | gstframegrabber.cxx | 135 const GstStructure* pStruct = gst_message_get_structure( pMsg ); in busCallback() local 136 const gchar* pStructName = gst_structure_get_name( pStruct ); in busCallback() 139 gst_structure_has_field ( pStruct, "pixbuf") ) in busCallback() 155 … mpLastPixbuf = GDK_PIXBUF( g_value_dup_object( gst_structure_get_value( pStruct, "pixbuf" ) ) ); in busCallback()
|
/aoo42x/main/autodoc/source/display/idl/ |
H A D | hfi_struct.cxx | 91 pStruct = in Produce_byData() local 96 pStruct != 0 in Produce_byData() 97 ? pStruct->TemplateParameterType().IsValid() in Produce_byData() 126 csv_assert(pStruct != 0); in Produce_byData() 129 << pStruct->TemplateParameter() in Produce_byData()
|
/aoo42x/main/bridges/source/cpp_uno/gcc3_freebsd_x86-64/ |
H A D | abi.cxx | 214 …const typelib_CompoundTypeDescription *pStruct = reinterpret_cast<const typelib_CompoundTypeDescri… in classify_argument() local 217 for ( sal_Int32 nMember = 0; nMember < pStruct->nMembers; ++nMember ) in classify_argument() 219 … typelib_TypeDescriptionReference *pTypeInStruct = pStruct->ppTypeRefs[ nMember ]; in classify_argument() 220 int offset = byteOffset + pStruct->pMemberOffsets[ nMember ]; in classify_argument() 320 …lib_TypeDescriptionReference *pTypeRef, const sal_uInt64 *pGPR, const double *pSSE, void *pStruct ) in fill_struct() argument 327 sal_uInt64 *pStructAlign = reinterpret_cast<sal_uInt64 *>( pStruct ); in fill_struct()
|
H A D | abi.hxx | 59 …ib_TypeDescriptionReference *pTypeRef, const sal_uInt64* pGPR, const double* pSSE, void *pStruct );
|
/aoo42x/main/bridges/source/cpp_uno/gcc3_linux_x86-64/ |
H A D | abi.cxx | 214 …const typelib_CompoundTypeDescription *pStruct = reinterpret_cast<const typelib_CompoundTypeDescri… in classify_argument() local 217 for ( sal_Int32 nMember = 0; nMember < pStruct->nMembers; ++nMember ) in classify_argument() 219 … typelib_TypeDescriptionReference *pTypeInStruct = pStruct->ppTypeRefs[ nMember ]; in classify_argument() 220 int offset = byteOffset + pStruct->pMemberOffsets[ nMember ]; in classify_argument() 320 …lib_TypeDescriptionReference *pTypeRef, const sal_uInt64 *pGPR, const double *pSSE, void *pStruct ) in fill_struct() argument 327 sal_uInt64 *pStructAlign = reinterpret_cast<sal_uInt64 *>( pStruct ); in fill_struct()
|
H A D | abi.hxx | 59 …ib_TypeDescriptionReference *pTypeRef, const sal_uInt64* pGPR, const double* pSSE, void *pStruct );
|
/aoo42x/main/bridges/source/cpp_uno/s5abi_macosx_x86-64/ |
H A D | abi.cxx | 214 …const typelib_CompoundTypeDescription *pStruct = reinterpret_cast<const typelib_CompoundTypeDescri… in classify_argument() local 217 for ( sal_Int32 nMember = 0; nMember < pStruct->nMembers; ++nMember ) in classify_argument() 219 … typelib_TypeDescriptionReference *pTypeInStruct = pStruct->ppTypeRefs[ nMember ]; in classify_argument() 220 int offset = byteOffset + pStruct->pMemberOffsets[ nMember ]; in classify_argument() 320 …lib_TypeDescriptionReference *pTypeRef, const sal_uInt64 *pGPR, const double *pSSE, void *pStruct ) in fill_struct() argument 327 sal_uInt64 *pStructAlign = reinterpret_cast<sal_uInt64 *>( pStruct ); in fill_struct()
|
H A D | abi.hxx | 59 …ib_TypeDescriptionReference *pTypeRef, const sal_uInt64* pGPR, const double* pSSE, void *pStruct );
|
/aoo42x/main/sw/source/filter/ww8/ |
H A D | WW8Sttbf.cxx | 41 WW8Struct::WW8Struct(WW8Struct * pStruct, sal_uInt32 nPos, sal_uInt32 nSize) in WW8Struct() argument 42 : mp_data(pStruct->mp_data), mn_offset(pStruct->mn_offset + nPos), in WW8Struct()
|
H A D | WW8Sttbf.hxx | 45 WW8Struct(WW8Struct * pStruct, sal_uInt32 nPos, sal_uInt32 nSize);
|
/aoo42x/main/writerfilter/source/doctok/ |
H A D | WW8Picture.cxx | 65 WW8StructBase::Pointer_t pStruct in get_ffdata() local 69 pStruct->dump(output); in get_ffdata()
|
/aoo42x/main/extensions/test/ole/cpnt/ |
H A D | cpnt.cxx | 1637 SimpleStruct* pStruct= ( SimpleStruct*) any.getValue(); in testInterface() local 1638 pStruct->message= OUString::createFromAscii("This struct was created in OleTest"); in testInterface() 1786 SimpleStruct* pStruct= ( SimpleStruct*) any.getValue(); in testInterface() local 1787 pStruct->message= OUString::createFromAscii("This struct was created in OleTest"); in testInterface() 1957 SimpleStruct* pStruct= ( SimpleStruct*) any.getValue(); in testInterface() local 1958 pStruct->message= OUString::createFromAscii("This struct was created in OleTest"); in testInterface()
|
/aoo42x/main/vcl/os2/source/window/ |
H A D | salobj.cxx | 180 CREATESTRUCT* pStruct = (CREATESTRUCT*)nMP2; in SalSysObjWndProc() local 181 pSysObj = (Os2SalObject*)pStruct->pPresParams; in SalSysObjWndProc()
|
/aoo42x/main/vcl/win/source/window/ |
H A D | salobj.cxx | 409 CREATESTRUCTA* pStruct = (CREATESTRUCTA*)lParam; in SalSysObjWndProc() local 410 pSysObj = (WinSalObject*)pStruct->lpCreateParams; in SalSysObjWndProc()
|
H A D | salframe.cxx | 5839 CREATESTRUCTA* pStruct = (CREATESTRUCTA*)lParam; in SalFrameWndProc() local 5840 WinSalFrame* pFrame = (WinSalFrame*)pStruct->lpCreateParams; in SalFrameWndProc()
|
/aoo42x/main/extensions/source/ole/ |
H A D | comifaces.hxx | 53 STDMETHOD( getOriginalUnoStruct)( Any * pStruct)=0;
|
H A D | unoobjw.hxx | 193 STDMETHOD( getOriginalUnoStruct)( Any * pStruct);
|
H A D | unoobjw.cxx | 183 STDMETHODIMP InterfaceOleWrapper_Impl::getOriginalUnoStruct( Any * pStruct) in getOriginalUnoStruct() argument 194 *pStruct= any; in getOriginalUnoStruct()
|
/aoo42x/main/idlc/source/ |
H A D | parser.y | 2657 AstStruct* pStruct = NULL; 2662 pStruct = new AstStruct( 2664 pScope->addDeclaration(pStruct); 2669 idlc()->scopes()->push(pStruct);
|
/aoo42x/main/cli_ure/source/climaker/ |
H A D | climaker_emit.cxx | 2187 struct_entry * pStruct = __try_cast< struct_entry *>( in get_complete_struct() local 2189 if (pStruct) in get_complete_struct() 2191 complete_struct_type(pStruct); in get_complete_struct()
|