Home
last modified time | relevance | path

Searched refs:nInst (Results 1 – 8 of 8) sorted by relevance

/AOO42X/main/sw/source/filter/ww8/dump/
H A Ddump8a.cxx2109 void DumpEscherRec( sal_uLong nPos, sal_uInt8 nVer, sal_uInt16 nInst, in DumpEscherRec() argument
2155 *pOut << " Id: 0x" << hex << nFbt << " Instance: 0x" << nInst in DumpEscherRec()
2163 sal_uInt16 nId; sal_uInt32 nOp, nStreamOffset = nInst * 6; in DumpEscherRec()
2165 for( sal_uInt16 n = 0; n < nInst; ++n ) in DumpEscherRec()
2197 << _GetShapeTypeNm( nInst ) in DumpEscherRec()
2335 sal_uInt16 nInst, nFbt; in DumpEscherRecs() local
2338 if( !::ReadEsherRec( *xTableStream, nVer, nInst, nFbt, nRecLen )) in DumpEscherRecs()
2348 if( ( !::ReadEsherRec( *xTableStream, nVer, nInst, nFbt, nRecLen ) ) in DumpEscherRecs()
2358 ::DumpEscherRec( nPos + nReadLen, nVer, nInst, in DumpEscherRecs()
/AOO42X/main/filter/source/msfilter/
H A Dmsdffimp.cxx5968 sal_uInt16 nInst; in GetCtrlData() local
5971 if( !this->ReadCommonRecordHeader( rStCtrl, nVer, nInst, nFbt, nLength ) ) return; in GetCtrlData()
5992 …bOk = ReadCommonRecordHeader( rStCtrl, nVer, nInst, nFbt, nLength ) && ( DFF_msofbtDgContainer == … in GetCtrlData()
5998 bOk = ReadCommonRecordHeader( rStCtrl, nVer, nInst, nFbt, nLength ) in GetCtrlData()
6023 sal_uInt16 nInst; in GetDrawingGroupContainerData() local
6032 if(!this->ReadCommonRecordHeader( rSt, nVer, nInst, nFbt, nLength)) return; in GetDrawingGroupContainerData()
6056 if(!this->ReadCommonRecordHeader( rSt, nVer, nInst, nFbt, nLength)) return; in GetDrawingGroupContainerData()
6120 pBLIPInfos->Insert( new SvxMSDffBLIPInfo( nInst, nBLIPPos, nBLIPLen ), in GetDrawingGroupContainerData()
6136 sal_uInt8 nVer;sal_uInt16 nInst;sal_uInt16 nFbt;sal_uInt32 nLength; in GetDrawingContainerData() local
6144 if(!this->ReadCommonRecordHeader( rSt, nVer, nInst, nFbt, nLength)) return; in GetDrawingContainerData()
[all …]
H A Dsvdfppt.cxx3458 PPTBuGraEntry::PPTBuGraEntry( Graphic& rGraphic, sal_uInt32 nInst ) : in PPTBuGraEntry() argument
3459 nInstance ( nInst ), in PPTBuGraEntry()
/AOO42X/main/basic/source/classes/
H A Dsbintern.cxx56 nInst = 0; in SbiGlobals()
H A Dsb.cxx916 if( !GetSbData()->nInst++ ) in StarBASIC()
959 if( !--GetSbData()->nInst ) in ~StarBASIC()
/AOO42X/main/basic/source/inc/
H A Dsbintern.hxx110 short nInst; // Anzahl BASICs member
/AOO42X/main/sc/source/core/data/
H A Ddrwlayer.cxx100 static sal_uInt16 nInst = 0; variable
294 if( !nInst++ ) in ScDrawLayer()
310 if( !--nInst ) in ~ScDrawLayer()
/AOO42X/main/svx/source/form/
H A Ddatanavi.cxx1834 sal_uInt16 nInst = GetNewPageId(); in IMPL_LINK() local
1848 m_aTabCtrl.SetCurPageId( nInst ); in IMPL_LINK()
1849 XFormsPage* pPage = GetCurrentPage( nInst ); in IMPL_LINK()