Home
last modified time | relevance | path

Searched refs:getTypeInfo (Results 1 – 25 of 56) sorted by relevance

123

/trunk/main/extensions/source/ole/
H A Doleobjw.cxx248 ITypeInfo * pInfo = getTypeInfo(); in setValue()
420 ITypeInfo * pInfo = getTypeInfo(); in getValue()
603 ITypeInfo* pInfo = getTypeInfo(); in hasMethod()
653 ITypeInfo * pInfo = getTypeInfo(); in hasProperty()
1018 FuncDesc aDesc(getTypeInfo()); in invokeWithDispIdUnoTlb()
1200 pType = getTypeInfo(); in initialize()
1680 FuncDesc aFuncDesc(getTypeInfo()); in invokeWithDispIdComTlb()
2147 ITypeInfo* pInfo = getTypeInfo(); in getFuncDescForInvoke()
2179 ITypeInfo * pInfo = getTypeInfo(); in getFuncDescForInvoke()
2244 ITypeInfo* pType= getTypeInfo(); in getFuncDesc()
[all …]
/trunk/main/dbaccess/source/ui/tabledesign/
H A DTEditControl.cxx512 if ( pActFieldDescr && pActFieldDescr->getTypeInfo() ) in InitController()
513 aInitString = pActFieldDescr->getTypeInfo()->aUIName; in InitController()
521 const OTypeInfoMap* pTypeInfo = GetView()->getController().getTypeInfo(); in InitController()
854 const OTypeInfoMap* pTypeInfoMap = GetView()->getController().getTypeInfo(); in CellModified()
897 SwitchType( GetView()->getController().getTypeInfo(nPos) ); in resetType()
1297 if ( pFieldDescr->getTypeInfo() ) in GetCellData()
1298 sValue = pFieldDescr->getTypeInfo()->aUIName; in GetCellData()
1619 TOTypeInfoSP pTypeInfo = pFieldDescr->getTypeInfo(); in IsPrimaryKeyAllowed()
1821 if(!_bSet && _pFieldDesc->getTypeInfo()->bNullable) in AdjustFieldDescription()
1941 || ( GetView()->getController().getTypeInfo( nCurrentlySelected ) != _pType ) in SwitchType()
[all …]
H A DTableFieldControl.cxx145 TOTypeInfoSP OTableFieldControl::getTypeInfo(sal_Int32 _nPos) in getTypeInfo() function in OTableFieldControl
147 return GetCtrl()->GetView()->getController().getTypeInfo(_nPos); in getTypeInfo()
150 const OTypeInfoMap* OTableFieldControl::getTypeInfo() const in getTypeInfo() function in OTableFieldControl
152 return const_cast<OTableFieldControl*>(this)->GetCtrl()->GetView()->getController().getTypeInfo(); in getTypeInfo()
H A DTableFieldControl.hxx51 virtual TOTypeInfoSP getTypeInfo(sal_Int32 _nPos);
52 virtual const OTypeInfoMap* getTypeInfo() const;
H A DFieldDescriptions.cxx208 TOTypeInfoSP pOldType = getTypeInfo(); in FillFromTypeInfo()
567 TOTypeInfoSP pTypeInfo = getTypeInfo(); in GetPrecision()
617 TOTypeInfoSP OFieldDescription::getTypeInfo() const in getTypeInfo() function in OFieldDescription
/trunk/main/offapi/com/sun/star/sdbc/
H A DColumnSearch.idl38 <member scope="com::sun::star::sdbc">XDatabaseMetaData::getTypeInfo()</member>
52 <member scope="com::sun::star::sdbc">XDatabaseMetaData::getTypeInfo()</member>
68 <member scope="com::sun::star::sdbc">XDatabaseMetaData::getTypeInfo()</member>
86 <member scope="com::sun::star::sdbc">XDatabaseMetaData::getTypeInfo()</member>
/trunk/main/dbaccess/source/ui/misc/
H A DWTypeSelect.cxx222 TOTypeInfoSP OWizTypeSelectControl::getTypeInfo(sal_Int32 _nPos) in getTypeInfo() function in OWizTypeSelectControl
227 const OTypeInfoMap* OWizTypeSelectControl::getTypeInfo() const in getTypeInfo() function in OWizTypeSelectControl
409 if(!pField || pField->getTypeInfo()->nSearchType == ColumnSearch::NONE) in IsPrimaryKeyAllowed()
422 else if( _pFieldDescr->getTypeInfo()->bNullable ) in setPrimaryKey()
H A DWExtendPages.cxx49 m_pParent->getTypeInfo(), in createReader()
61 m_pParent->getTypeInfo(), in createReader()
/trunk/main/dbaccess/source/ui/control/
H A DFieldDescControl.cxx770 else if( pActFieldDescr->getTypeInfo()->bNullable ) in IMPL_LINK()
795 TOTypeInfoSP pTypeInfo = getTypeInfo(m_pType->GetSelectEntryPos()); in IMPL_LINK()
957 const OTypeInfoMap* pTypeInfo = getTypeInfo(); in ActivateAggregate()
1274 pFieldType = pFieldDescr->getTypeInfo(); in DisplayData()
1536 …sal_uInt16 nPos = pFieldType.get() ? m_pType->GetEntryPos(String(pFieldDescr->getTypeInfo()->aUINa… in DisplayData()
1539 const OTypeInfoMap* pMap = getTypeInfo(); in DisplayData()
1540 …OTypeInfoMap::const_iterator aIter = pMap->find(pFieldType.get() ? pFieldDescr->getTypeInfo()->nTy… in DisplayData()
1558 m_pType->SelectEntry(pFieldDescr->getTypeInfo()->aUIName); in DisplayData()
H A DColumnControlWindow.cxx136 TOTypeInfoSP OColumnControlWindow::getTypeInfo(sal_Int32 _nPos) in getTypeInfo() function in OColumnControlWindow
141 const OTypeInfoMap* OColumnControlWindow::getTypeInfo() const in getTypeInfo() function in OColumnControlWindow
/trunk/main/connectivity/source/drivers/ado/
H A DAColumn.cxx217 const OTypeInfoMap* pTypeInfoMap = m_pConnection->getTypeInfo(); in fillPropertyValues()
218 …const OExtendedTypeInfo* pTypeInfo = OConnection::getTypeInfoFromType(*m_pConnection->getTypeInfo(… in fillPropertyValues()
243 …pTypeInfo = OConnection::getTypeInfoFromType(*m_pConnection->getTypeInfo(),adBinary,::rtl::OUStrin… in fillPropertyValues()
H A DAColumns.cxx92 const OTypeInfoMap* pTypeInfoMap = m_pConnection->getTypeInfo(); in appendObject()
/trunk/main/oox/source/drawingml/chart/
H A Dplotareaconverter.cxx164 mbPieChart = rFirstTypeGroup.getTypeInfo().meTypeCategory == TYPECATEGORY_PIE; in convertFromModel()
176 …Axis = lclGetOrCreateAxis( mrModel.maAxes, API_X_AXIS, rFirstTypeGroup.getTypeInfo().mbCategoryAxi… in convertFromModel()
225 if( rTypeGroup.getTypeInfo().meTypeCategory == TYPECATEGORY_PIE ) in convertFromModel()
H A Dseriesconverter.cxx95 const TypeGroupInfo& rTypeInfo = rTypeGroup.getTypeInfo(); in lclConvertLabelFormatting()
443 if( rTypeGroup.getTypeInfo().mbPictureOptions ) in convertFromModel()
477 const TypeGroupInfo& rTypeInfo = rTypeGroup.getTypeInfo(); in createDataSeries()
H A Daxisconverter.cxx135 const TypeGroupInfo& rTypeInfo = rTypeGroup.getTypeInfo(); in convertFromModel()
335 … if( mrModel.mxTitle.is() && (rTypeGroup.getTypeInfo().meTypeCategory != TYPECATEGORY_RADAR) ) in convertFromModel()
/trunk/main/dbaccess/source/ui/inc/
H A DColumnControlWindow.hxx66 virtual TOTypeInfoSP getTypeInfo(sal_Int32 _nPos);
80 virtual const OTypeInfoMap* getTypeInfo() const;
H A DWTypeSelect.hxx53 virtual TOTypeInfoSP getTypeInfo(sal_Int32 _nPos);
54 virtual const OTypeInfoMap* getTypeInfo() const;
H A DFieldDescControl.hxx185 virtual TOTypeInfoSP getTypeInfo(sal_Int32 _nPos) = 0;
186 virtual const OTypeInfoMap* getTypeInfo() const = 0;
H A DTableController.hxx113 inline const OTypeInfoMap* getTypeInfo() const { return &m_aTypeInfo; } in getTypeInfo() function in dbaui::OTableController
115 …inline TOTypeInfoSP getTypeInfo(sal_Int32 _nPos) const { return m_aTypeInfoIndex[_nPos]->secon… in getTypeInfo() function in dbaui::OTableController
H A DWCopyTable.hxx372 TOTypeInfoSP getTypeInfo(sal_Int32 _nPos) const { return m_aTypeInfoIndex[_nPos]->second; } in getTypeInfo() function in dbaui::OCopyTableWizard
373 const OTypeInfoMap* getTypeInfo() const { return &m_aTypeInfo; } in getTypeInfo() function in dbaui::OCopyTableWizard
H A DFieldDescriptions.hxx121 TOTypeInfoSP getTypeInfo() const;
/trunk/main/ridljar/java/ridl/src/main/java/com/sun/star/lib/uno/typedesc/
H A DTypeDescription.java432 TypeInfo[] infos = getTypeInfo(); in initMethodDescriptions()
573 TypeInfo[] infos = getTypeInfo(); in calculateFieldDescriptions()
611 private TypeInfo[] getTypeInfo() { in getTypeInfo() method in TypeDescription
/trunk/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/
H A DPostgresqlDatabaseMetadata.java342 public XResultSet getTypeInfo() throws SQLException { in getTypeInfo() method in PostgresqlDatabaseMetadata
343 XResultSet results = impl.getTypeInfo(); in getTypeInfo()
/trunk/main/oox/inc/oox/drawingml/chart/
H A Dtypegroupconverter.hxx135 inline const TypeGroupInfo& getTypeInfo() const { return maTypeInfo; } in getTypeInfo() function in oox::drawingml::chart::TypeGroupConverter
/trunk/main/dbaccess/source/ui/uno/
H A DColumnPeer.cxx113 …TOTypeInfoSP pTypeInfo = ::dbaui::getTypeInfoFromType(*pFieldControl->getTypeInfo(),nType,sTypeNam… in setColumn()

Completed in 124 milliseconds

123