Home
last modified time | relevance | path

Searched refs:Type (Results 401 – 425 of 2706) sorted by relevance

1...<<11121314151617181920>>...109

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sc/
H A DScHeaderFieldsObj.java47 import com.sun.star.uno.Type;
131 new Type(XNameAccess.class),StyleFamNames.getByName("PageStyles")); in createTestEnvironment()
133 new Type(XStyle.class),PageStyles.getByName("Default")); in createTestEnvironment()
155 new Type(XHeaderFooterContent.class), in createTestEnvironment()
H A DScHeaderFieldObj.java46 import com.sun.star.uno.Type;
146 new Type(XNameAccess.class),StyleFamNames.getByName("PageStyles")); in createTestEnvironment()
148 new Type(XStyle.class),PageStyles.getByName("Default")); in createTestEnvironment()
170 new Type(XHeaderFooterContent.class), in createTestEnvironment()
H A DScDDELinkObj.java42 import com.sun.star.uno.Type;
167 new Type(XSpreadsheet.class),oIndexAccess.getByIndex(0)); in createTestEnvironment()
201 new Type(XNameAccess.class), UnoRuntime.queryInterface( in createTestEnvironment()
207 new Type(XInterface.class),links.getByName(linkNames[0])); in createTestEnvironment()
H A DScViewPaneObj.java51 import com.sun.star.uno.Type;
126 new Type(XInterface.class),xIA.getByIndex(0)); in createTestEnvironment()
175 new Type(XDrawPage.class),oDP.getByIndex(0)); in createTestEnvironment()
183 … myForm = (XForm) AnyConverter.toObject(new Type(XForm.class),xForm.getByName("Standard")); in createTestEnvironment()
/trunk/main/sc/source/ui/unoobj/
H A Dcellvaluebinding.hxx101 …virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > SAL_CALL getSupportedValueT…
102 …virtual sal_Bool SAL_CALL supportsType( const ::com::sun::star::uno::Type& aType ) throw (::com::s…
103 …virtual ::com::sun::star::uno::Any SAL_CALL getValue( const ::com::sun::star::uno::Type& aType ) t…
138 void checkValueType( const ::com::sun::star::uno::Type& _rType ) const
/trunk/main/dbaccess/source/filter/xml/
H A DxmlExport.hxx132 ::com::sun::star::uno::Type Type;
135 …TypedPropertyValue( const ::rtl::OUString& _name, const ::com::sun::star::uno::Type& _type, const … in TypedPropertyValue()
137 ,Type( _type ) in TypedPropertyValue()
/trunk/main/cppu/inc/uno/
H A Dmapping.hxx177 void * pInterface, const ::com::sun::star::uno::Type & rType ) const SAL_THROW( () );
202 …Interface( void ** ppOut, void * pInterface, const ::com::sun::star::uno::Type & rType ) const SAL…
269 void ** ppOut, void * pInterface, const ::com::sun::star::uno::Type & rType ) const in mapInterface()
291 void * pInterface, const ::com::sun::star::uno::Type & rType ) const in mapInterface()
/trunk/main/cli_ure/source/basetypes/uno/
H A DExceptionAttribute.cs49 public ExceptionAttribute(Type[] raises) in ExceptionAttribute()
54 public Type[] Raises
62 private Type[] m_raises;
H A DTypeArgumentsAttribute.cs63 public TypeArgumentsAttribute(Type[] arguments) in TypeArgumentsAttribute()
68 public Type[] Arguments
76 private Type[] m_arguments;
/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShape2d.cxx85 rParameter.Type = EnhancedCustomShapeParameterType::EQUATION; in SetEnhancedCustomShapeParameter()
88 rParameter.Type = EnhancedCustomShapeParameterType::NORMAL; in SetEnhancedCustomShapeParameter()
410 rParameter.Type = EnhancedCustomShapeParameterType::EQUATION; in SetEnhancedCustomShapeHandleParameter()
416 rParameter.Type = EnhancedCustomShapeParameterType::LEFT; in SetEnhancedCustomShapeHandleParameter()
418 rParameter.Type = EnhancedCustomShapeParameterType::TOP; in SetEnhancedCustomShapeHandleParameter()
424 rParameter.Type = EnhancedCustomShapeParameterType::RIGHT; in SetEnhancedCustomShapeHandleParameter()
426 rParameter.Type = EnhancedCustomShapeParameterType::BOTTOM; in SetEnhancedCustomShapeHandleParameter()
431 rParameter.Type = EnhancedCustomShapeParameterType::NORMAL; in SetEnhancedCustomShapeHandleParameter()
436 rParameter.Type = EnhancedCustomShapeParameterType::NORMAL; in SetEnhancedCustomShapeHandleParameter()
442 rParameter.Type = EnhancedCustomShapeParameterType::NORMAL; in SetEnhancedCustomShapeHandleParameter()
[all …]
/trunk/main/canvas/source/null/
H A Dnull_usagecounter.hxx38 template< class Type > class UsageCounter
69 template< class Type > oslInterlockedCount UsageCounter<Type>::s_nCount = 0;
/trunk/main/ooxml/source/framework/OOXMLViewer/src/org/apache/openoffice/ooxml/viewer/xml/
H A DToken.java31 Type = eType; in Token()
42 return String.format("%s(%s)", Type.toString(), Text); in toString()
48 public final TokenType Type; field in Token
/trunk/main/stoc/source/corereflection/
H A Dcrenum.cxx49 …virtual Any SAL_CALL queryInterface( const Type & rType ) throw(::com::sun::star::uno::RuntimeExce…
54 virtual Sequence< Type > SAL_CALL getTypes() throw (::com::sun::star::uno::RuntimeException);
75 Any IdlEnumFieldImpl::queryInterface( const Type & rType ) in queryInterface()
96 Sequence< Type > IdlEnumFieldImpl::getTypes() in getTypes()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sw/
H A DSwXParagraph.java43 import com.sun.star.uno.Type;
204 new Type(XInterface.class),oEnum.nextElement()); in createTestEnvironment()
209 new Type(XInterface.class),oEnum2.nextElement()); in createTestEnvironment()
249 new Type(XInterface.class),oEnum.nextElement()); in createTestEnvironment()
/trunk/main/cppuhelper/source/
H A Dstdidlclass.cxx65 Any SAL_CALL queryInterface( const ::com::sun::star::uno::Type & rType )
80 virtual sal_Bool SAL_CALL equals( const Reference< XIdlClass >& Type ) throw(RuntimeException) in equals() argument
81 { return getName() == Type->getName(); } in equals()
176 Any SAL_CALL OStdIdlClass::queryInterface( const Type & rType ) in queryInterface()
/trunk/main/ridljar/java/ridl/src/main/java/com/sun/star/uno/
H A DIEnvironment.java98 Object registerInterface(Object object, String[] oid, Type type); in registerInterface()
122 void revokeInterface(String oid, Type type); in revokeInterface()
132 Object getRegisteredInterface(String oid, Type type); in getRegisteredInterface()
/trunk/main/autodoc/inc/ary/cpp/
H A Dcp_type.hxx38 class Type;
67 virtual const Type &
73 virtual const Type &
/trunk/main/sal/qa/osl/security/
H A Dosl_Security.cxx353 DWORD Type; in main() local
355 …lRet = RegQueryValueEx(hRegKey, "AppData", NULL, &Type, ( unsigned char * )PathA, ( unsigned long … in main()
356 if ( ( lRet == ERROR_SUCCESS ) && ( Type == REG_SZ ) && ( _access( PathA, 0 ) == 0 ) ) in main()
361 …lRet = RegQueryValueEx(hRegKey, "Personal", NULL, &Type, ( unsigned char * )PathA, ( unsigned long… in main()
362 if ( ( lRet == ERROR_SUCCESS ) && ( Type == REG_SZ ) && ( _access( PathA, 0 ) == 0 ) ) in main()
/trunk/main/sc/qa/complex/dataPilot/
H A DCheckDataPilot.java42 import com.sun.star.uno.Type;
201 new Type(XSpreadsheet.class),oIndexAccess.getByIndex(0)); in before()
203 new Type(XSpreadsheet.class),oIndexAccess.getByIndex(1)); in before()
303 new Type(XInterface.class),DPT.getByName(DPT.getElementNames()[0])); in before()
318 new Type(XInterface.class),IA.getByIndex(0)); in before()
/trunk/main/configmgr/source/
H A Dlocalizedpropertynode.hxx44 LocalizedPropertyNode(int layer, Type staticType, bool nillable);
50 Type getStaticType() const;
63 Type staticType_;
/trunk/main/autodoc/source/ary/idl/
H A Dit_tplparam.cxx73 Type::inq_TemplateParameters() const in inq_TemplateParameters()
78 const Type &
79 Type::inq_FirstEnclosedNonSequenceType(const Gate & ) const in inq_FirstEnclosedNonSequenceType()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/form/
H A D_XGridFieldDataSupplier.java29 import com.sun.star.uno.Type;
50 boolean[] dataType = oObj.queryFieldDataType(new Type(String.class)); in _queryFieldDataType()
60 Object[] data = oObj.queryFieldData(0, new Type(String.class)); in _queryFieldData()
/trunk/main/ucbhelper/workben/ucbexplorer/
H A Ducbexplorer.cxx85 virtual Any SAL_CALL queryInterface( const Type & rType )
218 Any SAL_CALL TestDataSink::queryInterface( const Type & rType ) in queryInterface()
363 const Type& rType = pProps[ n ].Type; in createNewContent()
522 rInfo.Type, aPropNames, aPropValues, xData, rNewContent ); in createNewContent()
674 pNewMenu->InsertItem( 20000 + n + 1, rInfo.Type ); in Command()
/trunk/main/writerfilter/source/dmapper/
H A DCellColorHandler.hxx42 enum Type {P, C, Others}; enum in writerfilter::dmapper::CellColorHandler
43 Type m_eType;
56 void setType(Type type) { m_eType = type; } in setType()
/trunk/main/sw/inc/
H A Dunoframe.hxx187 …virtual ::com::sun::star::uno::Any SAL_CALL queryInterface( const ::com::sun::star::uno::Type& aTy…
192 …virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > SAL_CALL getTypes( ) throw…
206 …virtual ::com::sun::star::uno::Type SAL_CALL getElementType( ) throw(::com::sun::star::uno::Runti…
252 …virtual ::com::sun::star::uno::Any SAL_CALL queryInterface( const ::com::sun::star::uno::Type& aTy…
257 …virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > SAL_CALL getTypes( ) throw…
301 …virtual ::com::sun::star::uno::Any SAL_CALL queryInterface( const ::com::sun::star::uno::Type& aTy…
306 …virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > SAL_CALL getTypes( ) throw…

Completed in 65 milliseconds

1...<<11121314151617181920>>...109