/aoo4110/main/ucb/workben/ucb/ |
H A D | srcharg.cxx | 185 if (pEnd - q < 2 || *q++ != '-' || *q++ != '-') in parseSearchArgument() 207 if (q == pEnd || *q++ != '=') in parseSearchArgument() 230 p = q; in parseSearchArgument() 293 if (q != pEnd && *q == '"') in parseSearchArgument() 346 if (pEnd - q >= 2 && q[0] == '-' in parseSearchArgument() 347 && (q[1] == 'C' || q[1] == 'c') in parseSearchArgument() 353 else if (pEnd - q >= 2 && q[0] == '-' in parseSearchArgument() 354 && (q[1] == 'R' || q[1] == 'r') in parseSearchArgument() 465 p = q; in parseSearchArgument() 468 q = p; in parseSearchArgument() [all …]
|
/aoo4110/main/slideshow/source/engine/ |
H A D | sp_debug.cxx | 94 shared_ptr_layout const * q = reinterpret_cast<shared_ptr_layout const *>(p); in scan_and_count() local 96 if(q->pn.id == boost::detail::shared_count_id && q->pn.pi != 0 && m.count(q->pn.pi) != 0) in scan_and_count() 98 ++m2[q->pn.pi]; in scan_and_count() 111 shared_ptr_layout const * q = reinterpret_cast<shared_ptr_layout const *>(p); in scan_and_mark() local 113 if(q->pn.id == boost::detail::shared_count_id && q->pn.pi != 0 && m2.count(q->pn.pi) != 0) in scan_and_mark() 115 open.push_back(q->pn.pi); in scan_and_mark() 116 m2.erase(q->pn.pi); in scan_and_mark() 209 shared_ptr_layout * q = reinterpret_cast<shared_ptr_layout *>(p); in scan_and_free() local 211 …if(q->pn.id == boost::detail::shared_count_id && q->pn.pi != 0 && m2.count(q->pn.pi) != 0 && q->px… in scan_and_free()
|
/aoo4110/main/ucb/source/regexp/ |
H A D | regexp.cxx | 72 sal_Unicode const * q = rString.getStr(); in matchStringIgnoreCase() local 75 if (pEnd - p < qEnd - q) in matchStringIgnoreCase() 78 while (q != qEnd) in matchStringIgnoreCase() 81 sal_Unicode c2 = *q++; in matchStringIgnoreCase() 132 sal_Unicode const * q = p; in matches() local 134 && (q == pEnd || *q == '/' || *q == '?' || *q == '#')) in matches() 138 pBlock2Begin = q; in matches() 320 sal_uChar const * qEnd = q + nStringLength; in matchString() 322 if (pEnd - p < qEnd - q) in matchString() 325 while (q != qEnd) in matchString() [all …]
|
/aoo4110/main/ooo_custom_images/industrial/res/commandimagelist/ |
H A D | lc_backgroundpatterncontroller.xcf.bz2 |
|
/aoo4110/main/sal/rtl/source/ |
H A D | uri.cxx | 448 for (sal_Unicode const * q = p; q != rBasePath.pEnd; ++q) in joinPaths() local 449 if (*q == '/') in joinPaths() 458 p = q + 1; in joinPaths() 466 sal_Unicode const * q = p; in joinPaths() local 470 if (q == rRelPath.pEnd) in joinPaths() 472 r = q; in joinPaths() 475 if (*q == '/') in joinPaths() 477 r = q + 1; in joinPaths() 480 ++q; in joinPaths() 501 if (q == rRelPath.pEnd) in joinPaths() [all …]
|
/aoo4110/main/basic/source/sbx/ |
H A D | sbxscan.cxx | 101 char buf[ 80 ], *q = buf; in ImpScan() local 143 *q++ = '.'; in ImpScan() 153 *q++ = 'E'; p++; in ImpScan() 159 *q++ = *p++; in ImpScan() 163 *q++ = *p++; in ImpScan() 168 *q = 0; in ImpScan() 214 *q = 0; in ImpScan() 215 for( q = buf; *q; q++ ) in ImpScan() 392 char *q; in ImpCvtNum() local 409 q = p; p--; in ImpCvtNum() [all …]
|
H A D | sbxvar.cxx | 247 const SbxParamInfo* q = pInfo->aParams.GetObject( i ); in GetName() local 248 int nt = q->eType & 0x0FFF; in GetName() 251 if( q->nFlags & SBX_OPTIONAL ) in GetName() 253 if( q->eType & SbxBYREF ) in GetName() 255 aTmp += q->aName; in GetName() 266 if( q->eType & SbxARRAY ) in GetName() 271 if( q->eType & SbxARRAY ) in GetName()
|
/aoo4110/main/desktop/win32/source/ |
H A D | extendloaderenvironment.cxx | 56 WCHAR const * q = path; in contains() local 61 return q == pathEnd; in contains() 63 if (q == pathEnd) { in contains() 66 q = path; in contains() 69 if (q != NULL) { in contains() 70 if (q != pathEnd && *q == c) { in contains() 71 ++q; in contains() 73 q = NULL; in contains()
|
/aoo4110/main/sw/source/core/bastyp/ |
H A D | bparr.cxx | 298 BlockInfo* q; in Insert() local 301 q = ppInf[ cur+1 ]; in Insert() 302 if( q->nElem ) in Insert() 304 int nCount = q->nElem; in Insert() 310 q->nStart--; in Insert() 311 q->nEnd--; in Insert() 332 q = InsBlock( cur+1 ); in Insert() 338 pLast->pBlock = q; in Insert() 340 q->pData[ 0 ] = pLast; in Insert() 341 q->nElem++; in Insert() [all …]
|
/aoo4110/main/tools/source/inet/ |
H A D | inetmime.cxx | 3115 bool bEncodedWord = q != pEnd && *q++ == '?'; in decodeHeaderFieldBody() 3124 if (q == pEnd) in decodeHeaderFieldBody() 3180 if (q == pEnd) in decodeHeaderFieldBody() 3184 switch (*q++) in decodeHeaderFieldBody() 3203 bEncodedWord = bEncodedWord && q != pEnd && *q++ == '?'; in decodeHeaderFieldBody() 3254 if (*q == '?') in decodeHeaderFieldBody() 3256 ++q; in decodeHeaderFieldBody() 3273 if (q == pEnd) in decodeHeaderFieldBody() 3305 q += 2; in decodeHeaderFieldBody() 3344 bEncodedWord = bEncodedWord && q != pEnd && *q++ == '='; in decodeHeaderFieldBody() [all …]
|
/aoo4110/main/basegfx/source/color/ |
H A D | bcolortools.cxx | 170 const double q = v*(1.0-(s*f)); in hsv2rgb() local 180 return BColor(q,v,p); in hsv2rgb() 186 return BColor(p,q,v); in hsv2rgb() 192 return BColor(v,p,q); in hsv2rgb() 214 const double y=rYIQColor.getRed(), i=rYIQColor.getGreen(), q=rYIQColor.getBlue(); in yiq2rgb() local 216 y + 0.956*i + 0.623*q, in yiq2rgb() 217 y - 0.272*i - 0.648*q, in yiq2rgb() 218 y - 1.105*i + 1.705*q ); in yiq2rgb()
|
/aoo4110/main/dbaccess/source/ui/querydesign/ |
H A D | ConnectionLine.cxx | 341 double dist_Euklid(const Point &p1, const Point& p2,const Point& pM, Point& q) in dist_Euklid() argument 349 q.X() = long(p1.X() + a * v.X()); in dist_Euklid() 350 q.Y() = long(p1.Y() + a * v.Y()); in dist_Euklid() 361 Point q; in CheckHit() local 362 double l = fabs(dist_Euklid(m_aSourceConnPos,m_aDestConnPos,rMousePos,q)); in CheckHit() 365 …m_aSourceConnPos.X(),m_aDestConnPos.X()) <= q.X() && ::std::min(m_aSourceConnPos.Y(),m_aDestConnPo… in CheckHit() 366 …&& q.X() <= ::std::max(m_aDestConnPos.X(),m_aSourceConnPos.X()) && q.Y() <= ::std::max(m_aDestCo… in CheckHit()
|
/aoo4110/main/ucbhelper/source/provider/ |
H A D | configureucb.cxx | 85 sal_Unicode const * q = p; in fillPlaceholders() local 86 while (q != pEnd && *q != '>') in fillPlaceholders() 87 ++q; in fillPlaceholders() 88 if (q == pEnd) in fillPlaceholders() 90 rtl::OUString aKey(p, q - p); in fillPlaceholders() 109 p = q + 1; in fillPlaceholders()
|
/aoo4110/main/basic/source/comp/ |
H A D | symtbl.cxx | 145 const SbiSymDef* q = p; in AddSym() local 146 aData.Insert( q, q->nPos ); in AddSym() 158 const SbiSymDef* q = p; in AddProc() local 159 aData.Insert( q, q->nPos ); in AddProc() 196 const SbiSymDef* q = pDef; in Add() local 197 aData.Insert( q, q->nPos ); in Add()
|
/aoo4110/main/sot/source/sdstor/ |
H A D | stg.cxx | 181 : OLEStorageBase( p, q, m_nMode ), nPos( 0L ) in StorageStream() 184 if( q && p ) in StorageStream() 186 if( q->nRefCnt == 1 ) in StorageStream() 188 q->nMode = m; in StorageStream() 189 q->OpenStream( *p ); in StorageStream() 519 Storage::Storage( StgIo* p, StgDirEntry* q, StreamMode m ) in Storage() argument 520 : OLEStorageBase( p, q, m_nMode ), bIsRoot( sal_False ) in Storage() 522 if( q ) in Storage() 523 q->aEntry.GetName( aName ); in Storage() 527 if( q && q->nRefCnt == 1 ) in Storage() [all …]
|
H A D | stgcache.cxx | 294 StgPage* q = Get( nOld, sal_True ); in Copy() local 295 if( q ) in Copy() 297 OSL_ENSURE( p->nData == q->nData, "Unexpected page size!" ); in Copy() 298 memcpy( p->pData, q->pData, p->nData ); in Copy()
|
/aoo4110/main/odk/source/unoapploader/unx/ |
H A D | unoapploader.c | 114 char * q; in main() local 123 q = cmd; in main() 125 *q++ = '\\'; in main() 126 *q++ = *p++; in main() 129 *q++ = '/'; in main() 131 strcpy(q, "unoinfo c++"); in main()
|
/aoo4110/main/sc/source/core/tool/ |
H A D | interpr3.cxx | 276 double q,t,z; in gaussinv() local 278 q=x-0.5; in gaussinv() 280 if(fabs(q)<=.425) in gaussinv() 282 t=0.180625-q*q; in gaussinv() 285 q* in gaussinv() 333 if(q>0) t=1-x; in gaussinv() 439 if(q<0.0) z=-z; in gaussinv() 1235 double q = (0.5 - p) + 0.5; in GetBinomDistPMF() local 1328 PushDouble(GetBetaDist(q,n-xe,xe+1.0)-GetBetaDist(q,n-xs+1,xs) ); in ScB() 1428 double q = 1.0 - p; in ScCritBinom() local [all …]
|
/aoo4110/main/sc/source/ui/miscdlgs/ |
H A D | crnrdlg.cxx | 539 SCCOL q=nCol1+3; in UpdateNames() local 540 if(q>nCol2) q=nCol2; in UpdateNames() 547 for(SCCOL i=nCol1+1;i<=q;i++) in UpdateNames() 554 if(q<nCol2) // Zu lang? Ergaenzen um ",..." in UpdateNames() 586 SCROW q=nRow1+3; in UpdateNames() local 587 if(q>nRow2) q=nRow2; in UpdateNames() 593 for(SCROW i=nRow1+1;i<=q;i++) in UpdateNames() 600 if(q<nRow2) in UpdateNames()
|
/aoo4110/main/svl/source/svdde/ |
H A D | ddesvr.cxx | 140 HSZPAIR* q = pPairs; in SV_IMPL_VARARR() local 151 q->hszSvc = *pService->pName; in SV_IMPL_VARARR() 152 q->hszTopic = *pTopic->pName; in SV_IMPL_VARARR() 153 q++; in SV_IMPL_VARARR() 169 q->hszSvc = *pService->pName; in SV_IMPL_VARARR() 170 q->hszTopic = *pTopic->pName; in SV_IMPL_VARARR() 171 q++; in SV_IMPL_VARARR() 180 q->hszSvc = NULL; in SV_IMPL_VARARR() 181 q->hszTopic = NULL; in SV_IMPL_VARARR()
|
H A D | ddeinf.cxx | 168 char* q = p; in IMPL_LINK() local 174 q = buf; i = 0; in IMPL_LINK() 176 *q++ = *p++, i++; in IMPL_LINK() 177 *q = 0; in IMPL_LINK()
|
/aoo4110/main/ucb/source/core/ |
H A D | ucb.cxx | 113 sal_Unicode const * q = p; in fillPlaceholders() local 114 while (q != pEnd && *q != '>') in fillPlaceholders() 115 ++q; in fillPlaceholders() 116 if (q == pEnd) in fillPlaceholders() 118 rtl::OUString aKey(p, q - p); in fillPlaceholders() 137 p = q + 1; in fillPlaceholders()
|
/aoo4110/main/connectivity/source/drivers/evoab2/ |
H A D | EApi.h | 119 EAPI_EXTERN EBookQuery* (*e_book_query_not) (EBookQuery *q, gboolean unref); 120 EAPI_EXTERN EBookQuery* (*e_book_query_ref) (EBookQuery *q); 121 EAPI_EXTERN void (*e_book_query_unref) (EBookQuery *q); 122 EAPI_EXTERN char* (*e_book_query_to_string) (EBookQuery *q);
|
/aoo4110/main/jurt/com/sun/star/lib/uno/environments/remote/ |
H A D | JavaThreadPoolFactory.java | 56 JobQueue q = getJobQueue(threadId); in getAsyncJobQueue() local 57 return q == null ? null : q._async_jobQueue; in getAsyncJobQueue()
|
/aoo4110/main/scaddins/source/analysis/ |
H A D | bessel.cxx | 420 double q; // will be (k-1) div 2 in Bessely1() local 427 q = (k-1.0)/2.0; in Bessely1() 430 alpha = sign_alpha * (1.0/q + 1.0/(q+1.0)); in Bessely1()
|