Home
last modified time | relevance | path

Searched refs:aType (Results 176 – 200 of 444) sorted by relevance

12345678910>>...18

/trunk/main/winaccessibility/source/service/
H A DAccEventListener.cxx286 …CALL AccEventListener::queryInterface( const ::com::sun::star::uno::Type& aType ) throw (::com::su… in queryInterface() argument
288 …if(aType.equals(::getCppuType( (Reference< com::sun::star::accessibility::XAccessibleEventListener… in queryInterface()
/trunk/main/toolkit/source/layout/core/
H A Dhelper.hxx73 css::uno::Type aType; member
80 css::uno::Type aType, void *pPtr );
/trunk/main/comphelper/source/xml/
H A Dattributelist.cxx40 TagAttribute_Impl( const OUString &aName, const OUString &aType, in TagAttribute_Impl()
44 this->sType = aType; in TagAttribute_Impl()
/trunk/main/unotools/source/ucbhelper/
H A Dxtempfile.cxx65 ::css::uno::Any SAL_CALL OTempFileService::queryInterface( ::css::uno::Type const & aType ) in queryInterface() argument
68 ::css::uno::Any aResult( OTempFileBase::queryInterface( aType ) ); in queryInterface()
70 aResult = cppu::PropertySetMixin< ::css::io::XTempFile >::queryInterface( aType ) ; in queryInterface()
/trunk/main/extensions/source/ole/
H A Dservprov.cxx676 Any SAL_CALL OleServer_Impl::queryInterface( const Type& aType ) throw(RuntimeException) in queryInterface() argument
678 Any a= ::cppu::queryInterface( aType, static_cast<XTypeProvider*>(this)); in queryInterface()
680 return OWeakObject::queryInterface( aType); in queryInterface()
/trunk/main/UnoControls/source/base/
H A Dbasecontrol.cxx226 Any SAL_CALL BaseControl::queryAggregation( const Type& aType ) throw( RuntimeException ) in queryAggregation() argument
230 Any aReturn ( ::cppu::queryInterface( aType , in queryAggregation()
249 return OComponentHelper::queryAggregation( aType ); in queryAggregation()
/trunk/main/vbahelper/source/vbahelper/
H A Dvbacommandbar.hxx65 …virtual css::uno::Any SAL_CALL FindControl( const css::uno::Any& aType, const css::uno::Any& aId, …
94 …virtual css::uno::Any SAL_CALL FindControl( const css::uno::Any& aType, const css::uno::Any& aId, …
/trunk/main/desktop/source/migration/
H A Dcfgfilter.hxx146 const NS_UNO::Type& aType,
173 const NS_UNO::Type& aType )
/trunk/main/scripting/source/provider/
H A DBrowseNodeFactoryImpl.cxx502 virtual Any SAL_CALL queryInterface( const Type& aType ) in queryInterface() argument
505 Any aRet = t_BrowseNodeBase::queryInterface( aType ); in queryInterface()
512 return m_xAggProxy->queryAggregation( aType ); in queryInterface()
/trunk/main/ucb/source/ucp/package/
H A Dpkgprovider.cxx71 queryInterface( const uno::Type& aType ) in queryInterface() argument
73 { return m_xNA->queryInterface( aType ); } in queryInterface()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/base/
H A DNodeVisitorAdapter.java135 public void Visit (final BuiltIn aType) in Visit() argument
137 Default(aType); in Visit()
/trunk/main/UnoControls/source/inc/
H A Dprogressmonitor.hxx211 virtual UNO3_ANY SAL_CALL queryInterface( const UNO3_TYPE& aType ) throw( UNO3_RUNTIMEEXCEPTION );
281 …virtual UNO3_ANY SAL_CALL queryAggregation( const UNO3_TYPE& aType ) throw( UNO3_RUNTIMEEXCEPTION …
/trunk/main/sd/source/ui/animations/
H A Dmotionpathtag.cxx1300 Any SAL_CALL MotionPathTag::queryInterface( const ::com::sun::star::uno::Type& aType ) throw (Runti… in queryInterface() argument
1302 if( aType == XChangesListener::static_type() ) in queryInterface()
1304 if( aType == XEventListener::static_type() ) in queryInterface()
1306 if( aType == XInterface::static_type() ) in queryInterface()
/trunk/main/l10ntools/source/
H A Dgsicheck.cxx38 void PrintMessage( ByteString aType, ByteString aMsg, ByteString aPrefix, in PrintMessage() argument
42 fprintf( stdout, "%s %s, Line %lu", aType.GetBuffer(), aPrefix.GetBuffer(), nLine ); in PrintMessage()
354 void GSIBlock::PrintMessage( ByteString aType, ByteString aMsg, ByteString aPrefix, in PrintMessage() argument
358 ::PrintMessage( aType, aMsg, aPrefix, aContext, bPrintContext, nLine, aUniqueId ); in PrintMessage()
/trunk/main/offapi/com/sun/star/form/binding/
H A DXValueBinding.idl65 boolean supportsType( [in] type aType );
74 any getValue( [in] type aType )
/trunk/main/sc/source/ui/unoobj/
H A Dcellvaluebinding.hxx102 …virtual sal_Bool SAL_CALL supportsType( const ::com::sun::star::uno::Type& aType ) throw (::com::s…
103 …sun::star::uno::Any SAL_CALL getValue( const ::com::sun::star::uno::Type& aType ) throw (::com::su…
/trunk/main/filter/source/config/cache/
H A Dfiltercache.cxx1088 CacheItem aType = pIt->second; in impl_validateAndOptimize() local
1093 aType[PROPNAME_DETECTSERVICE ] >>= sDetectService; in impl_validateAndOptimize()
1105 aType[PROPNAME_EXTENSIONS] >>= lExtensions; in impl_validateAndOptimize()
1106 aType[PROPNAME_URLPATTERN] >>= lURLPattern; in impl_validateAndOptimize()
1113 aType[PROPNAME_NAME] >>= sInternalTypeNameCheck; in impl_validateAndOptimize()
1142 aType[PROPNAME_PREFERRED] >>= bPreferred; in impl_validateAndOptimize()
1184 aType[PROPNAME_PREFERREDFILTER] >>= sPrefFilter; in impl_validateAndOptimize()
/trunk/main/sw/source/filter/ww8/
H A Ddocxattributeoutput.cxx1936 OString aType; in impl_NumberingType() local
1941 case SVX_NUM_CHARS_UPPER_LETTER_N: aType = "upperLetter"; break; in impl_NumberingType()
1943 case SVX_NUM_CHARS_LOWER_LETTER_N: aType = "lowerLetter"; break; in impl_NumberingType()
1944 case SVX_NUM_ROMAN_UPPER: aType = "upperRoman"; break; in impl_NumberingType()
1945 case SVX_NUM_ROMAN_LOWER: aType = "lowerRoman"; break; in impl_NumberingType()
1947 case SVX_NUM_ARABIC: aType = "decimal"; break; in impl_NumberingType()
1950 case SVX_NUM_CHAR_SPECIAL: aType = "bullet"; break; in impl_NumberingType()
1952 default: aType = "none"; break; in impl_NumberingType()
1955 return aType; in impl_NumberingType()
/trunk/main/framework/inc/services/
H A Dsubstitutepathvars.hxx93 EnvironmentType aType ) : in SubstituteRule()
94 aSubstVariable( aVarName ), aSubstValue( aValue ), aEnvValue( aVal ), aEnvType( aType ) {} in SubstituteRule()
/trunk/main/framework/inc/uifactory/
H A Duielementfactorymanager.hxx134 …virtual void SAL_CALL registerFactory( const ::rtl::OUString& aType, const ::rtl::OUString& aName,…
135 …virtual void SAL_CALL deregisterFactory( const ::rtl::OUString& aType, const ::rtl::OUString& aNam…
/trunk/main/sfx2/source/config/
H A Devntconf.cxx172 ::rtl::OUString aType = ::rtl::OUString::createFromAscii( STAR_BASIC );; in CreateEventData_Impl()
177 pValues[ 0 ].Value <<= aType; in CreateEventData_Impl()
/trunk/main/sw/inc/
H A Dunodraw.hxx101 …tar::uno::Any SAL_CALL queryInterface( const ::com::sun::star::uno::Type& aType ) throw(::com::sun…
265 …tar::uno::Any SAL_CALL queryInterface( const ::com::sun::star::uno::Type& aType ) throw(::com::sun…
331 …tar::uno::Any SAL_CALL queryInterface( const ::com::sun::star::uno::Type& aType ) throw(::com::sun…
/trunk/main/odk/examples/java/Inspector/
H A DInspectorPane.java512 Type aType = _oUnoNode.getUnoType(); in expandNode() local
513 if (aType != null){ in expandNode()
514 …thodsToTreeNode(_oUnoNode, _oUnoNode.getUnoObject(), m_oIntrospector.getMethodsOfInterface(aType)); in expandNode()
/trunk/main/sw/source/ui/app/
H A Dapphdl.cxx806 TypeId aType(TYPE(SwDocShell)); in ConfigurationChanged() local
808 static_cast<SwDocShell *>(SfxObjectShell::GetFirst(&aType)); in ConfigurationChanged()
813 SfxObjectShell::GetNext(*pDocShell, &aType)); in ConfigurationChanged()
/trunk/main/xmloff/source/style/
H A DPageMasterImportContext.cxx155 PageContextType aType = Page; in CreateChildContext() local
160 xImpPrMap, 0, nEndIndex, aType); in CreateChildContext()

Completed in 185 milliseconds

12345678910>>...18