Home
last modified time | relevance | path

Searched refs:sal_Int32 (Results 251 – 275 of 7420) sorted by relevance

1...<<11121314151617181920>>...297

/aoo41x/main/ucb/source/ucp/file/
H A Dfilrset.hxx74 sal_Int32 OpenMode,
173 sal_Int32 columnIndex ) in getString()
185 sal_Int32 columnIndex ) in getBoolean()
197 sal_Int32 columnIndex ) in getByte()
209 sal_Int32 columnIndex ) in getShort()
222 sal_Int32 columnIndex ) in getInt()
229 return sal_Int32( 0 ); in getInt()
234 sal_Int32 columnIndex ) in getLong()
342 sal_Int32 columnIndex, in getObject()
466 sal_Int32 row )
[all …]
/aoo41x/main/dbaccess/source/core/api/
H A DCacheSet.cxx105 OCacheSet::OCacheSet(sal_Int32 i_nMaxRows) in DBG_NAME()
214 sal_Int32 i = 1; in insertRow()
304 sal_Int32 i = 1; in fillParameters()
360 ::std::list< sal_Int32> aOrgValues; in updateRow()
377 sal_Int32 i = 1; in updateRow()
437 ::std::list< sal_Int32> aOrgValues; in deleteRow()
445 sal_Int32 i = 1; in deleteRow()
455 void OCacheSet::setParameter(sal_Int32 nPos in setParameter()
458 ,sal_Int32 _nType in setParameter()
477 for(sal_Int32 i=1;aIter != aEnd;++aIter,++i) in fillValueRow()
[all …]
H A DKeySet.hxx53 sal_Int32 nPosition;
54 sal_Int32 nType;
55 sal_Int32 nScale;
68 …SelectColumnDescription( sal_Int32 _nPosition, sal_Int32 _nType, sal_Int32 _nScale,sal_Bool _bNull… in SelectColumnDescription()
87 typedef ::std::map<sal_Int32,OKeySetValue > OKeySetMatrix;
88 typedef ::std::map<sal_Int32,ORowSetValueVector > OUpdatedParameter;
112 sal_Int32& m_rRowCount;
160 sal_Int32 i_nMaxRows,
161 sal_Int32& o_nRowCount);
172 …virtual sal_Int32 SAL_CALL getInt( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExcept…
[all …]
/aoo41x/main/chart2/source/view/inc/
H A DVCoordinateSystem.hxx81 ExplicitScaleData getExplicitScale( sal_Int32 nDimensionIndex, sal_Int32 nAxisIndex ) const;
82 …ExplicitIncrementData getExplicitIncrement( sal_Int32 nDimensionIndex, sal_Int32 nAxisIndex ) cons…
88 …::std::vector< ExplicitScaleData > getExplicitScales( sal_Int32 nDimensionIndex, sal_Int32 nAxisIn…
90 …d::vector< ExplicitIncrementData > getExplicitIncrements( sal_Int32 nDimensionIndex, sal_Int32 nAx…
98 void setExplicitScaleAndIncrement( sal_Int32 nDimensionIndex, sal_Int32 nAxisIndex
125 sal_Int32 getMaximumAxisIndexByDimension( sal_Int32 nDimensionIndex ) const;
135 getAxisByDimension( sal_Int32 nDimensionIndex, sal_Int32 nAxisIndex ) const;
139 VAxisBase* getVAxis( sal_Int32 nDimensionIndex, sal_Int32 nAxisIndex );
143 , sal_Int32 nDimensionIndex, sal_Int32 nAxisIndex );
146 , sal_Int32 nDimensionIndex, sal_Int32 nAxisIndex );
[all …]
/aoo41x/main/accessibility/inc/accessibility/extended/
H A DAccessibleGridControlTableCell.hxx36 sal_Int32 m_nRowPos; // the row number of the table cell
37 sal_Int32 m_nColPos; // the column id of the table cell
41 inline sal_Int32 getRowPos( ) const { return m_nRowPos; } in getRowPos()
42 inline sal_Int32 getColumnPos( ) const { return m_nColPos; } in getColumnPos()
51 sal_Int32 _nRowPos,
76 virtual void implGetSelection( sal_Int32& nStartIndex, sal_Int32& nEndIndex );
83 sal_Int32 _nRowId,
101 virtual sal_Int32 SAL_CALL getAccessibleIndexInParent()
113 virtual sal_Int32 SAL_CALL getAccessibleChildCount()
121 getAccessibleChild( sal_Int32 nChildIndex )
[all …]
/aoo41x/main/forms/source/xforms/xpathlib/
H A Dxpathlib.cxx317 sal_Int32 nIndex = 0; in parseDateTime()
388 …uration(const xmlChar* aString, sal_Bool& bNegative, sal_Int32& nYears, sal_Int32& nMonth, sal_Int… in parseDuration()
389 sal_Int32& nHours, sal_Int32& nMinutes, sal_Int32& nSeconds) in parseDuration()
458 sal_Int32 nYears = 0; in xforms_secondsFuction()
459 sal_Int32 nMonths = 0; in xforms_secondsFuction()
460 sal_Int32 nDays = 0; in xforms_secondsFuction()
461 sal_Int32 nHours = 0; in xforms_secondsFuction()
488 sal_Int32 nYears = 0; in xforms_monthsFuction()
489 sal_Int32 nMonths = 0; in xforms_monthsFuction()
490 sal_Int32 nDays = 0; in xforms_monthsFuction()
[all …]
/aoo41x/main/rsc/inc/
H A Drscrange.hxx39 sal_Int32 nMin; // Minimum des Bereiches
40 sal_Int32 nMax; // Maximum des Bereiches
47 ERRTYPE SetRange( sal_Int32 nMinimum, sal_Int32 nMaximum );
80 sal_Int32 nMin; // Minimum des Bereiches
81 sal_Int32 nMax; // Maximum des Bereiches
88 ERRTYPE SetRange( sal_Int32 nMinimum, sal_Int32 nMaximum );
120 sal_Int32 nValue );
134 ERRTYPE SetRange( sal_Int32 nMinimum, sal_Int32 nMaximum ){ in SetRange()
175 ERRTYPE SetRange( sal_Int32, sal_Int32 ){ in SetRange() argument
182 sal_Int32 l; in GetBool()
[all …]
/aoo41x/main/connectivity/source/inc/file/
H A DFResultSetMetaData.hxx50 …void checkColumnIndex(sal_Int32 column) throw(::com::sun::star::sdbc::SQLException, ::com::sun::st…
61 …virtual sal_Int32 SAL_CALL getColumnCount( ) throw(::com::sun::star::sdbc::SQLException, ::com::s…
64 …virtual sal_Bool SAL_CALL isSearchable( sal_Int32 column ) throw(::com::sun::star::sdbc::SQLExcept…
65 …virtual sal_Bool SAL_CALL isCurrency( sal_Int32 column ) throw(::com::sun::star::sdbc::SQLExceptio…
66 …virtual sal_Int32 SAL_CALL isNullable( sal_Int32 column ) throw(::com::sun::star::sdbc::SQLExcepti…
67 …virtual sal_Bool SAL_CALL isSigned( sal_Int32 column ) throw(::com::sun::star::sdbc::SQLException,…
68 …virtual sal_Int32 SAL_CALL getColumnDisplaySize( sal_Int32 column ) throw(::com::sun::star::sdbc::…
72 …virtual sal_Int32 SAL_CALL getPrecision( sal_Int32 column ) throw(::com::sun::star::sdbc::SQLExcep…
73 …virtual sal_Int32 SAL_CALL getScale( sal_Int32 column ) throw(::com::sun::star::sdbc::SQLException…
76 …virtual sal_Int32 SAL_CALL getColumnType( sal_Int32 column ) throw(::com::sun::star::sdbc::SQLExce…
[all …]
/aoo41x/main/chart2/source/view/axes/
H A DVCoordinateSystem.cxx168 uno::Sequence< sal_Int32 > aResolution(2); in getCoordinateSystemResolution()
173 sal_Int32 nN = 0; in getCoordinateSystemResolution()
222 Reference< XAxis > VCoordinateSystem::getAxisByDimension( sal_Int32 nDimensionIndex, sal_Int32 nAxi… in getAxisByDimension()
251 void VCoordinateSystem::impl_adjustDimensionAndIndex( sal_Int32& rDimensionIndex, sal_Int32& rAxisI… in impl_adjustDimensionAndIndex()
289 ExplicitScaleData VCoordinateSystem::getExplicitScale( sal_Int32 nDimensionIndex, sal_Int32 nAxisIn… in getExplicitScale()
312 ExplicitIncrementData VCoordinateSystem::getExplicitIncrement( sal_Int32 nDimensionIndex, sal_Int32 in getExplicitIncrement()
346 sal_Int32 VCoordinateSystem::getMaximumAxisIndexByDimension( sal_Int32 nDimensionIndex ) const in getMaximumAxisIndexByDimension()
348 sal_Int32 nRet = 0; in getMaximumAxisIndexByDimension()
426 VAxisBase* VCoordinateSystem::getVAxis( sal_Int32 nDimensionIndex, sal_Int32 nAxisIndex ) in getVAxis()
440 sal_Int32 nDimensionIndex in setExplicitScaleAndIncrement()
[all …]
/aoo41x/main/sot/source/sdstor/
H A Dstgcache.hxx61 sal_Int32 Page2Pos( sal_Int32 ); // page address --> file position
62 sal_Int32 Pos2Page( sal_Int32 ); // file position --> page address
69 sal_Int32 GetPhysPages() { return nPages; } in GetPhysPages()
83 sal_Bool Read( sal_Int32 nPage, void* pBuf, sal_Int32 nPages );
84 sal_Bool Write( sal_Int32 nPage, void* pBuf, sal_Int32 nPages );
85 sal_Bool SetSize( sal_Int32 nPages );
88 StgPage* Copy( sal_Int32, sal_Int32=STG_FREE ); // copy a page
100 sal_Int32 nPage; // page #
108 sal_Int32 GetPage() { return nPage; } in GetPage()
114 sal_Int32 GetPage( short nOff ) in GetPage()
[all …]
/aoo41x/main/oox/inc/oox/xls/
H A Dconnectionsbuffer.hxx35 const sal_Int32 BIFF12_CONNECTION_UNKNOWN = 0;
36 const sal_Int32 BIFF12_CONNECTION_ODBC = 1;
37 const sal_Int32 BIFF12_CONNECTION_DAO = 2;
38 const sal_Int32 BIFF12_CONNECTION_FILE = 3;
39 const sal_Int32 BIFF12_CONNECTION_HTML = 4;
40 const sal_Int32 BIFF12_CONNECTION_OLEDB = 5;
41 const sal_Int32 BIFF12_CONNECTION_TEXT = 6;
42 const sal_Int32 BIFF12_CONNECTION_ADO = 7;
43 const sal_Int32 BIFF12_CONNECTION_DSP = 8;
170 typedef RefMap< sal_Int32, Connection > ConnectionMap;
[all …]
/aoo41x/main/chart2/source/tools/
H A DDiagramHelper.cxx170 sal_Int32 nDimIndex = 0; in setVertical()
405 sal_Int32 i = (nSeriesCount == 1) ? 0: 1; in getStackModeFromChartType()
471 sal_Int32 nResult = -1; in getDimension()
502 sal_Int32 nNewDimensionCount ) in setDimension()
776 sal_Int32 nTypesSoFar = 0; in getChartTypeByIndex()
1068 sal_Int32 nNumberFormat = -1; in lcl_switchToDateCategories()
1179 sal_Int32 nRet=-1; in getDateNumberFormat()
1207 sal_Int32 nRet=-1; in getPercentNumberFormat()
1511 sal_Int32 DiagramHelper::getGeometry3D( in getGeometry3D()
1530 sal_Int32 nGeom = 0; in getGeometry3D()
[all …]
/aoo41x/main/vos/inc/vos/
H A Dsocket.hxx335 sal_Int32 SAL_CALL getPort() const;
725 sal_Int32 SAL_CALL setDebug(sal_Int32 opt = -1) const;
731 sal_Int32 SAL_CALL setReuseAddr(sal_Int32 opt = -1) const;
737 sal_Int32 SAL_CALL setKeepAlive(sal_Int32 opt = -1) const;
743 sal_Int32 SAL_CALL setDontRoute(sal_Int32 opt = -1) const;
750 sal_Int32 SAL_CALL setBroadcast(sal_Int32 opt = -1) const;
756 sal_Int32 SAL_CALL setOobinline(sal_Int32 opt = -1) const;
763 sal_Int32 SAL_CALL setLinger(sal_Int32 time = -1) const;
771 sal_Int32 SAL_CALL setSendBufSize(sal_Int32 size =-1) const;
779 sal_Int32 SAL_CALL setRecvBufSize(sal_Int32 size =-1) const;
[all …]
/aoo41x/main/filter/source/graphicfilter/idxf/
H A Ddxfentrd.hxx361 sal_Int32 nIndex;
365 sal_Int32 nCount; // 90
386 sal_Int32 nEdgeType;
429 sal_Int32 nDegree; // 94
430 sal_Int32 nRational; // 73
431 sal_Int32 nPeriodic; // 74
432 sal_Int32 nKnotCount; // 75
433 sal_Int32 nControlCount; // 76
444 sal_Int32 nFlags; // 92
447 sal_Int32 nPointCount; // 93
[all …]
/aoo41x/main/connectivity/source/drivers/ado/
H A DAResultSetMetaData.cxx53 sal_Int32 SAL_CALL OResultSetMetaData::getColumnDisplaySize( sal_Int32 column ) throw(SQLException,… in getColumnDisplaySize()
62 sal_Int32 SAL_CALL OResultSetMetaData::getColumnType( sal_Int32 column ) throw(SQLException, Runtim… in getColumnType()
69 sal_Int32 SAL_CALL OResultSetMetaData::getColumnCount( ) throw(SQLException, RuntimeException) in getColumnCount()
149 sal_Bool SAL_CALL OResultSetMetaData::isCurrency( sal_Int32 column ) throw(SQLException, RuntimeExc… in isCurrency()
171 sal_Int32 nCount = aProps.GetItemCount(); in isAutoIncrement()
172 for (sal_Int32 i = 0; i<nCount; ++i) in isAutoIncrement()
186 sal_Bool SAL_CALL OResultSetMetaData::isSigned( sal_Int32 column ) throw(SQLException, RuntimeExcep… in isSigned()
197 sal_Int32 SAL_CALL OResultSetMetaData::getPrecision( sal_Int32 column ) throw(SQLException, Runtime… in getPrecision()
205 sal_Int32 SAL_CALL OResultSetMetaData::getScale( sal_Int32 column ) throw(::com::sun::star::sdbc::S… in getScale()
214 sal_Int32 SAL_CALL OResultSetMetaData::isNullable( sal_Int32 column ) throw(SQLException, RuntimeEx… in isNullable()
[all …]
/aoo41x/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/
H A DSResultSetMetaData.hxx54 …virtual sal_Int32 SAL_CALL getColumnCount( ) throw(::com::sun::star::sdbc::SQLException, ::com::s…
57 …virtual sal_Bool SAL_CALL isSearchable( sal_Int32 column ) throw(::com::sun::star::sdbc::SQLExcept…
58 …virtual sal_Bool SAL_CALL isCurrency( sal_Int32 column ) throw(::com::sun::star::sdbc::SQLExceptio…
59 …virtual sal_Int32 SAL_CALL isNullable( sal_Int32 column ) throw(::com::sun::star::sdbc::SQLExcepti…
60 …virtual sal_Bool SAL_CALL isSigned( sal_Int32 column ) throw(::com::sun::star::sdbc::SQLException,…
61 …virtual sal_Int32 SAL_CALL getColumnDisplaySize( sal_Int32 column ) throw(::com::sun::star::sdbc::…
65 …virtual sal_Int32 SAL_CALL getPrecision( sal_Int32 column ) throw(::com::sun::star::sdbc::SQLExcep…
66 …virtual sal_Int32 SAL_CALL getScale( sal_Int32 column ) throw(::com::sun::star::sdbc::SQLException…
69 …virtual sal_Int32 SAL_CALL getColumnType( sal_Int32 column ) throw(::com::sun::star::sdbc::SQLExce…
71 …virtual sal_Bool SAL_CALL isReadOnly( sal_Int32 column ) throw(::com::sun::star::sdbc::SQLExceptio…
[all …]
/aoo41x/main/oox/source/ppt/
H A Dtimenodelistcontext.cxx74 AnimColor(sal_Int16 cs, sal_Int32 o, sal_Int32 t, sal_Int32 th ) in AnimColor()
81 sal_Int32 nColor; in get()
108 sal_Int32 one;
109 sal_Int32 two;
110 sal_Int32 three;
373 sal_Int32 maType;
433 sal_Int32 mnNextAc, mnPrevAc;
578 sal_Int32 mnColorSpace;
579 sal_Int32 mnDir;
955 sal_Int32 mnPathEditMode;
[all …]
/aoo41x/main/bridges/source/cpp_uno/msvc_win32_intel/
H A Dcpp2uno.cxx91 sal_Int32 * pTempIndizes = (sal_Int32 *)(pUnoArgs + (2 * nParams)); in cpp2uno_call()
95 sal_Int32 nTempIndizes = 0; in cpp2uno_call()
239 void ** pCallStack, sal_Int32 nFunctionIndex, sal_Int32 nVtableOffset, in cpp_mediate()
410 unsigned char * code, sal_Int32 functionIndex, sal_Int32 vtableOffset) in codeSnippet()
417 p += sizeof (sal_Int32); in codeSnippet()
421 p += sizeof (sal_Int32); in codeSnippet()
426 p += sizeof (sal_Int32); in codeSnippet()
442 sal_Int32 slotCount) in getBlockSize()
449 void * block, sal_Int32 slotCount) in initializeBlock()
452 sal_Int32 n0, n1, n2; in initializeBlock()
[all …]
/aoo41x/main/extensions/test/ole/cpnt/
H A Dcpnt.cxx105 sal_Int32 m_int32;
120 sal_Int32 m_attr_int32;
474 sal_Int32 _x; in methodLong()
541 sal_Int32 value; in methodSequence()
553 sal_Int32 value; in methodSequence2()
716 sal_Int32 x= 0; in setAttrSequence()
1451 sal_Int32 i=0; in testInterface()
1467 sal_Int32 aLong; in testInterface()
1586 sal_Int32 aLong; in testInterface()
1924 sal_Int32 _long= *( sal_Int32*) seqOutParams[12].getValue(); in testInterface()
[all …]
/aoo41x/main/io/source/stm/
H A Dstreamhelper.hxx58 virtual void skip( sal_Int32 nBytesToSkip )
60 virtual sal_Int32 getSize() const throw( ) =0;
84 virtual void writeAt( sal_Int32 nPos, const Sequence<sal_Int8> &)
87 virtual void readAt( sal_Int32 nPos, Sequence<sal_Int8> & , sal_Int32 nBytesToRead ) const
89 virtual sal_Int32 getSize() const throw( ) =0;
107 virtual void readAt( sal_Int32 nPos, Sequence<sal_Int8> & , sal_Int32 nBytesToRead ) const
109 virtual sal_Int32 getSize() const throw( );
128 sal_Int32 m_nBufferLen;
129 sal_Int32 m_nStart;
130 sal_Int32 m_nOccupiedBuffer;
[all …]
/aoo41x/main/chart2/source/inc/
H A DInternalData.hxx61 void insertColumn( sal_Int32 nAfterIndex );
62 void insertRow( sal_Int32 nAfterIndex );
63 void deleteColumn( sal_Int32 nAtIndex );
64 void deleteRow( sal_Int32 nAtIndex );
67 sal_Int32 appendColumn();
69 sal_Int32 appendRow();
71 sal_Int32 getRowCount() const;
72 sal_Int32 getColumnCount() const;
92 bool enlargeData( sal_Int32 nColumnCount, sal_Int32 nRowCount );
95 sal_Int32 m_nColumnCount;
[all …]
/aoo41x/main/oox/source/drawingml/
H A Dlineproperties.cxx59 sal_Int16 nDashes, sal_Int32 nDashLen, sal_Int32 nDistance ) in lclSetDashData()
112 sal_Int32 nDotLen = 0; in lclConvertCustomDash()
114 sal_Int32 nDashLen = 0; in lclConvertCustomDash()
115 sal_Int32 nDistance = 0; in lclConvertCustomDash()
159 const sal_Int32 OOX_ARROWSIZE_SMALL = 0;
160 const sal_Int32 OOX_ARROWSIZE_MEDIUM = 1;
161 const sal_Int32 OOX_ARROWSIZE_LARGE = 2;
163 sal_Int32 lclGetArrowSize( sal_Int32 nToken ) in lclGetArrowSize()
184 sal_Int32 nMarkerWidth = 0; in lclPushMarkerProperties()
233 sal_Int32 nBaseLineWidth = ::std::max< sal_Int32 >( nLineWidth, 70 ); in lclPushMarkerProperties()
[all …]
/aoo41x/main/ucb/source/ucp/ftp/
H A Dftpresultsetbase.hxx61 sal_Int32 nOpenMode,
119 sal_Int32 columnIndex ) in getString()
132 sal_Int32 columnIndex ) in getBoolean()
144 sal_Int32 columnIndex ) in getByte()
156 sal_Int32 columnIndex ) in getShort()
169 sal_Int32 columnIndex ) in getInt()
176 return sal_Int32( 0 ); in getInt()
181 sal_Int32 columnIndex ) in getLong()
294 sal_Int32 columnIndex, in getObject()
425 sal_Int32 row )
[all …]
/aoo41x/main/oox/inc/oox/drawingml/
H A Ddrawingmltypes.hxx41 const sal_Int32 PER_PERCENT = 1000;
44 const sal_Int32 PER_DEGREE = 60000;
103 sal_Int32 GetCoordinate( sal_Int32 nValue );
119 sal_Int32 GetTextSpacingPoint( const sal_Int32 nValue );
126 float GetFontHeight( sal_Int32 nHeight );
128 sal_Int16 GetFontUnderline( sal_Int32 nToken );
130 sal_Int16 GetFontStrikeout( sal_Int32 nToken );
132 sal_Int16 GetCaseMap( sal_Int32 nToken );
135 sal_Int16 GetParaAdjust( sal_Int32 nAlign );
141 sal_Int32 start;
[all …]
/aoo41x/main/connectivity/source/drivers/evoab2/
H A DNPreparedStatement.hxx56 sal_Int32 nDataType;
59 sal_Int32 rDataType) : aValue(rValue),nDataType(rDataType) in Parameter()
96 …virtual sal_Int32 SAL_CALL executeUpdate( ) throw(::com::sun::star::sdbc::SQLException, ::com::su…
100 …virtual void SAL_CALL setNull( sal_Int32 parameterIndex, sal_Int32 sqlType ) throw(::com::sun::sta…
101 …virtual void SAL_CALL setObjectNull( sal_Int32 parameterIndex, sal_Int32 sqlType, const ::rtl::OUS…
105 …virtual void SAL_CALL setInt( sal_Int32 parameterIndex, sal_Int32 x ) throw(::com::sun::star::sdbc…
107 …virtual void SAL_CALL setFloat( sal_Int32 parameterIndex, float x ) throw(::com::sun::star::sdbc::…
114 … setBinaryStream( sal_Int32 parameterIndex, const ::com::sun::star::uno::Reference< ::com::sun::st…
115 …tCharacterStream( sal_Int32 parameterIndex, const ::com::sun::star::uno::Reference< ::com::sun::st…
117 …SAL_CALL setObjectWithInfo( sal_Int32 parameterIndex, const ::com::sun::star::uno::Any& x, sal_Int…
[all …]

Completed in 184 milliseconds

1...<<11121314151617181920>>...297