Home
last modified time | relevance | path

Searched refs:t (Results 226 – 250 of 989) sorted by relevance

12345678910>>...40

/trunk/main/soltools/cpp/
H A Dcpp.h78 uchar *t; member
129 #define new(t) (t *)domalloc(sizeof(t)) argument
/trunk/main/toolkit/inc/layout/
H A Dlayout.hxx95 #define DECL_CONSTRUCTORS(t,par,defaultWinBit) \ argument
97 explicit t( WindowImpl *pImpl ) : \
101 t( Context *context, char const* id, sal_uInt32 nId = 0 ); \
102 t( Window *parent, WinBits nStyle = defaultWinBit ); \
103 t (Window *parent, ResId const &res)
104 #define DECL_GET_IMPL(t) \ argument
105 inline t##Impl *getImpl() const
/trunk/main/offapi/com/sun/star/frame/
H A DXFrame.idl47 A frame can be (it's not a must!) a part of a frame tree. If not this frame willn't be
62 Note: Re-parenting mustn't supported by a real frame implementation!
97 But creator doesn't mean the implementation which creates this instance ...
143 That's why frame names shouldn't start with a sign "_".
305 Note: Don't dispose this window - the frame is the owner of it.
321 Note: Don't dispose it - the frame is the owner of it.
373 specifies the listener which willn't be informed any longer
/trunk/main/basic/source/runtime/
H A Dstep1.cxx105 SbxDataType t = (SbxDataType) (nOp1 & 0x7FFF); in StepARGTYP() local
131 if( pVar->GetType() != t ) in StepARGTYP()
136 pVar->Convert( t ); in StepARGTYP()
455 SbxDataType t = refVal->GetType(); in checkClass_Impl() local
456 if( t == SbxOBJECT ) in checkClass_Impl()
/trunk/main/stlport/systemstl/
H A Dfunctional48 … typename T> struct identity : unary_function<T,T> { T operator()(const T& t) const { return t;} };
54 template<typename T> inline T&& forward( typename identity<T>::type&& t) { return t; }
/trunk/main/xmerge/source/wordsmith/java/org/openoffice/xmerge/converter/xml/sxw/wordsmith/
H A DWseTextRun.java110 public WseTextRun(String txt, TextStyle t, StyleCatalog sc, in WseTextRun() argument
116 TextStyle ts = (TextStyle)t.getResolved(); in WseTextRun()
140 Color c = t.getFontColor(); in WseTextRun()
144 c = t.getBackgroundColor(); in WseTextRun()
/trunk/main/libtextcat/data/new_fingerprints/lm/
H A Destonian.lm6 t 3769
308 t, 96
312 t,_ 96
341 ôt 90
H A Dsanskrit.lm5 t 2976
294 t.h 110
295 t. 110
297 t.h_ 109
H A Dfrench.lm8 t 3590
164 té 196
269 ét 120
272 té_ 119
H A Dfrisian.lm6 t 7562
274 't 226
382 t. 166
384 út 165
H A Dicelandic.lm9 t 3300
293 t� 127
304t 123
380 t� 103
H A Dirish_gaelic.lm10 t 747
278 tá 36
340 tú 29
342 tá_ 29
/trunk/main/basegfx/inc/basegfx/tools/
H A Dlerp.hxx44 double t ) in lerp() argument
48 return static_cast<ValueType>( (1.0-t)*rFrom + t*rTo ); in lerp()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/lib/
H A DExceptionStatus.java36 ExceptionStatus( Throwable t ) { in ExceptionStatus() argument
38 String message = t.getMessage(); in ExceptionStatus()
42 runStateString = t.toString(); in ExceptionStatus()
H A DStatusException.java49 public StatusException( String message, Throwable t ) { in StatusException() argument
51 exceptionThrown = t; in StatusException()
52 status = Status.exception( t ); in StatusException()
/trunk/main/connectivity/source/drivers/jdbc/
H A DString.cxx53 SDBThreadAttach t; in operator ::rtl::OUString() local
54 if(!t.pEnv) in operator ::rtl::OUString()
56 return JavaString2String(t.pEnv,(jstring)object); in operator ::rtl::OUString()
/trunk/main/basegfx/source/color/
H A Dbcolortools.cxx171 const double t = v*(1.0-(s*(1.0-f))); in hsv2rgb() local
177 return BColor(v,t,p); in hsv2rgb()
183 return BColor(p,v,t); in hsv2rgb()
189 return BColor(t,p,v); in hsv2rgb()
/trunk/main/slideshow/source/engine/transitions/
H A Dspiralwipe.hxx41 virtual ::basegfx::B2DPolyPolygon operator () ( double t );
43 ::basegfx::B2DPolyPolygon calcNegSpiral( double t ) const;
56 virtual ::basegfx::B2DPolyPolygon operator () ( double t );
H A Dbarndoorwipe.cxx37 ::basegfx::B2DPolyPolygon BarnDoorWipe::operator () ( double t ) in operator ()() argument
40 t /= 2.0; in operator ()()
43 aTransform.scale( ::basegfx::pruneScaleValue(t), 1.0 ); in operator ()()
/trunk/main/icu/
H A Dicu4c-4_0_1-src.patch24 Poorly upgraded Solaris machines can't have this defined.
162 ShapeType t = getShapeType(c);
164 - if (t == ST_NOSHAPE_NONE) {
171 if ((t & MASK_TRANSPARENT) != 0) {
237 …T_FileStream_writeLine(f, "\t$(INVOKE) $(ICUPKG) -t$(ICUDATA_CHAR) -c -s $(SRCDIR) -a $(CMNLIST) n…
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/protocols/urp/
H A Durp.java202 String t = message.getType().getTypeName(); in handleInternalMessage() local
203 if (!t.equals("com.sun.star.bridge.XProtocolProperties")) { in handleInternalMessage()
206 + " type " + t); in handleInternalMessage()
621 StringTokenizer t = new StringTokenizer(attributes, ","); in parseAttributes() local
622 while (t.hasMoreTokens()) { in parseAttributes()
623 String a = t.nextToken(); in parseAttributes()
/trunk/main/sal/qa/osl/setthreadname/
H A Dtest-setthreadname.cxx65 TestThread t; in TEST_F() local
66 t.create(); in TEST_F()
67 t.join(); in TEST_F()
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/lib/util/
H A DAsynchronousFinalizer.java75 Thread t = new Thread() {
93 t.setDaemon(true);
94 t.start(); in t.start()
/trunk/main/basegfx/inc/basegfx/pixel/
H A Dbpixel.hxx158 inline BPixel interpolate(const BPixel& rOld1, const BPixel& rOld2, double t) in interpolate() argument
164 else if(0.0 >= t) in interpolate()
168 else if(1.0 <= t) in interpolate()
174 const sal_uInt32 nFactor(fround(256.0 * t)); in interpolate()
/trunk/main/basegfx/inc/basegfx/point/
H A Db2ipoint.hxx98 B2IPoint& operator*=(sal_Int32 t) in operator *=() argument
100 mnX *= t; in operator *=()
101 mnY *= t; in operator *=()

Completed in 72 milliseconds

12345678910>>...40