Home
last modified time | relevance | path

Searched refs:pRecord (Results 1 – 10 of 10) sorted by path

/trunk/main/bridges/source/cpp_uno/msvc_win32_intel/
H A Dexcept.cxx506 EXCEPTION_RECORD * pRecord = pPointers->ExceptionRecord; in msci_filterCppException() local
508 if (pRecord == 0 || pRecord->ExceptionCode != MSVC_ExceptionCode) in msci_filterCppException()
512 bool rethrow = (pRecord->NumberParameters < 3 || in msci_filterCppException()
515 bool rethrow = __CxxDetectRethrow( &pRecord ); in msci_filterCppException()
516 OSL_ASSERT( pRecord == pPointers->ExceptionRecord ); in msci_filterCppException()
518 if (rethrow && pRecord == pPointers->ExceptionRecord) in msci_filterCppException()
541 if (pRecord == 0 || pRecord->ExceptionCode != MSVC_ExceptionCode) in msci_filterCppException()
544 if (pRecord->NumberParameters == 3 && in msci_filterCppException()
546 pRecord->ExceptionInformation[ 1 ] != 0 && in msci_filterCppException()
547 pRecord->ExceptionInformation[ 2 ] != 0) in msci_filterCppException()
[all …]
/trunk/main/bridges/source/cpp_uno/msvc_win64_x86-64/
H A Dexcept.cxx548 EXCEPTION_RECORD * pRecord = pPointers->ExceptionRecord; in mscx_filterCppException() local
550 if (pRecord == 0 || pRecord->ExceptionCode != MSVC_ExceptionCode) in mscx_filterCppException()
554 bool rethrow = (pRecord->NumberParameters < 3 || in mscx_filterCppException()
557 bool rethrow = __CxxDetectRethrow( &pRecord ); in mscx_filterCppException()
558 OSL_ASSERT( pRecord == pPointers->ExceptionRecord ); in mscx_filterCppException()
560 if (rethrow && pRecord == pPointers->ExceptionRecord) in mscx_filterCppException()
575 if (pRecord == 0 || pRecord->ExceptionCode != MSVC_ExceptionCode) in mscx_filterCppException()
578 if (pRecord->NumberParameters == 4 && in mscx_filterCppException()
580 pRecord->ExceptionInformation[ 1 ] != 0 && in mscx_filterCppException()
581 pRecord->ExceptionInformation[ 2 ] != 0 && in mscx_filterCppException()
[all …]
/trunk/main/sc/source/filter/excel/
H A Dxerecord.cxx47 XclExpDelegatingRecord::XclExpDelegatingRecord( XclExpRecordBase* pRecord ) : in XclExpDelegatingRecord() argument
48 mpRecord( pRecord ) in XclExpDelegatingRecord()
/trunk/main/sc/source/filter/inc/
H A Dxerecord.hxx54 XclExpDelegatingRecord( XclExpRecordBase* pRecord );
/trunk/main/sw/source/filter/ww8/
H A Dww8graf.cxx2019 if (pRecord->nDxWrapDistLeft || pRecord->nDxWrapDistRight) in MapWrapIntoFlyFmt()
2026 if (pRecord->nDyWrapDistTop || pRecord->nDyWrapDistBottom) in MapWrapIntoFlyFmt()
2135 if( pRecord->nCropFromTop || pRecord->nCropFromBottom || in SetAttributesAtGrfNode()
2136 pRecord->nCropFromLeft || pRecord->nCropFromRight ) in SetAttributesAtGrfNode()
2160 if (pRecord && pRecord->pObj) in SetAttributesAtGrfNode()
2242 if (!pRecord) in ProcessEscherAlign()
2691 if (pRecord && pRecord->pObj == pObject) in Read_GrafLayer()
2698 if (!pRecord) in Read_GrafLayer()
2848 if (pRecord && pRecord->pObj && pRecord->aTextId.nTxBxS) in Read_GrafLayer()
3017 pRecord->nDxTextRight, pRecord->nDyTextBottom); in ConvertDrawTextToFly()
[all …]
H A Dww8graf2.cxx599 SvxMSDffImportRec *pRecord = in ImportGraf() local
603 if( pRecord ) in ImportGraf()
634 pRecord->eLineStyle, pRecord->eShapeType, in ImportGraf()
653 if (pRecord) in ImportGraf()
654 MatchEscherMirrorIntoFlySet(*pRecord, aGrSet); in ImportGraf()
706 if (pRecord) in ImportGraf()
707 SetAttributesAtGrfNode(pRecord, pRet, 0); in ImportGraf()
H A Dww8par.hxx1339 void MapWrapIntoFlyFmt(SvxMSDffImportRec* pRecord, SwFrmFmt* pFlyFmt);
1341 void SetAttributesAtGrfNode( SvxMSDffImportRec* pRecord, SwFrmFmt *pFlyFmt,
1456 SvxMSDffImportRec* pRecord = 0);
1470 RndStdIds ProcessEscherAlign(SvxMSDffImportRec* pRecord, WW8_FSPA *pFSPA,
1476 SdrObject* &rpOurNewObject, SvxMSDffImportRec* pRecord, WW8_FSPA *pF,
1479 SdrObject* &rpOurNewObject, SvxMSDffImportRec* pRecord,
1482 SvxMSDffImportRec *pRecord, long nGrafAnchorCp, SwFrmFmt *pRetFrmFmt);
/trunk/main/vcl/inc/
H A Dgraphite_layout.hxx132 gr::Segment * CreateSegment(ImplLayoutArgs& rArgs, GrSegRecord ** pRecord = NULL);
/trunk/main/vcl/unx/generic/fontmanager/
H A Dfontmanager.cxx1742 OUString PrintFontManager::convertTrueTypeName( void* pRecord ) const in convertTrueTypeName()
1744 NameRecord* pNameRecord = (NameRecord*)pRecord; in convertTrueTypeName()
/trunk/main/writerfilter/source/doctok/
H A DDffImpl.cxx361 DffRecord * pRecord = createDffRecord(this, nOffset); in get_blip() local
363 pResult = writerfilter::Reference<Properties>::Pointer_t(pRecord); in get_blip()
374 DffRecord * pRecord = in get_blip() local
378 pResult = writerfilter::Reference<Properties>::Pointer_t(pRecord); in get_blip()

Completed in 72 milliseconds