Searched refs:nInst (Results 1 – 8 of 8) sorted by relevance
/trunk/main/sw/source/filter/ww8/dump/ |
H A D | dump8a.cxx | 2109 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()
|
/trunk/main/filter/source/msfilter/ |
H A D | msdffimp.cxx | 5971 sal_uInt16 nInst; in GetCtrlData() local 6026 sal_uInt16 nInst; in GetDrawingGroupContainerData() local 6139 sal_uInt8 nVer;sal_uInt16 nInst;sal_uInt16 nFbt;sal_uInt32 nLength; in GetDrawingContainerData() local 6173 sal_uInt8 nVer;sal_uInt16 nInst;sal_uInt16 nFbt;sal_uInt32 nLength; in GetShapeGroupContainerData() local 6215 sal_uInt8 nVer;sal_uInt16 nInst;sal_uInt16 nFbt;sal_uInt32 nLength; in GetShapeContainerData() local 6250 eShapeType = (MSO_SPT)nInst; in GetShapeContainerData() 6588 sal_uInt16 nInst, nFbt( 0 ); in GetBLIPDirect() local 6596 sal_uLong nSkip = ( nInst & 0x0001 ) ? 32 : 16; in GetBLIPDirect() 6598 switch( nInst & 0xFFFE ) in GetBLIPDirect() 6651 switch( nInst &~ 1 ) in GetBLIPDirect() [all …]
|
H A D | svdfppt.cxx | 3458 PPTBuGraEntry::PPTBuGraEntry( Graphic& rGraphic, sal_uInt32 nInst ) : in PPTBuGraEntry() argument 3459 nInstance ( nInst ), in PPTBuGraEntry()
|
/trunk/main/basic/source/classes/ |
H A D | sbintern.cxx | 56 nInst = 0; in SbiGlobals()
|
H A D | sb.cxx | 916 if( !GetSbData()->nInst++ ) in StarBASIC() 959 if( !--GetSbData()->nInst ) in ~StarBASIC()
|
/trunk/main/basic/source/inc/ |
H A D | sbintern.hxx | 110 short nInst; // Anzahl BASICs member
|
/trunk/main/sc/source/core/data/ |
H A D | drwlayer.cxx | 100 static sal_uInt16 nInst = 0; variable 294 if( !nInst++ ) in ScDrawLayer() 310 if( !--nInst ) in ~ScDrawLayer()
|
/trunk/main/svx/source/form/ |
H A D | datanavi.cxx | 1834 sal_uInt16 nInst = GetNewPageId(); in IMPL_LINK() local 1848 m_aTabCtrl.SetCurPageId( nInst ); in IMPL_LINK() 1849 XFormsPage* pPage = GetCurrentPage( nInst ); in IMPL_LINK()
|
Completed in 156 milliseconds