/aoo41x/main/extensions/source/ole/ |
H A D | oleobjw.cxx | 248 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 …]
|
/aoo41x/main/dbaccess/source/ui/tabledesign/ |
H A D | TEditControl.cxx | 512 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 D | TableFieldControl.cxx | 145 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 D | TableFieldControl.hxx | 51 virtual TOTypeInfoSP getTypeInfo(sal_Int32 _nPos); 52 virtual const OTypeInfoMap* getTypeInfo() const;
|
H A D | FieldDescriptions.cxx | 208 TOTypeInfoSP pOldType = getTypeInfo(); in FillFromTypeInfo() 567 TOTypeInfoSP pTypeInfo = getTypeInfo(); in GetPrecision() 617 TOTypeInfoSP OFieldDescription::getTypeInfo() const in getTypeInfo() function in OFieldDescription
|
/aoo41x/main/offapi/com/sun/star/sdbc/ |
H A D | ColumnSearch.idl | 38 <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>
|
/aoo41x/main/dbaccess/source/ui/misc/ |
H A D | WTypeSelect.cxx | 222 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 D | WExtendPages.cxx | 49 m_pParent->getTypeInfo(), in createReader() 61 m_pParent->getTypeInfo(), in createReader()
|
/aoo41x/main/dbaccess/source/ui/control/ |
H A D | FieldDescControl.cxx | 770 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 D | ColumnControlWindow.cxx | 136 TOTypeInfoSP OColumnControlWindow::getTypeInfo(sal_Int32 _nPos) in getTypeInfo() function in OColumnControlWindow 141 const OTypeInfoMap* OColumnControlWindow::getTypeInfo() const in getTypeInfo() function in OColumnControlWindow
|
/aoo41x/main/connectivity/source/drivers/ado/ |
H A D | AColumn.cxx | 217 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 D | AColumns.cxx | 92 const OTypeInfoMap* pTypeInfoMap = m_pConnection->getTypeInfo(); in appendObject()
|
/aoo41x/main/dbaccess/source/ui/inc/ |
H A D | ColumnControlWindow.hxx | 66 virtual TOTypeInfoSP getTypeInfo(sal_Int32 _nPos); 80 virtual const OTypeInfoMap* getTypeInfo() const;
|
H A D | WTypeSelect.hxx | 53 virtual TOTypeInfoSP getTypeInfo(sal_Int32 _nPos); 54 virtual const OTypeInfoMap* getTypeInfo() const;
|
H A D | FieldDescControl.hxx | 185 virtual TOTypeInfoSP getTypeInfo(sal_Int32 _nPos) = 0; 186 virtual const OTypeInfoMap* getTypeInfo() const = 0;
|
H A D | TableController.hxx | 113 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 D | WCopyTable.hxx | 372 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 D | FieldDescriptions.hxx | 121 TOTypeInfoSP getTypeInfo() const;
|
/aoo41x/main/oox/source/drawingml/chart/ |
H A D | plotareaconverter.cxx | 164 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 D | seriesconverter.cxx | 95 const TypeGroupInfo& rTypeInfo = rTypeGroup.getTypeInfo(); in lclConvertLabelFormatting() 443 if( rTypeGroup.getTypeInfo().mbPictureOptions ) in convertFromModel() 477 const TypeGroupInfo& rTypeInfo = rTypeGroup.getTypeInfo(); in createDataSeries()
|
H A D | axisconverter.cxx | 135 const TypeGroupInfo& rTypeInfo = rTypeGroup.getTypeInfo(); in convertFromModel() 335 … if( mrModel.mxTitle.is() && (rTypeGroup.getTypeInfo().meTypeCategory != TYPECATEGORY_RADAR) ) in convertFromModel()
|
/aoo41x/main/ridljar/com/sun/star/lib/uno/typedesc/ |
H A D | TypeDescription.java | 432 TypeInfo[] infos = getTypeInfo(); in initMethodDescriptions() 573 TypeInfo[] infos = getTypeInfo(); in calculateFieldDescriptions() 611 private TypeInfo[] getTypeInfo() { in getTypeInfo() method in TypeDescription
|
/aoo41x/main/oox/inc/oox/drawingml/chart/ |
H A D | typegroupconverter.hxx | 135 inline const TypeGroupInfo& getTypeInfo() const { return maTypeInfo; } in getTypeInfo() function in oox::drawingml::chart::TypeGroupConverter
|
/aoo41x/main/dbaccess/source/ui/uno/ |
H A D | ColumnPeer.cxx | 113 …TOTypeInfoSP pTypeInfo = ::dbaui::getTypeInfoFromType(*pFieldControl->getTypeInfo(),nType,sTypeNam… in setColumn()
|
/aoo41x/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/ |
H A D | How_to_write_my_own_driver.txt | 33 - getTypeInfo
|