Home
last modified time | relevance | path

Searched refs:ArgType (Results 1 – 5 of 5) sorted by relevance

/trunk/main/tools/inc/tools/
H A Dlink.hxx37 #define DECL_LINK( Method, ArgType ) \ argument
38 long Method( ArgType ); \
42 static long Method( Class*, ArgType )
45 SAL_DLLPRIVATE long Method(ArgType); \
52 long Class::Method( ArgType ArgName )
54 #define IMPL_STUB(Class, Method, ArgType) \ argument
73 IMPL_STUB( Class, Method, ArgType ) \
74 long Class::Method( ArgType ArgName )
86 IMPL_STUB( Class, Method, ArgType )
90 long Class::Method( ArgType ArgName ) \
[all …]
/trunk/main/ucb/source/ucp/file/
H A Dshell.cxx364 m_sCommandInfo[0].ArgType = getCppuVoidType(); in shell()
368 m_sCommandInfo[1].ArgType = getCppuVoidType(); in shell()
372 … m_sCommandInfo[2].ArgType = getCppuType( static_cast< uno::Sequence< beans::Property >* >( 0 ) ); in shell()
376 …m_sCommandInfo[3].ArgType = getCppuType( static_cast< uno::Sequence< beans::PropertyValue >* >( 0 … in shell()
380 m_sCommandInfo[4].ArgType = getCppuType( static_cast< OpenCommandArgument* >( 0 ) ); in shell()
384 m_sCommandInfo[5].ArgType = getCppuType( static_cast< TransferInfo* >( 0 ) ); in shell()
388 m_sCommandInfo[6].ArgType = getCppuType( static_cast< sal_Bool* >( 0 ) ); in shell()
392 m_sCommandInfo[7].ArgType = getCppuType( static_cast< InsertCommandArgument* > ( 0 ) ); in shell()
396 m_sCommandInfo[7].ArgType = getCppuType( static_cast< ucb::ContentInfo * > ( 0 ) ); in shell()
/trunk/main/offapi/com/sun/star/ucb/
H A DCommandInfo.idl57 type ArgType;
/trunk/main/ucb/qa/complex/tdoc/
H A D_XCommandProcessor.java153 …t##### " + cmdInfo[i].Name + " - " + cmdInfo[i].Handle + " - " + cmdInfo[i].ArgType.getTypeName()); in _execute()
/trunk/main/sfx2/source/bastyp/
H A Dfltfnc.cxx159 #define IMPL_FORWARD_LOOP( aMethod, ArgType, aArg ) \ argument
160 const SfxFilter* SfxFilterContainer::aMethod( ArgType aArg, SfxFilterFlags nMust, SfxFilterFlags nD…

Completed in 40 milliseconds