Home
last modified time | relevance | path

Searched refs:p (Results 26 – 50 of 2676) sorted by relevance

12345678910>>...108

/trunk/main/basic/source/sbx/
H A Dsbxarray.cxx367 if( p ) in Merge()
603 AddDim32( p->nLbound, p->nUbound ); in operator =()
604 p = p->pNext; in operator =()
647 pLast->pNext = p, pLast = p; in AddDimImpl32()
684 p = p->pNext; in GetDim32()
712 for( SbxDim* p = pFirst; p; p = p->pNext ) in Offset32() local
719 nPos = nPos * p->nSize + nIdx - p->nLbound; in Offset32()
731 for( SbxDim* p = pFirst; p; p = p->pNext ) in Offset() local
738 nPos = nPos * p->nSize + nIdx - p->nLbound; in Offset()
788 for( SbxDim* p = pFirst; p && !IsError(); p = p->pNext ) in Offset32() local
[all …]
H A Dsbxdate.cxx40 switch( +p->eType ) in ImpGetDate()
47 nRes = p->nChar; break; in ImpGetDate()
49 nRes = p->nByte; break; in ImpGetDate()
55 nRes = p->nUShort; break; in ImpGetDate()
61 nRes = p->nSingle; break; in ImpGetDate()
77 if( p->pDecimal ) in ImpGetDate()
85 if( !p->pOUString ) in ImpGetDate()
194 switch( +p->eType ) in ImpPutDate()
198 p->nDouble = n; break; in ImpPutDate()
236 p = &aTmp; goto start; in ImpPutDate()
[all …]
H A Dsbxvalue.cxx218 if( p ) in SbxValue()
224 if( p ) in SbxValue()
245 if( p ) in SbxValue()
250 if( p ) in SbxValue()
500 p = pVal; in TheRealValue()
507 return p; in TheRealValue()
528 if( p ) in Get()
555 case SbxSTRING: p->aPic = ImpGetString( &p->aData ); in Get()
714 if( p ) in GET()
755 if( !p->IsFixed() || p->aData.eType == SbxOBJECT ) in GET()
[all …]
H A Dsbxscan.cxx107 while( *p &&( *p == ' ' || *p == '\t' ) ) p++; in ImpScan()
111 if( isdigit( *p ) ||( (*p == cNonIntntlComma || *p == cIntntlComma || in ImpScan()
126 while( strchr( pSearchStr, *p ) && *p ) in ImpScan()
188 if( strchr( "%!&#", *p ) && *p ) p++; in ImpScan()
193 p++; in ImpScan()
210 p++; in ImpScan()
223 if( *p == '&' ) p++; in ImpScan()
408 for( p = cBuf; *p &&( *p != 'E' ); p++ ) {} in ImpCvtNum()
409 q = p; p--; in ImpCvtNum()
410 while( nPrec && *p == '0' ) nPrec--, p--; in ImpCvtNum()
[all …]
/trunk/main/vcl/source/window/
H A Dtaskpanelist.cxx132 ++p in AddWindow()
256 p++; in HandleKeyEvent()
298 if( (*p)->IsReallyVisible() && !(*p)->IsDialog() && !(*p)->ImplIsSplitter() ) in FindNextPane()
300 pWindow = *p; in FindNextPane()
307 ++p; in FindNextPane()
332 ++p; in FindNextSplitter()
335 …if( (*p)->ImplIsSplitter() && (*p)->IsReallyVisible() && !(*p)->IsDialog() && (*p)->GetParent()->H… in FindNextSplitter()
337 pWindow = *p; in FindNextSplitter()
346 ++p; in FindNextSplitter()
377 if( (*p)->IsReallyVisible() && !(*p)->ImplIsSplitter() && in FindNextFloat()
[all …]
/trunk/main/basic/source/runtime/
H A Druntime.cxx300 pRun = p; in ~SbiInstance()
419 for( SbiRuntime* p = pRun; p; p = p->pNext ) in Stop() local
518 p = p->pNext; in GetCaller()
519 if( p ) in GetCaller()
528 while( p && p->GetMethod() != pMeth ) in GetLocals()
529 p = p->pNext; in GetLocals()
530 if( p ) in GetLocals()
648 if( p ) in SetParameters()
673 if( p && (p->eType & SbxARRAY) ) in SetParameters()
680 if( p ) in SetParameters()
[all …]
/trunk/main/bridges/source/cpp_uno/msvc_win64_x86-64/
H A Dexcept.cxx220 *p++ = 0x49; in copyConstructCodeSnippet()
221 *p++ = 0xb8; in copyConstructCodeSnippet()
232 *p++ = 0x49; in copyConstructCodeSnippet()
233 *p++ = 0xb9; in copyConstructCodeSnippet()
244 *p++ = 0x41; in copyConstructCodeSnippet()
245 *p++ = 0xff; in copyConstructCodeSnippet()
246 *p++ = 0xe1; in copyConstructCodeSnippet()
258 *p++ = 0x48; in destructCodeSnippet()
259 *p++ = 0xba; in destructCodeSnippet()
270 *p++ = 0x49; in destructCodeSnippet()
[all …]
/trunk/main/soltools/mkdepend/
H A Dmain.c201 for (p = args; *p; p++) {
217 if (p > args && p[-1])
227 for (p = args; argc < nargc; p += strlen(p) + 1)
228 if (*p) nargv[argc++] = p;
254 for (p=argv[0] + 2; *p ; p++)
565 for(bol = p--; ++p < eof; ) {
567 *p++ = ' ', *p++ = ' ';
570 *p++ = ' ', *p = ' ';
580 *p++ = ' ', *p++ = ' ';
581 while (*p && *p != '\n')
[all …]
/trunk/main/tools/inc/tools/
H A Dref.hxx132 { CN##List::Insert( p ); p->AddRef();}\
134 { CN##List::Insert( p, nIndex ); p->AddRef();}\
136 { CN##List::Insert( p, pOld ); p->AddRef();}\
192 if( p ) p->ReleaseReference(); return p; \
197 if( p ) p->ReleaseReference(); return p; \
201 p = CN##List::Remove( p ); \
202 if( p ) p->ReleaseReference(); return p; \
206 p->AddRef(); p = CN##List::Replace( p ); \
207 if( p ) p->ReleaseReference(); return p; \
211 p->AddRef(); p = CN##List::Replace( p, nIndex ); \
[all …]
/trunk/main/filter/source/graphicfilter/ios2met/
H A Dios2met.cxx1045 cx=( q*q*(x2*x2-x1*x1)+p*p*(y2*y2-y1*y1)+cy*2*p*p*(y1-y2) ) / ncx; in ReadArc()
1481 ChangeBrush(p->aCol,p->aBgCol,p->bFill); in ReadOrder()
1533 while( p && p->nID != nID ) in ReadOrder()
1534 p = p->pSucc; in ReadOrder()
1567 while( p && p->nID != 1 ) in ReadOrder()
1568 p = p->pSucc; in ReadOrder()
1582 while (p!=NULL && p->nID!=nID) in ReadOrder()
1583 p=p->pSucc; in ReadOrder()
1607 while (p!=NULL && p->nID!=nID) p=p->pSucc; in ReadOrder()
2193 if (p->nWidth==0 || p->nHeight==0 || p->nBitsPerPixel==0) { in ReadImageData()
[all …]
/trunk/main/sal/typesconfig/
H A Dtypesconfig.c78 void PrintArgs( int p, ... ) in PrintArgs() argument
83 va_start( ap, p ); in PrintArgs()
85 printf( "value = %d", p ); in PrintArgs()
138 func(eT, p); in check()
178 case t_int: if ((long)p % sizeof(int)) return forceerror(); else return *((int*)p); in GetAtAddress()
292 long p = (long)(void*)a; in GetAlignment() local
299 p = ( p + 0xF ) & ~0xF; in GetAlignment()
475 char* p = NULL; in main() local
476 InfoMemoryAccess( p ); in main()
477 p = (char*)&p; in main()
[all …]
/trunk/main/tools/workben/
H A Dsolar.c127 int p; in PrintArgs()
135 va_start( ap, p );
140 printf( "value = %d", p );
182 exit( func( eT, p ) ); in check()
196 result = func( eT, p ); in check()
279 int p = (int)(void*)&a; in GetAlignment() local
281 p = ( p + 0xF ) & ~0xF; in GetAlignment()
408 char* p = NULL; in main() local
409 CheckCharAccess( p ); in main()
410 p = (char*)&p; in main()
[all …]
/trunk/main/soltools/cpp/
H A D_include.c161 uchar *p; in genline() local
166 p = (uchar *) outnum((char *) p, cursource->line); in genline()
176 p += strlen((char *) p); in genline()
193 uchar *p; in genimport() local
202 p += strlen((char *) p); in genimport()
204 *p++ = '('; in genimport()
211 *p++ = ','; in genimport()
213 *p++ = '"'; in genimport()
216 *p++ = '"'; in genimport()
218 *p++ = ')'; in genimport()
[all …]
/trunk/main/sc/source/ui/docshell/
H A Dimpex.cxx657 p++; in lcl_ScanString()
660 … rString.Append( p0, sal::static_int_cast<xub_StrLen>( ((*p || *(p-1) == cStr) ? p-1 : p) - p0 ) ); in lcl_ScanString()
776 while (*p && *p != ';') in lcl_ScanSylkFormula()
853 while( *p && *p != cSep )// cSep = tab in Text2Doc()
1392 p++; in ScanNextFieldFromString()
1398 p++; in ScanNextFieldFromString()
1404 p++; in ScanNextFieldFromString()
1407 p++; in ScanNextFieldFromString()
1412 p++; in ScanNextFieldFromString()
1676 while( *p && *p != ';' ) in Sylk2Doc()
[all …]
/trunk/main/svl/source/misc/
H A Dadrparse.cxx788 p = INetMIME::skipLinearWhiteSpaceComment(p, pEnd); in createRFC822Mailbox()
799 p = INetMIME::skipLinearWhiteSpaceComment(p, pEnd); in createRFC822Mailbox()
811 p += 2; in createRFC822Mailbox()
816 if (*p == '\x0D' || (*p == '\\' && ++p == pEnd) in createRFC822Mailbox()
826 while (p != pEnd && INetMIME::isAtomChar(*p)) in createRFC822Mailbox()
834 p = INetMIME::skipLinearWhiteSpaceComment(p, pEnd); in createRFC822Mailbox()
864 if (*p == '\x0D' || *p == '[' || (*p == '\\' && ++p == pEnd) in createRFC822Mailbox()
867 if (*p >= '[' && *p <= ']') in createRFC822Mailbox()
874 while (p != pEnd && INetMIME::isAtomChar(*p)) in createRFC822Mailbox()
887 for (;p != pEnd; ++p) in createRFC822Mailbox()
[all …]
/trunk/main/sw/source/filter/ww8/dump/
H A Dww8scan.cxx884 p->nStartPos = p->nEndPos = LONG_MAX; in GetSprms()
899 p->nStartPos = p->nEndPos = LONG_MAX; in GetSprms()
1606 for( sal_uInt8** p = pPieceGrpprls; *p; p++ ) in DeletePieceTable() local
2615 p->nStartPos = p->nEndPos = LONG_MAX; in GetSprms()
4230 p->nCpOfs = ( p == pChp || p == pPap || p == pBkm || p == pPcd || in WW8PLCFMan()
4237 if ((p == pChp) || (p == pPap)) in WW8PLCFMan()
4238 p->nStartPos = p->nEndPos = nStartCp; in WW8PLCFMan()
4257 if ((p == pChp) || (p == pPap)) in WW8PLCFMan()
4464 if (!p || !p->pIdStk) in TransferOpenSprms()
4519 if ( (p == pChp) || (p == pPap) ) in AdvSprm()
[all …]
/trunk/main/sfx2/source/appl/
H A Dlinksrc.cxx218 for( SvLinkSource_Entry_Impl* p = aIter.Curr(); p; p = aIter.Next() ) in Closed() local
220 p->xSink->Closed(); in Closed()
238 for( SvLinkSource_Entry_ImplPtr p = aIter.Curr(); p; p = aIter.Next() ) in SendDataChanged() local
240 if( p->bIsDataSink ) in SendDataChanged()
280 for( SvLinkSource_Entry_ImplPtr p = aIter.Curr(); p; p = aIter.Next() ) in NotifyDataChanged() local
287 p->xSink->DataChanged( p->aDataMimeType, aVal ); in NotifyDataChanged()
323 for( SvLinkSource_Entry_ImplPtr p = aIter.Curr(); p; p = aIter.Next() ) in DataChanged() local
362 for( SvLinkSource_Entry_ImplPtr p = aIter.Curr(); p; p = aIter.Next() ) in RemoveAllDataAdvise() local
363 if( p->bIsDataSink && &p->xSink == pLink ) in RemoveAllDataAdvise()
381 for( SvLinkSource_Entry_ImplPtr p = aIter.Curr(); p; p = aIter.Next() ) in RemoveConnectAdvise() local
[all …]
/trunk/main/sot/source/sdstor/
H A Dstgcache.cxx180 p = p->pNext2; in Create()
269 if( !p ) in Get()
298 memcpy( p->pData, q->pData, p->nData ); in Copy()
319 p = p->pNext2; in Commit()
325 if( p ) do in Commit()
330 sal_Bool b = Write( p->nPage, p->pData, 1 ); in Commit()
335 p = p->pNext2; in Commit()
338 if( p ) do in Commit()
343 sal_Bool b = Write( p->nPage, p->pData, 1 ); in Commit()
348 p = p->pNext1; in Commit()
[all …]
H A Dstg.cxx106 if ( p ) in OLEStorageBase()
153 sal_uInt16 nCurMode = ( p && p->nRefCnt ) ? p->nMode : 0xFFFF; in ValidateMode_Impl()
633 p = NULL; in OpenStorage()
634 if( p && p->aEntry.GetType() != STG_STORAGE ) in OpenStorage()
671 if( !p ) in OpenStream()
691 p = NULL; in OpenStream()
692 if( p && p->aEntry.GetType() != STG_STREAM ) in OpenStream()
697 if( p ) in OpenStream()
703 if( p && !p->bDirect ) in OpenStream()
716 if( p ) in Remove()
[all …]
/trunk/main/offapi/com/sun/star/configuration/
H A DConfigurationAccess.idl65 </p>
68 </p>
74 </p>
78 </p>
101 </p>
115 </p>
155 </p>
160 </p>
165 </p>
181 </p>
[all …]
/trunk/main/sw/source/filter/ww8/
H A Dww8scan.cxx1716 for( sal_uInt8** p = pPieceGrpprls; *p; p++ ) in DeletePieceTable() local
2936 p->nStartPos = p->nEndPos = WW8_CP_MAX; in GetSprms()
3346 p->pMemPos = WW8PLCFx_Fc_FKP::GetSprmsAndPos(p->nStartPos, p->nEndPos, in GetSprms()
3796 p->nStartPos = p->nEndPos = WW8_CP_MAX; in GetSprms()
3814 p->nEndPos = p->nStartPos + 1; in GetSprms()
3828 p->nSprmsLen -= p->nCp2OrIdx; in GetSprms()
4675 p->nCpOfs = ( p == pChp || p == pPap || p == pBkm || p == pPcd || in WW8PLCFMan()
4682 if ((p == pChp) || (p == pPap)) in WW8PLCFMan()
4838 if ((p == pFtn) || (p == pEdn) || (p == pAnd)) in GetSprmStart()
4911 if (!p || !p->pIdStk) in TransferOpenSprms()
[all …]
/trunk/main/offapi/com/sun/star/text/
H A DMailMerge.idl70 by that.</p>
233 <p>This property is only evaluated for file output.</p>
242 <p>This property is only evaluated for file output.</p>
255 <p>This property is only evaluated for file output.</p>
264 <p>This property is only evaluated for e-Mail output.</p>
275 <p>This property is only evaluated for e-Mail output.</p>
284 <p>This property is only evaluated for e-Mail output.</p>
294 <p>This property is only evaluated for e-Mail output.</p>
305 <p>This property is only evaluated for e-Mail output.</p>
376 <p>This property is only evaluated for file output.</p>
[all …]
/trunk/main/sal/rtl/source/
H A Duri.cxx161 if (pEnd - p < 3 || p[0] != cEscapePrefix in readUcs4()
218 && pEnd - p >= 3 && p[0] == cEscapePrefix in readUcs4()
226 && p != pEnd && *p <= 0x7F) in readUcs4()
390 for (sal_Unicode const * p = pPos + 1; p != pEnd; ++p) in parseUriRef() local
398 else if (!isAlpha(*p) && !isDigit(*p) && *p != '+' && *p != '-' in parseUriRef()
452 (q - p == 1 && p[0] == '.') || in joinPaths()
453 (q - p == 2 && p[0] == '.' && p[1] == '.') in joinPaths()
482 if (q - p == 2 && p[0] == '.' && p[1] == '.') in joinPaths()
489 aBuffer.append(p, r - p); in joinPaths()
499 else if (q - p != 1 || *p != '.') in joinPaths()
[all …]
/trunk/main/sw/source/filter/ww1/
H A Dw1class.cxx114 p++; in ReadName()
179 p++; in ReadChpx()
197 p++; in ReadPapx()
214 p++; in ReadEstcp()
217 p++; in ReadEstcp()
363 p = (W1_FFN *)(((char*)p) + nNextSiz); in Ww1Fonts()
373 p = (W1_FFN*)(((char*)p) + p->cbFfnM1Get() + 1); in Ww1Fonts()
428 : p(NULL), in Ww1Sprm()
469 delete p; in ~Ww1Sprm()
849 p = p + nNextSiz; in Ww1StringList()
[all …]
/trunk/main/sal/textenc/
H A Dconvertbig5hkscs.c130 ImplDBCSEUDCData const * p in ImplConvertBig5HkscsToUnicode() local
139 if (nRow >= p->mnLeadStart && nRow <= p->mnLeadEnd) in ImplConvertBig5HkscsToUnicode()
162 + (p->mnTrail1End - p->mnTrail1Start in ImplConvertBig5HkscsToUnicode()
176 + (p->mnTrail1End - p->mnTrail1Start in ImplConvertBig5HkscsToUnicode()
178 + (p->mnTrail2End - p->mnTrail2Start in ImplConvertBig5HkscsToUnicode()
184 ++p; in ImplConvertBig5HkscsToUnicode()
373 ImplDBCSEUDCData const * p in ImplConvertUnicodeToBig5Hkscs() local
381 if (nChar >= p->mnUniStart && nChar <= p->mnUniEnd) in ImplConvertUnicodeToBig5Hkscs()
388 nSize = p->mnTrail1End - p->mnTrail1Start + 1; in ImplConvertUnicodeToBig5Hkscs()
395 nSize = p->mnTrail2End - p->mnTrail2Start + 1; in ImplConvertUnicodeToBig5Hkscs()
[all …]

Completed in 326 milliseconds

12345678910>>...108