/aoo41x/main/filter/source/placeware/ |
H A D | exporter.cxx | 125 if( osl::File::E_None == nRC ) in encodeFile() 127 nRC = rSourceFile.getPos( nTemp ); in encodeFile() 128 if( osl::File::E_None == nRC ) in encodeFile() 136 if( osl::File::E_None != nRC ) in encodeFile() 273 osl::File::RC nRC; in createSlideFile() local 277 if( osl::File::E_None == nRC ) in createSlideFile() 280 if( osl::File::E_None == nRC ) in createSlideFile() 283 if( osl::File::E_None == nRC ) in createSlideFile() 285 nRC = aInfoFile.close(); in createSlideFile() 317 osl::File::RC nRC; in doExport() local [all …]
|
H A D | zip.cxx | 53 osl::File::RC nRC = rFile.write( &c, 1, nBytesWritten ); in putC() local 56 return nRC; in putC()
|
/aoo41x/main/fpicker/source/win32/filepicker/ |
H A D | FileOpenDlg.cxx | 302 sal_Int16 nRC = -1; in doModal() local 316 nRC = 1; in doModal() 319 nRC = (0 == m_GetFileNameWrapper.commDlgExtendedError()) ? 0 : -1; in doModal() 322 postModal(nRC); in doModal() 325 return nRC; in doModal()
|
/aoo41x/main/l10ntools/source/ |
H A D | export2.cxx | 705 int nRC = osl::FileBase::createTempFile( 0 , 0 , sTempFilename ); in GetTempFile() local 706 if( nRC ) printf(" osl::FileBase::createTempFile RC = %d",nRC); in GetTempFile() 722 nRC = osl::File::setAttributes( *sTempFilename , nPerm ); in GetTempFile() 723 if( nRC ) printf(" osl::File::setAttributes RC = %d",nRC); in GetTempFile()
|
/aoo41x/main/vcl/win/source/gdi/ |
H A D | winlayout.cxx | 1337 HRESULT nRC = (*pScriptItemize)( local 1347 if( nRC != E_OUTOFMEMORY ) 1485 if( nRC == USP_E_SCRIPT_NOT_IN_FONT ) 1509 if( nRC != 0 ) 1518 else if( nRC != 0 ) 1590 if( nRC != 0 ) 1594 nRC = (*pScriptGetLogicalWidths)( 2495 HRESULT nRC = (*pScriptApplyLogicalWidth)( local 2506 if( nRC != 0 ) 2731 HRESULT nRC = (*pScriptJustify) ( local [all …]
|
H A D | salgdi3.cxx | 1262 DWORD nRC = ::GetFontData( hDC, GsubTag, 0, NULL, 0 ); in ReadGsubTable() local 1263 if( (nRC == GDI_ERROR) || !nRC ) in ReadGsubTable() 2783 int nRC = aSftTTF.open( (void*)xRawFontData.get(), xRawFontData.size(), nFaceNum ); in CreateFontSubset() local 2784 if( nRC != SF_OK ) in CreateFontSubset() 2853 nRC = ::CreateTTFromTTGlyphs( aSftTTF.get(), aToFile.GetBuffer(), aShortIDs, in CreateFontSubset() 2855 return (nRC == SF_OK); in CreateFontSubset() 2987 int nRC = aSftTTF.open( (void*)xRawFontData.get(), xRawFontData.size(), nFaceNum ); in GetGlyphWidths() local 2988 if( nRC != SF_OK ) in GetGlyphWidths()
|
/aoo41x/main/vcl/os2/source/gdi/ |
H A D | salgdi3.cxx | 512 DWORD nRC = Ft2GetFontData( hPS, Os2Tag, 0, pOS2map, nLength ); in ReadOs2Table() local 542 DWORD nRC = Ft2GetFontData( hPS, GsubTag, 0, NULL, 0 ); in ReadGsubTable() local 543 if( (nRC == FT2_ERROR) || !nRC ) in ReadGsubTable() 1573 int nRC = aSftTTF.open( (void*)xRawFontData.get(), xRawFontData.size(), nFaceNum ); in CreateFontSubset() local 1574 if( nRC != SF_OK ) in CreateFontSubset() 1643 nRC = ::CreateTTFromTTGlyphs( aSftTTF.get(), aToFile.GetBuffer(), aShortIDs, in CreateFontSubset() 1645 return (nRC == SF_OK); in CreateFontSubset() 1766 int nRC = aSftTTF.open( (void*)xRawFontData.get(), xRawFontData.size(), nFaceNum ); in GetGlyphWidths() local 1767 if( nRC != SF_OK ) in GetGlyphWidths()
|
/aoo41x/main/fpicker/source/win32/folderpicker/ |
H A D | MtaFop.cxx | 571 int nRC = 0; in FolderPickerCallback() local 589 nRC = pImpl->onValidateFailed(); in FolderPickerCallback() 596 return nRC; in FolderPickerCallback()
|
/aoo41x/main/vcl/aqua/source/gdi/ |
H A D | salgdi.cxx | 2086 int nRC = ::OpenTTFontBuffer( (void*)&aBuffer[0], aBuffer.size(), 0, &pSftFont); in CreateFontSubset() local 2087 if( nRC != SF_OK ) in CreateFontSubset() 2171 nRC = ::CreateTTFromTTGlyphs( pSftFont, aToFile.GetBuffer(), aShortIDs, in CreateFontSubset() 2174 return (nRC == SF_OK); in CreateFontSubset() 2197 int nRC = ::OpenTTFontBuffer( (void*)&aBuffer[0], aBuffer.size(), 0, &pSftFont); in GetGlyphWidths() local 2198 if( nRC != SF_OK ) in GetGlyphWidths()
|
/aoo41x/main/starmath/source/ |
H A D | parse.cxx | 2285 long nRC = r * c; in Matrix() local 2287 ExpressionArray.resize(nRC); in Matrix() 2289 for (sal_uInt16 i = 0; i < (nRC); i++) in Matrix() 2290 ExpressionArray[(nRC) - (i + 1)] = m_aNodeStack.Pop(); in Matrix()
|
/aoo41x/main/sw/source/core/inc/ |
H A D | docsort.hxx | 119 SwSortBoxElement( sal_uInt16 nRC );
|
/aoo41x/main/sw/source/core/doc/ |
H A D | docsort.cxx | 259 SwSortBoxElement::SwSortBoxElement( sal_uInt16 nRC ) in SwSortBoxElement() argument 260 : nRow( nRC ) in SwSortBoxElement()
|
/aoo41x/main/vcl/source/gdi/ |
H A D | bitmap3.cxx | 54 nRErr = nRErr - FloydIndexMap[ nRC = FloydMap[nRErr] ]; 2650 long nRC, nGC, nBC; in ImplDitherFloyd() local 2723 …tPixelIndex( nYAcc, 0, static_cast<sal_uInt8>(nVCLBLut[ nBC ] + nVCLGLut[nGC ] + nVCLRLut[nRC ]) ); in ImplDitherFloyd() 2734 …elIndex( nYAcc, nXAcc, static_cast<sal_uInt8>(nVCLBLut[ nBC ] + nVCLGLut[nGC ] + nVCLRLut[nRC ]) ); in ImplDitherFloyd() 2742 …Index( nYAcc, nWidth1, static_cast<sal_uInt8>(nVCLBLut[ nBC ] + nVCLGLut[nGC ] + nVCLRLut[nRC ]) ); in ImplDitherFloyd()
|