Home
last modified time | relevance | path

Searched refs:t (Results 51 – 75 of 985) sorted by relevance

12345678910>>...40

/aoo41x/main/swext/mediawiki/src/com/sun/star/wiki/
H A DEditPageParser.java58 public void handleEndTag( HTML.Tag t,int pos ) in handleEndTag() argument
60 if ( t == HTML.Tag.TEXTAREA ) in handleEndTag()
64 else if ( t == HTML.Tag.DIV ) in handleEndTag()
72 else if ( t == HTML.Tag.HEAD ) in handleEndTag()
87 if ( t == HTML.Tag.INPUT ) in handleSimpleTag()
107 else if ( t == HTML.Tag.LINK ) in handleSimpleTag()
135 if ( t == HTML.Tag.HEAD ) in handleStartTag()
139 if ( t == HTML.Tag.TEXTAREA ) in handleStartTag()
146 m_nWikiArticleHash = t.hashCode(); in handleStartTag()
151 else if ( t == HTML.Tag.DIV ) in handleStartTag()
[all …]
/aoo41x/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/formula/
H A DTokenFactory.java56 Token t = null; in getFunctionToken() local
61 t = new Token(s, ParseToken.TOKEN_FUNCTION_VARIABLE, fl.getIDFromString(s), args); in getFunctionToken()
66 return t; in getFunctionToken()
76 Token t = null; in getOperatorToken() local
82t = new Token(s, ParseToken.TOKEN_OPERATOR, operatorLookup.getIDFromString("UNARY_PLUS"), args); in getOperatorToken()
86 t = new Token(s, ParseToken.TOKEN_OPERATOR, operatorLookup.getIDFromString(s), args); in getOperatorToken()
89 t = new Token(s, ParseToken.TOKEN_OPERATOR, operatorLookup.getIDFromString(s), args); in getOperatorToken()
94 return t; in getOperatorToken()
103 Token t = null; in getOperandToken() local
107 t = new Token(s, ParseToken.TOKEN_OPERAND, operandLookup.getIDFromString(type), 0); in getOperandToken()
[all …]
/aoo41x/main/slideshow/source/engine/transitions/
H A Dsnakewipe.cxx48 ::basegfx::B2DPolyPolygon SnakeWipe::calcSnake( double t ) const in calcSnake()
51 const double area = (t * m_sqrtElements * m_sqrtElements); in calcSnake()
89 double t, bool in ) const in calcHalfDiagonalSnake() argument
109 const double len = (t * M_SQRT2 * d); in calcHalfDiagonalSnake()
153 const double len = ((1.0 - t) * M_SQRT2 * d); in calcHalfDiagonalSnake()
182 ::basegfx::B2DPolyPolygon SnakeWipe::operator () ( double t ) in operator ()() argument
187 if (t >= 0.5) { in operator ()()
192 res.append( calcHalfDiagonalSnake( 2.0 * t, true ) ); in operator ()()
195 res = calcSnake(t); in operator ()()
207 calcHalfDiagonalSnake( t, false /* out */ ) ); in operator ()()
[all …]
H A Dclockwipe.cxx38 ::basegfx::B2DPolygon ClockWipe::calcCenteredClock( double t, double e ) in calcCenteredClock() argument
42 aTransform.rotate( t * 2.0 * M_PI ); in calcCenteredClock()
47 if (t >= 0.875) in calcCenteredClock()
49 if (t >= 0.625) in calcCenteredClock()
51 if (t >= 0.375) in calcCenteredClock()
53 if (t >= 0.125) in calcCenteredClock()
61 ::basegfx::B2DPolyPolygon ClockWipe::operator () ( double t ) in operator ()() argument
64 ::basegfx::B2DPolygon poly( calcCenteredClock(t) ); in operator ()()
/aoo41x/main/connectivity/source/drivers/jdbc/
H A DReader.cxx69 SDBThreadAttach t; OSL_ENSURE(t.pEnv,"Java Enviroment geloescht worden!"); in available() local
76 obtainMethodId(t.pEnv, cMethodName,cSignature, mID); in available()
77 out = t.pEnv->CallBooleanMethod( object, mID); in available()
78 ThrowSQLException(t.pEnv,*this); in available()
93 SDBThreadAttach t; OSL_ENSURE(t.pEnv,"Java Enviroment geloescht worden!"); in readBytes() local
96 jcharArray pCharArray = t.pEnv->NewCharArray(nBytesToRead); in readBytes()
101 obtainMethodId(t.pEnv, cMethodName,cSignature, mID); in readBytes()
102 out = t.pEnv->CallIntMethod( object, mID, pCharArray, 0, nBytesToRead ); in readBytes()
104 ThrowSQLException(t.pEnv,*this); in readBytes()
111 memcpy(aData.getArray(),t.pEnv->GetCharArrayElements(pCharArray,&p),out); in readBytes()
[all …]
/aoo41x/main/basic/source/comp/
H A Dtoken.cxx403 else ePush = t; in Push()
447 if( t < FIRSTKWD ) in Symbol()
449 aSym = (char) t; in Symbol()
452 switch( t ) in Symbol()
462 if( tp->t == t ) in Symbol()
562 if( !bStartOfLine && (tp->t == NAME || tp->t == LINE) ) in Next()
564 else if( tp->t == TEXT ) in Next()
570 if( tp->t == END ) in Next()
610 eCurTok = tp->t; in Next()
612 if( tp->t == AS ) in Next()
[all …]
/aoo41x/main/basegfx/source/curve/
H A Db2dcubicbezier.cxx584 if(fTools::lessOrEqual(t, 0.0)) in getTangent()
606 else if(fTools::moreOrEqual(t, 1.0)) in getTangent()
632 split(t, 0, &aRight); in getTangent()
668 OSL_ENSURE(t >= 0.0 && t <= 1.0, "B2DCubicBezier::interpolatePoint: Access out of range (!)"); in interpolatePoint()
675 const B2DPoint aS2L(interpolate(aS1L, aS1C, t)); in interpolatePoint()
676 const B2DPoint aS2R(interpolate(aS1C, aS1R, t)); in interpolatePoint()
678 return interpolate(aS2L, aS2R, t); in interpolatePoint()
682 return interpolate(maStartPoint, maEndPoint, t); in interpolatePoint()
792 OSL_ENSURE(t >= 0.0 && t <= 1.0, "B2DCubicBezier::split: Access out of range (!)"); in split()
804 const B2DPoint aS2L(interpolate(aS1L, aS1C, t)); in split()
[all …]
/aoo41x/main/tools/inc/tools/
H A Dvector2d.hxx61 inline void CalcInBetween(Vector2D& rOld1, Vector2D& rOld2, double t) in CalcInBetween() argument
62 …{ mfX = ((rOld2.mfX - rOld1.mfX) + t) + rOld1.mfX; mfY = ((rOld2.mfY - rOld1.mfY) + t) + rOld1.mfY… in CalcInBetween()
81 inline Vector2D& operator*=(double t) { mfX *= t; mfY *= t; return *this; } in operator *=() argument
82 inline Vector2D operator*(double t) const { Vector2D aNew(*this); aNew *= t; return aNew; } in operator *()
83 inline Vector2D& operator/=(double t) { mfX /= t; mfY /= t; return *this; } in operator /=() argument
84 inline Vector2D operator/(double t) const { Vector2D aNew(*this); aNew /= t; return aNew; } in operator /()
/aoo41x/extras/l10n/source/lv/
H A Dlocalize.sdf237 sfx2 source\dialog\dialog.src 0 string STR_PDF_EXPORT_SEND 0 lv Sūtīt 2002-02-02 02:02:02
1860 …\help\wiki.xhp 0 help par_id389416 0 lv Jūs varat nokopēt URL no tīmekļa pārlūka un ielīmēt to …
2809tīt ziņojumu neveicot papildus darbības, vai arī aprakstīt, kā kļūda notika un tad nospiest 'Sūtīt
5065tīmekļa vednis palīdzēs jums publicēt dokumentus Internet tīklā.\n\nTas konvertēs dokumentus tā, l…
6600 … radiobutton RID_SVXPAGE_HYPERLINK_NEWDOCUMENT RB_EDITNOW 85 lv Rediģēt ~tūlīt 2002-02-02 02:…
9991 …gewizard.src 0 string DLG_MAILMERGEWIZARD ST_OUTPUT 0 lv Saglabāt, drukāt vai nosūtīt 2002-02…
10028 …age.src 0 fixedtext DLG_MM_OUTPUT_PAGE FI_HEADER 248 lv Saglabāt, izdrukāt vai nosūtīt šo dokume…
10065 …tu nosūtīt sapludinātos dokumentus pa e-pastu, %PRODUCTNAME nepieciešama vēstuļu izsūtītāja e-past…
13362 …ls_tmpl.hrc 0 string STR_AUTOFIELDSEPARATORLIST 150 lv ;\t59\t,\t44\t:\t58\t{Tab}\t9\t{Space}\t…
14906 sc source\ui\src\scstring.src 0 string SCSTR_FIELDSEP 0 lv ,\t44\t;\t59\t:\t58\t{Tab}\t9\t{space…
[all …]
/aoo41x/main/soltools/cpp/
H A D_nlist.c83 Token t; in setup_kwtab() local
89 t.t = (uchar *) kp->kw; in setup_kwtab()
90 t.len = strlen(kp->kw); in setup_kwtab()
91 np = lookup(&t, 1); in setup_kwtab()
112 for (cp = tp->t, cpe = cp + tp->len; cp < cpe;) in lookup()
118 if (*tp->t == *np->name && tp->len == (unsigned int)np->len in lookup()
119 && strncmp((char *)tp->t, (char *)np->name, tp->len) == 0) in lookup()
131 np->name = newstring(tp->t, tp->len, 0); in lookup()
134 quickset(tp->t[0], tp->len > 1 ? tp->t[1] : 0); in lookup()
H A D_macro.c92 && strncmp((char *) atp->t, (char *) tp->t, tp->len) == 0) in dodefine()
251 || quicklook(tp->t[0], tp->len > 1 ? tp->t[1] : 0) == 0 in expandrow()
611 strncpy((char *) tt + len, (char *) ntp->t - ntp->wslen, in doconcat()
617 strncpy((char *) tt + len, (char *) ntp->t, ntp->len); in doconcat()
660 if (ap->len == tp->len && strncmp((char *) ap->t, (char *) tp->t, ap->len) == 0) in lookuparg()
673 static Token t = {STRING, 0, 0, 0, NULL, 0}; in stringify() local
674 static Tokenrow tr = {&t, &t, &t + 1, 1}; in stringify()
695 for (i = 0, cp = tp->t; (unsigned int)i < tp->len; i++) in stringify()
705 t.len = strlen((char *) sp); in stringify()
706 t.t = newstring(sp, t.len, 0); in stringify()
[all …]
H A D_tokens.c244 || strncmp((char *) tp1->t, (char *) tp2->t, tp1->len) != 0) in comparetokens()
281 tt = newstring(tp->t, tp->len, ntp->wslen); in makespace()
283 tp->t = tt + ntp->wslen; in makespace()
363 ntrp->lp->t = newstring(tp->t, tp->len, 1); in normtokenrow()
364 *ntrp->lp->t++ = ' '; in normtokenrow()
393 int c = tp->t[tp->len]; in peektokens()
395 tp->t[tp->len] = 0; in peektokens()
396 fprintf(stderr, "%s", tp->t); in peektokens()
397 tp->t[tp->len] = (uchar) c; in peektokens()
420 p = tp->t - tp->wslen; in puttokens()
[all …]
/aoo41x/main/ridljar/com/sun/star/lib/uno/typedesc/
H A DTypeDescription.java52 Type t = new Type(typeName); in getTypeDescription() local
60 return get(t); in getTypeDescription()
446 Type t = info.getUnoType(); in initMethodDescriptions() local
449 : getDefinitely(t); in initMethodDescriptions()
496 Type t = info.getUnoType(); in initMethodDescriptions() local
501 (t == null in initMethodDescriptions()
547 if (t.getZClass() == null) { in calculateTypeArguments()
553 args.add(getDefinitely(t)); in calculateTypeArguments()
597 Type t = info.getUnoType(); in calculateFieldDescriptions() local
603 : t == null in calculateFieldDescriptions()
[all …]
/aoo41x/main/xmloff/source/text/
H A Dtxtprmap.cxx39 #define _M_E( a, p, l, t, c ) \ argument
45 #define _M_ED( a, p, l, t, c ) \ argument
49 #define MT_E( a, p, l, t, c ) \ argument
51 #define MT_ED( a, p, l, t, c ) \ argument
55 #define MP_E( a, p, l, t, c ) \ argument
57 #define MP_ED( a, p, l, t, c ) \ argument
61 #define MG_E( a, p, l, t, c ) \ argument
63 #define MG_ED( a, p, l, t, c ) \ argument
69 #define MS_E( a, p, l, t, c ) \ argument
71 #define MS_ED( a, p, l, t, c ) \ argument
[all …]
/aoo41x/main/solenv/bin/
H A Dunxmap-to-macosx-explist.awk28 /^[\t ]*.*[\t ]*\{/ { next }
34 /^[\t ]*\*;[\t ]*/ { next }
37 /^[\t ]*\}[\t ]*.*[;]*/ { next }
40 /^[\t ]*#.*/ || /^[\t ]*$/ || /^$/ { next }
49 if ($i !~ /^[\t ]*#.*/) { # as long as the current field doesn't start with '#'
50 gsub(/[\t ;]/, "", $i) # Remove leading spaces and trailing ';'
/aoo41x/main/svl/source/svdde/
H A Dddesvr.cxx560 DdeTopic* t; in RemoveTopic() local
561 for ( t = aTopics.First(); t; t = aTopics.Next() ) in RemoveTopic()
625 DdeItem* t; in ~DdeTopic() local
629 t->pMyTopic = 0; in ~DdeTopic()
630 delete t; in ~DdeTopic()
967 DdeTopic* t; in SysItems() local
968 for ( t = aTopics.First(); t; t = aTopics.Next() ) in SysItems()
974 for ( pi = t->aItems.First(); pi; pi = t->aItems.Next(), n++ ) in SysItems()
992 DdeTopic* t; in Topics() local
995 for ( t = aTopics.First(); t; t = aTopics.Next(), n++ ) in Topics()
[all …]
H A Dddecli.cxx84 DdeTransaction* t; in CliCallback() local
86 for( t = self->aTransactions.First(); t; t = self->aTransactions.Next() ) in CliCallback()
91 if( (DWORD)t->nId == nInfo1 ) in CliCallback()
93 nCode = t->nType & (XCLASS_MASK | XTYP_MASK); in CliCallback()
94 t->bBusy = sal_False; in CliCallback()
95 t->Done( 0 != hData ); in CliCallback()
105 t = 0; in CliCallback()
111 bFound = sal_Bool( *t->pName == hText2 ); in CliCallback()
118 if( t ) in CliCallback()
125 ((DdeLink*) t)->Notify(); in CliCallback()
[all …]
/aoo41x/main/qadevOOo/runner/complexlib/
H A DComplexTestCase.java84 Throwable t = e.getTargetException(); in before()
85 if (!(t instanceof RuntimeException) || state) in before()
87 log.println(t.toString()); in before()
90 message = "Exception in before() method.\n\r" + t.getMessage(); in before()
93 t.printStackTrace((PrintWriter) log); in before()
247 Throwable t = e.getTargetException(); in after()
248 if (!(t instanceof StatusException)) in after()
250 log.println(t.toString()); in after()
253 message = "Exception in after() method.\n\r" + t.getMessage(); in after()
257 message += "Exception in \'after()\' method.\n\r" + t.getMessage(); in after()
[all …]
/aoo41x/main/sal/rtl/source/
H A Dcipher.c928 t = XL; in __rtl_cipherBF_encode()
930 XR = t; in __rtl_cipherBF_encode()
933 t = XL; in __rtl_cipherBF_encode()
935 XR = t; in __rtl_cipherBF_encode()
943 t = XL = XR = 0; in __rtl_cipherBF_encode()
963 t = XL; in __rtl_cipherBF_decode()
965 XR = t; in __rtl_cipherBF_decode()
968 t = XL; in __rtl_cipherBF_decode()
970 XR = t; in __rtl_cipherBF_decode()
1188 t = S[x], S[x] = S[y], S[y] = t; /* swap S[x] and S[y] */ in rtl_cipherARCFOUR_init_Impl()
[all …]
/aoo41x/main/bridges/source/cpp_uno/shared/
H A Dtypes.cxx70 typelib_TypeDescription * t = 0; in relatesToInterfaceType() local
71 TYPELIB_DANGER_GET(&t, p->ppTypeRefs[i]); in relatesToInterfaceType()
72 bool b = relatesToInterfaceType(t); in relatesToInterfaceType()
73 TYPELIB_DANGER_RELEASE(t); in relatesToInterfaceType()
101 typelib_TypeDescription * t = 0; in relatesToInterfaceType() local
103 &t, in relatesToInterfaceType()
106 bool b = relatesToInterfaceType(t); in relatesToInterfaceType()
107 TYPELIB_DANGER_RELEASE(t); in relatesToInterfaceType()
/aoo41x/main/xml2cmp/source/xcd/
H A Dmain.cxx190 for ( unsigned t = 0; t < aTypes.size(); ++t ) in Create_TypeInfo()
192 unsigned i_max = aTypes[t]->Size(); in Create_TypeInfo()
195 aTypesHeap.InsertValue( aTypes[t]->Data(i), "" ); in Create_TypeInfo()
280 for ( unsigned t = 0; t < aTypes.size(); ++t ) in StreamOut_TypeInfo() local
282 unsigned i_max = aTypes[t]->Size(); in StreamOut_TypeInfo()
285 aTypesHeap.InsertValue( aTypes[t]->Data(i), "" ); in StreamOut_TypeInfo()
/aoo41x/main/basegfx/source/tools/
H A Dliangbarsky.cxx45 double t; in liangBarskyClipT() local
48 t = nNumerator / nDenom; in liangBarskyClipT()
49 if( t > io_rTL ) in liangBarskyClipT()
51 else if( t > io_rTE ) in liangBarskyClipT()
52 io_rTE = t; in liangBarskyClipT()
56 t = nNumerator / nDenom; in liangBarskyClipT()
57 if( t < io_rTE ) in liangBarskyClipT()
60 io_rTL = t; in liangBarskyClipT()
/aoo41x/main/chart2/source/view/charttypes/
H A DSplines.cxx432 t[0]=0.0; in createParameterT()
478 t[n] = 1.0; in createParameterT()
482 if (fPrevious >= t[i]) in createParameterT()
488 fPrevious = t[i]; in createParameterT()
507 fSum += t[i]; in createKnotVector()
752 double* t = new double [n+1]; in CalculateBSplines() local
755 delete[] t; in CalculateBSplines()
761 createKnotVector(n, p, t, u); in CalculateBSplines()
787 while (!(u[i] <= t[k] && t[k] < u[i+1])) in CalculateBSplines()
920 … double ux = t[nTIndex] + nResolutionStep * ( t[nTIndex+1] - t[nTIndex]) /nResolution; in CalculateBSplines()
[all …]
/aoo41x/main/sc/source/core/tool/
H A Dinterpr3.cxx276 double q,t,z; in gaussinv() local
282 t=0.180625-q*q; in gaussinv()
327 *t+1.0 in gaussinv()
333 if(q>0) t=1-x; in gaussinv()
334 else t=x; in gaussinv()
336 t=sqrt(-log(t)); in gaussinv()
338 if(t<=5.0) in gaussinv()
340 t+=-1.6; in gaussinv()
384 *t+1.0 in gaussinv()
390 t+=-5.0; in gaussinv()
[all …]
/aoo41x/main/basic/source/sbx/
H A Dsbxvalue.cxx217 int n = t & 0x0FFF; in SbxValue()
225 switch( t & 0x0FFF ) in SbxValue()
443 if( t == SbxOBJECT ) in TheRealValue()
996 if( t == SbxSTRING ) in ImpIsNumeric()
1011 || ( t >= SbxINTEGER && t <= SbxCURRENCY ) in ImpIsNumeric()
1012 || ( t >= SbxCHAR && t <= SbxUINT ) ); in ImpIsNumeric()
1044 t = SbxEMPTY; in SetType()
1079 aData.eType = t; in SetType()
1641 SbxDataType t; in LoadData() local
1642 if( ImpScan( aVal, d, t, NULL ) != SbxERR_OK || t == SbxDOUBLE ) in LoadData()
[all …]

Completed in 6529 milliseconds

12345678910>>...40