| /aoo42x/main/rsc/source/parser/ | 
| H A D | rscyacc.cxx | 131 	RscId aName1 = MakeRscId( pHeader->nName1 );  in DoClassHeader()132 	RscId aName2 = MakeRscId( pHeader->nName2 );  in DoClassHeader()
 134 	if( pHeader->pRefClass )  in DoClassHeader()
 135 		aCopyInst.pClass = pHeader->pRefClass;  in DoClassHeader()
 137 		aCopyInst.pClass = pHeader->pClass;  in DoClassHeader()
 139 	if( TYPE_COPY == pHeader->nTyp )  in DoClassHeader()
 158 		if( S.Top().pClass->InHierarchy( pHeader->pClass )  in DoClassHeader()
 190 			else if( !pHeader->pClass->PutObjNode( pNode ) )  in DoClassHeader()
 201 												 pHeader->pClass, aCopyInst, &aTmpI );  in DoClassHeader()
 213 											pHeader->pClass, RSCINST(), &aTmpI );  in DoClassHeader()
 [all …]
 
 | 
| /aoo42x/main/package/source/package/zipapi/ | 
| H A D | ZipFile.cxx | 203 								sal_Int8 * & pHeader )  in StaticFillHeader()  argument212 	*(pHeader++) = ( n_ConstHeader >> 0 ) & 0xFF;  in StaticFillHeader()
 213 	*(pHeader++) = ( n_ConstHeader >> 8 ) & 0xFF;  in StaticFillHeader()
 214 	*(pHeader++) = ( n_ConstHeader >> 16 ) & 0xFF;  in StaticFillHeader()
 215 	*(pHeader++) = ( n_ConstHeader >> 24 ) & 0xFF;  in StaticFillHeader()
 218 	*(pHeader++) = ( n_ConstCurrentVersion >> 0 ) & 0xFF;  in StaticFillHeader()
 219 	*(pHeader++) = ( n_ConstCurrentVersion >> 8 ) & 0xFF;  in StaticFillHeader()
 280 	pHeader += nSaltLength;  in StaticFillHeader()
 284 	pHeader += nIVLength;  in StaticFillHeader()
 288 	pHeader += nDigestLength;  in StaticFillHeader()
 [all …]
 
 | 
| H A D | XUnbufferedStream.cxx | 115 		sal_Int8 * pHeader = maHeader.getArray();  in XUnbufferedStream()  local116 		ZipFile::StaticFillHeader( rData, rEntry.nSize, aMediaType, pHeader );  in XUnbufferedStream()
 
 | 
| /aoo42x/main/svtools/source/svhtml/ | 
| H A D | parhtml.cxx | 1926 		if( 0xfeU == (sal_uChar)pHeader[0] &&  in IsHTMLFormat()1927 			0xffU == (sal_uChar)pHeader[1] )  in IsHTMLFormat()
 1932 		else if( 0xffU == (sal_uChar)pHeader[0] &&  in IsHTMLFormat()
 1933 				 0xfeU == (sal_uChar)pHeader[1] )  in IsHTMLFormat()
 1942          (0xfe == (sal_uChar)pHeader[0] && 0xff == (sal_uChar)pHeader[1]) ||  in IsHTMLFormat()
 1943          (0xff == (sal_uChar)pHeader[0] && 0xfe == (sal_uChar)pHeader[1])  in IsHTMLFormat()
 1947 		if( 0xfe == (sal_uChar)pHeader[0] )  in IsHTMLFormat()
 1952 			 pHeader[nLen] != 0 || pHeader[nLen+1] != 0;  in IsHTMLFormat()
 1961 				cUC = (sal_Unicode(pHeader[nPos]) << 8) | pHeader[nPos+1];  in IsHTMLFormat()
 1963 				cUC = (sal_Unicode(pHeader[nPos+1]) << 8) | pHeader[nPos];  in IsHTMLFormat()
 [all …]
 
 | 
| /aoo42x/main/sw/source/filter/basflt/ | 
| H A D | iodetect.cxx | 52 const sal_Char* SwIoDetect::IsReader(const sal_Char* pHeader, sal_uLong nLen_,  in IsReader()  argument75         bRet = HTMLParser::IsHTMLFormat( pHeader, sal_True, RTL_TEXTENCODING_DONTKNOW );  in IsReader()
 77         bRet = 0 == strncmp( "{\\rtf", pHeader, 5 );  in IsReader()
 80         W1_FIB *pW1Header = (W1_FIB*)pHeader;  in IsReader()
 88         bRet = (( ((W1_FIB*)pHeader)->wIdentGet() == 0xA59C  in IsReader()
 89                     && ((W1_FIB*)pHeader)->nFibGet() == 0x21)  in IsReader()
 90                 && ((W1_FIB*)pHeader)->fComplexGet() == 0);  in IsReader()
 93         bRet = SwIoSystem::IsDetectableText(pHeader, nLen_);  in IsReader()
 95         bRet = SwIoSystem::IsDetectableText( pHeader, nLen_, 0, 0, 0, true);  in IsReader()
 
 | 
| /aoo42x/main/vcl/os2/source/gdi/ | 
| H A D | salgdi3.cxx | 1271             TTPOLYGONHEADER* pHeader = (TTPOLYGONHEADER*)pData;  in GetGlyphOutline()  local1272             while( (PM_BYTE*)pHeader < pData+nSize2 )  in GetGlyphOutline()
 1275                 if( pHeader->dwType != TT_POLYGON_TYPE )  in GetGlyphOutline()
 1282                 long nX = IntTimes256FromFixed( pHeader->pfxStart.x );  in GetGlyphOutline()
 1283                 long nY = IntTimes256FromFixed( pHeader->pfxStart.y );  in GetGlyphOutline()
 1288                 TTPOLYCURVE* pCurve = (TTPOLYCURVE*)( pHeader + 1 );  in GetGlyphOutline()
 1289                 pHeader = (TTPOLYGONHEADER*)( (PM_BYTE*)pHeader + pHeader->cb );  in GetGlyphOutline()
 1290                 while( (PM_BYTE*)pCurve < (PM_BYTE*)pHeader )  in GetGlyphOutline()
 
 | 
| /aoo42x/main/sc/source/filter/xcl97/ | 
| H A D | XclExpChangeTrack.cxx | 1070 	pHeader( NULL ),  in XclExpChangeTrack()1108 	pHeader = new XclExpChTrHeader;  in XclExpChangeTrack()
 1109 	aRecList.Append( pHeader );  in XclExpChangeTrack()
 1127 			pHeader->SetGUID( aGUID );  in XclExpChangeTrack()
 1133 	pHeader->SetGUID( aGUID );  in XclExpChangeTrack()
 1134 	pHeader->SetCount( nIndex - 1 );  in XclExpChangeTrack()
 
 | 
| /aoo42x/main/filter/source/graphicfilter/ieps/ | 
| H A D | ieps.cxx | 568 	sal_uInt8* pHeader = new sal_uInt8[ 22 ];  in GraphicImport()  local570 	rStream.Read( pHeader, 22 );	// check PostScript header  in GraphicImport()
 571 	if ( ImplSearchEntry( pHeader, (sal_uInt8*)"%!PS-Adobe", 10, 10 ) &&  in GraphicImport()
 572 		ImplSearchEntry( &pHeader[ 15 ], (sal_uInt8*)"EPS", 3, 3 ) )  in GraphicImport()
 735 	delete[] pHeader;  in GraphicImport()
 
 | 
| /aoo42x/main/package/source/package/zippackage/ | 
| H A D | ZipPackageStream.cxx | 407 			const sal_Int8 *pHeader = aHeader.getConstArray();  in ParsePackageRawStream()  local408 			sal_uInt32 nHeader = ( pHeader [0] & 0xFF )       |  in ParsePackageRawStream()
 409 							 	( pHeader [1] & 0xFF ) << 8  |  in ParsePackageRawStream()
 410 							 	( pHeader [2] & 0xFF ) << 16 |  in ParsePackageRawStream()
 411 							 	( pHeader [3] & 0xFF ) << 24;  in ParsePackageRawStream()
 
 | 
| /aoo42x/main/vcl/win/source/gdi/ | 
| H A D | salgdi3.cxx | 2497     TTPOLYGONHEADER* pHeader = (TTPOLYGONHEADER*)pData;  in GetGlyphOutline()  local2498     while( (BYTE*)pHeader < pData+nSize2 )  in GetGlyphOutline()
 2501         if( pHeader->dwType != TT_POLYGON_TYPE )  in GetGlyphOutline()
 2508         long nX = IntTimes256FromFixed( pHeader->pfxStart.x );  in GetGlyphOutline()
 2509         long nY = IntTimes256FromFixed( pHeader->pfxStart.y );  in GetGlyphOutline()
 2514         TTPOLYCURVE* pCurve = (TTPOLYCURVE*)( pHeader + 1 );  in GetGlyphOutline()
 2515         pHeader = (TTPOLYGONHEADER*)( (BYTE*)pHeader + pHeader->cb );  in GetGlyphOutline()
 2516         while( (BYTE*)pCurve < (BYTE*)pHeader )  in GetGlyphOutline()
 
 | 
| H A D | salgdi.cxx | 1040                 RGNDATAHEADER* pHeader = (RGNDATAHEADER*) mpClipRgnData;  in setClipRegion()  local1042                 if( pHeader->nCount )  in setClipRegion()
 1048                     for( ULONG n = 1; n < pHeader->nCount; n++, pRect++ )  in setClipRegion()
 
 | 
| /aoo42x/main/tools/source/rc/ | 
| H A D | resmgr.cxx | 1296     RSHEADER_TYPE* pHeader = NULL;  in CreateBlock()  local1301         pHeader = (RSHEADER_TYPE*)rtl_allocateMemory( GetRemainSize() );  in CreateBlock()
 1302         memcpy( pHeader, GetClass(), GetRemainSize() );  in CreateBlock()
 1303         Increment( pHeader->GetLocalOff() ); //ans Ende setzen  in CreateBlock()
 1304         if ( pHeader->GetLocalOff() != pHeader->GetGlobOff() )  in CreateBlock()
 1309     return pHeader;  in CreateBlock()
 
 | 
| /aoo42x/main/svtools/source/brwbox/ | 
| H A D | editbrowsebox.cxx | 191 				  ,pHeader(NULL)  in EditBrowseBox()230 		pHeader = imp_CreateHeaderBar(pParent);  in CreateHeaderBar()
 232 			pHeader->SetUpdateMode(sal_False);  in CreateHeaderBar()
 233 		return pHeader;  in CreateHeaderBar()
 
 | 
| /aoo42x/main/sd/source/ui/dlg/ | 
| H A D | headerfooterdlg.cxx | 934 	SdrTextObj* pHeader = (SdrTextObj*)mpMaster->GetPresObj( PRESOBJ_HEADER );  in Paint()  local943 	if( pHeader )  in Paint()
 944 		Paint( *this, pHeader, maSettings.mbHeaderVisible );  in Paint()
 
 | 
| /aoo42x/main/sw/source/core/layout/ | 
| H A D | flylay.cxx | 359 			SwFrm* pHeader = FindFooterOrHeader();  in CheckClip()  local364             if ( !pHeader || !pHeader->IsHeaderFrm() )  in CheckClip()
 
 | 
| /aoo42x/main/svtools/inc/svtools/ | 
| H A D | editbrowsebox.hxx | 506 		BrowserHeader*  pHeader;  member in svt::EditBrowseBox515 		BrowserHeader*	GetHeaderBar() const {return pHeader;}  in GetHeaderBar()
 
 | 
| H A D | parhtml.hxx | 255 	static FASTBOOL IsHTMLFormat( const sal_Char* pHeader,
 | 
| /aoo42x/main/sw/source/core/text/ | 
| H A D | txtfly.cxx | 1328             const SwFrm* pHeader = 0;  in GetTop()  local1333                      0 != ( pHeader = pTmp->FindFooterOrHeader() ) &&  in GetTop()
 1334                      !pHeader->IsFooterFrm() &&  in GetTop()
 1338 				if( pHeader || FLY_AT_FLY == rNewA.GetAnchorId() )  in GetTop()
 
 | 
| /aoo42x/main/sw/inc/ | 
| H A D | iodetect.hxx | 66     const sal_Char* IsReader( const sal_Char* pHeader, sal_uLong nLen_,
 | 
| /aoo42x/main/writerfilter/source/doctok/ | 
| H A D | WW8DocumentImpl.cxx | 1841                         pHeader(getHeader(n));  in resolve()  local1845                     if (pHeader.get() != NULL)  in resolve()
 1846                         rStream.substream(qName, pHeader);  in resolve()
 
 | 
| /aoo42x/main/sc/source/filter/inc/ | 
| H A D | XclExpChangeTrack.hxx | 618 	XclExpChTrHeader*			pHeader;			// header record for last GUID  member in XclExpChangeTrack
 | 
| /aoo42x/main/package/inc/ | 
| H A D | ZipFile.hxx | 143 									sal_Int8 * & pHeader );
 | 
| /aoo42x/main/sd/source/core/ | 
| H A D | sdpage.cxx | 836 				SdrObject* pHeader = pMasterPage->GetPresObj( PRESOBJ_HEADER );  in CreateTitleAndLayout()  local837 				if( pHeader == NULL )  in CreateTitleAndLayout()
 
 | 
| /aoo42x/main/svx/source/fmcomp/ | 
| H A D | gridctrl.cxx | 984 	pHeader->SetMouseTransparent(sal_False);  in Init()
 |