Home
last modified time | relevance | path

Searched refs:td (Results 26 – 50 of 528) sorted by relevance

12345678910>>...22

/trunk/main/offapi/com/sun/star/frame/
H A DFrameLoaderFactory.idl78 <td><b>Types<b></td>
79 <td>[string]</td>
80 <td>file types which loader is registered for</td>
83 <td><b>UIName<b></td>
84 <td>[string]</td>
85 <td>UI representable and localized name</td>
H A DXFrame.idl175 <tr><td>""/"_self"</td><td>address the starting frame itself</td></tr>
176 <tr><td>"_parent"</td><td>address the direct parent frame only</td></tr>
177 <tr><td>"_top"</td><td>address the top frame of this subtree of the frametree</td></tr>
178 <tr><td>"_blank"</td><td>creates a new top frame</td></tr>
/trunk/main/offapi/com/sun/star/chart/
H A DLineDiagram.idl129 <tr><td>0</td><td>lines are used instead of splines</td></tr>
130 <tr><td>1</td><td>use cubic splines</td></tr>
131 <tr><td>2</td><td>use B-splines</td></tr>
/trunk/main/bridges/source/cpp_uno/cc5_solaris_sparc64/
H A Duno2cpp.cxx115 typelib_TypeDescription * td = NULL; in storeFpRegsToStruct() local
116 TYPELIB_DANGER_GET(&td, t->ppTypeRefs[i]); in storeFpRegsToStruct()
117 storeFpRegsToStruct(td, data); in storeFpRegsToStruct()
118 TYPELIB_DANGER_RELEASE(td); in storeFpRegsToStruct()
458 typelib_TypeDescription * td = NULL; in unoInterfaceProxyDispatch() local
460 &td, in unoInterfaceProxyDispatch()
463 if (td != NULL) { in unoInterfaceProxyDispatch()
470 typelib_InterfaceTypeDescription * >(td))); in unoInterfaceProxyDispatch()
474 &ifc, td, NULL); in unoInterfaceProxyDispatch()
476 TYPELIB_DANGER_RELEASE(td); in unoInterfaceProxyDispatch()
[all …]
H A Dcpp2uno.cxx114 typelib_TypeDescription * td = NULL; in loadFpRegsFromStruct() local
115 TYPELIB_DANGER_GET(&td, t->ppTypeRefs[i]); in loadFpRegsFromStruct()
116 loadFpRegsFromStruct(td, data); in loadFpRegsFromStruct()
117 TYPELIB_DANGER_RELEASE(td); in loadFpRegsFromStruct()
448 typelib_TypeDescription * td = NULL; in vtableCall() local
450 &td, in vtableCall()
453 if (td != NULL) { in vtableCall()
460 td)); in vtableCall()
464 td, in vtableCall()
468 TYPELIB_DANGER_RELEASE(td); in vtableCall()
[all …]
/trunk/main/cli_ure/source/uno_bridge/
H A Dcli_data.cxx449 typelib_TypeDescription* td = NULL; in mapCliType() local
451 if (td) in mapCliType()
453 retVal = td->pWeakRef; in mapCliType()
455 typelib_typedescription_release(td); in mapCliType()
985 anyType.getDescription(&td); in map_to_uno()
1019 buf.append(td.getTypeName()); in map_to_uno()
1262 TypeDescr td( type ); in map_to_uno() local
1457 TypeDescr td( type ); in map_to_uno() local
1604 TypeDescr td( type ); in map_to_cli() local
1764 TypeDescr td( type ); in map_to_cli() local
[all …]
H A Dcli_uno.cxx97 TypeDescr td( type ); in call_uno() local
98 if (td.get()->nSize > sizeof (largest)) in call_uno()
99 uno_args[ nPos ] = alloca( td.get()->nSize ); in call_uno()
228 css::uno::TypeDescription td(mapCliType(exc->GetType())); in call_cli() local
230 std::auto_ptr< rtl_mem > memExc(rtl_mem::allocate(td.get()->nSize)); in call_cli()
231 map_to_uno(memExc.get(), exc, td.get()->pWeakRef, false); in call_cli()
232 (*uno_exc)->pType= td.get()->pWeakRef; in call_cli()
H A Dcli_bridge.cxx77 void * pIn, typelib_InterfaceTypeDescription * td ) in Mapping_cli2uno() argument
83 OSL_ENSURE( ppUnoI && td, "### null ptr!" ); in Mapping_cli2uno()
99 (*ppOut)= bridge->map_cli2uno(cliObj, (typelib_TypeDescription*) td); in Mapping_cli2uno()
117 void * pIn, typelib_InterfaceTypeDescription * td ) in Mapping_uno2cli() argument
122 OSL_ENSURE( td && ppOut, "### null ptr!" ); in Mapping_uno2cli()
148 System::Object* cliI= bridge->map_uno2cli(pUnoI, td); in Mapping_uno2cli()
H A Dcli_proxy.cxx76 typelib_InterfaceTypeDescription* td): in UnoInterfaceInfo() argument
79 m_typeDesc(td), in UnoInterfaceInfo()
83 m_type = mapUnoType(reinterpret_cast<typelib_TypeDescription*>(td)); in UnoInterfaceInfo()
660 typelib_TypeDescription const* td, in CliProxy() argument
665 m_unoType(const_cast<typelib_TypeDescription*>(td)), in CliProxy()
/trunk/main/writerfilter/source/doctok/
H A DWW8inc.xsl36 <xsl:variable name="name"><xsl:value-of select="xhtml:td[3]"/></xsl:variable>
37 <xsl:variable name="type"><xsl:value-of select="xhtml:td[4]"/></xsl:variable>
49 <xsl:variable name="bits"><xsl:value-of select="xhtml:td[5]"/></xsl:variable>
50 <xsl:variable name="mask"><xsl:value-of select="xhtml:td[6]"/></xsl:variable>
51 <xsl:variable name="comment"><xsl:value-of select="xhtml:td[7]"/></xsl:variable>
69 <xsl:template match="xhtml:tr[./xhtml:td[position()=1]/text()]">
70 <xsl:variable name="offset"><xsl:value-of select="xhtml:td[2]"/></xsl:variable>
75 <xsl:variable name="shift1"><xsl:value-of select="substring-after(xhtml:td[5], ':')"/></xsl:variabl…
82 <xsl:template match="xhtml:tr[not(./xhtml:td[position()=1]/text())]">
89 <xsl:variable name="shift1"><xsl:value-of select="$shift+substring-after(xhtml:td[5], ':')"/></xsl:…
H A Descherdoc.xsl40 <xsl:value-of select=".//xhtml:td[1]"/>
52 <xsl:apply-templates select=".//xhtml:td[1]" mode="optname"/>
53 <xsl:apply-templates select=".//xhtml:td[2]" mode="fopid"/>
54 <xsl:apply-templates select=".//xhtml:td[3]" mode="type"/>
55 <xsl:apply-templates select=".//xhtml:td[4]" mode="default"/>
56 <xsl:apply-templates select=".//xhtml:td[5]" mode="comment"/>
60 <xsl:template match="xhtml:td" mode="optname">
71 <xsl:template match="xhtml:td" mode="fopid">
82 <xsl:template match="xhtml:td" mode="type">
107 <xsl:template match="xhtml:td" mode="default">
[all …]
/trunk/main/bridges/source/jni_uno/
H A Djni_java2uno.cxx220 TypeDescr td( type ); in call_uno() local
221 if (sal::static_int_cast< sal_uInt32 >(td.get()->nSize) in call_uno()
224 uno_args[ nPos ] = malloc( td.get()->nSize ); in call_uno()
226 uno_args[ nPos ] = alloca( td.get()->nSize ); in call_uno()
504 typelib_InterfaceTypeDescription * td = in Java_com_sun_star_bridges_jni_1uno_JNI_1proxy_dispatch_1call() local
513 typelib_TypeDescriptionReference ** ppAllMembers = td->ppAllMembers; in Java_com_sun_star_bridges_jni_1uno_JNI_1proxy_dispatch_1call()
514 for ( sal_Int32 nPos = td->nAllMembers; nPos--; ) in Java_com_sun_star_bridges_jni_1uno_JNI_1proxy_dispatch_1call()
610 &((typelib_TypeDescription *)td)->pTypeName ) ); in Java_com_sun_star_bridges_jni_1uno_JNI_1proxy_dispatch_1call()
672 typelib_TypeDescription * td = in Java_com_sun_star_bridges_jni_1uno_JNI_1proxy_finalize__J() local
695 typelib_typedescription_release( td ); in Java_com_sun_star_bridges_jni_1uno_JNI_1proxy_finalize__J()
H A Djni_info.h80 JNI_context const & jni, typelib_TypeDescription * td );
93 JNI_context const & jni, typelib_TypeDescription * td );
107 JNI_context const & jni, typelib_TypeDescription * td );
232 JNI_context const & jni, typelib_TypeDescription * td ) const;
335 TypeDescr td( type ); in append_sig() local
337 buf, ((typelib_IndirectTypeDescription *)td.get())->pType, in append_sig()
H A Djni_bridge.cxx65 void * pIn, typelib_InterfaceTypeDescription * td ) in Mapping_map_to_uno() argument
72 OSL_ENSURE( ppUnoI && td, "### null ptr!" ); in Mapping_map_to_uno()
97 jni, (typelib_TypeDescription *)td ) ); in Mapping_map_to_uno()
131 void * pIn, typelib_InterfaceTypeDescription * td ) in Mapping_map_to_java() argument
138 OSL_ENSURE( ppJavaI && td, "### null ptr!" ); in Mapping_map_to_java()
168 jni, (typelib_TypeDescription *)td ) ); in Mapping_map_to_java()
H A Djni_uno2java.cxx88 ::com::sun::star::uno::TypeDescription td( exc_name.pData ); in handle_java_exc()
89 if (!td.is() || (typelib_TypeClass_EXCEPTION != td.get()->eTypeClass)) in handle_java_exc()
104 auto_ptr< rtl_mem > uno_data( rtl_mem::allocate( td.get()->nSize ) ); in handle_java_exc()
108 jni, uno_data.get(), val, td.get()->pWeakRef, 0, in handle_java_exc()
117 typelib_typedescriptionreference_acquire( td.get()->pWeakRef ); in handle_java_exc()
118 uno_exc->pType = td.get()->pWeakRef; in handle_java_exc()
H A Djni_data.cxx146 typelib_TypeDescription * td = 0; in createDefaultUnoValue() local
147 TYPELIB_DANGER_GET(&td, type); in createDefaultUnoValue()
151 TYPELIB_DANGER_RELEASE(td); in createDefaultUnoValue()
440 ::com::sun::star::uno::TypeDescription td( type_name ); in map_to_uno()
441 if (! td.is()) in map_to_uno()
452 typelib_typedescriptionreference_acquire( td.get()->pWeakRef ); in map_to_uno()
1022 TypeDescr td( type ); in map_to_uno() local
1024 ((typelib_IndirectTypeDescription *)td.get())->pType; in map_to_uno()
1163 uno_destructData( uno_data, td.get(), 0 ); in map_to_uno()
2186 TypeDescr td( type ); in map_to_java() local
[all …]
/trunk/main/offapi/com/sun/star/ucb/
H A DContentResultSet.idl144 <tr><td><member>CursorTravelMode::BLOCKING</member></td>
145 <td>Each travel method of the resultset will not return until the
146 data for the new position were retrieved.</td></tr>
147 <tr><td><member>CursorTravelMode::NONBLOCKING</member></td>
148 <td>The implementation will throw a
150 position are not retrieved yet.</td></tr>
/trunk/main/codemaker/test/cppumaker/
H A Dtest_codemaker_cppumaker.cxx437 typelib_TypeDescription * td = NULL; in TEST() local
438 t.getDescription(&td); in TEST()
439 typelib_typedescription_complete(&td); in TEST()
441 ASSERT_TRUE(td != NULL); in TEST()
442 ASSERT_EQ(typelib_TypeClass_STRUCT, td->eTypeClass); in TEST()
444 reinterpret_cast< typelib_StructTypeDescription * >(td); in TEST()
/trunk/main/cppu/source/helper/purpenv/
H A Dhelper_purpenv_Proxy.cxx435 typelib_TypeDescription * td = 0; in dispatch() local
436 TYPELIB_DANGER_GET( &td, param.pTypeRef ); in dispatch()
437 if (relatesToInterface(td)) in dispatch()
439 args[nPos] = alloca(td->nSize); in dispatch()
442 uno_copyAndConvertData(args[nPos], pArgs[nPos], td, m_from_to.get()); in dispatch()
449 TYPELIB_DANGER_RELEASE( td ); in dispatch()
/trunk/main/idlc/test/parser/
H A Dpolystruct.tests236 typedef unsigned short td;
237 struct Struct2 { Struct1<td> member; };
242 typedef sequence<unsigned short> td;
243 struct Struct2 { Struct1<td> member; };
248 typedef unsigned short td;
249 struct Struct2 { Struct1<sequence<td> > member; };
/trunk/main/bridges/source/cpp_uno/cc50_solaris_intel/
H A Dcpp2uno.cxx345 typelib_TypeDescription * td = 0; in isSimpleStruct() local
346 TYPELIB_DANGER_GET(&td, type); in isSimpleStruct()
347 OSL_ASSERT(td != 0); in isSimpleStruct()
349 = reinterpret_cast< typelib_CompoundTypeDescription * >(td); in isSimpleStruct()
375 TYPELIB_DANGER_RELEASE(td); in isSimpleStruct()
/trunk/main/cppu/inc/com/sun/star/uno/
H A DSequence.hxx240 static typelib_TypeDescriptionReference * td = 0; in getTypeFavourChar() local
241 if (td == 0) { in getTypeFavourChar()
243 &td, in getTypeFavourChar()
250 return detail::getTypeFromTypeDescriptionReference(&td); in getTypeFavourChar()
/trunk/main/readlicense_oo/docs/readme/
H A Deval.xsl61 <td>
63 </td>
72 <td>
87 </td>
/trunk/main/sd/res/webview/
H A Dshow.asp55 <tr valign=center><td align=center>
58 </td></tr>
/trunk/main/helpcontent2/helpers/
H A Dupdate_tree.pl118 $td = timediff($t1, $t0);
119 print timestr($td),"\n";

Completed in 126 milliseconds

12345678910>>...22