Home
last modified time | relevance | path

Searched refs:_pType (Results 1 – 16 of 16) sorted by relevance

/aoo4110/main/dbaccess/source/ui/tabledesign/
H A DFieldDescriptions.cxx209 if ( _pType != pOldType ) in FillFromTypeInfo()
219 switch ( _pType->nType ) in FillFromTypeInfo()
241 switch ( _pType->nType ) in FillFromTypeInfo()
246 nPrec = _pType->nPrecision; in FillFromTypeInfo()
254 if ( _pType->nPrecision ) in FillFromTypeInfo()
256 if ( _pType->nMaximumScale ) in FillFromTypeInfo()
263 SetScale(_pType->nMinimumScale); in FillFromTypeInfo()
269 SetCurrency( _pType->bCurrency ); in FillFromTypeInfo()
270 SetType(_pType); in FillFromTypeInfo()
271 SetTypeName(_pType->aTypeName); in FillFromTypeInfo()
[all …]
H A DTableRow.cxx105 void OTableRow::SetFieldType( const TOTypeInfoSP& _pType, sal_Bool _bForce ) in SetFieldType() argument
108 if ( _pType.get() ) in SetFieldType()
115 m_pActFieldDescr->FillFromTypeInfo(_pType,_bForce,sal_True); in SetFieldType()
H A DTEditControl.cxx1918 void OTableEditorCtrl::SwitchType( const TOTypeInfoSP& _pType ) in SwitchType() argument
1935 pRow->SetFieldType( _pType, sal_True ); in SwitchType()
1936 if ( _pType.get() ) in SwitchType()
1941 || ( GetView()->getController().getTypeInfo( nCurrentlySelected ) != _pType ) in SwitchType()
1950 if(aIter->second == _pType) in SwitchType()
H A DTEditControl.hxx151 void SwitchType( const TOTypeInfoSP& _pType );
/aoo4110/main/cppu/inc/com/sun/star/uno/
H A DType.h66 typelib_TypeDescriptionReference * _pType; member in com::sun::star::uno::Type
131 { ::typelib_typedescriptionreference_release( _pType ); }
145 { return (TypeClass)_pType->eTypeClass; } in getTypeClass()
158 { ::typelib_typedescriptionreference_getDescription( ppDescr, _pType ); } in getDescription()
165 { return _pType; } in getTypeLibType()
176 { return ::typelib_typedescriptionreference_isAssignableFrom( _pType, rType._pType ); } in isAssignableFrom()
184 { return ::typelib_typedescriptionreference_equals( _pType, rType._pType ); } in equals()
191 { return ::typelib_typedescriptionreference_equals( _pType, rType._pType ); } in operator ==()
198 { return (! ::typelib_typedescriptionreference_equals( _pType, rType._pType )); } in operator !=()
H A DType.hxx44 ::typelib_typedescriptionreference_acquire( _pType ); in Type()
48 : _pType( 0 ) in Type()
54 : _pType( 0 ) in Type()
60 : _pType( pType ) in Type()
62 ::typelib_typedescriptionreference_acquire( _pType ); in Type()
66 : _pType( pType ) in Type()
71 : _pType( pType ) in Type()
76 : _pType( rType._pType ) in Type()
78 ::typelib_typedescriptionreference_acquire( _pType ); in Type()
83 return ::rtl::OUString( _pType->pTypeName ); in getTypeName()
[all …]
/aoo4110/main/dbaccess/source/ui/misc/
H A DWCopyTable.cxx1538 TOTypeInfoSP OCopyTableWizard::convertType(const TOTypeInfoSP& _pType,sal_Bool& _bNotConvert) in convertType() argument
1543 return _pType; in convertType()
1546 …oFromType(m_aDestTypeInfo,_pType->nType,_pType->aTypeName,_pType->aCreateParams,_pType->nPrecision… in convertType()
1550 switch(_pType->nType) in convertType()
1570 if( DataType::DATE == _pType->nType || DataType::TIME == _pType->nType ) in convertType()
1622 …ype(m_aDestTypeInfo,nDefaultType,_pType->aTypeName,_pType->aCreateParams,_pType->nPrecision,_pType in convertType()
1627 …pType = ::dbaui::getTypeInfoFromType(m_aDestTypeInfo,DataType::VARCHAR,_pType->aTypeName,sCreate,5… in convertType()
/aoo4110/main/xmloff/source/forms/
H A Dformattributes.cxx304 const ::com::sun::star::uno::Type* _pType) in addEnumProperty()
309 _pType ? *_pType : ::getCppuType( static_cast< sal_Int32* >(NULL) ), in addEnumProperty()
H A Dpropertyexport.cxx696 …d OPropertyExport::dbg_implCheckProperty(const ::rtl::OUString& _rPropertyName, const Type* _pType) in dbg_implCheckProperty() argument
710 if (_pType) in dbg_implCheckProperty()
714 …OSL_ENSURE(aPropertyDescription.Type.equals(*_pType), "OPropertyExport::dbg_implCheckProperty: inv… in dbg_implCheckProperty()
H A Dformattributes.hxx346 const ::com::sun::star::uno::Type* _pType = NULL);
H A Dpropertyexport.hxx379 const ::com::sun::star::uno::Type* _pType);
/aoo4110/main/dbaccess/source/ui/inc/
H A DFieldDescriptions.hxx90 void SetType(TOTypeInfoSP _pType);
107 void FillFromTypeInfo(const TOTypeInfoSP& _pType,sal_Bool _bForce,sal_Bool _bReset);
H A DTableRow.hxx68 void SetFieldType( const TOTypeInfoSP& _pType, sal_Bool _bForce = sal_False );
H A DWCopyTable.hxx403 TOTypeInfoSP convertType(const TOTypeInfoSP&_pType,sal_Bool& _bNotConvert);
/aoo4110/main/svl/inc/svl/
H A Ditemprop.hxx64 SfxItemPropertySimpleEntry(sal_uInt16 _nWID, const com::sun::star::uno::Type* _pType, in SfxItemPropertySimpleEntry()
67 pType( _pType ), in SfxItemPropertySimpleEntry()
/aoo4110/main/dbaccess/source/ui/app/
H A DAppController.cxx1932 IMPL_LINK( OApplicationController, OnSelectContainer, void*, _pType ) in IMPL_LINK() argument
1934 ElementType eType = (ElementType)reinterpret_cast< sal_IntPtr >( _pType ); in IMPL_LINK()
1939 IMPL_LINK( OApplicationController, OnCreateWithPilot, void*, _pType ) in IMPL_LINK() argument
1941 ElementType eType = (ElementType)reinterpret_cast< sal_IntPtr >( _pType ); in IMPL_LINK()

Completed in 93 milliseconds