Home
last modified time | relevance | path

Searched refs:q (Results 1 – 25 of 198) sorted by relevance

12345678

/trunk/main/ucb/workben/ucb/
H A Dsrcharg.cxx185 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 …]
/trunk/main/slideshow/source/engine/
H A Dsp_debug.cxx94 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()
/trunk/main/ucb/source/regexp/
H A Dregexp.cxx72 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 …]
/trunk/main/ooo_custom_images/industrial/res/commandimagelist/
H A Dlc_backgroundpatterncontroller.xcf.bz2
/trunk/main/sal/rtl/source/
H A Duri.cxx448 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 …]
/trunk/main/basic/source/sbx/
H A Dsbxscan.cxx101 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 Dsbxvar.cxx247 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()
/trunk/main/desktop/win32/source/
H A Dextendloaderenvironment.cxx56 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()
/trunk/main/sw/source/core/bastyp/
H A Dbparr.cxx298 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 …]
/trunk/main/tools/source/inet/
H A Dinetmime.cxx3115 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 …]
/trunk/main/basegfx/source/color/
H A Dbcolortools.cxx170 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()
/trunk/main/dbaccess/source/ui/querydesign/
H A DConnectionLine.cxx341 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()
/trunk/main/basic/source/comp/
H A Dsymtbl.cxx145 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()
/trunk/main/sot/source/sdstor/
H A Dstg.cxx181 : 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 Dstgcache.cxx294 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()
/trunk/main/sc/source/core/tool/
H A Dinterpr3.cxx276 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 …]
/trunk/main/odk/source/unoapploader/unx/
H A Dunoapploader.c114 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()
/trunk/main/sc/source/ui/miscdlgs/
H A Dcrnrdlg.cxx539 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()
/trunk/main/svl/source/svdde/
H A Dddesvr.cxx140 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 Dddeinf.cxx168 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()
/trunk/main/ucb/source/core/
H A Ducb.cxx113 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()
/trunk/main/connectivity/source/drivers/evoab2/
H A DEApi.h119 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);
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/environments/remote/
H A DJavaThreadPoolFactory.java56 JobQueue q = getJobQueue(threadId); in getAsyncJobQueue() local
57 return q == null ? null : q._async_jobQueue; in getAsyncJobQueue()
/trunk/main/scaddins/source/analysis/
H A Dbessel.cxx420 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()
/trunk/main/i18npool/source/localedata/
H A DLocaleNode.cxx190 const Attr* q = p->getAttr(); in print_node() local
191 if( q ) in print_node()
193 for( sal_Int32 j=0; j<q->getLength(); j++ ) in print_node()
197 print_OUString( q->getTypeByIndex(j) ); in print_node()
202 print_OUString( q->getValueByIndex(j) ); in print_node()
1639 const Attr* q = getChildAt( i )->getAttr(); in generateCode() local
1643 OUString value = q->getValueByName( name ); in generateCode()
1725 const Attr* q = p->getChildAt( j )->getAttr(); in generateCode() local
1729 OUString value = q->getValueByName( name ); in generateCode()

Completed in 200 milliseconds

12345678