Home
last modified time | relevance | path

Searched refs:Type (Results 326 – 350 of 2675) sorted by relevance

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

/aoo41x/main/extensions/source/propctrlr/
H A Dstandardcontrol.cxx119 Type SAL_CALL OTimeControl::getValueType() throw (RuntimeException) in getValueType()
173 Type SAL_CALL ODateControl::getValueType() throw (RuntimeException) in getValueType()
229 Type SAL_CALL OEditControl::getValueType() throw (RuntimeException) in getValueType()
334 Type SAL_CALL ODateTimeControl::getValueType() throw (RuntimeException) in getValueType()
451 Type SAL_CALL OHyperlinkControl::getValueType() throw (RuntimeException) in getValueType()
655 Type SAL_CALL ONumericControl::getValueType() throw (RuntimeException) in getValueType()
770 Type SAL_CALL OColorControl::getValueType() throw (RuntimeException) in getValueType()
839 Type SAL_CALL OListboxControl::getValueType() throw (RuntimeException) in getValueType()
930 Type SAL_CALL OComboboxControl::getValueType() throw (RuntimeException) in getValueType()
1427 Type SAL_CALL OMultilineEditControl::getValueType() throw (RuntimeException) in getValueType()
/aoo41x/main/testtools/source/bridgetest/cli/
H A Dcli_cpp_bridgetest.cxx94 Type* t1 = val1->GetType();
120 ret = a1.Type == a2.Type && compareData(a1.Value, a2.Value);
138 Type* t1 = ar1->GetType();
139 Type* t2 = ar2->GetType();
162 Type* t1 = val1->GetType();
163 Type* t2 = val2->GetType();
268 static bool testAny(Type* typ, Object* value, XBridgeTest* xLBT )
281 any.Type->FullName, any2.Type->FullName);
/aoo41x/main/cppu/qa/
H A Dtest_unotype.cxx84 css::uno::Type t; in testUnoType()
144 t = ::cppu::UnoType< css::uno::Type >::get(); in testUnoType()
363 ::cppu::getTypeFavourUnsigned(static_cast< css::uno::Type * >(0)) == in testGetTypeFavourUnsigned()
364 ::cppu::UnoType< css::uno::Type >::get()); in testGetTypeFavourUnsigned()
366 ::cppu::getTypeFavourUnsigned(static_cast< css::uno::Type * >(0)) == in testGetTypeFavourUnsigned()
367 ::getCppuType(static_cast< css::uno::Type * >(0))); in testGetTypeFavourUnsigned()
643 ::cppu::getTypeFavourChar(static_cast< css::uno::Type * >(0)) == in testGetTypeFavourChar()
644 ::cppu::UnoType< css::uno::Type >::get()); in testGetTypeFavourChar()
646 ::cppu::getTypeFavourChar(static_cast< css::uno::Type * >(0)) == in testGetTypeFavourChar()
647 ::getCppuType< css::uno::Type >()); in testGetTypeFavourChar()
/aoo41x/main/ucb/source/ucp/tdoc/
H A Dtdoc_passwordrequest.cxx52 virtual uno::Any SAL_CALL queryInterface( const uno::Type & rType )
60 virtual uno::Sequence< uno::Type > SAL_CALL getTypes()
113 InteractionSupplyPassword::queryInterface( const uno::Type & rType ) in queryInterface()
151 uno::Sequence< uno::Type > SAL_CALL InteractionSupplyPassword::getTypes() in getTypes()
/aoo41x/main/qadevOOo/tests/java/ifc/frame/
H A D_XFramesSupplier.java32 import com.sun.star.uno.Type;
82 new Type(XFrame.class),frames.getByIndex(i)); in _getActiveFrame()
168 new Type(XFrame.class),frames.getByIndex(0)); in _setActiveFrame()
175 new Type(XFrame.class),frames.getByIndex(1)); in _setActiveFrame()
/aoo41x/main/cli_ure/source/uno_bridge/
H A Dcli_environment.cxx45 inline System::String* Cli_environment::createKey(System::String* oid, System::Type* t) in createKey()
78 System::Object* obj, System::String* oid, System::Type* type) in registerInterface()
92 void Cli_environment::revokeInterface(System::String* oid, System::Type* type) in revokeInterface()
119 System::Type* type) in getRegisteredInterface()
/aoo41x/main/ucb/source/ucp/ftp/
H A Dftpcontent.cxx656 seq[0].Type = FTP_FILE; in queryCreatableContentsInfo_Static()
669 seq[1].Type = FTP_FOLDER; in queryCreatableContentsInfo_Static()
680 if(Info.Type.equalsAscii("application/" in createNewContent()
682 Info.Type.equalsAscii("application/" in createNewContent()
767 m_aInfo.Type == FTP_FILE && in insert()
779 if(m_aInfo.Type == FTP_FILE) { in insert()
782 } else if(m_aInfo.Type == FTP_FOLDER) in insert()
/aoo41x/main/svx/source/unodraw/
H A Dunomod.cxx101 …virtual ::com::sun::star::uno::Type SAL_CALL getElementType() throw(::com::sun::star::uno::Runtime…
282 uno::Any SAL_CALL SvxUnoDrawingModel::queryInterface( const uno::Type & rType ) throw(uno::RuntimeE… in queryInterface()
307 uno::Sequence< uno::Type > SAL_CALL SvxUnoDrawingModel::getTypes( ) throw(uno::RuntimeException) in getTypes()
311 const uno::Sequence< uno::Type > aBaseTypes( SfxBaseModel::getTypes() ); in getTypes()
313 const uno::Type* pBaseTypes = aBaseTypes.getConstArray(); in getTypes()
318 uno::Type* pTypes = maTypeSequence.getArray(); in getTypes()
666 uno::Type SAL_CALL SvxUnoDrawPagesAccess::getElementType() in getElementType()
/aoo41x/main/sw/inc/
H A Dunodraw.hxx101 …virtual ::com::sun::star::uno::Any SAL_CALL queryInterface( const ::com::sun::star::uno::Type& aTy…
102 …virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > SAL_CALL getTypes( ) throw…
109 …virtual ::com::sun::star::uno::Type SAL_CALL getElementType( ) throw(::com::sun::star::uno::Runti…
265 …virtual ::com::sun::star::uno::Any SAL_CALL queryInterface( const ::com::sun::star::uno::Type& aTy…
266 …virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > SAL_CALL getTypes( ) throw…
331 …virtual ::com::sun::star::uno::Any SAL_CALL queryInterface( const ::com::sun::star::uno::Type& aTy…
344 …virtual ::com::sun::star::uno::Type SAL_CALL getElementType( ) throw(::com::sun::star::uno::Runti…
/aoo41x/main/migrationanalysis/src/driver_docs/sources/powerpoint/
H A DMigrationAnalyser.cls576 If Not (shapeText.ParagraphFormat.Bullet.Type = ppBulletMixed Or _
577 shapeText.ParagraphFormat.Bullet.Type = ppBulletNumbered) Then Exit Sub
596 lastType = shapeText.Paragraphs(1, 0).ParagraphFormat.Bullet.Type
600 currType = shapeText.Paragraphs(I, 0).ParagraphFormat.Bullet.Type
671 If myShape.Fill.Type <> msoFillBackground Then Exit Sub
717 If myShape.Type <> msoComment Then Exit Sub
762 If myShape.Type <> msoMedia Then Exit Sub
/aoo41x/main/svx/source/accessibility/
H A DAccessibleGraphicShape.cxx93 AccessibleGraphicShape::queryInterface (const com::sun::star::uno::Type & rType) in queryInterface()
161 uno::Sequence<uno::Type> SAL_CALL
166 uno::Sequence<uno::Type> aTypeList (AccessibleShape::getTypes()); in getTypes()
170 const uno::Type aImageType = in getTypes()
/aoo41x/main/vbahelper/source/vbahelper/
H A Dvbacommandbarcontrols.hxx56 virtual css::uno::Type SAL_CALL getElementType() throw (css::uno::RuntimeException);
62 …virtual css::uno::Reference< ov::XCommandBarControl > SAL_CALL Add( const css::uno::Any& Type, con…
76 virtual css::uno::Type SAL_CALL getElementType() throw (css::uno::RuntimeException);
82 …virtual css::uno::Reference< ov::XCommandBarControl > SAL_CALL Add( const css::uno::Any& Type, con…
/aoo41x/main/vcl/aqua/source/a11y/
H A Daqua11yvaluewrapper.mm38 // TODO: Detect Type from Any
48 // TODO: Detect Type from Any
58 // TODO: Detect Type from Any
68 // TODO: Detect Type from NSNumber
/aoo41x/main/toolkit/inc/toolkit/awt/
H A Dvclxtopwindow.hxx63 …::com::sun::star::uno::Any SAL_CALL queryInterface( const ::com::sun::star::uno::Type & rType ) th…
65 …::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > SAL_CALL getTypes() throw(::com::su…
103 …::com::sun::star::uno::Any SAL_CALL queryInterface( const ::com::sun::star::uno::Type & rType ) th…
108 …::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > SAL_CALL getTypes() throw(::com::su…
/aoo41x/main/toolkit/source/layout/core/
H A Dhelper.hxx73 css::uno::Type aType;
80 css::uno::Type aType, void *pPtr );
88 …::com::sun::star::uno::Any SAL_CALL queryInterface( const ::com::sun::star::uno::Type & rType ) th…
117 css::uno::Any anyFromString (const rtl::OUString &value, const css::uno::Type &type);
/aoo41x/main/svx/source/form/
H A Dfmdpage.cxx65 Any SAL_CALL SvxFmDrawPage::queryAggregation( const ::com::sun::star::uno::Type& _rType ) throw(Run… in queryAggregation()
80 ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > SAL_CALL SvxFmDrawPage::getTypes( )… in getTypes()
82 ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > aTypes(SvxDrawPage::getTypes()); in getTypes()
84 ::com::sun::star::uno::Type* pTypes = aTypes.getArray(); in getTypes()
/aoo41x/main/editeng/source/accessibility/
H A DAccessibleComponentBase.cxx215 uno::Sequence<uno::Type> SAL_CALL
220 uno::Sequence<uno::Type> aTypeList (2); in getTypes()
222 const uno::Type aComponentType = in getTypes()
224 const uno::Type aExtendedComponentType = in getTypes()
/aoo41x/main/chart2/source/inc/
H A DNameContainer.hxx42 …const ::com::sun::star::uno::Type& rType, const rtl::OUString& rServicename, const rtl::OUString& …
56 …NameContainer( const ::com::sun::star::uno::Type& rType, const rtl::OUString& rServicename, const …
79 …virtual com::sun::star::uno::Type SAL_CALL getElementType( ) throw( com::sun::star::uno::RuntimeE…
88 const ::com::sun::star::uno::Type m_aType;
/aoo41x/main/animations/source/animcore/
H A Danimcore.cxx76 using ::com::sun::star::uno::Type;
139 virtual Any SAL_CALL queryInterface( const Type& aType ) throw (RuntimeException);
144 virtual Sequence< Type > SAL_CALL getTypes() throw (RuntimeException);
264 virtual Type SAL_CALL getElementType() throw (RuntimeException);
301 static Sequence< Type >* mpTypes[12];
442 …OSL_ENSURE((sal_uInt32)nNodeType < sizeof(mpTypes)/sizeof(Sequence<Type>*), "NodeType out of range… in AnimationNode()
550 Any SAL_CALL AnimationNode::queryInterface( const Type& aType ) throw (RuntimeException) in queryInterface()
664 Sequence< Type > * types = new Sequence< Type >( type_numbers[nNodeType] ); in initTypeProvider()
665 Type * pTypeAr = types->getArray(); in initTypeProvider()
718 Sequence< Type > AnimationNode::getTypes() throw (RuntimeException) in getTypes()
[all …]
/aoo41x/main/svx/source/unogallery/
H A Dunogalitem.cxx89 uno::Any SAL_CALL GalleryItem::queryAggregation( const uno::Type & rType ) in queryAggregation()
114 uno::Any SAL_CALL GalleryItem::queryInterface( const uno::Type & rType ) in queryInterface()
189 uno::Sequence< uno::Type > SAL_CALL GalleryItem::getTypes() in getTypes()
192 uno::Sequence< uno::Type > aTypes( 6 ); in getTypes()
193 uno::Type* pTypes = aTypes.getArray(); in getTypes()
/aoo41x/main/reportdesign/source/filter/xml/
H A DxmlControlProperty.cxx85 DECLARE_STL_USTRINGACCESS_MAP( ::com::sun::star::uno::Type, MapString2Type ); in DBG_NAME()
195 Any OXMLControlProperty::convertString(const ::com::sun::star::uno::Type& _rExpectedType, const ::r… in convertString()
258 …static ::com::sun::star::uno::Type s_aDateType = ::getCppuType(static_cast< ::com::sun::star::uti… in convertString()
259 …static ::com::sun::star::uno::Type s_aTimeType = ::getCppuType(static_cast< ::com::sun::star::uti… in convertString()
260 …static ::com::sun::star::uno::Type s_aDateTimeType = ::getCppuType(static_cast< ::com::sun::star::… in convertString()
/aoo41x/main/comphelper/source/property/
H A Dopropertybag.hxx55 …struct SAL_DLLPRIVATE UnoTypeLess : public ::std::unary_function< ::com::sun::star::uno::Type, boo…
57 …inline bool operator()( const ::com::sun::star::uno::Type& _rLHS, const ::com::sun::star::uno::Typ… in operator ()()
67 typedef ::std::set< ::com::sun::star::uno::Type, UnoTypeLess > TypeBag;
165 …virtual ::com::sun::star::uno::Type SAL_CALL getElementType( ) throw (::com::sun::star::uno::Runt…
/aoo41x/main/sc/source/ui/unoobj/
H A Dcursuno.cxx61 uno::Any SAL_CALL ScCellCursorObj::queryInterface( const uno::Type& rType ) throw(uno::RuntimeExcep… in queryInterface()
80 uno::Sequence<uno::Type> SAL_CALL ScCellCursorObj::getTypes() throw(uno::RuntimeException) in getTypes()
82 static uno::Sequence<uno::Type> aTypes; in getTypes()
85 uno::Sequence<uno::Type> aParentTypes(ScCellRangeObj::getTypes()); in getTypes()
87 const uno::Type* pParentPtr = aParentTypes.getConstArray(); in getTypes()
90 uno::Type* pPtr = aTypes.getArray(); in getTypes()
/aoo41x/main/dbaccess/source/ui/misc/
H A Ddbsubcomponentcontroller.cxx71 using ::com::sun::star::uno::Type;
229 … Any SAL_CALL DBSubComponentController::queryInterface(const Type& _rType) throw (RuntimeException) in queryInterface()
242 Sequence< Type > SAL_CALL DBSubComponentController::getTypes( ) throw (RuntimeException) in getTypes()
244 Sequence< Type > aTypes( DBSubComponentController_Base::getTypes() ); in getTypes()
247 Sequence< Type > aStrippedTypes( aTypes.getLength() - 1 ); in getTypes()
252 ::std::bind2nd( ::std::equal_to< Type >(), XScriptInvocationContext::static_type() ) in getTypes()
/aoo41x/main/sd/source/ui/unoidl/
H A Dunopage.cxx117 #define SEQTYPE(x) (new ::com::sun::star::uno::Type( x ))
1913 uno::Type SAL_CALL SdPageLinkTargets::getElementType() in getElementType()
2122 ::std::vector<uno::Type> aTypes; in getTypes()
2143 const uno::Type* pBaseTypes = aBaseTypes.getConstArray(); in getTypes()
2147 uno::Type* pTypes = maTypeSequence.getArray(); in getTypes()
2148 ::std::vector<uno::Type>::const_iterator iType; in getTypes()
2483 uno::Type SAL_CALL SdDrawPage::getElementType() in getElementType()
2784 ::std::vector<uno::Type> aTypes; in getTypes()
2808 uno::Type* pTypes = maTypeSequence.getArray(); in getTypes()
2809 ::std::vector<uno::Type>::const_iterator iType; in getTypes()
[all …]

Completed in 137 milliseconds

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