Home
last modified time | relevance | path

Searched refs:aType (Results 76 – 100 of 444) sorted by relevance

12345678910>>...18

/trunk/main/udkapi/com/sun/star/lang/
H A DXConnectionPointContainer.idl69 @param aType
72 XConnectionPoint queryConnectionPoint( [in] type aType );
91 [oneway] void advise( [in] type aType,
102 [oneway] void unadvise( [in] type aType,
/trunk/main/bridges/test/
H A Dtestcomp.h52 …Any SAL_CALL queryInterface( const com::sun::star::uno::Type & aType) throw ( ::com::sun::star::un…
79 …Any SAL_CALL queryInterface( const com::sun::star::uno::Type & aType) throw ( ::com::sun::star::un…
115 …Any SAL_CALL queryInterface( const com::sun::star::uno::Type & aType ) throw ( ::com::sun…
139 …Any SAL_CALL queryInterface( const Type & aType)throw ( ::com::sun::star::uno::RuntimeExce…
/trunk/main/framework/source/services/
H A Dmediatypedetectionhelper.cxx96 UniString aType( INetContentTypes::GetContentType( eType ) ); local
97 if( aType.Len() )
99 rUrl = aType;
/trunk/main/sc/source/ui/unoobj/
H A Dcellvaluebinding.cxx209 sal_Bool SAL_CALL OCellValueBinding::supportsType( const Type& aType ) throw (RuntimeException) in supportsType() argument
220 if ( aType.equals( *pTypes++ ) ) in supportsType()
227 …Any SAL_CALL OCellValueBinding::getValue( const Type& aType ) throw (IncompatibleTypesException, R… in getValue() argument
232 checkValueType( aType ); in getValue()
235 switch ( aType.getTypeClass() ) in getValue()
H A Dfielduno.cxx140 sal_uInt16 CountFields(TypeId aType);
141 SvxFieldData* FindByIndex(sal_uInt16 nIndex, TypeId aType);
142 SvxFieldData* FindByPos(sal_uInt32 nPar, xub_StrLen nPos, TypeId aType);
198 sal_uInt16 ScUnoEditEngine::CountFields(TypeId aType) in CountFields() argument
201 aFieldType = aType; in CountFields()
210 SvxFieldData* ScUnoEditEngine::FindByIndex(sal_uInt16 nIndex, TypeId aType) in FindByIndex() argument
214 aFieldType = aType; in FindByIndex()
223 SvxFieldData* ScUnoEditEngine::FindByPos(sal_uInt32 nPar, xub_StrLen nPos, TypeId aType) in FindByPos() argument
228 aFieldType = aType; in FindByPos()
/trunk/main/configmgr/source/
H A Drootaccess.cxx221 css::uno::Any RootAccess::queryInterface(css::uno::Type const & aType) in queryInterface() argument
227 css::uno::Any res(Access::queryInterface(aType)); in queryInterface()
232 aType, static_cast< css::util::XChangesNotifier * >(this)); in queryInterface()
238 aType, static_cast< css::util::XChangesBatch * >(this)); in queryInterface()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/schema/
H A DTypeContainer.java42 public void Add (final T aType) in Add() argument
44 maTypes.put(aType.GetName().GetDisplayName(), aType); in Add() local
/trunk/main/svtools/source/java/
H A Djavacontext.cxx57 Any SAL_CALL JavaContext::queryInterface(const Type& aType ) in queryInterface() argument
60 if (aType == getCppuType(reinterpret_cast<Reference<XInterface>*>(0))) in queryInterface()
62 else if (aType == getCppuType(reinterpret_cast<Reference<XCurrentContext>*>(0))) in queryInterface()
/trunk/main/unoxml/source/events/
H A Deventdispatcher.hxx64 ::rtl::OUString aType,
70 ::rtl::OUString aType,
77 ::rtl::OUString aType,
H A Dtestlistener.cxx100 OUString aType; in initialize() local
101 if (! (args[1] >>= aType)) in initialize()
111 m_type = aType; in initialize()
/trunk/main/desktop/source/migration/
H A Dcfgfilter.cxx255 const Type& aType, in overrideProperty() argument
262 m_xLayerHandler->overrideProperty(aName, aAttributes, aType, bClear); in overrideProperty()
306 const Type& aType ) in addProperty() argument
312 m_xLayerHandler->addProperty(aName, aAttributes, aType); in addProperty()
/trunk/main/framework/source/fwe/classes/
H A Dactiontriggerpropertyset.cxx75 Any SAL_CALL ActionTriggerPropertySet::queryInterface( const Type& aType ) in queryInterface() argument
79 aType , in queryInterface()
87 a = OPropertySetHelper::queryInterface( aType ); in queryInterface()
93 return OWeakObject::queryInterface( aType ); in queryInterface()
H A Dactiontriggercontainer.cxx51 Any SAL_CALL ActionTriggerContainer::queryInterface( const Type& aType ) in queryInterface() argument
55 aType , in queryInterface()
65 return PropertySetContainer::queryInterface( aType ); in queryInterface()
/trunk/main/xmloff/source/style/
H A DPageHeaderFooterContext.cxx76 PageContextType aType = Header; in CreateChildContext() local
78 aType = Footer; in CreateChildContext()
83 rMap, nStartIndex, nEndIndex, aType); in CreateChildContext()
/trunk/main/sw/inc/
H A Dlineinfo.hxx44 SvxNumberType aType; //e.g. roman linenumbers member in SwLineNumberInfo
69 const SvxNumberType &GetNumType() const { return aType; } in GetNumType()
70 void SetNumType( SvxNumberType aNew ){ aType = aNew; } in SetNumType()
/trunk/main/svx/source/accessibility/
H A DDescriptionGenerator.cxx154 PropertyType aType, in AddProperty() argument
163 AddProperty (sPropertyName, aType, sLocalizedName, nWhichId); in AddProperty()
170 PropertyType aType, const OUString& sLocalizedName, long nWhichId) in AddProperty() argument
191 switch (aType) in AddProperty()
/trunk/main/framework/test/typecfg/
H A Dcfgview.cxx1154 FileType aType ; in impl_generateInvalidFiltersHTML() local
1162 aType = m_aData.pCache->getType( lTypes[nType] ); in impl_generateInvalidFiltersHTML()
1163 if( aFilter.sType == aType.sName ) in impl_generateInvalidFiltersHTML()
1228 FileType aType ; in impl_generateInvalidDetectorsHTML() local
1236 aType = m_aData.pCache->getType( lTypes[nType] ); in impl_generateInvalidDetectorsHTML()
1239 if( *pTypeListEntry == aType.sName ) in impl_generateInvalidDetectorsHTML()
1303 FileType aType ; in impl_generateInvalidLoadersHTML() local
1311 aType = m_aData.pCache->getType( lTypes[nType] ); in impl_generateInvalidLoadersHTML()
1314 if( *pTypeListEntry == aType.sName ) in impl_generateInvalidLoadersHTML()
/trunk/main/extensions/source/abpilot/
H A Dunodialogabp.cxx60 Any SAL_CALL OABSPilotUno::queryInterface( const Type& aType ) throw (RuntimeException) in queryInterface() argument
62 Any aReturn = OABSPilotUno_DBase::queryInterface( aType ); in queryInterface()
63 return aReturn.hasValue() ? aReturn : OABSPilotUno_JBase::queryInterface( aType ); in queryInterface()
/trunk/main/sw/source/core/doc/
H A Dlineinfo.cxx73 aType( rCpy.GetNumType() ), in SwLineNumberInfo()
95 aType = rCpy.GetNumType(); in operator =()
112 aType.GetNumberingType() == rInf.GetNumType().GetNumberingType() && in operator ==()
/trunk/main/sw/source/core/layout/
H A Dlayhelp.hxx64 SvUShorts aType; member in SwLayCacheImpl
70 SwLayCacheImpl() : SvULongs( 20, 10 ), aType( 20, 10 ) {} in SwLayCacheImpl()
75 sal_uInt16 GetBreakType( sal_uInt16 nIdx ) const { return aType[ nIdx ]; } in GetBreakType()
/trunk/main/svx/inc/
H A Dtbunosearchcontrollers.hxx103 …virtual css::uno::Any SAL_CALL queryInterface( const css::uno::Type& aType ) throw ( css::uno::Run…
152 …virtual css::uno::Any SAL_CALL queryInterface( const css::uno::Type& aType ) throw ( css::uno::Run…
191 …virtual ::com::sun::star::uno::Any SAL_CALL queryInterface( const css::uno::Type& aType ) throw ( …
235 …virtual ::com::sun::star::uno::Any SAL_CALL queryInterface( const css::uno::Type& aType ) throw ( …
/trunk/main/tools/inc/tools/
H A Dinetmsg.hxx580 UniString aType (GetContentType()); in IsMessage() local
581 return (aType.CompareIgnoreCaseToAscii("message/", 8) == 0); in IsMessage()
585 UniString aType (GetContentType()); in IsMultipart() local
586 return (aType.CompareIgnoreCaseToAscii("multipart/", 10) == 0); in IsMultipart()
/trunk/main/svl/source/misc/
H A Dinettype.cxx889 UniString aType; in GetContentType() local
891 if (parse(rTypeName, aType, aSubType)) in GetContentType()
893 aType += '/'; in GetContentType()
894 aType += aSubType; in GetContentType()
895 MediaTypeEntry const * pEntry = seekEntry(aType, aStaticTypeNameMap, in GetContentType()
898 Registration::GetContentType(aType); in GetContentType()
/trunk/main/sc/source/core/tool/
H A Daddincol.cxx918 pParArr[nParamPos].aType; in ReadFromAddIn()
969 pParArr[nParamPos].aType; in ReadFromAddIn()
1144 pParArr[nParamPos].aType; in UpdateFromAddIn()
1164 pParArr[nParamPos].aType; in UpdateFromAddIn()
1606 uno::Type aType = rNewRes.getValueType(); in SetResult() local
1653 if ( aType.equals( getCppuType( (uno::Sequence< uno::Sequence<sal_Int32> > *)0 ) ) ) in SetResult()
1696 else if ( aType.equals( getCppuType( (uno::Sequence< uno::Sequence<double> > *)0 ) ) ) in SetResult()
1739 … else if ( aType.equals( getCppuType( (uno::Sequence< uno::Sequence<rtl::OUString> > *)0 ) ) ) in SetResult()
1782 else if ( aType.equals( getCppuType( (uno::Sequence< uno::Sequence<uno::Any> > *)0 ) ) ) in SetResult()
/trunk/main/svtools/source/uno/
H A Dpopupwindowcontroller.cxx156 Any SAL_CALL PopupWindowController::queryInterface( const Type& aType ) in queryInterface() argument
159 Any a( ToolboxController::queryInterface( aType ) ); in queryInterface()
163 return ::cppu::queryInterface( aType, static_cast< lang::XServiceInfo* >( this )); in queryInterface()

Completed in 112 milliseconds

12345678910>>...18