Home
last modified time | relevance | path

Searched refs:_nType (Results 1 – 25 of 53) sorted by last modified time

123

/trunk/main/dbaccess/source/ui/misc/
H A DUITools.cxx514 sal_Int32 _nType, in getTypeInfoFromType() argument
525 …OTypeInfoMap::const_iterator, OTypeInfoMap::const_iterator> aPair = _rTypeInfo.equal_range(_nType); in getTypeInfoFromType()
626 _nType, in getTypeInfoFromType()
/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()
/trunk/main/dbaccess/source/ui/app/
H A DAppController.hxx335 const sal_Int32 _nType,
/trunk/main/wizards/com/sun/star/wizards/reportbuilder/
H A DReportBuilderImplementation.java480 …public void initializeFieldColumns(final int _nType, final String TableName, final String[] FieldN… in initializeFieldColumns() argument
492 getReportBuilderLayouter().setTableName(_nType, TableName); in initializeFieldColumns()
/trunk/main/xmloff/source/text/
H A Dtxtprmap.cxx943 const XMLPropertyMapEntry* XMLTextPropertySetMapper::getPropertyMapForType( sal_uInt16 _nType ) in getPropertyMapForType() argument
945 return lcl_txtprmap_getMap( _nType ); in getPropertyMapForType()
/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/xmloff/inc/xmloff/
H A Dtxtprmap.hxx203 static const XMLPropertyMapEntry* getPropertyMapForType( sal_uInt16 _nType );
H A Dcontrolpropertyhdl.hxx131 virtual const XMLPropertyHandler* GetPropertyHandler(sal_Int32 _nType) const;
/trunk/main/wizards/com/sun/star/wizards/report/
H A DIReportBuilderLayouter.java65 public void setTableName(int _nType, String TableName); in setTableName() argument
H A DReportTextImplementation.java599 …public void initializeFieldColumns(final int _nType, final String TableName, final String[] FieldN… in initializeFieldColumns() argument
/trunk/main/wizards/com/sun/star/wizards/db/
H A DColumnPropertySet.java146 private void setType(int _nType, String _sTypeName, Integer precision) in setType() argument
/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/vbahelper/inc/vbahelper/
H A Dvbashapes.hxx69 …virtual css::uno::Any SAL_CALL AddShape( sal_Int32 _nType, sal_Int32 _nLeft, sal_Int32 _nTop, sal_…
/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/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/sc/source/ui/vba/
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 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()
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 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 Dvbaaxis.hxx45 …ss::uno::Reference< css::beans::XPropertySet >& _xPropertySet, sal_Int32 _nType, sal_Int32 _nGroup…
/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()
H A DxmlHelper.hxx59 virtual const XMLPropertyHandler* GetPropertyHandler(sal_Int32 _nType) const;
/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/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/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);

Completed in 142 milliseconds

123