Home
last modified time | relevance | path

Searched refs:sal_Int32 (Results 451 – 475 of 7422) sorted by relevance

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

/aoo41x/main/dbaccess/source/core/api/
H A DPrivateRow.hxx35 sal_Int32 m_nPos;
41 …virtual ::rtl::OUString SAL_CALL getString( ::sal_Int32 columnIndex ) throw (::com::sun::star::sdb…
42 …virtual ::sal_Bool SAL_CALL getBoolean( ::sal_Int32 columnIndex ) throw (::com::sun::star::sdbc::S…
43 …virtual ::sal_Int8 SAL_CALL getByte( ::sal_Int32 columnIndex ) throw (::com::sun::star::sdbc::SQLE…
44 …virtual ::sal_Int16 SAL_CALL getShort( ::sal_Int32 columnIndex ) throw (::com::sun::star::sdbc::SQ…
45 …virtual ::sal_Int32 SAL_CALL getInt( ::sal_Int32 columnIndex ) throw (::com::sun::star::sdbc::SQLE…
46 …virtual ::sal_Int64 SAL_CALL getLong( ::sal_Int32 columnIndex ) throw (::com::sun::star::sdbc::SQL…
47 …virtual float SAL_CALL getFloat( ::sal_Int32 columnIndex ) throw (::com::sun::star::sdbc::SQLExcep…
48 …virtual double SAL_CALL getDouble( ::sal_Int32 columnIndex ) throw (::com::sun::star::sdbc::SQLExc…
50 …virtual ::com::sun::star::util::Date SAL_CALL getDate( ::sal_Int32 columnIndex ) throw (::com::sun…
[all …]
H A DPrivateRow.cxx43 …::rtl::OUString SAL_CALL OPrivateRow::getString( ::sal_Int32 columnIndex ) throw (SQLException, Ru… in getString()
48 …::sal_Bool SAL_CALL OPrivateRow::getBoolean( ::sal_Int32 columnIndex ) throw (SQLException, Runtim… in getBoolean()
53 …::sal_Int8 SAL_CALL OPrivateRow::getByte( ::sal_Int32 columnIndex ) throw (SQLException, RuntimeEx… in getByte()
58 …::sal_Int16 SAL_CALL OPrivateRow::getShort( ::sal_Int32 columnIndex ) throw (SQLException, Runtime… in getShort()
63 …::sal_Int32 SAL_CALL OPrivateRow::getInt( ::sal_Int32 columnIndex ) throw (SQLException, RuntimeEx… in getInt()
68 …::sal_Int64 SAL_CALL OPrivateRow::getLong( ::sal_Int32 columnIndex ) throw (SQLException, RuntimeE… in getLong()
73 …float SAL_CALL OPrivateRow::getFloat( ::sal_Int32 columnIndex ) throw (SQLException, RuntimeExcept… in getFloat()
78 …double SAL_CALL OPrivateRow::getDouble( ::sal_Int32 columnIndex ) throw (SQLException, RuntimeExce… in getDouble()
118 …Reference< XRef > SAL_CALL OPrivateRow::getRef( ::sal_Int32 columnIndex ) throw (SQLException, Run… in getRef()
123 …Reference< XBlob > SAL_CALL OPrivateRow::getBlob( ::sal_Int32 columnIndex ) throw (SQLException, R… in getBlob()
[all …]
H A DKeySet.cxx423 sal_Int32 nFirst = 0, nSecond = 0; in compareBookmarks()
494 sal_Int32 i=1; in deleteRows()
520 sal_Int32 nPos = 0; in deleteRows()
566 sal_Int32 i = 1; in updateRow()
652 sal_Int32 i = 1; in executeUpdate()
727 sal_Int32 j = 1; in insertRow()
909 sal_Int32 nPos=1; in tryRefetch()
1025 sal_Int32 i = 1; in deleteRow()
1140 sal_Int32 nKeyType = 0; in getKeyColumns()
1369 sal_Int32 nPos=1; in refreshRow()
[all …]
H A Dcallablestatement.cxx130 void SAL_CALL OCallableStatement::registerOutParameter( sal_Int32 parameterIndex, sal_Int32 sqlType… in registerOutParameter()
142 …OCallableStatement::registerNumericOutParameter( sal_Int32 parameterIndex, sal_Int32 sqlType, sal_… in registerNumericOutParameter()
163 ::rtl::OUString SAL_CALL OCallableStatement::getString( sal_Int32 columnIndex ) throw(SQLException,… in getString()
173 sal_Bool SAL_CALL OCallableStatement::getBoolean( sal_Int32 columnIndex ) throw(SQLException, Runti… in getBoolean()
183 sal_Int8 SAL_CALL OCallableStatement::getByte( sal_Int32 columnIndex ) throw(SQLException, RuntimeE… in getByte()
193 sal_Int16 SAL_CALL OCallableStatement::getShort( sal_Int32 columnIndex ) throw(SQLException, Runtim… in getShort()
202 sal_Int32 SAL_CALL OCallableStatement::getInt( sal_Int32 columnIndex ) throw(SQLException, RuntimeE… in getInt()
211 sal_Int64 SAL_CALL OCallableStatement::getLong( sal_Int32 columnIndex ) throw(SQLException, Runtime… in getLong()
220 float SAL_CALL OCallableStatement::getFloat( sal_Int32 columnIndex ) throw(SQLException, RuntimeExc… in getFloat()
229 double SAL_CALL OCallableStatement::getDouble( sal_Int32 columnIndex ) throw(SQLException, RuntimeE… in getDouble()
[all …]
/aoo41x/main/i18npool/inc/
H A Dtransliteration_commonclass.hxx67 …iterate( const rtl::OUString& inStr, sal_Int32 startPos, sal_Int32 nCount, com::sun::star::uno::Se…
71 …folding( const rtl::OUString& inStr, sal_Int32 startPos, sal_Int32 nCount, com::sun::star::uno::Se…
76 … transliterateString2String( const rtl::OUString& inStr, sal_Int32 startPos, sal_Int32 nCount )
87 …tring& str1, sal_Int32 pos1, sal_Int32 nCount1, sal_Int32& nMatch1, const rtl::OUString& str2, sal…
94 virtual sal_Int32 SAL_CALL
95 …ubstring( const rtl::OUString& s1, sal_Int32 off1, sal_Int32 len1, const rtl::OUString& s2, sal_In…
98 virtual sal_Int32 SAL_CALL
/aoo41x/main/accessibility/inc/accessibility/standard/
H A Dvclxaccessibletextcomponent.hxx52 virtual void implGetSelection( sal_Int32& nStartIndex, sal_Int32& nEndIndex );
68 virtual sal_Int32 SAL_CALL getCaretPosition() throw (::com::sun::star::uno::RuntimeException);
69 …virtual sal_Bool SAL_CALL setCaretPosition( sal_Int32 nIndex ) throw (::com::sun::star::lang::Inde…
70 …virtual sal_Unicode SAL_CALL getCharacter( sal_Int32 nIndex ) throw (::com::sun::star::lang::Index…
73 virtual sal_Int32 SAL_CALL getCharacterCount() throw (::com::sun::star::uno::RuntimeException);
74 …virtual sal_Int32 SAL_CALL getIndexAtPoint( const ::com::sun::star::awt::Point& aPoint ) throw (::…
76 virtual sal_Int32 SAL_CALL getSelectionStart() throw (::com::sun::star::uno::RuntimeException);
77 virtual sal_Int32 SAL_CALL getSelectionEnd() throw (::com::sun::star::uno::RuntimeException);
78 …virtual sal_Bool SAL_CALL setSelection( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) throw (::com:…
80 …virtual ::rtl::OUString SAL_CALL getTextRange( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) throw …
[all …]
H A Dvclxaccessiblelistitem.hxx73 sal_Int32 m_nIndexInParent;
107 virtual void implGetSelection( sal_Int32& nStartIndex, sal_Int32& nEndIndex );
119 sal_Int32 _nIndexInParent,
167 virtual sal_Int32 SAL_CALL getForeground (void) throw (::com::sun::star::uno::RuntimeException);
171 virtual sal_Int32 SAL_CALL getCaretPosition() throw (::com::sun::star::uno::RuntimeException);
176 virtual sal_Int32 SAL_CALL getCharacterCount() throw (::com::sun::star::uno::RuntimeException);
179 virtual sal_Int32 SAL_CALL getSelectionStart() throw (::com::sun::star::uno::RuntimeException);
180 virtual sal_Int32 SAL_CALL getSelectionEnd() throw (::com::sun::star::uno::RuntimeException);
181 …virtual sal_Bool SAL_CALL setSelection( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) throw (::com:…
183 …virtual ::rtl::OUString SAL_CALL getTextRange( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) throw …
[all …]
/aoo41x/main/oox/inc/oox/drawingml/chart/
H A Dseriesmodel.hxx45 OptValue< sal_Int32 > monLabelPos; /// Data label position.
93 sal_Int32 mnPictureFormat; /// Bitmap mode (stretch/tile).
120 sal_Int32 mnValueType; /// Type of the values.
161 sal_Int32 mnTypeId; /// Type of the trendline.
179 OptValue< sal_Int32 > monExplosion; /// Pie slice moved from pie center.
181 OptValue< sal_Int32 > monMarkerSymbol; /// Series line marker symbol.
183 sal_Int32 mnIndex; /// Unique data point index.
219 OptValue< sal_Int32 > monShape; /// 3D bar shape type.
220 sal_Int32 mnExplosion; /// Pie slice moved from pie center.
223 sal_Int32 mnMarkerSymbol; /// Series line marker symbol.
[all …]
/aoo41x/main/svgio/source/svgreader/
H A Dsvgtools.cxx397 …bool readNumber(const rtl::OUString& rCandidate, sal_Int32& nPos, double& fNum, const sal_Int32 nL… in readNumber()
449 SvgUnit readUnit(const rtl::OUString& rCandidate, sal_Int32& nPos, const sal_Int32 nLen) in readUnit()
832 sal_Int32 nPos(1); in read_color()
944 sal_Int32 nPos(0); in readViewBox()
986 sal_Int32 nPos(0); in readTransform()
1187 sal_Int32 nPos(0); in readSingleNumber()
1258 sal_Int32 nPos(0); in readSvgNumberVector()
1280 sal_Int32 nPos(0); in readSvgAspectRatio()
1405 sal_Int32 nPos(0); in readSvgStringVector()
1491 sal_Int32 nPos(0); in convert()
[all …]
/aoo41x/main/dbaccess/source/core/misc/
H A DDatabaseDataProvider.cxx269 const sal_Int32 nCount( aSequences.getLength()); in detectArguments()
270 for( sal_Int32 nIdx=0; nIdx<nCount; ++nIdx ) in detectArguments()
302 return uno::makeAny(sal_Int32(0)); in impl_getNumberFormatKey_nothrow()
656 sal_Int32 nResultSetPosition;
657 sal_Int32 nDataType;
730 for ( sal_Int32 i = 0 ; i < nCount; ++i ) in impl_fillInternalDataProvider_throw()
783 sal_Int32 nRowCount = 0; in impl_fillInternalDataProvider_throw()
824 for(sal_Int32 h = 0,k = 0; h < nRowCount; ++h,++k ) in impl_fillInternalDataProvider_throw()
883 void SAL_CALL DatabaseDataProvider::setNull(sal_Int32 parameterIndex, sal_Int32 sqlType) throw( SQL… in setNull()
913 void SAL_CALL DatabaseDataProvider::setInt(sal_Int32 parameterIndex, sal_Int32 x) throw( SQLExcepti… in setInt()
[all …]
/aoo41x/main/connectivity/source/drivers/jdbc/
H A DJStatement.cxx328 Sequence< sal_Int32 > aSeq; in executeBatch()
448 sal_Int32 out = _nDefault; in impl_getProperty()
603 sal_Int32 nPos = 0; in createArrayHelper()
607 DECL_PROP0(FETCHSIZE, sal_Int32); in createArrayHelper()
608 DECL_PROP0(MAXFIELDSIZE,sal_Int32); in createArrayHelper()
609 DECL_PROP0(MAXROWS, sal_Int32); in createArrayHelper()
610 DECL_PROP0(QUERYTIMEOUT,sal_Int32); in createArrayHelper()
612 DECL_PROP0(RESULTSETTYPE,sal_Int32); in createArrayHelper()
628 sal_Int32 nHandle, in convertFastPropertyValue()
661 sal_Int32 nHandle, in setFastPropertyValue_NoBroadcast()
[all …]
/aoo41x/main/xmloff/inc/xmloff/
H A Dxmlaustp.hxx52 sal_Int32 nFamily,
62 sal_Int32 nFamily,
85 void AddFamily( sal_Int32 nFamily, const ::rtl::OUString& rStrName,
90 void RegisterName( sal_Int32 nFamily, const ::rtl::OUString& rName );
94 com::sun::star::uno::Sequence<sal_Int32>& aFamilies,
99 com::sun::star::uno::Sequence<sal_Int32>& aFamilies,
103 ::rtl::OUString Add( sal_Int32 nFamily, const ::std::vector< XMLPropertyState >& rProperties );
113 …::rtl::OUString Find( sal_Int32 nFamily, const ::std::vector< XMLPropertyState >& rProperties ) co…
119 ::rtl::OUString AddAndCache( sal_Int32 nFamily, const ::rtl::OUString& rParent );
121 ::rtl::OUString FindAndRemoveCached( sal_Int32 nFamily ) const;
[all …]
/aoo41x/main/sdext/source/pdfimport/tree/
H A Dstyle.hxx66 std::vector<sal_Int32> SubStyles;
69 sal_Int32 RefCount;
131 const std::hash_map< sal_Int32, HashedStyle >* m_pMap;
136 bool operator()( sal_Int32 nLeft, sal_Int32 nRight ) in operator ()()
155 void impl_emitStyle( sal_Int32 nStyleId,
165 sal_Int32 impl_getStyleId( const Style& rStyle, bool bSubStyle );
166 sal_Int32 getStyleId( const Style& rStyle ) in getStyleId()
168 sal_Int32 getStandardStyleId( const rtl::OString& rFamily );
171 const PropertyMap* getProperties( sal_Int32 nStyleId ) const;
172 sal_Int32 setProperties( sal_Int32 nStyleId, const PropertyMap &rNewProps );
[all …]
/aoo41x/main/sot/source/sdstor/
H A Dstgdir.hxx49 sal_Int32 nPos; // current position
63 sal_Int32 nRefCnt; // reference count
88 sal_Int32 GetSize();
89 sal_Bool SetSize( sal_Int32 );
90 sal_Int32 Seek( sal_Int32 );
91 sal_Int32 Tell() { return nPos; } in Tell()
92 sal_Int32 Read( void*, sal_Int32 );
93 sal_Int32 Write( const void*, sal_Int32 );
104 const sal_Int32 n,
106 const sal_Int32 nEntryCount,
[all …]
H A Dstgio.cxx152 sal_Int32 *pFat;
154 sal_Int32 nPages;
155 sal_Int32 nPageSize;
162 sal_Int32 Count() { return nPages; } in Count()
163 sal_Int32 operator[]( sal_Int32 nOffset ) in operator []()
169 sal_uLong Mark( sal_Int32 nPage, sal_Int32 nCount, sal_Int32 nExpect );
177 pFat = new sal_Int32[ nPages ]; in EasyFat()
207 sal_uLong EasyFat::Mark( sal_Int32 nPage, sal_Int32 nCount, sal_Int32 nExpect ) in Mark()
212 sal_Int32 nCurPage = nPage; in Mark()
276 for( sal_Int32 i = 0; i < nCount; i++ ) in ValidateMasterFATs()
[all …]
/aoo41x/main/xmloff/source/style/
H A Dxmlbahdl.cxx105 sal_Int32 nValue = 0; in importXML()
115 sal_Int32 nValue; in exportXML()
154 sal_Int32 nValue = 0; in importXML()
171 sal_Int32 nValue; in exportXML()
208 sal_Int32 nValue = 0; in importXML()
218 sal_Int32 nValue; in exportXML()
322 sal_Int32 nValue = 0; in importXML()
332 sal_Int32 nValue; in exportXML()
382 sal_Int32 nValue = (sal_Int32)fValue; in exportXML()
419 sal_Int32 nValue; in exportXML()
[all …]
/aoo41x/main/accessibility/source/extended/
H A Daccessibletabbarpagelist.cxx76 if ( i >= 0 && i < (sal_Int32)m_aAccessibleChildren.size() ) in UpdateEnabled()
110 if ( i >= 0 && i < (sal_Int32)m_aAccessibleChildren.size() ) in UpdateSelected()
124 void AccessibleTabBarPageList::UpdatePageText( sal_Int32 i ) in UpdatePageText()
126 if ( i >= 0 && i < (sal_Int32)m_aAccessibleChildren.size() ) in UpdatePageText()
146 void AccessibleTabBarPageList::InsertChild( sal_Int32 i ) in InsertChild()
166 void AccessibleTabBarPageList::RemoveChild( sal_Int32 i ) in RemoveChild()
168 if ( i >= 0 && i < (sal_Int32)m_aAccessibleChildren.size() ) in RemoveChild()
192 void AccessibleTabBarPageList::MoveChild( sal_Int32 i, sal_Int32 j ) in MoveChild()
195 j >= 0 && j <= (sal_Int32)m_aAccessibleChildren.size() ) in MoveChild()
633 sal_Int32 nColor = 0; in getForeground()
[all …]
/aoo41x/main/sw/source/core/access/
H A Daccnotextframe.cxx260 sal_Int32 nIndex = aTypes.getLength(); in getTypes()
284 sal_Int32 SAL_CALL SwAccessibleNoTextFrame::getAccessibleImageHeight( ) in getAccessibleImageHeight()
290 sal_Int32 SAL_CALL SwAccessibleNoTextFrame::getAccessibleImageWidth( ) in getAccessibleImageWidth()
313 sal_Bool SAL_CALL SwAccessibleNoTextFrame::setSelection( sal_Int32 , sal_Int32 ) throw (::com::sun:… in setSelection() argument
315 ::rtl::OUString SAL_CALL SwAccessibleNoTextFrame::getTextRange( sal_Int32 , sal_Int32 ) throw (::co… in getTextRange() argument
332 sal_Bool SAL_CALL SwAccessibleNoTextFrame::copyText( sal_Int32, sal_Int32 ) throw (::com::sun::star… in copyText() argument
338 sal_Int32 SAL_CALL SwAccessibleNoTextFrame::getHyperLinkCount() in getHyperLinkCount()
345 sal_Int32 nCount = 0; in getHyperLinkCount()
355 SwAccessibleNoTextFrame::getHyperLink( sal_Int32 nLinkIndex ) in getHyperLink()
381 sal_Int32 SAL_CALL SwAccessibleNoTextFrame::getHyperLinkIndex( sal_Int32 ) in getHyperLinkIndex() argument
[all …]
/aoo41x/main/chart2/source/view/charttypes/
H A DVSeriesPlotter.cxx196 void VSeriesPlotter::addSeries( VDataSeries* pSeries, sal_Int32 zSlot, sal_Int32 xSlot, sal_Int32 y… in addSeries()
409 sal_Int32 nLabelCol = 0; in getLabelTextForValue()
471 sal_Int32 nSymbolHeigth = static_cast< sal_Int32 >( fViewFontSize * 0.6 ); in createDataLabel()
629 sal_Int32 nErrorBarStyle, in lcl_getErrorBarLogicLength()
630 sal_Int32 nIndex, in lcl_getErrorBarLogicLength()
794 , sal_Int32 nIndex in createErrorBar()
1417 sal_Int32 nRet = 0; in getPointCount()
1458 sal_Int32 nRet = 0; in getPointCount()
1477 sal_Int32 nRet = 0; in getAttachedAxisIndexForFirstSeries()
1656 sal_Int32 nStartCategoryIndex, sal_Int32 nEndCategoryIndex in calculateYMinAndMaxForCategoryRange()
[all …]
/aoo41x/main/sd/source/ui/slidesorter/view/
H A DSlsInsertAnimator.cxx64 const sal_Int32 nRunIndex,
65 const sal_Int32 nStartIndex,
66 const sal_Int32 nEndIndex);
77 sal_Int32 mnRunIndex;
80 sal_Int32 mnLocalInsertIndex;
82 sal_Int32 mnStartIndex;
84 sal_Int32 mnEndIndex;
351 const sal_Int32 nRunIndex, in PageObjectRun()
352 const sal_Int32 nStartIndex, in PageObjectRun()
353 const sal_Int32 nEndIndex) in PageObjectRun()
[all …]
/aoo41x/main/svl/qa/complex/ConfigItems/helper/
H A DHistoryOptTest.cxx90 ::sal_Int32 c = nMaxItems; in impl_testHistory()
91 ::sal_Int32 i = 0; in impl_testHistory()
112 ::sal_Int32 nExpectedIndex = (c-1)-i; in impl_testHistory()
120 ::sal_Int32 nFirstItem = (c-1); in impl_testHistory()
121 ::sal_Int32 nSecondItem = (c-2); in impl_testHistory()
132 ::sal_Int32 nExpectedIndex = (c-1)-i; in impl_testHistory()
138 ::sal_Int32 nNewestItem = c; in impl_testHistory()
139 ::sal_Int32 nOldestItem = 0; in impl_testHistory()
154 ::sal_Int32 nNewSize = 3; in impl_testHistory()
238 sURL.append ((::sal_Int32)nItem ); in impl_createItemURL()
[all …]
/aoo41x/main/connectivity/source/inc/ado/
H A DAStatement.hxx84 sal_Int32 m_nMaxRows;
85 sal_Int32 m_nFetchSize;
92sal_Int32 getQueryTimeOut() const throw(::com::sun::star::sdbc::SQLException, ::com::sun::…
93sal_Int32 getMaxFieldSize() const throw(::com::sun::star::sdbc::SQLException, ::com::sun::…
94sal_Int32 getMaxRows() const throw(::com::sun::star::sdbc::SQLException, ::com::sun::…
117 sal_Int32 getColumnCount () throw( ::com::sun::star::sdbc::SQLException);
118 sal_Int32 getRowCount () throw( ::com::sun::star::sdbc::SQLException);
119 sal_Int32 getPrecision ( sal_Int32 sqlType);
130 sal_Int32 nHandle,
134 sal_Int32 nHandle,
[all …]
/aoo41x/main/connectivity/source/inc/java/sql/
H A DJStatement.hxx67sal_Int32 getQueryTimeOut() throw(::com::sun::star::sdbc::SQLException, ::com::sun::st…
68sal_Int32 getMaxFieldSize() throw(::com::sun::star::sdbc::SQLException, ::com::sun::st…
70sal_Int32 getResultSetConcurrency() throw(::com::sun::star::sdbc::SQLException, ::com::sun::star:…
92 sal_Int32 m_nResultSetConcurrency;
93 sal_Int32 m_nResultSetType;
109 sal_Int32 nHandle,
114 sal_Int32 nHandle,
120 sal_Int32 nHandle
127 sal_Int32 impl_getProperty(const char* _pMethodName, jmethodID& _inout_MethodID);
128sal_Int32 impl_getProperty(const char* _pMethodName, jmethodID& _inout_MethodID,sal_Int32 _nDefaul…
[all …]
/aoo41x/main/sd/source/ui/presenter/
H A DPresenterPreviewCache.cxx55 const sal_Int32 nFirstVisibleSlideIndex,
56 const sal_Int32 nLastVisibleSlideIndex);
75 sal_Int32 mnFirstVisibleSlideIndex;
76 sal_Int32 mnLastVisibleSlideIndex;
166 sal_Int32 nFirstVisibleSlideIndex, in setVisibleRange()
167 sal_Int32 nLastVisibleSlideIndex) in setVisibleRange()
194 sal_Int32 nSlideIndex, in getSlidePreview()
320 const sal_Int32 nFirstVisibleSlideIndex, in SetVisibleSlideRange()
321 const sal_Int32 nLastVisibleSlideIndex) in SetVisibleSlideRange()
479 const sal_Int32 nSlideIndex) const in GetPage()
[all …]
/aoo41x/main/bridges/source/cpp_uno/gcc3_solaris_sparc/
H A Duno2cpp.cxx53 sal_Int32 nVtableIndex,
56 sal_Int32 * pStackLongs,
60 sal_Int32 nVtableIndex, in callVirtualMethod()
63 sal_Int32 * pStackLongs, in callVirtualMethod()
64 sal_Int32 nStackLongs ) in callVirtualMethod()
320 sal_Int32 * pTempIndizes = (sal_Int32 *)(pCppArgs + nParams); in cpp_call()
324 sal_Int32 nTempIndizes = 0; in cpp_call()
326 for ( sal_Int32 nPos = 0; nPos < nParams; ++nPos ) in cpp_call()
404 (sal_Int32 *)pCppStackStart, in cpp_call()
412 sal_Int32 nIndex = pTempIndizes[nTempIndizes]; in cpp_call()
[all …]

Completed in 308 milliseconds

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