Searched refs:nId2 (Results 1 – 9 of 9) sorted by relevance
/aoo41x/main/svx/source/gallery2/ |
H A D | galtheme.cxx | 790 sal_uInt32 nId1, nId2; in CreateThemeEntry() local 793 *pIStm >> nId1 >> nId2; in CreateThemeEntry() 796 nId2 == COMPAT_FORMAT( 'E', 'S', 'R', 'V' ) ) in CreateThemeEntry() 1496 sal_uInt32 nId1, nId2; in ReadData() local 1573 rIStm >> nId1 >> nId2; in ReadData() 1580 nId2 == COMPAT_FORMAT( 'E', 'S', 'R', 'V' ) ) in ReadData()
|
/aoo41x/main/xmloff/source/draw/ |
H A D | sdxmlimp_impl.hxx | 157 bool operator()(sal_Int32 nId1, sal_Int32 nId2 ) const in operator ()() 159 return nId1 < nId2; in operator ()()
|
/aoo41x/main/vcl/source/gdi/ |
H A D | image.cxx | 752 const sal_uInt16 nId1 = ImplGetImageId( rImageName ), nId2 = ImplGetImageId( rReplaceName ); in ReplaceImage() local 754 if( nId1 && nId2 ) in ReplaceImage() 755 ReplaceImage( nId1, nId2 ); in ReplaceImage()
|
/aoo41x/main/idl/source/objects/ |
H A D | object.cxx | 481 sal_uInt32 nId2 = rAttr.GetSlotId().GetValue(); in TestAttribute() local 482 if( nId1 == nId2 && nId1 != 0 /*&& nId2 != 0 ist ueberfluessig*/ ) in TestAttribute()
|
/aoo41x/main/sd/source/filter/eppt/ |
H A D | pptexanimations.cxx | 1560 sal_uInt32 nId2 = 1; // ?? in exportAnimateSet() local 1561 rStrm << nId1 << nId2; in exportAnimateSet()
|
/aoo41x/main/sw/source/filter/ww8/dump/ |
H A D | ww8scan.hxx | 513 sal_Bool Find4Sprms(sal_uInt16 nId1, sal_uInt16 nId2, sal_uInt16 nId3, sal_uInt16 nId4,
|
H A D | ww8scan.cxx | 3307 bool WW8PLCFx_SEPX::Find4Sprms(sal_uInt16 nId1,sal_uInt16 nId2,sal_uInt16 nId3,sal_uInt16 nId4, in Find4Sprms() argument 3328 else if( nAktId == nId2 ) in Find4Sprms() 3329 p2 = pSp + maSprmParser.DistanceToData(nId2); in Find4Sprms()
|
/aoo41x/main/sw/source/filter/ww8/ |
H A D | ww8scan.hxx | 656 bool Find4Sprms(sal_uInt16 nId1, sal_uInt16 nId2, sal_uInt16 nId3, sal_uInt16 nId4,
|
H A D | ww8scan.cxx | 3668 bool WW8PLCFx_SEPX::Find4Sprms(sal_uInt16 nId1,sal_uInt16 nId2,sal_uInt16 nId3,sal_uInt16 nId4, in Find4Sprms() argument 3689 else if( nAktId == nId2 ) in Find4Sprms() 3690 p2 = pSp + maSprmParser.DistanceToData(nId2); in Find4Sprms()
|
Completed in 110 milliseconds