Home
last modified time | relevance | path

Searched refs:nId2 (Results 1 – 9 of 9) sorted by relevance

/AOO42X/main/svx/source/gallery2/
H A Dgaltheme.cxx790 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()
/AOO42X/main/vcl/source/gdi/
H A Dimage.cxx751 const sal_uInt16 nId1 = ImplGetImageId( rImageName ), nId2 = ImplGetImageId( rReplaceName ); in ReplaceImage() local
753 if( nId1 && nId2 ) in ReplaceImage()
754 ReplaceImage( nId1, nId2 ); in ReplaceImage()
/AOO42X/main/xmloff/source/draw/
H A Dsdxmlimp_impl.hxx157 bool operator()(sal_Int32 nId1, sal_Int32 nId2 ) const in operator ()()
159 return nId1 < nId2; in operator ()()
/AOO42X/main/idl/source/objects/
H A Dobject.cxx481 sal_uInt32 nId2 = rAttr.GetSlotId().GetValue(); in TestAttribute() local
482 if( nId1 == nId2 && nId1 != 0 /*&& nId2 != 0 ist ueberfluessig*/ ) in TestAttribute()
/AOO42X/main/sd/source/filter/eppt/
H A Dpptexanimations.cxx1560 sal_uInt32 nId2 = 1; // ?? in exportAnimateSet() local
1561 rStrm << nId1 << nId2; in exportAnimateSet()
/AOO42X/main/sw/source/filter/ww8/dump/
H A Dww8scan.cxx3306 bool WW8PLCFx_SEPX::Find4Sprms(sal_uInt16 nId1,sal_uInt16 nId2,sal_uInt16 nId3,sal_uInt16 nId4, in Find4Sprms() argument
3327 else if( nAktId == nId2 ) in Find4Sprms()
3328 p2 = pSp + maSprmParser.DistanceToData(nId2); in Find4Sprms()
H A Dww8scan.hxx513 sal_Bool Find4Sprms(sal_uInt16 nId1, sal_uInt16 nId2, sal_uInt16 nId3, sal_uInt16 nId4,
/AOO42X/main/sw/source/filter/ww8/
H A Dww8scan.hxx655 bool Find4Sprms(sal_uInt16 nId1, sal_uInt16 nId2, sal_uInt16 nId3, sal_uInt16 nId4,
H A Dww8scan.cxx3667 bool WW8PLCFx_SEPX::Find4Sprms(sal_uInt16 nId1,sal_uInt16 nId2,sal_uInt16 nId3,sal_uInt16 nId4, in Find4Sprms() argument
3688 else if( nAktId == nId2 ) in Find4Sprms()
3689 p2 = pSp + maSprmParser.DistanceToData(nId2); in Find4Sprms()