/aoo42x/main/canvas/source/tools/ |
H A D | canvastools.cxx | 308 *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 …]
|
/aoo42x/main/cui/source/inc/ |
H A D | cuitabarea.hxx | 320 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 D | cuitabline.hxx | 241 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
|
/aoo42x/main/vcl/source/helper/ |
H A D | canvastools.cxx | 659 *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 …]
|
H A D | canvasbitmap.cxx | 1162 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 …]
|
/aoo42x/main/canvas/source/cairo/ |
H A D | cairo_canvashelper.cxx | 1621 *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 …]
|
/aoo42x/main/basic/source/comp/ |
H A D | symtbl.cxx | 144 p->pIn = this; in AddSym() 157 p->pIn = this; in AddProc() 167 if( pDef && pDef->pIn != this ) in Add() 169 if( pDef->pIn ) in Add() 195 pDef->pIn = this; in Add() 305 pIn = in SbiSymDef() 331 if( pIn ) in GetName() 340 if( t == SbxVARIANT && pIn ) in SetType() 396 return pIn ? pIn->GetScope() : SbLOCAL; in GetScope() 470 if( !pIn && pOld->pIn ) in Match() [all …]
|
/aoo42x/main/sc/source/filter/lotus/ |
H A D | lotread.cxx | 67 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 …]
|
H A D | lotimpop.cxx | 76 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()
|
/aoo42x/main/sc/source/filter/inc/ |
H A D | lotimpop.hxx | 43 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 …]
|
/aoo42x/main/sw/source/filter/inc/ |
H A D | fltbase.hxx | 32 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 …]
|
/aoo42x/main/filter/source/graphicfilter/ieps/ |
H A D | ieps.cxx | 162 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 …]
|
/aoo42x/main/filter/source/graphicfilter/icgm/ |
H A D | cgm.cxx | 864 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()
|
/aoo42x/main/bridges/source/cpp_uno/cc50_solaris_sparc/ |
H A D | cc50_solaris_sparc.hxx | 58 inline char* adjustPointer( char* pIn, typelib_TypeDescription* pType ) in adjustPointer() argument 62 case 1: return pIn + 3; in adjustPointer() 63 case 2: return pIn + 2; in adjustPointer() 64 case 3: return pIn + 1; in adjustPointer() 68 return pIn; in adjustPointer()
|
/aoo42x/main/tools/bootstrp/addexes2/ |
H A D | mkfilt.cxx | 35 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()
|
/aoo42x/main/bridges/source/cpp_uno/gcc3_linux_sparc/ |
H A D | share.hxx | 80 inline char* adjustPointer( char* pIn, typelib_TypeDescription* pType ) in adjustPointer() argument 84 case 1: return pIn + 3; in adjustPointer() 85 case 2: return pIn + 2; in adjustPointer() 86 case 3: return pIn + 1; in adjustPointer() 90 return pIn; in adjustPointer()
|
/aoo42x/main/bridges/source/cpp_uno/gcc3_solaris_sparc/ |
H A D | share.hxx | 80 inline char* adjustPointer( char* pIn, typelib_TypeDescription* pType ) in adjustPointer() argument 84 case 1: return pIn + 3; in adjustPointer() 85 case 2: return pIn + 2; in adjustPointer() 86 case 3: return pIn + 1; in adjustPointer() 90 return pIn; in adjustPointer()
|
/aoo42x/main/fpicker/source/unx/gnome/ |
H A D | SalGtkPicker.cxx | 59 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()
|
/aoo42x/main/automation/source/server/ |
H A D | statemnt.hxx | 332 StatementSlot( SCmdStream *pIn ); 341 StatementUnoSlot(SCmdStream *pIn); 368 StatementCommand( SCmdStream *pIn ); 400 StatementControl( SCmdStream *pIn, sal_uInt16 nControlType ); 417 StatementFlow (sal_uLong nServiceId, SCmdStream *pIn, ImplRemoteControl *pRC );
|
H A D | server.cxx | 746 sal_Bool ImplRemoteControl::QueCommands( sal_uLong nServiceId, SvStream *pIn ) in QueCommands() argument 780 SCmdStream *pCmdStream = new SCmdStream(pIn); in QueCommands() 783 while( !pIn->IsEof() ) in QueCommands() 817 if( !pIn->IsEof() ) in QueCommands()
|
/aoo42x/main/cli_ure/source/uno_bridge/ |
H A D | cli_bridge.cxx | 77 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()
|
/aoo42x/main/bridges/source/jni_uno/ |
H A D | jni_bridge.cxx | 65 void * pIn, typelib_InterfaceTypeDescription * td ) in Mapping_map_to_uno() argument 69 jobject javaI = (jobject) pIn; in Mapping_map_to_uno() 131 void * pIn, typelib_InterfaceTypeDescription * td ) in Mapping_map_to_java() argument 135 uno_Interface * pUnoI = (uno_Interface *)pIn; in Mapping_map_to_java()
|
/aoo42x/main/sdext/source/pdfimport/wrapper/ |
H A D | wrapper.cxx | 1039 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()
|
/aoo42x/main/desktop/win32/source/setup/ |
H A D | setup.cpp | 1742 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()
|
/aoo42x/main/extensions/source/resource/ |
H A D | resource.cxx | 247 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()
|