Home
last modified time | relevance | path

Searched refs:nRet (Results 151 – 175 of 633) sorted by path

12345678910>>...26

/trunk/main/reportdesign/source/filter/xml/
H A DxmlImage.cxx89 sal_uInt16 nRet = awt::ImageScaleMode::NONE; in DBG_NAME() local
92 nRet = awt::ImageScaleMode::ANISOTROPIC; in DBG_NAME()
97 SvXMLUnitConverter::convertEnum( nRet, sValue, aXML_EnumMap ); in DBG_NAME()
99 _xComponent->setScaleMode( nRet ); in DBG_NAME()
H A DxmlImportDocumentHandler.cxx168 sal_uInt16 nRet = static_cast<sal_uInt16>(sdb::CommandType::COMMAND); in startElement() local
170 SvXMLUnitConverter::convertEnum( nRet, sValue, aXML_EnumMap ); in startElement()
171 m_xDatabaseDataProvider->setCommandType(nRet); in startElement()
H A DxmlReport.cxx78 sal_uInt16 nRet = static_cast<sal_uInt16>(sdb::CommandType::COMMAND); in DBG_NAME() local
80 SvXMLUnitConverter::convertEnum( nRet, sValue, aXML_EnumMap ); in DBG_NAME()
81 m_xComponent->setCommandType(nRet); in DBG_NAME()
H A DxmlSection.cxx57 sal_uInt16 nRet = report::ReportPrintOption::ALL_PAGES; in lcl_getReportPrintOption() local
59 SvXMLUnitConverter::convertEnum( nRet, _sValue, aXML_EnumMap ); in lcl_getReportPrintOption()
60 return nRet; in lcl_getReportPrintOption()
H A DxmlTable.cxx61 sal_uInt16 nRet = report::ForceNewPage::NONE; in lcl_getForceNewPageOption() local
63 SvXMLUnitConverter::convertEnum( nRet,_sValue,aXML_EnumMap ); in lcl_getForceNewPageOption()
64 return nRet; in lcl_getForceNewPageOption()
H A Dxmlfilter.cxx577 sal_Int32 nRet = ReadThroughComponent( xStorage in implImport() local
598 if ( nRet == 0 ) in implImport()
601 nRet = ReadThroughComponent( xStorage in implImport()
612 if ( nRet == 0 ) in implImport()
615 nRet = ReadThroughComponent(xStorage in implImport()
626 if ( nRet == 0 ) in implImport()
629 nRet = ReadThroughComponent( xStorage in implImport()
642 bRet = nRet == 0; in implImport()
650 switch( nRet ) in implImport()
662 ErrorHandler::HandleError( nRet ); in implImport()
[all …]
/trunk/main/reportdesign/source/ui/dlg/
H A DCondFormat.cxx461 short nRet = ModalDialog::Execute(); in Execute() local
462 if ( nRet == RET_OK ) in Execute()
502 nRet = RET_NO; in Execute()
505 return nRet; in Execute()
H A DDateTime.cxx155 short nRet = ModalDialog::Execute(); in Execute() local
156 if ( nRet == RET_OK && (m_aDate.IsChecked() || m_aTime.IsChecked()) ) in Execute()
199 nRet = RET_NO; in Execute()
202 return nRet; in Execute()
H A DPageNumber.cxx105 short nRet = ModalDialog::Execute(); in Execute() local
106 if ( nRet == RET_OK ) in Execute()
151 nRet = RET_NO; in Execute()
154 return nRet; in Execute()
/trunk/main/reportdesign/source/ui/report/
H A DDesignView.cxx83 long nRet = 0; in getMinimumWidth() local
85 nRet = m_pPropWin->getMinimumSize().Width(); in getMinimumWidth()
86 return nRet; in getMinimumWidth()
243 long nRet = ODataView::PreNotify(rNEvt); // 1 := has to be handled here in PreNotify() local
256 nRet = 1L; in PreNotify()
257 else if ( nRet == 1L && m_pAccel.get() ) in PreNotify()
263 nRet = 0L; in PreNotify()
271 return nRet; in PreNotify()
H A DSectionView.cxx251 short nRet = SHRT_MAX; in GetLayerIdOfMarkedObjects() local
256 if ( nRet == SHRT_MAX ) in GetLayerIdOfMarkedObjects()
257 nRet = pObj->GetLayer(); in GetLayerIdOfMarkedObjects()
258 else if ( nRet != pObj->GetLayer() ) in GetLayerIdOfMarkedObjects()
260 nRet = -1; in GetLayerIdOfMarkedObjects()
264 if ( nRet == SHRT_MAX ) in GetLayerIdOfMarkedObjects()
265 nRet = -1; in GetLayerIdOfMarkedObjects()
266 return nRet; in GetLayerIdOfMarkedObjects()
/trunk/main/rsc/source/parser/
H A Drscdb.cxx112 sal_uInt32 nRet = GetLangId( aL ); in getLangIdAndShortenLocale() local
113 if( nRet == 0 ) in getLangIdAndShortenLocale()
116 nRet = GetLangId( aL ); in getLangIdAndShortenLocale()
125 fprintf( stderr, " %s (0x%hx)", aL.getStr(), (int)nRet ); in getLangIdAndShortenLocale()
127 return nRet; in getLangIdAndShortenLocale()
/trunk/main/sal/inc/osl/
H A Dprofile.hxx105 …sal_uInt32 nRet = osl_readProfileIdent( profile, rSection.getStr(), rEntry.getStr(), nFirstId, pSt… in readIdent() local
107 return nRet; in readIdent()
/trunk/main/sal/osl/os2/
H A Dfile.cxx1993 if ( nRet > 0 ) in oslDoCopy()
2012 int nRet=0; in oslChangeFileModes() local
2016 if ( nRet < 0 ) in oslChangeFileModes()
2018 nRet=errno; in oslChangeFileModes()
2025 if ( nRet < 0 ) in oslChangeFileModes()
2054 int nRet=0; in oslDoCopyLink() local
2091 int nRet=0; in oslDoCopyFile() local
2121 nRet = write( DestFileFD, buffer, nRet); in oslDoCopyFile()
2127 return nRet; in oslDoCopyFile()
2136 int nRet=0; in osl_psz_copyFile() local
[all …]
H A Dmodule.c170 int nRet = dlclose(hModule); in osl_unloadModule() local
172 if (nRet != 0) in osl_unloadModule()
177 (void) nRet; in osl_unloadModule()
H A Dsocket.c1867 int nRet; in osl_closeSocket() local
1931 nRet=close(nFD); in osl_closeSocket()
1932 if ( nRet != 0 ) in osl_closeSocket()
2003 int nRet; in osl_bindAddrToSocket() local
2031 int nRet; in osl_listenOnSocket() local
2701 int nRet; in osl_shutdownSocket() local
2712 if (nRet != 0 ) in osl_shutdownSocket()
2760 int nRet; in osl_setSocketOption() local
2776 if ( nRet < 0 ) in osl_setSocketOption()
2792 int nRet; in osl_enableNonBlockingMode() local
[all …]
/trunk/main/sal/osl/unx/
H A Dconditn.c64 nRet, strerror(nRet)); in osl_createCondition()
74 nRet, strerror(nRet)); in osl_createCondition()
80 nRet, strerror(nRet)); in osl_createCondition()
106 nRet, strerror(nRet)); in osl_destroyCondition()
112 nRet, strerror(nRet)); in osl_destroyCondition()
141 nRet, strerror(nRet)); in osl_setCondition()
150 nRet, strerror(nRet)); in osl_setCondition()
159 nRet, strerror(nRet)); in osl_setCondition()
188 nRet, strerror(nRet)); in osl_resetCondition()
198 nRet, strerror(nRet)); in osl_resetCondition()
[all …]
H A Dfile_misc.cxx435 int nRet=0; in osl_psz_createDirectory() local
442 nRet=errno; in osl_psz_createDirectory()
455 int nRet=0; in osl_psz_removeDirectory() local
461 nRet=errno; in osl_psz_removeDirectory()
708 int nRet=0; in osl_psz_removeFile() local
714 nRet=errno; in osl_psz_removeFile()
726 nRet=errno; in osl_psz_removeFile()
763 int nRet=0; in osl_psz_copyFile() local
910 int nRet=0; in oslChangeFileModes() local
952 int nRet=0; in oslDoCopyLink() local
[all …]
H A Dfile_stat.cxx391 int nRet=0; in osl_psz_setFileTime() local
398 nRet = lstat(pszFilePath,&aFileStat); in osl_psz_setFileTime()
400 if ( nRet < 0 ) in osl_psz_setFileTime()
402 nRet=errno; in osl_psz_setFileTime()
403 return oslTranslateFileError(OSL_FET_ERROR, nRet); in osl_psz_setFileTime()
456 nRet=utime(pszFilePath,&aTimeBuffer); in osl_psz_setFileTime()
457 if ( nRet < 0 ) in osl_psz_setFileTime()
459 nRet=errno; in osl_psz_setFileTime()
460 return oslTranslateFileError(OSL_FET_ERROR, nRet); in osl_psz_setFileTime()
H A Dfile_volume.cxx655 int nRet=0; in osl_mountFloppy() local
712 int nRet=0; in osl_unmountFloppy() local
795 int nRet; in osl_mountFloppy() local
887 nRet=0; in osl_mountFloppy()
891 nRet=EPERM; in osl_mountFloppy()
899 nRet=EINTR; in osl_mountFloppy()
903 nRet=EPERM; in osl_mountFloppy()
907 nRet=EBUSY; in osl_mountFloppy()
915 nRet=EBUSY; in osl_mountFloppy()
928 int nRet=0; in osl_unmountFloppy() local
[all …]
H A Dmodule.c118 int nRet = dlclose(hModule); in osl_unloadModule() local
121 if (nRet != 0) in osl_unloadModule()
126 (void) nRet; in osl_unloadModule()
H A Dmutex.c60 int nRet=0; in osl_createMutex() local
74 if ( nRet != 0 ) in osl_createMutex()
77 nRet, strerror(nRet)); in osl_createMutex()
99 int nRet=0; in osl_destroyMutex() local
102 if ( nRet != 0 ) in osl_destroyMutex()
105 nRet, strerror(nRet)); in osl_destroyMutex()
125 int nRet=0; in osl_acquireMutex() local
131 nRet, strerror(nRet)); in osl_acquireMutex()
152 int nRet = 0; in osl_tryToAcquireMutex() local
175 int nRet=0; in osl_releaseMutex() local
[all …]
H A Dpipe.c321 int nRet; in osl_closePipe() local
365 if ( nRet < 0 ) in osl_closePipe()
376 if ( nRet < 0 ) in osl_closePipe()
381 nRet = close(ConnFD); in osl_closePipe()
382 if ( nRet < 0 ) in osl_closePipe()
472 int nRet = 0; in osl_receivePipe() local
487 if ( nRet < 0 ) in osl_receivePipe()
492 return nRet; in osl_receivePipe()
503 int nRet=0; in osl_sendPipe() local
519 if ( nRet <= 0 ) in osl_sendPipe()
[all …]
H A Dsocket.c1846 int nRet; in osl_closeSocket() local
1915 nRet=close(nFD); in osl_closeSocket()
1916 if ( nRet != 0 ) in osl_closeSocket()
1980 int nRet; in osl_bindAddrToSocket() local
2008 int nRet; in osl_listenOnSocket() local
2669 int nRet; in osl_shutdownSocket() local
2680 if (nRet != 0 ) in osl_shutdownSocket()
2730 int nRet; in osl_setSocketOption() local
2746 if ( nRet < 0 ) in osl_setSocketOption()
2762 int nRet; in osl_enableNonBlockingMode() local
[all …]
H A Dsystem.c394 int nRet = 0; in macxp_resolveAlias() local
395 while ( !nRet && unprocessedPath && *unprocessedPath ) in macxp_resolveAlias()
410 nRet = -1; in macxp_resolveAlias()
436 nRet = -1; in macxp_resolveAlias()
446 return nRet; in macxp_resolveAlias()

Completed in 160 milliseconds

12345678910>>...26