Home
last modified time | relevance | path

Searched defs:t (Results 151 – 175 of 323) sorted by relevance

12345678910>>...13

/aoo42x/main/basic/source/runtime/
H A Dstdobj1.cxx144 SbxVariable* SbStdPicture::Find( const String& rName, SbxClassType t ) in Find()
267 SbxVariable* SbStdFont::Find( const String& rName, SbxClassType t ) in Find()
506 SbxVariable* SbStdClipboard::Find( const String& rName, SbxClassType t ) in Find()
/aoo42x/main/binaryurp/source/
H A Dunmarshal.cxx180 css::uno::TypeDescription t(readString()); in readType() local
348 css::uno::TypeDescription t(readType()); in readValue() local
/aoo42x/main/basic/source/classes/
H A Dsbxmod.cxx593 SbMethod* SbModule::GetMethod( const String& rName, SbxDataType t ) in GetMethod()
621 SbProperty* SbModule::GetProperty( const String& rName, SbxDataType t ) in GetProperty()
639 ( const String& rName, SbxDataType t ) in GetProcedureProperty()
713 SbxVariable* SbModule::Find( const XubString& rName, SbxClassType t ) in Find()
881 SbxDataType t = aTok.GetType(); in SetSource32() local
1966 SbMethod::SbMethod( const String& r, SbxDataType t, SbModule* p ) in SbMethod()
2137 SbJScriptMethod::SbJScriptMethod( const String& r, SbxDataType t, SbModule* p ) in SbJScriptMethod()
2188 SbObjModule::Find( const XubString& rName, SbxClassType t ) in Find()
2549 SbxVariable* SbUserFormModuleInstance::Find( const XubString& rName, SbxClassType t ) in Find()
2679 SbUserFormModule::Find( const XubString& rName, SbxClassType t ) in Find()
[all …]
/aoo42x/main/connectivity/source/drivers/jdbc/
H A DDatabaseMetaData.cxx124 SDBThreadAttach t; OSL_ENSURE(t.pEnv,"Java Enviroment geloescht worden!"); in getTables() local
353 SDBThreadAttach t; OSL_ENSURE(t.pEnv,"Java Enviroment geloescht worden!"); in getIndexInfo() local
394 SDBThreadAttach t; OSL_ENSURE(t.pEnv,"Java Enviroment geloescht worden!"); in getBestRowIdentifier() local
511 SDBThreadAttach t; OSL_ENSURE(t.pEnv,"Java Enviroment geloescht worden!"); in getCrossReference() local
599 SDBThreadAttach t; in impl_callResultSetMethod() local
630 SDBThreadAttach t; in impl_callResultSetMethodWithStrings() local
1003 SDBThreadAttach t; in supportsConvert() local
1345 SDBThreadAttach t; in supportsResultSetConcurrency() local
1423 SDBThreadAttach t; OSL_ENSURE(t.pEnv,"Java Enviroment geloescht worden!"); in getUDTs() local
/aoo42x/main/cli_ure/source/uno_bridge/
H A Dcli_environment.cxx45 inline System::String* Cli_environment::createKey(System::String* oid, System::Type* t) in createKey()
/aoo42x/main/sal/osl/unx/
H A Dsystem.h258 # define PTHREAD_VALUE(t) ((t).field2) argument
263 # define pthread_detach(t) pthread_detach(&(t)) argument
386 # define PTHREAD_VALUE(t) (t) argument
/aoo42x/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Controller/
H A DUninstallationPrologueCtrl.java143 Thread t = new Thread() { in duringShow() local
/aoo42x/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/formula/
H A DTokenDecoder.java93 Token t; in getTokenVector() local
442 Token t; in readOperatorToken() local
/aoo42x/main/basegfx/source/workbench/
H A Dconvexhull.cxx39 double t; in theta() local
/aoo42x/main/xml2cmp/source/xcd/
H A Dmain.cxx280 for ( unsigned t = 0; t < aTypes.size(); ++t ) in StreamOut_TypeInfo() local
/aoo42x/main/basic/source/comp/
H A Dexprtree.cxx37 SbiExpression::SbiExpression( SbiParser* p, SbiExprType t, in SbiExpression()
55 SbiExpression::SbiExpression( SbiParser* p, double n, SbxDataType t ) in SbiExpression()
83 SbiExpression::SbiExpression( SbiParser* p, SbiToken t ) in SbiExpression()
/aoo42x/main/sc/source/ui/miscdlgs/
H A Dsharedocdlg.cxx222 Time t(uDT.Hours, uDT.Minutes, uDT.Seconds, uDT.HundredthSeconds); in UpdateView() local
/aoo42x/main/cppuhelper/source/
H A Dmacro_expander.cxx61 rtl::OUString t(text); in expandMacros() local
/aoo42x/main/soltools/cpp/
H A D_cpp.c51 time_t t; in main() local
/aoo42x/main/sd/source/ui/sidebar/
H A DPanelFactory.cxx178 #define EndsWith(s,t) s.endsWithAsciiL(t,strlen(t)) in createUIElement() argument
H A DSidebarFactory.cxx178 #define EndsWith(s,t) s.endsWithAsciiL(t,strlen(t)) in createUIElement() argument
/aoo42x/main/codemaker/test/cppumaker/
H A Dtest_codemaker_cppumaker.cxx435 com::sun::star::uno::Type t( in TEST() local
/aoo42x/main/basegfx/inc/basegfx/vector/
H A Db3ivector.hxx103 B3IVector& operator*=(sal_Int32 t) in operator *=()
/aoo42x/main/slideshow/source/engine/
H A Dcolor.cxx300 HSLColor interpolate( const HSLColor& rFrom, const HSLColor& rTo, double t, bool bCCW ) in interpolate()
458 RGBColor interpolate( const RGBColor& rFrom, const RGBColor& rTo, double t ) in interpolate()
/aoo42x/main/toolkit/inc/layout/
H A Dlayout.hxx95 #define DECL_CONSTRUCTORS(t,par,defaultWinBit) \ argument
104 #define DECL_GET_IMPL(t) \ argument
/aoo42x/main/fpicker/source/unx/kde4/
H A DKDE4FilePicker.cxx295 QString t = toQString(title); in appendFilter() local
317 QString t = toQString(title); in setCurrentFilter() local
/aoo42x/main/pyuno/source/module/
H A Dpyuno_type.cxx47 const char *typeClassToString( TypeClass t ) in typeClassToString()
414 PyObject* PyUNO_Type_new (const char *typeName , TypeClass t , const Runtime &r ) in PyUNO_Type_new()
H A Dpyuno_runtime.cxx491 Type t; in any2PyObject() local
788 Type t = PyType2Type( o ); in pyObject2Any() local
844 Type t; in pyObject2Any() local
/aoo42x/main/sal/osl/os2/
H A Dsystem.h289 # define PTHREAD_VALUE(t) ((t).field2) argument
294 # define pthread_detach(t) pthread_detach(&(t)) argument
407 # define PTHREAD_VALUE(t) (t) argument
/aoo42x/main/ridljar/java/ridl/src/main/java/com/sun/star/lib/util/
H A DWeakMap.java189 public void putAll(Map t) { in putAll()

Completed in 282 milliseconds

12345678910>>...13