Home
last modified time | relevance | path

Searched refs:q (Results 126 – 150 of 198) sorted by last modified time

12345678

/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()
/trunk/main/graphite/
H A Dgraphite-2.3.1.patch58 @- rd /s/q .\release_temp
117 @- rd /s/q .\release_temp
/trunk/main/filter/source/graphicfilter/ios2met/
H A Dios2met.cxx1022 double x1,y1,x2,y2,x3,y3,p,q,cx,cy,ncx,ncy,r,rx,ry,w1,w3; in ReadArc() local
1033 p=aAttr.nArcP;q=aAttr.nArcQ; in ReadArc()
1036 ncx=2*q*q*(x2-x1); in ReadArc()
1043 cy=( q*q*((x3*x3-x1*x1)*(x2-x1)+(x2*x2-x1*x1)*(x1-x3)) + in ReadArc()
1045 cx=( q*q*(x2*x2-x1*x1)+p*p*(y2*y2-y1*y1)+cy*2*p*p*(y1-y2) ) / ncx; in ReadArc()
1047 r=sqrt(q*q*(x1-cx)*(x1-cx)+p*p*(y1-cy)*(y1-cy)); in ReadArc()
1048 rx=r/q; ry=r/p; in ReadArc()
/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/desktop/source/deployment/registry/
H A Ddp_registry.cxx535 sal_Int32 q = mediaType.indexOf( ';' ); in bindPackage() local
536 if (q >= 0) { in bindPackage()
540 mediaType.copy( 0, q ) ) ); in bindPackage()
/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/cppu/source/uno/
H A Ddata.cxx436 sal_Int16 q; member
/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/bridges/source/cpp_uno/gcc3_linux_powerpc/
H A Duno2cpp.cxx130 long * q = (long *)pStackLongs;
132 fprintf(stderr,"uno stack is: %x\n",*q);
134 q++;
/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_powerpc/
H A Duno2cpp.cxx130 long * q = (long *)pStackLongs;
132 fprintf(stderr,"uno stack is: %x\n",*q);
134 q++;
/trunk/main/bean/qa/complex/bean/
H A DOOoBeanTest.java497 EventQueue q = Toolkit.getDefaultToolkit().getSystemEventQueue(); in test6a() local
498 q.invokeAndWait( new Runnable() { in test6a()
514 q.invokeAndWait( new Runnable() { in test6a()
/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()
H A Dsbxarray.cxx621 SbxDim* q = p->pNext; in Clear() local
623 p = q; in Clear()
/trunk/main/basic/source/runtime/
H A Dstep2.cxx766 SbxVariable* q = new SbxVariable( t ); in StepPARAM() local
767 SaveRef( q ); in StepPARAM()
768 *q = *p; in StepPARAM()
769 p = q; in StepPARAM()
/trunk/main/basic/source/comp/
H A Dexprtree.cxx896 SbiExpression* q = p->pNext; in ~SbiExprList() local
898 p = q; in ~SbiExprList()
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/basic/source/classes/
H A Ddisas.cxx246 SbiDisas::SbiDisas( SbModule* p, const SbiImage* q ) : rImg( *q ), pMod( p ) in SbiDisas() argument
/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/autodoc/inc/ary/idl/
H A Di_types4idl.hxx118 q, enumerator
/trunk/extras/l10n/source/zu/
H A Dlocalize.sdf5504 …nistratiewe installasie.\n /j[u|m] : Verrig 'n reklame-installasie.\n /q[n] : Moenie enige ge…
5576 ….xcu 0 value ..PresenterScreen.PresenterScreenSettings.HelpView.HelpStrings.q Left 0 zu 'G', 'S'…
5577 ….xcu 0 value ..PresenterScreen.PresenterScreenSettings.HelpView.HelpStrings.q Right 0 zu Groei/k…
/trunk/extras/l10n/source/xh/
H A Dlocalize.sdf5504 …nistratiewe installasie.\n /j[u|m] : Verrig 'n reklame-installasie.\n /q[n] : Moenie enige ge…
5576 ….xcu 0 value ..PresenterScreen.PresenterScreenSettings.HelpView.HelpStrings.q Left 0 xh 'G', 'S'…
5577 ….xcu 0 value ..PresenterScreen.PresenterScreenSettings.HelpView.HelpStrings.q Right 0 xh Groei/k…
/trunk/extras/l10n/source/ve/
H A Dlocalize.sdf5504 …nistratiewe installasie.\n /j[u|m] : Verrig 'n reklame-installasie.\n /q[n] : Moenie enige ge…
5576 ….xcu 0 value ..PresenterScreen.PresenterScreenSettings.HelpView.HelpStrings.q Left 0 ve 'G', 'S'…
5577 ….xcu 0 value ..PresenterScreen.PresenterScreenSettings.HelpView.HelpStrings.q Right 0 ve Groei/k…
/trunk/extras/l10n/source/uz/
H A Dlocalize.sdf85 sfx2 source\appl\app.src 0 string STR_NONE 0 uz - Yoʻq - 2002-02-02 02:02:02
36320 …elp par_id3150048 4 0 uz %rho(font sans bold q","%omega) = int func e^{i %omega t}%rho(font sans…
45991 sd source\ui\app\strings.src 0 string STR_NULL 0 uz Yoʻq 2002-02-02 02:02:02
52442 sw source\ui\index\cnttab.src 0 string ST_NO_BRACKET 260 uz [yoʻq] 2002-02-02 02:02:02
53008 sw source\ui\chrdlg\chrdlg.src 0 string SW_STR_NONE 0 uz [Yoʻq] 2002-02-02 02:02:02
53193 sw source\ui\app\app.src 0 string STR_FMT_STD 0 uz (yoʻq) 2002-02-02 02:02:02
54960 sc source\ui\src\scstring.src 0 string SCSTR_NONE 0 uz - yoʻq - 2002-02-02 02:02:02
56023 sc source\ui\src\globstr.src 0 string RID_GLOBSTR STR_NO 0 uz Yoʻq 2002-02-02 02:02:02
57760 svx source\dialog\sdstring.src 0 string RID_SVXSTR_NONE 0 uz - yoʻq - 2002-02-02 02:02:02
58186 svx source\svdraw\svdstr.src 0 string STR_ItemValNO 0 uz Yoʻq 2002-02-02 02:02:02
[all …]
/trunk/extras/l10n/source/ug/
H A Dlocalize.sdf13652 ….xcu 0 value ..PresenterScreen.PresenterScreenSettings.HelpView.HelpStrings.q Left 0 ug 'G', 'S'…
13653 ….xcu 0 value ..PresenterScreen.PresenterScreenSettings.HelpView.HelpStrings.q Right 0 ug ئىزاھات…
17597 …چى سۈپىتىدە قاچىلايدۇ. \n /j[u|m] : ئىخچام قاچىلاشنى ئىجرا قىلىدۇ. \n /q[n] : ھېچقانداق ئىشلە…
27180 …l characters are date- and time-formatting characters (a, c, d, h, m, n, p, q, s, t, w, y, /, :), …
28468 helpcontent2 source\text\sbasic\shared\03030110.xhp 0 help par_idN10650 0 ug q 20181231 09:50…
47500 …elp par_id3150048 4 0 ug %rho(font sans bold q","%omega) = int func e^{i %omega t}%rho(font sans…

Completed in 2591 milliseconds

12345678