Home
last modified time | relevance | path

Searched refs:aType (Results 126 – 150 of 444) sorted by relevance

12345678910>>...18

/trunk/main/filter/source/xsltdialog/
H A Dxmlfilterdialogcomponent.cxx82 virtual Any SAL_CALL queryInterface( const Type& aType ) throw (RuntimeException);
146 Any SAL_CALL XMLFilterDialogComponent::queryInterface( const Type& aType ) throw (RuntimeException) in queryInterface() argument
148 return OComponentHelper::queryInterface( aType ); in queryInterface()
H A Dxmlfiltertestdialog.cxx349 OUString aType, aService; in onExportBrowse() local
358 pValues->Value >>= aType; in onExportBrowse()
379 if( (nFound == 15) && (aType.getLength() && aService == mpFilterInfo->maDocumentService) ) in onExportBrowse()
384 aAny = xTypeDetection->getByName( aType ); in onExportBrowse()
/trunk/main/sw/inc/
H A Dswunodef.hxx30 #define STAR_REFERENCE(aType) UNO_NMSPC::Reference< STAR_NMSPC::aType > argument
/trunk/main/comphelper/source/misc/
H A Dmimeconfighelper.cxx273 uno::Sequence< beans::PropertyValue > aType; in GetDocServiceNameFromMediaType() local
274 if ( xEnum->nextElement() >>= aType ) in GetDocServiceNameFromMediaType()
276 for ( sal_Int32 nInd = 0; nInd < aType.getLength(); nInd++ ) in GetDocServiceNameFromMediaType()
279 if ( aType[nInd].Name.equalsAscii( "PreferredFilter" ) in GetDocServiceNameFromMediaType()
280 && ( aType[nInd].Value >>= aFilterName ) && !aFilterName.isEmpty() ) in GetDocServiceNameFromMediaType()
/trunk/main/svx/source/tbxctrls/
H A Dtbunocontroller.cxx262 …:Any SAL_CALL FontHeightToolBoxControl::queryInterface( const ::com::sun::star::uno::Type& aType ) in queryInterface() argument
265 uno::Any a = ToolboxController::queryInterface( aType ); in queryInterface()
269 return ::cppu::queryInterface( aType, static_cast< lang::XServiceInfo* >( this )); in queryInterface()
/trunk/main/bridges/source/cpp_uno/cc50_solaris_sparc/
H A Dcpp2uno.cxx375 typelib_TypeClass aType = cpp_mediate( in cpp_vtable_call() local
378 switch( aType ) in cpp_vtable_call()
404 return aType; in cpp_vtable_call()
/trunk/main/configmgr/source/
H A Dchildaccess.cxx384 css::uno::Any ChildAccess::queryInterface(css::uno::Type const & aType) in queryInterface() argument
390 css::uno::Any res(Access::queryInterface(aType)); in queryInterface()
394 aType, static_cast< css::container::XChild * >(this), in queryInterface()
/trunk/main/UnoControls/source/controls/
H A Dstatusindicator.cxx184 Any SAL_CALL StatusIndicator::queryAggregation( const Type& aType ) throw( RuntimeException ) in queryAggregation() argument
188 Any aReturn ( ::cppu::queryInterface( aType , in queryAggregation()
198 aReturn = BaseControl::queryAggregation( aType ); in queryAggregation()
/trunk/main/io/source/stm/
H A Dodata.cxx1060 Any OObjectOutputStream::queryInterface( const Type &aType ) throw (::com::sun::star::uno::RuntimeE… in queryInterface() argument
1063 aType , in queryInterface()
1071 return ODataOutputStream::queryInterface( aType ); in queryInterface()
1409 Any OObjectInputStream::queryInterface( const Type &aType ) throw () in queryInterface() argument
1412 aType , in queryInterface()
1420 return ODataInputStream::queryInterface( aType ); in queryInterface()
/trunk/main/xmloff/source/style/
H A DPagePropertySetContext.hxx38 PageContextType aType; member in PagePropertySetContext
49 const PageContextType aType );
H A DPagePropertySetContext.cxx52 aType = aTempType; in PagePropertySetContext()
68 switch ( aType ) in CreateChildContext()
/trunk/main/testtools/source/performance/
H A Dubobject.cxx81 …tar::uno::Any SAL_CALL queryInterface( const ::com::sun::star::uno::Type& aType ) throw(::com::sun… in queryInterface() argument
85 if (aType == ::getCppuType( (const Reference< XInterface > *)0 )) in queryInterface()
90 if (aType == ::getCppuType( (const Reference< XPerformanceTest > *)0 )) in queryInterface()
/trunk/main/UnoControls/source/base/
H A Dbasecontainercontrol.cxx131 Any SAL_CALL BaseContainerControl::queryAggregation( const Type& aType ) throw( RuntimeException ) in queryAggregation() argument
135 Any aReturn ( ::cppu::queryInterface( aType , in queryAggregation()
150 return BaseControl::queryAggregation( aType ); in queryAggregation()
/trunk/main/avmedia/source/framework/
H A Dsoundhandler.cxx85 css::uno::Any SAL_CALL SoundHandler::queryInterface( const css::uno::Type& aType ) throw( css::uno:… in queryInterface() argument
89 css::uno::Any aReturn( ::cppu::queryInterface( aType, in queryInterface()
99 aReturn = OWeakObject::queryInterface( aType ); in queryInterface()
/trunk/main/fpicker/source/win32/filepicker/
H A Dasynceventnotifier.hxx73 …Listener (const ::com::sun::star::uno::Type& aType ,
75 …oveListener(const ::com::sun::star::uno::Type& aType ,
/trunk/main/sw/source/ui/inc/
H A Djavaedit.hxx73 String aType; member in SwJavaEditDialog
105 String GetType() { return aType; } in GetType()
/trunk/main/bean/java/officebean/src/main/java/com/sun/star/comp/beans/
H A DWrapper.java78 public Object queryInterface( com.sun.star.uno.Type aType ) in queryInterface() argument
81 return xQueryInterface.queryInterface( aType ); in queryInterface()
/trunk/main/odk/examples/java/Inspector/
H A DIntrospector.java313 Type aType = AnyConverter.getType(_oUnoObject); in isObjectSequence() local
314 return aType.getTypeClass().getValue() == TypeClass.SEQUENCE_value; in isObjectSequence()
321 Type aType = AnyConverter.getType(_oUnoObject); in isObjectPrimitive() local
322 breturn = isObjectPrimitive(_oUnoObject.getClass(), aType.getTypeClass()); in isObjectPrimitive()
/trunk/main/basic/source/runtime/
H A Dmethods.cxx154 static inline sal_Bool isFolder( FileStatus::Type aType ) in isFolder() argument
156 return ( aType == FileStatus::Directory || aType == FileStatus::Volume ); in isFolder()
765 FileStatus::Type aType = aFileStatus.getFileType(); in implRemoveDirRecursive() local
766 sal_Bool bFolder = isFolder( aType ); in implRemoveDirRecursive()
2513 FileStatus::Type aType = aFileStatus.getFileType(); in getDirectoryPath() local
2514 if( isFolder( aType ) ) in getDirectoryPath()
2518 else if( aType == FileStatus::Link ) in getDirectoryPath()
2930 FileStatus::Type aType = aFileStatus.getFileType(); in RTLFUNC()
2931 sal_Bool bFolder = isFolder( aType ); in RTLFUNC()
3032 FileStatus::Type aType = aFileStatus.getFileType(); in RTLFUNC() local
[all …]
/trunk/main/svx/inc/svx/
H A DDescriptionGenerator.hxx106 PropertyType aType,
128 PropertyType aType,
/trunk/main/desktop/source/app/
H A Ddispatchwatcher.hxx79 …DispatchRequest( RequestType aType, const ::rtl::OUString& aFile, boost::optional< rtl::OUString >… in DispatchRequest()
80 …aRequestType( aType ), aURL( aFile ), aCwdUrl( cwdUrl ), aPrinterName( aPrinter ), aPreselectedFac… in DispatchRequest()
/trunk/main/UnoControls/source/inc/
H A DOConnectionPointHelper.hxx100 UNO3_TYPE aType );
134 virtual UNO3_ANY SAL_CALL queryInterface( const UNO3_TYPE& aType ) throw( UNO3_RUNTIMEEXCEPTION );
/trunk/main/sw/source/core/unocore/
H A Dunofield.cxx594 SwUserFieldType aType(m_pDoc, sTypeName); in setPropertyValue() local
595 pType2 = m_pDoc->InsertFldType(aType); in setPropertyValue()
603 SwDDEFieldType aType(sTypeName, sParam1, in setPropertyValue() local
605 pType2 = m_pDoc->InsertFldType(aType); in setPropertyValue()
610 SwSetExpFieldType aType(m_pDoc, sTypeName); in setPropertyValue() local
612 aType.SetDelimiter( sParam1.GetChar(0)); in setPropertyValue()
614 aType.SetOutlineLvl(nParam1); in setPropertyValue()
615 pType2 = m_pDoc->InsertFldType(aType); in setPropertyValue()
721 SwDBFieldType aType(m_pDoc, sParam3, aData); in GetFldType() local
722 SwFieldType* pType = m_pDoc->InsertFldType(aType); in GetFldType()
H A Dunodraw.cxx514 uno::Any SwXDrawPage::queryInterface( const uno::Type& aType ) in queryInterface() argument
517 uno::Any aRet = SwXDrawPageBaseClass::queryInterface(aType); in queryInterface()
528 aRet = pPage->queryAggregation(aType); in queryInterface()
1027 uno::Any SwXShape::queryInterface( const uno::Type& aType ) throw( uno::RuntimeException ) in queryInterface() argument
1029 uno::Any aRet = SwXShapeBaseClass::queryInterface(aType); in queryInterface()
1035 if(aType == ::getCppuType((uno::Reference<XShape>*)0)) in queryInterface()
1038 aRet = xShapeAgg->queryAggregation(aType); in queryInterface()
2401 ::rtl::OUString aType; in getShapeType()
2404 aType = mxShape->getShapeType(); in getShapeType()
2406 return aType; in getShapeType()
/trunk/main/sw/source/ui/app/
H A Dappenv.cxx417 SvxNumberType aType; in InsertEnv() local
418 aType.SetNumberingType(SVX_NUM_NUMBER_NONE); in InsertEnv()
419 pDesc->SetNumType(aType); in InsertEnv()

Completed in 142 milliseconds

12345678910>>...18