Home
last modified time | relevance | path

Searched refs:_nType (Results 1 – 25 of 53) sorted by relevance

123

/trunk/main/reportdesign/qa/complex/reportdesign/
H A DReportDesignerTest.java417 createDBEntry(_nType); in startTestForFile()
433 private String getDocumentPoolName(int _nType) in getDocumentPoolName() argument
435 return getFileFormat(_nType); in getDocumentPoolName()
439 private void createDBEntry(int _nType) in createDBEntry() argument
481 private String getFormatExtension(int _nType) in getFormatExtension() argument
484 switch(_nType) in getFormatExtension()
497 private String getFileFormat(int _nType) in getFileFormat() argument
500 switch(_nType) in getFileFormat()
514 private String getOutputPath(int _nType) in getOutputPath() argument
550 sOutputPath += getFormatExtension(_nType); in storeComponent()
[all …]
/trunk/main/connectivity/source/drivers/odbcbase/
H A DOResultSet.cxx264 switch (_nType) in allocBindColumn()
271 aPair = TVoidPtr(reinterpret_cast< sal_Int64 >(new sal_Int64(0)),_nType); in allocBindColumn()
279 aPair = TVoidPtr(reinterpret_cast< sal_Int64 >(new double(0.0)),_nType); in allocBindColumn()
290 aPair = TVoidPtr(reinterpret_cast< sal_Int64 >(new DATE_STRUCT),_nType); in allocBindColumn()
293 aPair = TVoidPtr(reinterpret_cast< sal_Int64 >(new TIME_STRUCT),_nType); in allocBindColumn()
300 aPair = TVoidPtr(reinterpret_cast< sal_Int64 >(new sal_Int8(0)),_nType); in allocBindColumn()
303 aPair = TVoidPtr(reinterpret_cast< sal_Int64 >(new sal_Int16(0)),_nType); in allocBindColumn()
306 aPair = TVoidPtr(reinterpret_cast< sal_Int64 >(new sal_Int32(0)),_nType); in allocBindColumn()
309 aPair = TVoidPtr(reinterpret_cast< sal_Int64 >(new float(0)),_nType); in allocBindColumn()
317 aPair = TVoidPtr(0,_nType); in allocBindColumn()
[all …]
H A DOTools.cxx48 SQLSMALLINT _nType, in getValue() argument
59 _nType, in getValue()
252 SQLSMALLINT _nType, in bindValue() argument
269 _nType, in bindValue()
288 switch (_nType) in bindValue()
729 sal_Int32 OTools::MapOdbcType2Jdbc(sal_Int32 _nType) in MapOdbcType2Jdbc() argument
732 switch(_nType) in MapOdbcType2Jdbc()
/trunk/main/connectivity/inc/connectivity/
H A DFValue.hxx347 sal_Int32 _nType,
358 sal_Int32 _nType,
364 void fill( const sal_Int32 _nType,
368 …void impl_fill( const sal_Int32 _nType, sal_Bool _bNullable, const detail::IValueSource& _rValueSo…
388 inline void setTypeKind(sal_Int32 _nType) { m_aValue.setTypeKind(_nType); } in setTypeKind() argument
/trunk/main/connectivity/source/inc/odbc/
H A DOTools.hxx145 static sal_Int32 MapOdbcType2Jdbc(sal_Int32 _nType);
207 SQLSMALLINT _nType,
246 SQLSMALLINT _nType,
259 SQLSMALLINT _nType, in getValue() argument
264 …OTools::getValue(_pConnection,_aStatementHandle,columnIndex,_nType,_bWasNull,_xInterface,&_rValue,… in getValue()
H A DOResultSet.hxx166 …void updateValue(sal_Int32 columnIndex,SQLSMALLINT _nType,void* _pValue) throw(::com::sun::star::s…
168 …const ORowSetValue& getValue(sal_Int32 _nColumnIndex,SQLSMALLINT _nType,void* _pValue,SQLINTEGER _…
170 TVoidPtr allocBindColumn(sal_Int32 _nType,sal_Int32 _nColumnIndex);
/trunk/main/reportdesign/inc/
H A DRptObject.hxx190 …:star::uno::Reference< ::com::sun::star::report::XReportComponent>& _xComponent,sal_uInt16 _nType ) in Create() argument
192 return new OOle2Obj( _xComponent,_nType ); in Create()
195 …:star::uno::Reference< ::com::sun::star::report::XReportComponent>& _xComponent,sal_uInt16 _nType);
196 OOle2Obj(const ::rtl::OUString& _sComponentName,sal_uInt16 _nType);
/trunk/main/sc/source/ui/vba/
H A Dvbaaxis.cxx59 …ertySet, sal_Int32 _nType, sal_Int32 _nGroup ) : ScVbaAxis_BASE( xParent, xContext ), mxPropertyS… in ScVbaAxis() argument
63 setType(_nType); in ScVbaAxis()
221 ScVbaAxis::setType( ::sal_Int32 _nType ) throw (script::BasicErrorException, uno::RuntimeException) in setType() argument
223 mnType = _nType; in setType()
H A Dvbaformatconditions.cxx128 ScVbaFormatConditions::Add( ::sal_Int32 _nType, const uno::Any& _aOperator, const uno::Any& _aFormu… in Add() argument
130 return Add( _nType, _aOperator, _aFormula1, _aFormula2, uno::Reference< excel::XStyle >() ); in Add()
134 ScVbaFormatConditions::Add( ::sal_Int32 _nType, const uno::Any& _aOperator, const uno::Any& _aFormu… in Add() argument
159 …sheet::ConditionOperator aType = ScVbaFormatCondition::retrieveAPIType(_nType, uno::Reference< she… in Add()
H A Dvbaaxes.cxx159 ScVbaAxes::Item( const css::uno::Any& _nType, const css::uno::Any& _oAxisGroup) throw (css::uno::Ru… in Item() argument
166 if ( !_nType.hasValue() || ( ( _nType >>= nType ) == sal_False ) ) in Item()
H A Dvbaformatcondition.cxx56 ScVbaFormatCondition::Modify( ::sal_Int32 _nType, const uno::Any& _aOperator, const uno::Any& _aFor… in Modify() argument
62 pFormatConditions->Add(_nType, _aOperator, _aFormula1, _aFormula2, mxStyle); in Modify()
/trunk/main/cui/source/options/
H A Doptfltr.cxx290 void OfaMSFilterTabPage2::InsertEntry( const String& _rTxt, sal_IntPtr _nType ) in InsertEntry() argument
304 pEntry->SetUserData( (void*)_nType ); in InsertEntry()
308 SvLBoxEntry* OfaMSFilterTabPage2::GetEntry4Type( sal_IntPtr _nType ) const in GetEntry4Type()
313 if ( _nType == sal_IntPtr( pEntry->GetUserData() ) ) in GetEntry4Type()
H A Doptfltr.hxx97 void InsertEntry( const String& _rTxt, sal_IntPtr _nType );
98 SvLBoxEntry* GetEntry4Type( sal_IntPtr _nType ) const;
/trunk/main/dbaccess/source/filter/xml/
H A DxmlHelper.cxx78 const XMLPropertyHandler* OPropertyHandlerFactory::GetPropertyHandler(sal_Int32 _nType) const in GetPropertyHandler()
82 switch (_nType) in GetPropertyHandler()
99 pHandler = OControlPropertyHandlerFactory::GetPropertyHandler(_nType); in GetPropertyHandler()
/trunk/main/xmloff/source/forms/
H A Dcontrolpropertyhdl.cxx78 …const XMLPropertyHandler* OControlPropertyHandlerFactory::GetPropertyHandler(sal_Int32 _nType) con… in GetPropertyHandler()
82 switch (_nType) in GetPropertyHandler()
133 pHandler = XMLPropertyHandlerFactory::GetPropertyHandler(_nType); in GetPropertyHandler()
/trunk/main/svx/source/form/
H A Dfmobj.cxx70 FmFormObj::FmFormObj(const ::rtl::OUString& rModelName,sal_Int32 _nType) in FmFormObj() argument
73 ,m_nType ( _nType ) in FmFormObj()
84 FmFormObj::FmFormObj( sal_Int32 _nType ) in FmFormObj() argument
87 ,m_nType ( _nType ) in FmFormObj()
/trunk/main/connectivity/source/commontools/
H A DFValue.cxx2102 void ORowSetValue::fill( const sal_Int32 _nType, const Reference< XColumn >& _rxColumn ) in fill() argument
2105 impl_fill( _nType, sal_True, aColumnValue ); in fill()
2109 void ORowSetValue::fill( sal_Int32 _nPos, sal_Int32 _nType, sal_Bool _bNullable, const Reference< … in fill() argument
2112 impl_fill( _nType, _bNullable, aRowValue ); in fill()
2117 sal_Int32 _nType, in fill() argument
2121 fill(_nPos,_nType,sal_True,_xRow); in fill()
2125 void ORowSetValue::impl_fill( const sal_Int32 _nType, sal_Bool _bNullable, const detail::IValueSour… in impl_fill() argument
2130 switch(_nType) in impl_fill()
2207 setTypeKind(_nType); in impl_fill()
/trunk/main/svx/source/inc/
H A Dfmobj.hxx58 SVX_DLLPUBLIC FmFormObj(const ::rtl::OUString& rModelName,sal_Int32 _nType);
59 SVX_DLLPUBLIC FmFormObj(sal_Int32 _nType);
/trunk/main/reportdesign/source/filter/xml/
H A DxmlHelper.cxx79 const XMLPropertyHandler* OPropertyHandlerFactory::GetPropertyHandler(sal_Int32 _nType) const in GetPropertyHandler()
82 sal_Int32 nType = _nType; in GetPropertyHandler()
107 pHandler = OControlPropertyHandlerFactory::GetPropertyHandler(_nType); in GetPropertyHandler()
/trunk/main/dbaccess/source/ui/tabledesign/
H A DFieldDescriptions.cxx384 void OFieldDescription::SetTypeValue(sal_Int32 _nType) in SetTypeValue() argument
389 m_xDest->setPropertyValue(PROPERTY_TYPE,makeAny(_nType)); in SetTypeValue()
392 m_nType = _nType; in SetTypeValue()
/trunk/main/dbaccess/source/sdbtools/connection/
H A Dtablename.cxx213 EComposeRule lcl_translateCompositionType_throw( sal_Int32 _nType ) in lcl_translateCompositionType_throw() argument
232 if ( TypeTable[i].nCompositionType == _nType ) in lcl_translateCompositionType_throw()
/trunk/main/reportdesign/source/core/sdr/
H A DRptObject.cxx964 OOle2Obj::OOle2Obj(const uno::Reference< report::XReportComponent>& _xComponent,sal_uInt16 _nType) in OOle2Obj() argument
967 ,m_nType(_nType) in OOle2Obj()
976 OOle2Obj::OOle2Obj(const ::rtl::OUString& _sComponentName,sal_uInt16 _nType) in OOle2Obj() argument
979 ,m_nType(_nType) in OOle2Obj()
/trunk/main/vbahelper/source/vbahelper/
H A Dvbashapes.cxx343 ScVbaShapes::AddShape( sal_Int32 _nType, sal_Int32 _nLeft, sal_Int32 _nTop, sal_Int32 _nWidth, sal_… in AddShape() argument
346 if (_nType == office::MsoAutoShapeType::msoShapeRectangle) in AddShape()
350 else if (_nType == office::MsoAutoShapeType::msoShapeOval) in AddShape()
/trunk/main/connectivity/source/drivers/ado/
H A Dadoimp.cxx136 DataTypeEnum ADOS::MapJdbc2ADOType(sal_Int32 _nType,sal_Int32 _nJetEngine) in MapJdbc2ADOType() argument
138 switch (_nType) in MapJdbc2ADOType()
/trunk/main/dbaccess/source/core/api/
H A DCacheSet.cxx458 ,sal_Int32 _nType in setParameter() argument
462 sal_Int32 nType = ( _nType != DataType::OTHER ) ? _nType : _rValue.getTypeKind(); in setParameter()

Completed in 126 milliseconds

123