Home
last modified time | relevance | path

Searched refs:Type (Results 301 – 325 of 2675) sorted by relevance

1...<<11121314151617181920>>...107

/aoo41x/main/vbahelper/source/vbahelper/
H A Dvbacommandbarcontrols.cxx110 uno::Type SAL_CALL
165 ScVbaCommandBarControls::Add( const uno::Any& Type, const uno::Any& Id, const uno::Any& Parameter, … in Add() argument
175 if( Type.hasValue() ) in Add()
177 Type >>= nType; in Add()
266 virtual uno::Type SAL_CALL getElementType( ) throw (uno::RuntimeException) in getElementType()
282 uno::Type SAL_CALL VbaDummyCommandBarControls::getElementType() throw ( uno::RuntimeException ) in getElementType()
/aoo41x/main/migrationanalysis/src/wizard/
H A DAnalyse.bas57 Private Type STARTUPINFO
76 End Type
78 Private Type PROCESS_INFORMATION
83 End Type
113 Public Type PROCESSENTRY32
124 End Type
/aoo41x/main/qadevOOo/tests/java/ifc/style/
H A D_CharacterProperties.java29 import com.sun.star.uno.Type;
441 new Type(XNameContainer.class), in _TextUserDefinedAttributes()
449 attr.Type = "CDATA"; in _TextUserDefinedAttributes()
456 new Type(XNameContainer.class), in _TextUserDefinedAttributes()
510 public com.sun.star.uno.Type getElementType() { in getElementType()
514 return new Type(o.getClass()); in getElementType()
H A D_PageProperties.java28 import com.sun.star.uno.Type;
90 new Type(XNameContainer.class), in _UserDefinedAttributes()
94 attr.Type="CDATA"; in _UserDefinedAttributes()
100 new Type(XNameContainer.class), in _UserDefinedAttributes()
/aoo41x/main/basctl/source/basicide/
H A Dunomodel.cxx54 uno::Any SAL_CALL SIDEModel::queryInterface( const uno::Type& rType ) throw(uno::RuntimeException) in queryInterface()
78 uno::Sequence< uno::Type > SAL_CALL SIDEModel::getTypes( ) throw(uno::RuntimeException) in getTypes()
80 uno::Sequence< uno::Type > aTypes = SfxBaseModel::getTypes(); in getTypes()
83 uno::Type* pTypes = aTypes.getArray(); in getTypes()
/aoo41x/main/scripting/examples/javascript/ExportSheetsToHTML/
H A Dexportsheetstohtml.js35 importClass(Packages.com.sun.star.uno.Type);
73 xPropSet = AnyConverter.toObject( new Type(XPropertySet), xSheetsIndexAccess.getByIndex(i));
80 xPropSet = AnyConverter.toObject( new Type(XPropertySet), xSheetsIndexAccess.getByIndex(vis));
86 xPropSet = AnyConverter.toObject( new Type(XPropertySet), xSheetsIndexAccess.getByIndex(i));
/aoo41x/main/framework/qa/complex/loadAllDocuments/
H A DInteractionHandler.java112 …com.sun.star.uno.Type xAbortType = new com.sun.star.uno.Type(com.sun.star.task.XInte… in handle()
113 …com.sun.star.uno.Type xRetryType = new com.sun.star.uno.Type(com.sun.star.task.XInte… in handle()
/aoo41x/main/svtools/source/graphic/
H A Drenderer.cxx93 uno::Any SAL_CALL GraphicRendererVCL::queryAggregation( const uno::Type & rType ) in queryAggregation()
118 uno::Any SAL_CALL GraphicRendererVCL::queryInterface( const uno::Type & rType ) in queryInterface()
173 uno::Sequence< uno::Type > SAL_CALL GraphicRendererVCL::getTypes() in getTypes()
176 uno::Sequence< uno::Type > aTypes( 7 ); in getTypes()
177 uno::Type* pTypes = aTypes.getArray(); in getTypes()
/aoo41x/main/svx/source/dialog/
H A Dcontdlg.src58 Type = TOOLBOXITEM_SEPARATOR ;
69 Type = TOOLBOXITEM_SEPARATOR ;
105 Type = TOOLBOXITEM_SEPARATOR ;
138 Type = TOOLBOXITEM_SEPARATOR ;
148 Type = TOOLBOXITEM_SEPARATOR ;
/aoo41x/main/forms/source/component/
H A DFormattedField.hxx69 virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type> _getTypes();
72 …virtual ::com::sun::star::uno::Any SAL_CALL queryAggregation(const ::com::sun::star::uno::Type& _r…
127 virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type >
164 …virtual ::com::sun::star::uno::Any SAL_CALL queryAggregation(const ::com::sun::star::uno::Type& _r…
166 virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type> _getTypes();
/aoo41x/main/cppu/inc/com/sun/star/uno/
H A DSequence.h255 inline const ::com::sun::star::uno::Type &
271 inline const ::com::sun::star::uno::Type &
272 SAL_CALL getCppuSequenceType( const ::com::sun::star::uno::Type & rElementType )
281 inline const ::com::sun::star::uno::Type &
/aoo41x/main/vos/inc/vos/
H A Dsocket.hxx455 OSocket(TSocketType Type,
479 sal_Bool SAL_CALL create(TSocketType Type,
943 TSocketType Type= TType_Stream);
963 TSocketType Type= TType_Stream);
1025 TSocketType Type= TType_Stream);
1059 TSocketType Type= TType_Dgram);
/aoo41x/main/pyuno/source/module/
H A Dpyuno_impl.hxx89 const void * data, const com::sun::star::uno::Type & type );
189 com::sun::star::uno::Type PyType2Type( PyObject * o )
200 com::sun::star::uno::Sequence<com::sun::star::uno::Type> implementsInterfaces(
241 com::sun::star::uno::Sequence< com::sun::star::uno::Type > mTypes;
250 const com::sun::star::uno::Sequence< com::sun::star::uno::Type > & types );
254 com::sun::star::uno::Sequence< com::sun::star::uno::Type > getWrappedTypes() { return mTypes; } in getWrappedTypes()
/aoo41x/main/comphelper/source/property/
H A Dopropertybag.cxx99 Sequence< Type > aTypes; in initialize()
241 && m_aAllowedTypes.find( aProperty.Type ) == m_aAllowedTypes.end() in insert()
245 …m_aDynamicProperties.addVoidProperty( aProperty.Name, aProperty.Type, findFreeHandle(), aProperty.… in insert()
272 Type SAL_CALL OPropertyBag::getElementType( ) throw (RuntimeException) in getElementType()
276 return Type(); in getElementType()
347 Type aPropertyType = _rInitialValue.getValueType(); in addProperty()
/aoo41x/main/cppuhelper/qa/propertysetmixin/
H A Dcomp_propertysetmixin.cxx78 virtual css::uno::Any SAL_CALL queryInterface(css::uno::Type const & type)
106 css::uno::Any Empty1::queryInterface(css::uno::Type const & type) in queryInterface()
136 virtual css::uno::Any SAL_CALL queryInterface(css::uno::Type const & type)
164 css::uno::Any Empty2::queryInterface(css::uno::Type const & type) in queryInterface()
207 virtual css::uno::Any SAL_CALL queryInterface(css::uno::Type const & type)
262 css::uno::Any Full::queryInterface(css::uno::Type const & type) in queryInterface()
/aoo41x/main/ucb/source/ucp/hierarchy/
H A Dhierarchycontent.cxx111 if ( !Info.Type.getLength() ) in create()
114 if ( !Info.Type.equalsAsciiL( in create()
116 !Info.Type.equalsAsciiL( in create()
152 m_aProps( Info.Type.equalsAsciiL( in HierarchyContent()
224 uno::Sequence< uno::Type > SAL_CALL HierarchyContent::getTypes() in getTypes()
641 if ( !Info.Type.getLength() ) in createNewContent()
645 Info.Type.equalsAsciiL( in createNewContent()
649 !Info.Type.equalsAsciiL( in createNewContent()
1784 aContentInfo.Type = aType; in transfer()
1967 aSeq.getArray()[ 0 ].Type in getCreatableContentsInfo()
[all …]
/aoo41x/main/vcl/inc/vcl/
H A Dprinterinfomanager.hxx82 enum Type { Default = 0, CUPS = 1 }; enum in psp::PrinterInfoManager
130 Type m_eType;
137 PrinterInfoManager( Type eType = Default );
160 Type getType() const { return m_eType; } in getType()
/aoo41x/main/basic/inc/basic/
H A Dttstrhlp.hxx41 #define MakeStringParam(Type,aText) ( Type.AppendAscii("=").Append( aText ).Append( EndKenn ) ) argument
42 #define MakeStringNumber(Type,nNumber) MakeStringParam (Type, UniString::CreateFromInt32(nNumber)) argument
/aoo41x/main/comphelper/inc/comphelper/
H A Dpropertycontainerhelper.hxx63 :aProperty( ::rtl::OUString(), -1, ::com::sun::star::uno::Type(), 0 ) in PropertyDescription()
111 void* _pPointerToMember, const ::com::sun::star::uno::Type& _rMemberType);
125 ::com::sun::star::uno::Any* _pPointerToMember, const ::com::sun::star::uno::Type& _rExpectedType);
138 const ::com::sun::star::uno::Type& _rType, const void* _pInitialValue);
/aoo41x/main/sc/qa/complex/calcPreview/
H A DViewForwarder.java144 new com.sun.star.uno.Type(XSpreadsheet.class), o); in checkPositiveViewForwarder()
179 new com.sun.star.uno.Type(XNameAccess.class), o); in checkPositiveViewForwarder()
183 new com.sun.star.uno.Type(XStyle.class), o); in checkPositiveViewForwarder()
204 new com.sun.star.uno.Type(XHeaderFooterContent.class), o); in checkPositiveViewForwarder()
231 new com.sun.star.uno.Type(XHeaderFooterContent.class), o); in checkPositiveViewForwarder()
555 new com.sun.star.uno.Type(XSpreadsheet.class), o); in checkNegativeViewForwarder()
590 new com.sun.star.uno.Type(XNameAccess.class), o); in checkNegativeViewForwarder()
594 new com.sun.star.uno.Type(XStyle.class), o); in checkNegativeViewForwarder()
616 new com.sun.star.uno.Type(XHeaderFooterContent.class), o); in checkNegativeViewForwarder()
642 new com.sun.star.uno.Type(XHeaderFooterContent.class), o); in checkNegativeViewForwarder()
[all …]
/aoo41x/main/sc/inc/
H A Dfielduno.hxx93 virtual ::com::sun::star::uno::Type SAL_CALL getElementType()
160 const ::com::sun::star::uno::Type & rType )
163 const ::com::sun::star::uno::Type & rType )
248 virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > SAL_CALL getTypes()
293 virtual ::com::sun::star::uno::Type SAL_CALL getElementType()
355 const ::com::sun::star::uno::Type & rType )
358 const ::com::sun::star::uno::Type & rType )
443 virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > SAL_CALL getTypes()
/aoo41x/main/unotools/source/config/
H A Dconfigvaluecontainer.cxx62 Type aDataType; // the type object pointed to by pLocation
67 void bind( void* _pLocation, const Type& _rType );
74 const Type& getDataType( ) const { return aDataType; } in getDataType()
103 void NodeValueAccessor::bind( void* _pLocation, const Type& _rType ) in bind()
346 void* _pContainer, const Type& _rValueType ) in registerExchangeLocation()
/aoo41x/main/automation/inc/automation/
H A Dsimplecm.hxx65 #define INFO_MSG( Short, Long, Type, CLink ) \ argument
67 if ( (Type & GetInfoType()) > 0 ) \
74 CallInfoMsg( InfoString( aByteString, Type, CLink ) ); \
80 CallInfoMsg( InfoString( aByteString, Type, CLink ) ); \
86 CallInfoMsg( InfoString( aByteString, Type, CLink ) ); \
/aoo41x/main/qadevOOo/tests/java/mod/_sc/
H A DScAccessiblePageHeader.java57 import com.sun.star.uno.Type;
109 new Type(XSpreadsheet.class),oIndexSheets.getByIndex(0)); in createTestEnvironment()
175 new Type(XNameAccess.class), in createTestEnvironment()
178 new Type(XStyle.class), PageStyles.getByName("Default")); in createTestEnvironment()
199 new Type(XHeaderFooterContent.class), in createTestEnvironment()
/aoo41x/main/oox/source/drawingml/
H A Dcustomshapegeometry.cxx97 switch( rParameter.Type ) in GetFormulaParameter()
259 aRet.Type = EnhancedCustomShapeParameterType::EQUATION; in GetAdjCoordinate()
285 aRet.Type = EnhancedCustomShapeParameterType::EQUATION; in GetAdjCoordinate()
293 aRet.Type = EnhancedCustomShapeParameterType::NORMAL; in GetAdjCoordinate()
304 aRet.Type = EnhancedCustomShapeParameterType::EQUATION; in GetAdjCoordinate()
314 aRet.Type = EnhancedCustomShapeParameterType::EQUATION; in GetAdjCoordinate()
332 aRet.Type = EnhancedCustomShapeParameterType::EQUATION; in GetAdjCoordinate()
349 aRet.Type = EnhancedCustomShapeParameterType::WIDTH; in GetAdjCoordinate()
373 aRet.Type = EnhancedCustomShapeParameterType::EQUATION; in GetAdjCoordinate()
386 aRet.Type = EnhancedCustomShapeParameterType::NORMAL; in GetAdjCoordinate()
[all …]

Completed in 107 milliseconds

1...<<11121314151617181920>>...107