Home
last modified time | relevance | path

Searched refs:sal_Int32 (Results 176 – 200 of 7403) sorted by relevance

12345678910>>...297

/trunk/main/vos/source/
H A Dsocket.cxx975 sal_Int32 OSocket::setDebug(sal_Int32 opt) const in setDebug()
977 sal_Int32 old= 0; in setDebug()
990 sal_Int32 OSocket::setReuseAddr(sal_Int32 opt) const in setReuseAddr()
1005 sal_Int32 OSocket::setKeepAlive(sal_Int32 opt) const in setKeepAlive()
1020 sal_Int32 OSocket::setDontRoute(sal_Int32 opt) const in setDontRoute()
1035 sal_Int32 OSocket::setBroadcast(sal_Int32 opt) const in setBroadcast()
1050 sal_Int32 OSocket::setOobinline(sal_Int32 opt) const in setOobinline()
1065 sal_Int32 OSocket::setLinger(sal_Int32 time) const in setLinger()
1097 sal_Int32 OSocket::setSendBufSize(sal_Int32 sz) const in setSendBufSize()
1112 sal_Int32 OSocket::setRecvBufSize(sal_Int32 sz) const in setRecvBufSize()
[all …]
/trunk/main/connectivity/source/drivers/macab/
H A DMacabResultSet.hxx68 sal_Int32 m_nRowPos; // the current row within the result set
81 sal_Int32 nHandle,
85 sal_Int32 nHandle,
90 sal_Int32 nHandle) const;
133 …virtual sal_Int32 SAL_CALL getRow( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star…
134 …virtual sal_Bool SAL_CALL absolute( sal_Int32 row ) throw(::com::sun::star::sdbc::SQLException, ::…
150 …virtual sal_Int32 SAL_CALL getInt( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExcept…
191 …virtual void SAL_CALL updateInt( sal_Int32 columnIndex, sal_Int32 x ) throw(::com::sun::star::sdbc…
200 …updateBinaryStream( sal_Int32 columnIndex, const ::com::sun::star::uno::Reference< ::com::sun::sta…
201 …ateCharacterStream( sal_Int32 columnIndex, const ::com::sun::star::uno::Reference< ::com::sun::sta…
[all …]
H A DMacabPreparedStatement.cxx43 void MacabPreparedStatement::checkAndResizeParameters(sal_Int32 nParams) throw(SQLException) in checkAndResizeParameters()
51 if (nParams >= (sal_Int32) (m_aParameterRow->get()).size()) in checkAndResizeParameters()
78 if (m_nParameterIndex >= (sal_Int32) (m_aParameterRow->get()).size()) in getNextParameter()
172 sal_Int32 SAL_CALL MacabPreparedStatement::executeUpdate() throw(SQLException, RuntimeException) in executeUpdate()
199 void SAL_CALL MacabPreparedStatement::setNull(sal_Int32 parameterIndex, sal_Int32) throw(SQLExcepti… in setNull() argument
209 void SAL_CALL MacabPreparedStatement::setObjectNull(sal_Int32, sal_Int32, const ::rtl::OUString&) t… in setObjectNull() argument
241 void SAL_CALL MacabPreparedStatement::setInt(sal_Int32, sal_Int32) throw(SQLException, RuntimeExcep… in setInt() argument
257 void SAL_CALL MacabPreparedStatement::setFloat(sal_Int32, float) throw(SQLException, RuntimeExcepti… in setFloat() argument
315 …cabPreparedStatement::setBinaryStream(sal_Int32, const Reference< ::com::sun::star::io::XInputStre… in setBinaryStream() argument
323 …PreparedStatement::setCharacterStream(sal_Int32, const Reference< ::com::sun::star::io::XInputStre… in setCharacterStream() argument
[all …]
/trunk/main/mysqlc/source/
H A Dmysqlc_resultsetmetadata.hxx68 sal_Int32 SAL_CALL getColumnCount() throw(SQLException, RuntimeException);
74 sal_Bool SAL_CALL isSearchable(sal_Int32 column) throw(SQLException, RuntimeException);
76 sal_Bool SAL_CALL isCurrency(sal_Int32 column) throw(SQLException, RuntimeException);
78 sal_Int32 SAL_CALL isNullable(sal_Int32 column) throw(SQLException, RuntimeException);
80 sal_Bool SAL_CALL isSigned(sal_Int32 column) throw(SQLException, RuntimeException);
82 sal_Int32 SAL_CALL getColumnDisplaySize(sal_Int32 column)throw(SQLException, RuntimeException);
90 sal_Int32 SAL_CALL getPrecision(sal_Int32 column) throw(SQLException, RuntimeException);
92 sal_Int32 SAL_CALL getScale(sal_Int32 column) throw(SQLException, RuntimeException);
98 sal_Int32 SAL_CALL getColumnType(sal_Int32 column) throw(SQLException, RuntimeException);
102 sal_Bool SAL_CALL isReadOnly(sal_Int32 column) throw(SQLException, RuntimeException);
[all …]
H A Dmysqlc_resultset.cxx303 sal_Int32 nIndex = 0, i=0; in getDate()
368 sal_Int32 SAL_CALL OResultSet::getInt(sal_Int32 column) in getInt()
387 sal_Int32 SAL_CALL OResultSet::getRow() in getRow()
576 sal_Int32 nIndex, i=0; in getTime()
1086 void SAL_CALL OResultSet::updateInt(sal_Int32 column, sal_Int32 /* x */) in updateInt() argument
1204 sal_Int32 /* length */) in updateBinaryStream()
1218 sal_Int32 /* length */) in updateCharacterStream()
1357 Sequence< sal_Int32 > aRet = Sequence< sal_Int32 >(); in deleteRows()
1371 sal_Int32 nPos = 0; in createArrayHelper()
1373 DECL_PROP0(FETCHSIZE, sal_Int32); in createArrayHelper()
[all …]
H A Dmysqlc_databasemetadata.hxx94 sal_Int32 SAL_CALL getDriverMajorVersion() throw(my_RuntimeException);
95 sal_Int32 SAL_CALL getDriverMinorVersion() throw(my_RuntimeException);
119 sal_Bool SAL_CALL supportsConvert(sal_Int32 fromType, sal_Int32 toType)
176sal_Int32 SAL_CALL getMaxColumnsInIndex() throw(my_SQLException, my_RuntimeException);
179sal_Int32 SAL_CALL getMaxColumnsInTable() throw(my_SQLException, my_RuntimeException);
180 sal_Int32 SAL_CALL getMaxConnections() throw(my_SQLException, my_RuntimeException);
182 sal_Int32 SAL_CALL getMaxIndexLength() throw(my_SQLException, my_RuntimeException);
186 sal_Int32 SAL_CALL getMaxRowSize() throw(my_SQLException, my_RuntimeException);
189 sal_Int32 SAL_CALL getMaxStatements() throw(my_SQLException, my_RuntimeException);
195 sal_Bool SAL_CALL supportsTransactionIsolationLevel(sal_Int32 level)
[all …]
/trunk/main/vcl/unx/generic/printergfx/
H A Dtext_gfx.cxx134 sal_Int32 nFontID, in SetFont()
136 sal_Int32 nWidth, in SetFont()
137 sal_Int32 nAngle, in SetFont()
237 sal_Int32* pTempDelta = (sal_Int32*)alloca(sizeof(sal_Int32)*nLen); in DrawGlyphs()
360 sal_Int32 *pCharWidth = (sal_Int32*) alloca(nLen * sizeof(sal_Int32)); in DrawText()
370 sal_Int32* pNewDeltaArray = (sal_Int32*)alloca( sizeof( sal_Int32 )*nLen ); in DrawText()
388 sal_Int32 nCurrentPointX; in DrawText()
389 sal_Int32 nCurrentPointY; in DrawText()
408 sal_Int32 nDelta = 0; in DrawText()
468 sal_Int32* pDelta = (sal_Int32*)alloca( nLen * sizeof(sal_Int32) ); in drawVerticalizedText()
[all …]
/trunk/main/connectivity/source/drivers/evoab2/
H A DNDatabaseMetaData.cxx59 static sal_Int32 const s_nCOLUMN_SIZE = 256;
60 static sal_Int32 const s_nDECIMAL_DIGITS = 0;
61 static sal_Int32 const s_nNULLABLE = 1;
62 static sal_Int32 const s_nCHAR_OCTET_LENGTH = 65535;
175 sal_Int32 nType = G_TYPE_STRING; in getGFieldType()
181 sal_Int32
184 sal_Int32 nType = getGFieldType( nCol ); in getFieldType()
291 aRow[10] = new ORowSetValueDecorator((sal_Int32)10); in getColumnRows()
312 for (sal_Int32 i = 0; i < (sal_Int32) nFields; i++) in getColumnRows()
1024 for(sal_Int32 i=0;i < nSize;++i) in getTableTypes()
[all …]
/trunk/main/oox/source/xls/
H A Dstylesbuffer.cxx284 sal_Int32 nValue = nA; in lclReadRgbColor()
304 sal_Int32 ExcelGraphicHelper::getSchemeColor( sal_Int32 nToken ) const in getSchemeColor()
311 sal_Int32 ExcelGraphicHelper::getPaletteColor( sal_Int32 nPaletteIdx ) const in getPaletteColor()
550 sal_Int32 ColorPalette::getColor( sal_Int32 nPaletteIdx ) const in getColor()
1862 sal_Int32 nType; in readGradient()
1906 inline sal_Int32 lclGetMixedColorComp( sal_Int32 nPatt, sal_Int32 nFill, sal_Int32 nAlpha ) in lclGetMixedColorComp()
1911 sal_Int32 lclGetMixedColor( sal_Int32 nPattColor, sal_Int32 nFillColor, sal_Int32 nAlpha ) in lclGetMixedColor()
2816 sal_Int32 nBuiltinId; in lclGetBuiltinStyleId()
2817 sal_Int32 nNextChar; in lclGetBuiltinStyleId()
3319 sal_Int32 StylesBuffer::getPaletteColor( sal_Int32 nPaletteIdx ) const in getPaletteColor()
[all …]
/trunk/main/sal/qa/osl/process/
H A Dosl_Thread.cxx63 sal_Int32 m_nNanoSec;
64 sal_Int32 m_nSeconds;
118 m_nSeconds = static_cast<sal_Int32>(t2.Seconds) - static_cast<sal_Int32>(t1.Seconds); in stop()
120 m_nNanoSec = static_cast<sal_Int32>(t2.Nanosec) - static_cast<sal_Int32>(t1.Nanosec); in stop()
123 m_nNanoSec = 1000000000 + static_cast<sal_Int32>(t2.Nanosec) - static_cast<sal_Int32>(t1.Nanosec); in stop()
250 ThreadSafeValue<sal_Int32> m_aFlag;
300 void setWait(sal_Int32 nSec) in setWait()
315 sal_Int32 m_nWaitSec;
650 sal_Int32 nValue = 0; in suspendCountThread()
716 sal_Int32 nValue = 0; in TEST_F()
[all …]
/trunk/main/ucb/source/cacher/
H A Dcachedcontentresultset.hxx65 getRowAny( sal_Int32 nRow )
86 hasRow( sal_Int32 nRow );
91 sal_Int32 SAL_CALL
99 getAny( sal_Int32 nRow, sal_Int32 nColumnIndex )
114 getContent( sal_Int32 nRow )
141 sal_Int32 m_nRow;
150 sal_Int32 m_nFetchSize;
176 impl_fetchData( sal_Int32 nRow, sal_Int32 nCount
187 impl_changeRowCount( sal_Int32 nOld, sal_Int32 nNew );
314 absolute( sal_Int32 row )
[all …]
/trunk/main/i18npool/source/textconversion/
H A Dtextconversion_zh.cxx67 …getCharConversion(const OUString& aText, sal_Int32 nStartPos, sal_Int32 nLength, sal_Bool toSChine… in getCharConversion()
91 …onst OUString& aText, sal_Int32 nStartPos, sal_Int32 nLength, sal_Bool toSChinese, sal_Int32 nConv… in getWordConversion()
93 sal_Int32 dictLen = 0; in getWordConversion()
94 sal_Int32 maxLen = 0; in getWordConversion()
123 sal_Int32 currPos = 0, count = 0; in getWordConversion()
131 sal_Int32 current = 0; in getWordConversion()
171 sal_Int32 bottom = (sal_Int32) index[len]; in getWordConversion()
172 sal_Int32 top = (sal_Int32) index[len+1] - 1; in getWordConversion()
223 TextConversion_zh::getConversions( const OUString& aText, sal_Int32 nStartPos, sal_Int32 nLength, in getConversions()
238 TextConversion_zh::getConversion( const OUString& aText, sal_Int32 nStartPos, sal_Int32 nLength, in getConversion()
[all …]
/trunk/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/
H A DSResultSetMetaData.cxx37 sal_Int32 SAL_CALL OResultSetMetaData::getColumnDisplaySize( sal_Int32 column ) throw(SQLException,… in getColumnDisplaySize()
43 sal_Int32 SAL_CALL OResultSetMetaData::getColumnType( sal_Int32 column ) throw(SQLException, Runtim… in getColumnType()
45 sal_Int32 nType = 0; in getColumnType()
50 sal_Int32 SAL_CALL OResultSetMetaData::getColumnCount( ) throw(SQLException, RuntimeException) in getColumnCount()
100 sal_Bool SAL_CALL OResultSetMetaData::isCurrency( sal_Int32 column ) throw(SQLException, RuntimeExc… in isCurrency()
113 sal_Bool SAL_CALL OResultSetMetaData::isSigned( sal_Int32 column ) throw(SQLException, RuntimeExcep… in isSigned()
118 sal_Int32 SAL_CALL OResultSetMetaData::getPrecision( sal_Int32 column ) throw(SQLException, Runtime… in getPrecision()
123 sal_Int32 SAL_CALL OResultSetMetaData::getScale( sal_Int32 column ) throw(::com::sun::star::sdbc::S… in getScale()
129 sal_Int32 SAL_CALL OResultSetMetaData::isNullable( sal_Int32 column ) throw(SQLException, RuntimeEx… in isNullable()
141 sal_Bool SAL_CALL OResultSetMetaData::isReadOnly( sal_Int32 column ) throw(SQLException, RuntimeExc… in isReadOnly()
[all …]
H A DSResultSet.hxx83 sal_Int32 nHandle,
87 sal_Int32 nHandle,
93 sal_Int32 nHandle
129 …virtual sal_Int32 SAL_CALL getRow( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star…
130 …virtual sal_Bool SAL_CALL absolute( sal_Int32 row ) throw(::com::sun::star::sdbc::SQLException, ::…
131 …virtual sal_Bool SAL_CALL relative( sal_Int32 rows ) throw(::com::sun::star::sdbc::SQLException, :…
144 …virtual sal_Int32 SAL_CALL getInt( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExcept…
180 …virtual void SAL_CALL updateInt( sal_Int32 columnIndex, sal_Int32 x ) throw(::com::sun::star::sdbc…
189 …updateBinaryStream( sal_Int32 columnIndex, const ::com::sun::star::uno::Reference< ::com::sun::sta…
190 …ateCharacterStream( sal_Int32 columnIndex, const ::com::sun::star::uno::Reference< ::com::sun::sta…
[all …]
/trunk/main/sd/source/ui/slidesorter/inc/view/
H A DSlsLayouter.hxx98 void SetBorders (sal_Int32 nLeftBorder, sal_Int32 nRightBorder,
99 sal_Int32 nTopBorder, sal_Int32 nBottomBorder);
149 sal_Int32 GetRow (const sal_Int32 nIndex) const;
151 sal_Int32 GetColumn (const sal_Int32 nIndex) const;
153 sal_Int32 GetIndex (const sal_Int32 nRow, const sal_Int32 nColumn) const;
166 const sal_Int32 nIndex,
202 sal_Int32 GetIndexAtPoint (
255 const sal_Int32 nRow,
277 sal_Int32 mnRow;
278 sal_Int32 mnColumn;
[all …]
/trunk/main/connectivity/source/drivers/file/
H A DFPreparedStatement.cxx198 return m_pResultSet ? m_pResultSet->getRowCountResult() : sal_Int32(0); in executeUpdate()
277 void SAL_CALL OPreparedStatement::setInt( sal_Int32 parameterIndex, sal_Int32 x ) throw(SQLExceptio… in setInt()
291 void SAL_CALL OPreparedStatement::setNull( sal_Int32 parameterIndex, sal_Int32 /*sqlType*/ ) throw(… in setNull() argument
332 …LL OPreparedStatement::setObjectWithInfo( sal_Int32 parameterIndex, const Any& x, sal_Int32 sqlTyp… in setObjectWithInfo()
348 void SAL_CALL OPreparedStatement::setObjectNull( sal_Int32 parameterIndex, sal_Int32 sqlType, const… in setObjectNull()
455 sal_Int32 i = m_aParameterRow->get().size(); in checkAndResizeParameters()
490 sal_Int32 eType = DataType::VARCHAR; in AddParameter()
492 sal_Int32 nScale = 0; in AddParameter()
493 sal_Int32 nNullable = ColumnValue::NULLABLE; in AddParameter()
593 sal_Int32 i = m_aParameterRow->get().size(); in initializeResultSet()
[all …]
/trunk/main/bridges/source/cpp_uno/gcc3_linux_s390/
H A Dcpp2uno.cxx96 sal_Int32 * pTempIndizes = (sal_Int32 *)(pUnoArgs + (2 * nParams)); in cpp2uno_call()
474 sal_Int32 gpreg[8]; in privateSnippetExecutor()
576 p += sizeof(sal_Int32); in codeSnippet()
579 p += sizeof(sal_Int32); in codeSnippet()
581 p += sizeof(sal_Int32); in codeSnippet()
583 p += sizeof(sal_Int32); in codeSnippet()
585 p += sizeof(sal_Int32); in codeSnippet()
587 p += sizeof(sal_Int32); in codeSnippet()
589 p += sizeof(sal_Int32); in codeSnippet()
620 sal_Int32 slotCount) in getBlockSize()
[all …]
/trunk/main/sfx2/source/sidebar/
H A DDeckLayouter.cxx120 sal_Int32 nTotalMinimumHeight (0); in LayoutPanels()
177 const sal_Int32 nContentHeight ( in LayoutPanels()
203 sal_Int32 DeckLayouter::PlacePanels ( in PlacePanels()
205 const sal_Int32 nWidth, in PlacePanels()
212 sal_Int32 nY (0); in PlacePanels()
299 sal_Int32& rAvailableHeight, in GetRequestedSizes()
347 const sal_Int32 nContainerHeight, in DistributeHeights()
357 sal_Int32 nTotalWeight (0); in DistributeHeights()
358 sal_Int32 nNoMaximumCount (0); in DistributeHeights()
491 const sal_Int32 nContentHeight, in SetupVerticalScrollBar()
[all …]
/trunk/main/chart2/source/tools/
H A DChartTypeHelper.cxx253 uno::Sequence < sal_Int32 > aRet; in getSupportedLabelPlacements()
287 sal_Int32* pSeq = aRet.getArray(); in getSupportedLabelPlacements()
307 sal_Int32* pSeq = aRet.getArray(); in getSupportedLabelPlacements()
330 sal_Int32* pSeq = aRet.getArray(); in getSupportedLabelPlacements()
336 sal_Int32* pSeq = aRet.getArray(); in getSupportedLabelPlacements()
347 sal_Int32* pSeq = aRet.getArray(); in getSupportedLabelPlacements()
353 sal_Int32* pSeq = aRet.getArray(); in getSupportedLabelPlacements()
460 sal_Int32 nRet = static_cast< sal_Int32 >( 0x808080 ); // grey in getDefaultDirectLightColor()
480 sal_Int32 nRet = static_cast< sal_Int32 >( 0x999999 ); // grey40 in getDefaultAmbientLightColor()
551 sal_Int32 nNumberOfSeries ) in getNumberOfDisplayedSeries()
[all …]
/trunk/main/connectivity/source/inc/ado/
H A DADatabaseMetaDataResultSetMetaData.hxx49 const ::std::vector<sal_Int32> &m_vMapping; // when not every column is needed
50 ::std::map<sal_Int32,connectivity::OColumn> m_mColumns;
51 ::std::map<sal_Int32,connectivity::OColumn>::const_iterator m_mColumnsIter;
54 sal_Int32 m_nColCount;
86 …virtual sal_Int32 SAL_CALL getColumnCount( ) throw(::com::sun::star::sdbc::SQLException, ::com::s…
91 …virtual sal_Int32 SAL_CALL isNullable( sal_Int32 column ) throw(::com::sun::star::sdbc::SQLExcepti…
92 …virtual sal_Bool SAL_CALL isSigned( sal_Int32 column ) throw(::com::sun::star::sdbc::SQLException,…
93 …virtual sal_Int32 SAL_CALL getColumnDisplaySize( sal_Int32 column ) throw(::com::sun::star::sdbc::…
97 …virtual sal_Int32 SAL_CALL getPrecision( sal_Int32 column ) throw(::com::sun::star::sdbc::SQLExcep…
98 …virtual sal_Int32 SAL_CALL getScale( sal_Int32 column ) throw(::com::sun::star::sdbc::SQLException…
[all …]
/trunk/main/connectivity/source/inc/dbase/
H A DDDatabaseMetaDataResultSetMetaData.hxx48 ::std::vector<sal_Int32> m_vMapping; // when not every column is needed
49 ::std::map<sal_Int32,connectivity::OColumn> m_mColumns;
50 ::std::map<sal_Int32,connectivity::OColumn>::const_iterator m_mColumnsIter;
52 sal_Int32 m_nColCount;
78 …virtual sal_Int32 SAL_CALL getColumnCount( ) throw(::com::sun::star::sdbc::SQLException, ::com::s…
83 …virtual sal_Int32 SAL_CALL isNullable( sal_Int32 column ) throw(::com::sun::star::sdbc::SQLExcepti…
84 …virtual sal_Bool SAL_CALL isSigned( sal_Int32 column ) throw(::com::sun::star::sdbc::SQLException,…
85 …virtual sal_Int32 SAL_CALL getColumnDisplaySize( sal_Int32 column ) throw(::com::sun::star::sdbc::…
89 …virtual sal_Int32 SAL_CALL getPrecision( sal_Int32 column ) throw(::com::sun::star::sdbc::SQLExcep…
90 …virtual sal_Int32 SAL_CALL getScale( sal_Int32 column ) throw(::com::sun::star::sdbc::SQLException…
[all …]
/trunk/main/sc/source/ui/inc/
H A Dcsvruler.hxx62 sal_Int32 mnSplitSize; /// Size of a split circle.
105 inline sal_Int32 GetSplitPos( sal_uInt32 nIndex ) const in GetSplitPos()
108 sal_Int32 GetNoScrollPos( sal_Int32 nPos ) const;
113 void InsertSplit( sal_Int32 nPos );
115 void RemoveSplit( sal_Int32 nPos );
117 void MoveSplit( sal_Int32 nPos, sal_Int32 nNewPos );
123 SC_DLLPRIVATE sal_Int32 FindEmptyPos( sal_Int32 nPos, ScMoveMode eDir ) const;
162 inline sal_Int32 GetWidth() const { return maWinSize.Width(); } in GetWidth()
167 SC_DLLPRIVATE void ImplDrawArea( sal_Int32 nPosX, sal_Int32 nWidth );
172 SC_DLLPRIVATE void ImplDrawSplit( sal_Int32 nPos );
[all …]
/trunk/main/basctl/source/dlged/
H A Ddlgedobj.cxx151 sal_Int32 nXIn, sal_Int32 nYIn, sal_Int32 nWidthIn, sal_Int32 nHeightIn, in TransformSdrToControlCoordinates()
152 sal_Int32& nXOut, sal_Int32& nYOut, sal_Int32& nWidthOut, sal_Int32& nHeightOut ) in TransformSdrToControlCoordinates()
208 sal_Int32 nXIn, sal_Int32 nYIn, sal_Int32 nWidthIn, sal_Int32 nHeightIn, in TransformSdrToFormCoordinates()
209 sal_Int32& nXOut, sal_Int32& nYOut, sal_Int32& nWidthOut, sal_Int32& nHeightOut ) in TransformSdrToFormCoordinates()
258 sal_Int32 nXIn, sal_Int32 nYIn, sal_Int32 nWidthIn, sal_Int32 nHeightIn, in TransformControlToSdrCoordinates()
259 sal_Int32& nXOut, sal_Int32& nYOut, sal_Int32& nWidthOut, sal_Int32& nHeightOut ) in TransformControlToSdrCoordinates()
320 sal_Int32 nXIn, sal_Int32 nYIn, sal_Int32 nWidthIn, sal_Int32 nHeightIn, in TransformFormToSdrCoordinates()
321 sal_Int32& nXOut, sal_Int32& nYOut, sal_Int32& nWidthOut, sal_Int32& nHeightOut ) in TransformFormToSdrCoordinates()
560 sal_Int32 nStep = 0; in GetStep()
574 sal_Int32 nStep = GetStep(); in UpdateStep()
[all …]
/trunk/main/basegfx/source/tools/
H A Dunopolypolygon.cxx181 sal_Int32 index, in setClosed()
206 sal_Int32 nPolygonIndex, in getPoints()
207 sal_Int32 nNumberOfPolygons, in getPoints()
208 sal_Int32 nPointIndex, in getPoints()
243 sal_Int32 nPolygonIndex, in getPoint()
259 sal_Int32 nPolygonIndex, in setPoint()
277 sal_Int32 nPolygonIndex, in getBezierSegments()
278 sal_Int32 nNumberOfPolygons, in getBezierSegments()
279 sal_Int32 nPointIndex, in getBezierSegments()
364 sal_Int32 nPolygonIndex, in getSubsetPolyPolygon()
[all …]
/trunk/main/framework/source/fwi/classes/
H A Dconverter.cxx49 sal_Int32 nCount = lSource.getLength(); in convert_seqProp2seqAny()
66 sal_Int32 nRealCount = 0; in convert_seqAny2seqProp()
154 sal_Int32 nItem = 0; in convert_OUStringHash2seqProp()
194 sal_Int32 nIndex = 0; in convert_String2DateTime()
260 sal_Int32 nDay = aSource.GetDay(); in convert_DateTime2ISO8601()
263 sal_Int32 nMin = aSource.GetMin(); in convert_DateTime2ISO8601()
275 sBuffer.append( (sal_Int32)nYear ); in convert_DateTime2ISO8601()
287 sBuffer.append( (sal_Int32)nDay ); in convert_DateTime2ISO8601()
293 sBuffer.append( (sal_Int32)nHour ); in convert_DateTime2ISO8601()
299 sBuffer.append( (sal_Int32)nMin ); in convert_DateTime2ISO8601()
[all …]

Completed in 180 milliseconds

12345678910>>...297