Searched refs:ArgType (Results 1 – 5 of 5) sorted by relevance
/aoo4110/main/tools/inc/tools/ |
H A D | link.hxx | 37 #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 …]
|
/aoo4110/main/ucb/source/ucp/file/ |
H A D | shell.cxx | 364 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()
|
/aoo4110/main/offapi/com/sun/star/ucb/ |
H A D | CommandInfo.idl | 57 type ArgType;
|
/aoo4110/main/ucb/qa/complex/tdoc/ |
H A D | _XCommandProcessor.java | 153 …t##### " + cmdInfo[i].Name + " - " + cmdInfo[i].Handle + " - " + cmdInfo[i].ArgType.getTypeName()); in _execute()
|
/aoo4110/main/sfx2/source/bastyp/ |
H A D | fltfnc.cxx | 159 #define IMPL_FORWARD_LOOP( aMethod, ArgType, aArg ) \ argument 160 const SfxFilter* SfxFilterContainer::aMethod( ArgType aArg, SfxFilterFlags nMust, SfxFilterFlags nD…
|
Completed in 30 milliseconds