Home
last modified time | relevance | path

Searched refs:nRC (Results 1 – 13 of 13) sorted by relevance

/trunk/main/filter/source/placeware/
H A Dexporter.cxx125 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 Dzip.cxx53 osl::File::RC nRC = rFile.write( &c, 1, nBytesWritten ); in putC() local
56 return nRC; in putC()
/trunk/main/fpicker/source/win32/filepicker/
H A DFileOpenDlg.cxx302 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()
/trunk/main/l10ntools/source/
H A Dexport2.cxx705 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()
/trunk/main/vcl/win/source/gdi/
H A Dwinlayout.cxx1337 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 Dsalgdi3.cxx1262 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()
/trunk/main/vcl/os2/source/gdi/
H A Dsalgdi3.cxx512 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()
/trunk/main/fpicker/source/win32/folderpicker/
H A DMtaFop.cxx571 int nRC = 0; in FolderPickerCallback() local
589 nRC = pImpl->onValidateFailed(); in FolderPickerCallback()
596 return nRC; in FolderPickerCallback()
/trunk/main/vcl/aqua/source/gdi/
H A Dsalgdi.cxx2086 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()
/trunk/main/starmath/source/
H A Dparse.cxx2295 long nRC = r * c; in Matrix() local
2297 ExpressionArray.resize(nRC); in Matrix()
2299 for (sal_uInt16 i = 0; i < (nRC); i++) in Matrix()
2300 ExpressionArray[(nRC) - (i + 1)] = m_aNodeStack.Pop(); in Matrix()
/trunk/main/sw/source/core/inc/
H A Ddocsort.hxx119 SwSortBoxElement( sal_uInt16 nRC );
/trunk/main/sw/source/core/doc/
H A Ddocsort.cxx259 SwSortBoxElement::SwSortBoxElement( sal_uInt16 nRC ) in SwSortBoxElement() argument
260 : nRow( nRC ) in SwSortBoxElement()
/trunk/main/vcl/source/gdi/
H A Dbitmap3.cxx54 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()

Completed in 219 milliseconds