Home
last modified time | relevance | path

Searched refs:nReturn (Results 26 – 50 of 61) sorted by relevance

123

/trunk/main/svx/source/form/
H A Ddbtoolsclient.cxx180 sal_Int32 nReturn = 0; in getDefaultNumberFormat() local
182 nReturn = m_xDataAccessTools->getDefaultNumberFormat( _xColumn, _xTypes, _rLocale ); in getDefaultNumberFormat()
183 return nReturn; in getDefaultNumberFormat()
/trunk/main/connectivity/source/drivers/odbcbase/
H A DOResultSet.cxx1182 …SQLRETURN nReturn = N3SQLSetStmtAttr(m_aStatementHandle,SQL_ATTR_FETCH_BOOKMARK_PTR,m_aBookmark.ge… in moveToBookmark() local
1183 OSL_UNUSED( nReturn ); in moveToBookmark()
1185 if ( SQL_INVALID_HANDLE != nReturn && SQL_ERROR != nReturn ) in moveToBookmark()
1209 …SQLRETURN nReturn = N3SQLSetStmtAttr(m_aStatementHandle,SQL_ATTR_FETCH_BOOKMARK_PTR,m_aBookmark.ge… in moveRelativeToBookmark() local
1210 OSL_UNUSED( nReturn ); in moveRelativeToBookmark()
1267 …SQLRETURN nReturn = N3SQLGetStmtAttr(m_aStatementHandle,SQL_ATTR_CONCURRENCY,&nValue,SQL_IS_UINTEG… in getResultSetConcurrency() local
1268 OSL_UNUSED( nReturn ); in getResultSetConcurrency()
/trunk/main/forms/source/richtext/
H A Drichtextcontrol.cxx512 SfxSlotId nReturn( _nIDFromPool ); in lcl_translateConflictingSlot() local
516 nReturn = SID_SET_SUPER_SCRIPT; in lcl_translateConflictingSlot()
519 nReturn = SID_SET_SUB_SCRIPT; in lcl_translateConflictingSlot()
522 return nReturn; in lcl_translateConflictingSlot()
/trunk/main/svtools/source/control/
H A Durlcontrol.cxx72 long nReturn = SvtURLBox::Notify(_rNEvt); in Notify() local
82 return nReturn; in Notify()
H A Dfileurlbox.cxx107 long nReturn = SvtURLBox::Notify(_rNEvt); in Notify() local
109 return nReturn; in Notify()
/trunk/main/embeddedobj/source/msole/
H A Dadvisesink.cxx70 ULONG nReturn = --m_nRefCount; in STDMETHODIMP_() local
74 return nReturn; in STDMETHODIMP_()
H A Dolewrapclient.cxx71 ULONG nReturn = --m_nRefCount; in STDMETHODIMP_() local
75 return nReturn; in STDMETHODIMP_()
/trunk/main/cui/source/tabpages/
H A Dtphatch.cxx717 sal_uInt16 nReturn = RET_YES; in IMPL_LINK() local
721 nReturn = WarningBox( DLGWIN, WinBits( WB_YES_NO_CANCEL ), in IMPL_LINK()
724 if ( nReturn == RET_YES ) in IMPL_LINK()
728 if ( nReturn != RET_CANCEL ) in IMPL_LINK()
H A Dtpbitmap.cxx835 sal_uInt16 nReturn = RET_YES; in IMPL_LINK() local
840 nReturn = WarningBox( DLGWIN, WinBits( WB_YES_NO_CANCEL ), in IMPL_LINK()
843 if ( nReturn == RET_YES ) in IMPL_LINK()
847 if ( nReturn != RET_CANCEL ) in IMPL_LINK()
H A Dtpgradnt.cxx658 sal_uInt16 nReturn = RET_YES; in IMPL_LINK() local
662 nReturn = WarningBox( DLGWIN, WinBits( WB_YES_NO_CANCEL ), in IMPL_LINK()
665 if ( nReturn == RET_YES ) in IMPL_LINK()
669 if ( nReturn != RET_CANCEL ) in IMPL_LINK()
H A Dtplnedef.cxx786 sal_uInt16 nReturn = RET_YES; in IMPL_LINK() local
790 nReturn = WarningBox( DLGWIN, WinBits( WB_YES_NO_CANCEL ), in IMPL_LINK()
793 if ( nReturn == RET_YES ) in IMPL_LINK()
797 if ( nReturn != RET_CANCEL ) in IMPL_LINK()
H A Dtpcolor.cxx762 sal_uInt16 nReturn = RET_YES; in IMPL_LINK() local
766 nReturn = WarningBox( DLGWIN, WinBits( WB_YES_NO_CANCEL ), in IMPL_LINK()
769 if ( nReturn == RET_YES ) in IMPL_LINK()
773 if ( nReturn != RET_CANCEL ) in IMPL_LINK()
/trunk/main/connectivity/source/commontools/
H A Dpredicateinput.cxx66 sal_Unicode nReturn( _nFallback ); in lcl_getSeparatorChar() local
68 nReturn = static_cast< sal_Char >( _rSeparator.getStr()[0] ); in lcl_getSeparatorChar()
69 return nReturn; in lcl_getSeparatorChar()
/trunk/main/embedserv/source/inprocserv/
H A Dadvisesink.cxx127 ULONG nReturn = --m_nRefCount; in STDMETHODIMP_() local
131 return nReturn; in STDMETHODIMP_()
/trunk/main/fpicker/source/aqua/
H A DFilterHelper.cxx66 sal_Int32 nReturn = m_aSubFilters.getLength(); in getSubFilters() local
68 DBG_PRINT_EXIT(CLASS_NAME, __func__, nReturn); in getSubFilters()
70 return nReturn; in getSubFilters()
/trunk/main/sw/source/ui/dbui/
H A Dmailmergehelper.cxx637 xub_StrLen nReturn = sAddress.Search('\n'); in Next() local
638 if(nReturn == 0) in Next()
644 else if(STRING_NOTFOUND == nOpen && STRING_NOTFOUND == nReturn) in Next()
652 xub_StrLen nTarget = ::std::min(nOpen, nReturn); in Next()
/trunk/main/sd/source/filter/grf/
H A Dsdgrffilter.cxx214 …sal_uInt16 nReturn = pIStm ? pGraphicFilter->ImportGraphic( aGraphic, aFileName, *pIStm, nFilter… in Import() local
216 if( nReturn ) in Import()
217 HandleGraphicFilterError( nReturn, pGraphicFilter->GetLastError().nStreamError ); in Import()
/trunk/main/forms/source/component/
H A DColumns.cxx146 sal_Int64 nReturn(0); in getSomething() local
152 nReturn = reinterpret_cast<sal_Int64>(this); in getSomething()
160 return nReturn; in getSomething()
/trunk/main/sw/source/core/doc/
H A Ddocbm.cxx1151 int nReturn = BEFORE_NODE; in lcl_RelativePosition() local
1156 nReturn = BEFORE_SAME_NODE; in lcl_RelativePosition()
1158 nReturn = SAME_POSITION; in lcl_RelativePosition()
1160 nReturn = BEHIND_SAME_NODE; in lcl_RelativePosition()
1163 nReturn = BEHIND_NODE; in lcl_RelativePosition()
1164 return nReturn; in lcl_RelativePosition()
/trunk/main/sc/source/filter/excel/
H A Dxilink.cxx275 sal_uInt16 nReturn = 0; in GetCurrentIndex() local
280 return nReturn; in GetCurrentIndex()
282 ++nReturn; in GetCurrentIndex()
/trunk/main/desktop/win32/source/setup/
H A Dsetup.cpp535 int nReturn = GetFullPathName( pTempPath, nPath, *pPath, &pFilePart ); in GetPathToFile() local
537 if ( nReturn > nPath ) in GetPathToFile()
541 nPath = nReturn; in GetPathToFile()
544 nReturn = GetFullPathName( pTempPath, nPath, *pPath, &pFilePart ); in GetPathToFile()
547 if ( 0 == nReturn ) in GetPathToFile()
/trunk/main/fpicker/source/win32/filepicker/
H A DVistaFilePickerEventHandler.cxx110 ULONG nReturn = --m_nRefCount; in Release() local
114 return nReturn; in Release()
/trunk/main/fpicker/source/office/
H A Diodlg.cxx935 sal_uInt16 nReturn = 0; in adjustFilter() local
940 nReturn |= FLT_NONEMPTY; in adjustFilter()
961 nReturn |= FLT_CHANGED; in adjustFilter()
965 nReturn |= FLT_USERFILTER; in adjustFilter()
973 nReturn |= FLT_ALLFILESFILTER; in adjustFilter()
994 return nReturn; in adjustFilter()
/trunk/main/svtools/source/dialogs/
H A Daddresstemplate.cxx391 sal_Int32 nReturn = 0; in getInt32Property() local
392 getProperty( _pLocalName ) >>= nReturn; in getInt32Property()
393 return nReturn; in getInt32Property()
/trunk/main/svx/source/accessibility/
H A DAccessibleShape.cxx1240 sal_Int64 nReturn( 0 ); in getSomething() local
1243 nReturn = reinterpret_cast< sal_Int64 >( this ); in getSomething()
1245 return( nReturn ); in getSomething()

Completed in 196 milliseconds

123