Home
last modified time | relevance | path

Searched refs:getTypes (Results 176 – 200 of 564) sorted by relevance

12345678910>>...23

/trunk/main/pyuno/source/module/
H A Dunohelper.py100 interfaces = obj.getTypes()
253 def getTypes( self ): member in Base
/trunk/main/svx/source/inc/
H A Dgridcell.hxx773 …virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > SAL_CALL getTypes( ) throw…
921 …virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > SAL_CALL getTypes( ) throw…
976 …virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > SAL_CALL getTypes( ) throw…
1019 …virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > SAL_CALL getTypes( ) throw…
1074 …virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > SAL_CALL getTypes( ) throw…
1115 …virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > SAL_CALL getTypes( ) throw…
/trunk/main/avmedia/source/framework/
H A Dsoundhandler.cxx129 css::uno::Sequence< css::uno::Type > SAL_CALL SoundHandler::getTypes() throw( css::uno::RuntimeExce… in getTypes() function in avmedia::SoundHandler
157 return pTypeCollection->getTypes(); in getTypes()
/trunk/main/sw/inc/
H A Dunoframe.hxx192 …virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > SAL_CALL getTypes( ) throw…
257 …virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > SAL_CALL getTypes( ) throw…
306 …virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > SAL_CALL getTypes( ) throw…
/trunk/main/connectivity/source/drivers/evoab2/
H A DNResultSet.cxx589 Sequence< Type > SAL_CALL OEvoabResultSet::getTypes( ) throw( RuntimeException) in getTypes() function in connectivity::evoab::OEvoabResultSet
592 OResultSet_BASE::getTypes(), in getTypes()
593 ::comphelper::OPropertyContainer::getTypes() in getTypes()
/trunk/main/connectivity/source/drivers/jdbc/
H A DJStatement.cxx135 Sequence< Type > SAL_CALL java_sql_Statement_Base::getTypes( ) throw(RuntimeException) in getTypes() function in java_sql_Statement_Base
141 Sequence< Type > aOldTypes = java_sql_Statement_BASE::getTypes(); in getTypes()
149 return ::comphelper::concatSequences(aTypes.getTypes(),aOldTypes); in getTypes()
/trunk/main/connectivity/source/drivers/odbcbase/
H A DOStatement.cxx158 Sequence< Type > SAL_CALL OStatement_Base::getTypes( ) throw(RuntimeException) in getTypes() function in OStatement_Base
163 Sequence< Type > aOldTypes = OStatement_BASE::getTypes(); in getTypes()
171 return ::comphelper::concatSequences(aTypes.getTypes(),aOldTypes); in getTypes()
/trunk/main/editeng/inc/editeng/
H A Dunotext.hxx389 …virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > SAL_CALL getTypes( ) throw…
465 …virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > SAL_CALL getTypes( ) throw…
490 …virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > SAL_CALL getTypes( ) throw…
591 …virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > SAL_CALL getTypes( ) throw…
663 …virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > SAL_CALL getTypes( ) throw…
/trunk/main/dbaccess/source/core/api/
H A DRowSet.cxx419 Sequence< Type > SAL_CALL ORowSet::getTypes() throw (RuntimeException) in getTypes() function in dbaccess::ORowSet
424 ::comphelper::concatSequences(ORowSet_BASE1::getTypes(),ORowSetBase::getTypes())); in getTypes()
425 return aTypes.getTypes(); in getTypes()
2898 Sequence< Type > ORowSetClone::getTypes() throw (RuntimeException) in getTypes() function in dbaccess::ORowSetClone
2900 return ::comphelper::concatSequences(OSubComponent::getTypes(),ORowSetBase::getTypes()); in getTypes()
H A Dtable.cxx300 Sequence< Type > SAL_CALL ODBTable::getTypes( ) throw(RuntimeException) in getTypes() function in ODBTable
306 Sequence< Type > aTypes(OTable_Base::getTypes()); in getTypes()
/trunk/main/forms/source/component/
H A DDatabaseForm.cxx231 return OImplementationIds::getImplementationId(getTypes()); in getImplementationId()
235 Sequence<Type> SAL_CALL ODatabaseForm::getTypes() throw(RuntimeException) in getTypes() function in frm::ODatabaseForm
241 aAggregateTypes = xAggregateTypes->getTypes(); in getTypes()
244 aAggregateTypes, ODatabaseForm_BASE1::getTypes(), OFormComponents::getTypes() in getTypes()
246 aRet = concatSequences( aRet, ODatabaseForm_BASE2::getTypes(), ODatabaseForm_BASE3::getTypes() ); in getTypes()
247 return concatSequences( aRet, OPropertySetAggregationHelper::getTypes() ); in getTypes()
/trunk/main/toolkit/inc/toolkit/helper/
H A Dmacros.hxx109 ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > ClassName::getTypes() throw(::com::s…
127 return (*pCollection).getTypes(); \
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleCsvControl.cxx789 Sequence< ::com::sun::star::uno::Type > SAL_CALL ScAccessibleCsvRuler::getTypes() throw( RuntimeExc… in getTypes() function in ScAccessibleCsvRuler
793 return ::comphelper::concatSequences( ScAccessibleCsvControl::getTypes(), aSeq ); in getTypes()
1296 Sequence< ::com::sun::star::uno::Type > SAL_CALL ScAccessibleCsvGrid::getTypes() throw( RuntimeExce… in getTypes() function in ScAccessibleCsvGrid
1301 return ::comphelper::concatSequences( ScAccessibleCsvControl::getTypes(), aSeq ); in getTypes()
/trunk/main/dbaccess/source/ui/browser/
H A Dsbagrid.cxx336 Sequence< Type > SAL_CALL SbaXGridControl::getTypes( ) throw (RuntimeException) in getTypes() function in SbaXGridControl
338 Sequence< Type > aTypes = FmXGridControl::getTypes(); in getTypes()
727 Sequence< Type > SAL_CALL SbaXGridPeer::getTypes() throw (RuntimeException) in getTypes() function in SbaXGridPeer
729 Sequence< Type > aTypes = FmXGridPeer::getTypes(); in getTypes()
/trunk/main/sc/source/ui/unoobj/
H A Dfielduno.cxx470 uno::Sequence<uno::Type> SAL_CALL ScCellFieldObj::getTypes() throw(uno::RuntimeException) in getTypes() function in ScCellFieldObj
475 uno::Sequence<uno::Type> aParentTypes(OComponentHelper::getTypes()); in getTypes()
1157 uno::Sequence<uno::Type> SAL_CALL ScHeaderFieldObj::getTypes() throw(uno::RuntimeException) in getTypes() function in ScHeaderFieldObj
1162 uno::Sequence<uno::Type> aParentTypes(OComponentHelper::getTypes()); in getTypes()
H A Dshapeuno.cxx1309 uno::Sequence<uno::Type> SAL_CALL ScShapeObj::getTypes() throw(uno::RuntimeException) in getTypes() function in ScShapeObj
1311 uno::Sequence< uno::Type > aBaseTypes( ScShapeObj_Base::getTypes() ); in getTypes()
1315 aTextTypes = ScShapeObj_TextBase::getTypes(); in getTypes()
1324 aAggTypes = xBaseProvider->getTypes(); in getTypes()
/trunk/main/ucb/source/ucp/tdoc/
H A Dtdoc_stgelems.hxx111 getTypes()
339 getTypes()
422 getTypes()
/trunk/main/toolkit/source/controls/
H A Dunocontrols.cxx1439 UnoControlBase::getTypes()
1620 UnoControlBase::getTypes()
2845 UnoEditControl::getTypes()
3140 UnoEditControl::getTypes()
3284 UnoSpinFieldControl::getTypes()
3525 UnoSpinFieldControl::getTypes()
3726 UnoSpinFieldControl::getTypes()
3928 UnoSpinFieldControl::getTypes()
4146 UnoSpinFieldControl::getTypes()
4268 UnoControlBase::getTypes()
/trunk/main/sw/source/core/access/
H A Daccnotextframe.cxx256 uno::Sequence< uno::Type > SAL_CALL SwAccessibleNoTextFrame::getTypes() throw(uno::RuntimeException) in getTypes() function in SwAccessibleNoTextFrame
258 uno::Sequence< uno::Type > aTypes( SwAccessibleFrameBase::getTypes() ); in getTypes()
H A Dacccell.cxx347 uno::Sequence< uno::Type > SAL_CALL SwAccessibleCell::getTypes() in getTypes() function in SwAccessibleCell
350 uno::Sequence< uno::Type > aTypes( SwAccessibleContext::getTypes() ); in getTypes()
/trunk/main/dbaccess/source/ui/inc/
H A Dsbagrid.hxx98 …virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > SAL_CALL getTypes( ) throw…
143 …virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > SAL_CALL getTypes() throw (…
/trunk/main/toolkit/source/awt/
H A Dvclxmenu.cxx264 css::uno::Sequence< css::uno::Type > VCLXMenu::getTypes() in IMPL_XUNOTUNNEL()
290 return (*pCollectionPopupMenu).getTypes(); in IMPL_XUNOTUNNEL()
307 return (*pCollectionMenuBar).getTypes(); in IMPL_XUNOTUNNEL()
/trunk/main/xmlhelp/source/cxxhelp/provider/
H A Dcontent.cxx129 uno::Sequence< uno::Type > SAL_CALL Content::getTypes() in getTypes() function in Content
154 return (*pCollection).getTypes(); in getTypes()
/trunk/main/editeng/source/accessibility/
H A DAccessibleContextBase.cxx534 AccessibleContextBase::getTypes (void) in getTypes() function in accessibility::AccessibleContextBase
541 return BaseClass::getTypes(); in getTypes()
/trunk/main/sw/source/core/unocore/
H A Dunoflatpara.cxx72 uno::Sequence< uno::Type > SwXFlatParagraph::getTypes( ) throw(uno::RuntimeException) in getTypes() function in SwXFlatParagraph
74 uno::Sequence< uno::Type > aTypes = SwXTextMarkup::getTypes(); in getTypes()

Completed in 239 milliseconds

12345678910>>...23