Home
last modified time | relevance | path

Searched defs:t (Results 101 – 125 of 323) sorted by relevance

12345678910>>...13

/aoo42x/main/basic/source/sbx/
H A Dsbxexec.cxx104 ( SbxObject* pObj, SbxObject* pGbl, const xub_Unicode** ppBuf, SbxClassType t ) in QualifiedName()
297 SbxClassType t, const SbxSimpleCharClass& rCharClass ) in Element()
384 SbxVariable* SbxObject::FindQualified( const XubString& rName, SbxClassType t ) in FindQualified()
H A Dsbxsng.cxx116 SbxDataType t; in ImpGetSingle() local
/aoo42x/main/bridges/test/com/sun/star/lib/uno/bridges/java_remote/
H A DBug108825_Test.java54 TestBed t = new TestBed(); in test() local
H A DBug107753_Test.java53 TestBed t = new TestBed(); in test() local
/aoo42x/main/slideshow/source/engine/transitions/
H A Drandomwipe.cxx75 ::basegfx::B2DPolyPolygon RandomWipe::operator () ( double t ) in operator ()()
/aoo42x/main/basegfx/inc/basegfx/vector/
H A Db2ivector.hxx99 B2IVector& operator*=(sal_Int32 t) in operator *=()
H A Db2dvector.hxx109 B2DVector& operator*=(double t) in operator *=()
/aoo42x/main/basic/inc/basic/
H A Dsbprop.hxx60 SbProcedureProperty( const String& r, SbxDataType t ) in SbProcedureProperty()
H A Dsbxmeth.hxx41 SbxMethod( const String& r, SbxDataType t, bool bIsRuntimeFunction=false ) in SbxMethod()
/aoo42x/main/slideshow/source/inc/
H A Ddelayevent.hxx111 #define makeDelay(f, t, d) makeDelay_(f, t) argument
141 #define makeDelay(f, t, d) makeDelay_(f, t, \ argument
/aoo42x/main/basegfx/inc/basegfx/point/
H A Db2ipoint.hxx98 B2IPoint& operator*=(sal_Int32 t) in operator *=()
H A Db2dpoint.hxx110 B2DPoint& operator*=(double t) in operator *=()
H A Db3dpoint.hxx103 B3DPoint& operator*=(double t) in operator *=()
H A Db3ipoint.hxx103 B3IPoint& operator*=(sal_Int32 t) in operator *=()
/aoo42x/main/basegfx/source/tools/
H A Dliangbarsky.cxx45 double t; in liangBarskyClipT() local
/aoo42x/main/scripting/java/org/openoffice/netbeans/modules/office/loader/
H A DOfficeDocumentDataNode.java60 protected void createPasteTypes(Transferable t, List ls) { in createPasteTypes()
/aoo42x/main/io/test/stm/
H A Dpumptest.cxx330 TestCase t( m_rSmgr, r ); in testClose() local
359 TestCase t( m_rSmgr, r ); in testTerminate() local
388 TestCase t( m_rSmgr, r ); in testFunction() local
/aoo42x/main/sal/osl/w32/
H A Dtempfile.cxx45 #define STACK_ALLOC(p, t, n) (p) = reinterpret_cast<t*>(_alloca((n)*sizeof(t))); argument
47 #define STACK_ALLOC(p, t, n) __try {(p) = reinterpret_cast<t*>(_alloca((n)*sizeof(t)));} \ argument
/aoo42x/main/connectivity/source/drivers/jdbc/
H A DSQLException.cxx73 SDBThreadAttach t; in getNextException() local
/aoo42x/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Controller/
H A DUninstallationOngoingCtrl.java86 Thread t = new Thread() { in duringShow() local
H A DInstallationCompletedCtrl.java80 Thread t = new Thread() { in duringShow() local
/aoo42x/main/sal/qa/osl/thread/
H A Dtest_thread.cxx64 Thread t(c); in TEST_F() local
/aoo42x/main/store/source/
H A Dstortree.cxx55 T const t; in OStoreBTreeNodeData() local
91 void OStoreBTreeNodeData::insert (sal_uInt16 i, const T& t) in insert()
155 T const t; in truncate() local
/aoo42x/main/tools/inc/tools/
H A Dvector2d.hxx61 inline void CalcInBetween(Vector2D& rOld1, Vector2D& rOld2, double t) in CalcInBetween()
81 inline Vector2D& operator*=(double t) { mfX *= t; mfY *= t; return *this; } in operator *=()
83 inline Vector2D& operator/=(double t) { mfX /= t; mfY /= t; return *this; } in operator /=()
/aoo42x/main/connectivity/source/inc/java/
H A DLocalRef.hxx69 T t = m_object; in release() local

Completed in 83 milliseconds

12345678910>>...13