Home
last modified time | relevance | path

Searched refs:pIn (Results 1 – 25 of 38) sorted by last modified time

12

/trunk/main/sw/source/filter/ww8/
H A Dww8par.cxx2725 sal_Char *pIn, sal_Size nInLen, sal_Unicode *pOut, sal_Size nOutLen) in Custom8BitToUnicode() argument
2748 pIn+nConverted, nInLen-nConverted, in Custom8BitToUnicode()
2765 pIn+nConverted, 1, in Custom8BitToUnicode()
5081 sal_uInt8 *pIn = new sal_uInt8[nUnencryptedHdr]; in LoadThroughDecryption() local
5082 pStrm->Read(pIn, nUnencryptedHdr); in LoadThroughDecryption()
5083 aDecryptMain.Write(pIn, nUnencryptedHdr); in LoadThroughDecryption()
5084 delete [] pIn; in LoadThroughDecryption()
5450 SvStream* pIn = pStrm; in Read() local
5476 pIn = &refStrm; in Read()
5513 else if (pIn) in Read()
[all …]
/trunk/main/fpicker/source/unx/gnome/
H A DSalGtkPicker.cxx59 rtl::OUString SalGtkPicker::uritounicode(const gchar* pIn) in uritounicode() argument
61 if (!pIn) in uritounicode()
64 rtl::OUString sURL( const_cast<const sal_Char *>(pIn), strlen(pIn), in uritounicode()
72 gchar *pEncodedFileName = g_filename_from_uri(pIn, NULL, NULL); in uritounicode()
H A DSalGtkPicker.hxx66 static rtl::OUString uritounicode(const gchar *pIn);
/trunk/main/desktop/win32/source/setup/
H A Dsetup.cpp1742 FILE *pIn = _tfopen( pIniFile, TEXT( "rb" ) ); in CopyIniFile() local
1744 if ( pOut && pIn ) in CopyIniFile()
1749 nRead = fread( pBuf, sizeof( BYTE ), 1024, pIn ); in CopyIniFile()
1750 while ( nRead && !ferror( pIn ) ) in CopyIniFile()
1758 nRead = fread( pBuf, sizeof( BYTE ), 1024, pIn ); in CopyIniFile()
1763 if ( pIn ) fclose( pIn ); in CopyIniFile()
/trunk/main/cli_ure/source/uno_bridge/
H A Dcli_bridge.cxx77 void * pIn, typelib_InterfaceTypeDescription * td ) in Mapping_cli2uno() argument
81 intptr_t cliI = (intptr_t)pIn; in Mapping_cli2uno()
117 void * pIn, typelib_InterfaceTypeDescription * td ) in Mapping_uno2cli() argument
136 uno_Interface * pUnoI = (uno_Interface *)pIn; in Mapping_uno2cli()
/trunk/main/vcl/unx/generic/printer/
H A Dcupsmgr.cxx343 static const char* setPasswordCallback( const char* pIn ) in setPasswordCallback() argument
349 pRet = static_cast<CUPSManager&>(rMgr).authenticateUser( pIn ); in setPasswordCallback()
/trunk/main/vcl/source/helper/
H A Dcanvasbitmap.cxx1162 m_pBmpAcc->GetPaletteColor(*pIn) : in convertIntegerToRGB()
1163 m_pBmpAcc->GetPixelFromData(pIn,0); in convertIntegerToRGB()
1170 pIn += nBytesPerPixel; in convertIntegerToRGB()
1180 m_pBmpAcc->GetPixelFromData(pIn, i); in convertIntegerToRGB()
1216 m_pBmpAcc->GetPaletteColor(*pIn) : in convertIntegerToARGB()
1217 m_pBmpAcc->GetPixelFromData(pIn,0); in convertIntegerToARGB()
1224 pIn += nBytesPerPixel; in convertIntegerToARGB()
1234 m_pBmpAcc->GetPixelFromData(pIn, i); in convertIntegerToARGB()
1271 m_pBmpAcc->GetPaletteColor(*pIn) : in convertIntegerToPARGB()
1272 m_pBmpAcc->GetPixelFromData(pIn,0); in convertIntegerToPARGB()
[all …]
H A Dcanvastools.cxx659 *pOut++ = rendering::RGBColor(pIn[0],pIn[1],pIn[2]); in convertToRGB()
660 pIn += 4; in convertToRGB()
676 *pOut++ = rendering::ARGBColor(pIn[3],pIn[0],pIn[1],pIn[2]); in convertToARGB()
677 pIn += 4; in convertToARGB()
693 … *pOut++ = rendering::ARGBColor(pIn[3],pIn[3]*pIn[0],pIn[3]*pIn[1],pIn[3]*pIn[2]); in convertToPARGB()
711 ++pIn; in convertFromRGB()
728 ++pIn; in convertFromARGB()
741 *pColors++ = pIn->Red/pIn->Alpha; in convertFromPARGB()
742 *pColors++ = pIn->Green/pIn->Alpha; in convertFromPARGB()
743 *pColors++ = pIn->Blue/pIn->Alpha; in convertFromPARGB()
[all …]
/trunk/main/tools/bootstrp/addexes2/
H A Dmkfilt.cxx35 FILE *pIn, *pOut; member in TextFilter
48 pIn = stdin; in TextFilter()
50 if (( pIn = fopen( aInFile.GetBuffer(), "r" )) == NULL ) in TextFilter()
63 fclose( pIn ); in ~TextFilter()
74 while ( (c = fgetc( pIn )) != EOF ) in Filter()
134 while(( fgets(aLineBuf, LINE_LEN, pIn)) != NULL ) in Filter()
/trunk/main/sw/source/filter/inc/
H A Dfltbase.hxx32 SvStream *pIn; member in SwFilterBase
59 *pIn >> rC; in ReadChar()
65 *pIn >> rN; in ReadByte()
73 *pIn >> cC; in ReadUnicode()
81 *pIn >> rN; in Read()
87 *pIn >> rN0 >> rN1 >> rN2; in Read()
93 *pIn >> rN; in Read()
99 *pIn >> rN1 >> rN2; in Read()
105 *pIn >> rN1 >> rN2 >> rN3 >> rN4; in Read()
111 *pIn >> rF; in Read()
[all …]
/trunk/main/sw/source/core/text/
H A Ditratr.cxx465 const SwMinMaxNodeArgs *pIn = (const SwMinMaxNodeArgs*)pArgs; in lcl_MinMaxNode() local
467 ASSERT(pPos && pIn, "Unexpected NULL arguments"); in lcl_MinMaxNode()
468 if (!pPos || !pIn || pIn->nIndx != pPos->nNode.GetIndex()) in lcl_MinMaxNode()
/trunk/main/svtools/inc/svtools/
H A Dtesttool.hxx54 sal_Bool QueCommands( sal_uLong nServiceId, SvStream *pIn );
/trunk/main/starmath/source/
H A Dmathtype.hxx67 MathType(String &rIn,SmNode *pIn) : in MathType() argument
68 rRet(rIn), pTree(pIn), nHAlign(2), nVAlign(0), nInsertion(0), nDefaultSize(12), in MathType()
/trunk/main/sdext/source/pdfimport/wrapper/
H A Dwrapper.cxx1039 oslFileHandle pIn = NULL; in xpdf_ImportFromFile() local
1049 &aProcess, &pIn, &pOut, &pErr); in xpdf_ImportFromFile()
1057 if( pIn ) in xpdf_ImportFromFile()
1065 osl_writeFile( pIn, aBuf.getStr(), sal_uInt64(aBuf.getLength()), &nWritten ); in xpdf_ImportFromFile()
1085 if( pIn ) in xpdf_ImportFromFile()
1086 osl_closeFile(pIn); in xpdf_ImportFromFile()
/trunk/main/sc/source/filter/lotus/
H A Dlotimpop.cxx76 pIn( &aStream ), in ImportLotus()
77 aConv( *pIn, eQ, sal_False ) in ImportLotus()
202 pIn->Read( aBuffer, 16 ); in Userrange()
276 DBG_ASSERT( pIn, "-ImportLotus::Formulacell(): Null-Stream -> Rums!" ); in Formulacell()
304 ScfTools::AppendCString( *pIn, r, eQuellChar ); in Read()
H A Dlotread.cxx67 pIn->Seek( nNextRec ); in Read()
74 *pIn >> nOp >> nRecLen; in Read()
76 if( pIn->IsEof() || nNextRec > SAL_MAX_UINT32 - nRecLen - 4 ) in Read()
202 DBG_ASSERT( nNextRec >= pIn->Tell(), in Read()
205 pIn->Seek( nNextRec ); in Read()
244 pIn = &rIn; in Read()
255 pIn->Seek( nNextRec ); in Read()
262 *pIn >> nOp >> nRecLen; in Read()
264 if( pIn->IsEof() || nNextRec > SAL_MAX_UINT32 - nRecLen - 4 ) in Read()
309 DBG_ASSERT( nNextRec >= pIn->Tell(), in Read()
[all …]
/trunk/main/sc/source/filter/inc/
H A Dlotimpop.hxx43 SvStream* pIn; // benoetigt wegen multiplem Read()! member in ImportLotus
98 *pIn >> nRow; in Read()
101 *pIn >> nByte; in Read()
103 *pIn >> nByte; in Read()
117 *pIn >> r; in Read()
123 *pIn >> r; in Read()
129 *pIn >> r; in Read()
135 *pIn >> r; in Read()
141 *pIn >> r; in Read()
147 r = ScfTools::ReadLongDouble( *pIn ); in Read()
[all …]
/trunk/main/filter/source/msfilter/
H A Descherex.cxx1634 SvStream* pIn = ::utl::UcbStreamHelper::CreateStream( in CreateGraphicProperties() local
1636 if ( pIn ) in CreateGraphicProperties()
1639 sal_uInt32 nErrCode = GraphicConverter::Import( *pIn, aGraphic ); in CreateGraphicProperties()
1648 delete pIn; in CreateGraphicProperties()
/trunk/main/filter/source/graphicfilter/ieps/
H A Dieps.cxx162 oslFileHandle *pIn, oslFileHandle *pOut, oslFileHandle *pErr) in runProcessWithPathSearch() argument
188 osl_getCurrentSecurity(), 0, 0, 0, pProcess, pIn, pOut, pErr); in runProcessWithPathSearch()
192 osl_getCurrentSecurity(), 0, 0, 0, pProcess, pIn, pOut, pErr); in runProcessWithPathSearch()
221 oslFileHandle pIn = NULL; in RenderAsEMF() local
226 &aProcess, &pIn, &pOut, &pErr); in RenderAsEMF()
233 osl_writeFile(pIn, pBuf, nBytesRead, &nCount); in RenderAsEMF()
234 if (pIn) osl_closeFile(pIn); in RenderAsEMF()
263 oslFileHandle pIn = NULL; in RenderAsPNGThroughHelper() local
268 &aProcess, &pIn, &pOut, &pErr); in RenderAsPNGThroughHelper()
274 osl_writeFile(pIn, pBuf, nBytesRead, &nCount); in RenderAsPNGThroughHelper()
[all …]
/trunk/main/filter/source/graphicfilter/icgm/
H A Dcgm.cxx864 SvStream* pIn = ::utl::UcbStreamHelper::CreateStream( rFileName, STREAM_READ ); in ImportCGM() local
865 if ( pIn ) in ImportCGM()
867 pIn->SetNumberFormatInt( NUMBERFORMAT_INT_BIGENDIAN ); in ImportCGM()
868 pIn->Seek( STREAM_SEEK_TO_END ); in ImportCGM()
869 sal_uInt32 nInSize = pIn->Tell(); in ImportCGM()
870 pIn->Seek( 0 ); in ImportCGM()
883 while ( pCGM->IsValid() && ( pIn->Tell() < nInSize ) && !pCGM->IsFinished() ) in ImportCGM()
891 sal_uInt32 nCurrentPos = pIn->Tell(); in ImportCGM()
900 if ( pCGM->Write( *pIn ) == sal_False ) in ImportCGM()
911 delete pIn; in ImportCGM()
/trunk/main/extensions/source/resource/
H A Dresource.cxx247 const Any* pIn = Params.getConstArray(); in invoke() local
258 if( !(pIn[n] >>= nId) ) in invoke()
262 xC->convertToSimpleType( pIn[n], TypeClass_LONG ) >>= nId; in invoke()
/trunk/main/cui/source/inc/
H A Dcuitabarea.hxx320 void SetAreaTP( sal_Bool* pIn ) { pbAreaTP = pIn; } in SetAreaTP() argument
322 void SetColorChgd( ChangeType* pIn ) { pnColorTableState = pIn; } in SetColorChgd() argument
323 void SetGrdChgd( ChangeType* pIn ) { pnGradientListState = pIn; } in SetGrdChgd() argument
325 void SetBmpChgd( ChangeType* pIn ) { pnBitmapListState = pIn; } in SetBmpChgd() argument
392 void SetAreaTP( sal_Bool* pIn ) { pbAreaTP = pIn; } in SetAreaTP() argument
393 void SetColorChgd( ChangeType* pIn ) { pnColorTableState = pIn; } in SetColorChgd() argument
484 void SetAreaTP( sal_Bool* pIn ) { pbAreaTP = pIn; } in SetAreaTP() argument
573 void SetAreaTP( sal_Bool* pIn ) { pbAreaTP = pIn; } in SetAreaTP() argument
666 void SetAreaTP( sal_Bool* pIn ) { pbAreaTP = pIn; } in SetAreaTP() argument
668 void SetBmpChgd( ChangeType* pIn ) { pnBitmapListState = pIn; } in SetBmpChgd() argument
[all …]
H A Dcuitabline.hxx241 void SetLineEndChgd( ChangeType* pIn ) { pnLineEndListState = pIn; } in SetLineEndChgd() argument
242 void SetDashChgd( ChangeType* pIn ) { pnDashListState = pIn; } in SetDashChgd() argument
243 void SetColorChgd( ChangeType* pIn ) { pnColorTableState = pIn; } in SetColorChgd() argument
342 void SetDashChgd( ChangeType* pIn ) { pnDashListState = pIn; } in SetDashChgd() argument
423 void SetLineEndChgd( ChangeType* pIn ) { pnLineEndListState = pIn; } in SetLineEndChgd() argument
/trunk/main/canvas/source/tools/
H A Dcanvastools.cxx308 *pOut++ = rendering::RGBColor(pIn[0],pIn[1],pIn[2]); in convertToRGB()
325 *pOut++ = rendering::ARGBColor(pIn[3],pIn[0],pIn[1],pIn[2]); in convertToARGB()
342 … *pOut++ = rendering::ARGBColor(pIn[3],pIn[3]*pIn[0],pIn[3]*pIn[1],pIn[3]*pIn[2]); in convertToPARGB()
360 ++pIn; in convertFromRGB()
377 ++pIn; in convertFromARGB()
390 *pColors++ = pIn->Red/pIn->Alpha; in convertFromPARGB()
391 *pColors++ = pIn->Green/pIn->Alpha; in convertFromPARGB()
392 *pColors++ = pIn->Blue/pIn->Alpha; in convertFromPARGB()
573 *pColors++ = vcl::unotools::toByteColor(pIn->Red/pIn->Alpha); in convertIntegerFromPARGB()
574 *pColors++ = vcl::unotools::toByteColor(pIn->Green/pIn->Alpha); in convertIntegerFromPARGB()
[all …]
/trunk/main/canvas/source/cairo/
H A Dcairo_canvashelper.cxx1621 *pOut++ = rendering::RGBColor(pIn[2]/fAlpha,pIn[1]/fAlpha,pIn[0]/fAlpha); in convertToRGB()
1642 … *pOut++ = rendering::ARGBColor(fAlpha,pIn[2]/fAlpha,pIn[1]/fAlpha,pIn[0]/fAlpha); in convertToARGB()
1659 *pOut++ = rendering::ARGBColor(pIn[3],pIn[2],pIn[1],pIn[1]); in convertToPARGB()
1677 ++pIn; in convertFromRGB()
1690 *pColors++ = pIn->Alpha*pIn->Blue; in convertFromARGB()
1691 *pColors++ = pIn->Alpha*pIn->Green; in convertFromARGB()
1692 *pColors++ = pIn->Alpha*pIn->Red; in convertFromARGB()
1694 ++pIn; in convertFromARGB()
1711 ++pIn; in convertFromPARGB()
1864 ++pIn; in convertIntegerFromRGB()
[all …]

Completed in 174 milliseconds

12