Home
last modified time | relevance | path

Searched refs:pIn (Results 1 – 25 of 38) sorted by relevance

12

/AOO41X/main/canvas/source/tools/
H A Dcanvastools.cxx298 const double* pIn( deviceColor.getConstArray() ); in convertToRGB() local
308 *pOut++ = rendering::RGBColor(pIn[0],pIn[1],pIn[2]); in convertToRGB()
309 pIn += 4; in convertToRGB()
315 const double* pIn( deviceColor.getConstArray() ); in convertToARGB() local
325 *pOut++ = rendering::ARGBColor(pIn[3],pIn[0],pIn[1],pIn[2]); in convertToARGB()
326 pIn += 4; in convertToARGB()
332 const double* pIn( deviceColor.getConstArray() ); in convertToPARGB() local
342 … *pOut++ = rendering::ARGBColor(pIn[3],pIn[3]*pIn[0],pIn[3]*pIn[1],pIn[3]*pIn[2]); in convertToPARGB()
343 pIn += 4; in convertToPARGB()
349 const rendering::RGBColor* pIn( rgbColor.getConstArray() ); in convertFromRGB() local
[all …]
/AOO41X/main/cui/source/inc/
H A Dcuitabarea.hxx308 void SetAreaTP( sal_Bool* pIn ) { pbAreaTP = pIn; } in SetAreaTP() argument
310 void SetColorChgd( ChangeType* pIn ) { pnColorTableState = pIn; } in SetColorChgd() argument
311 void SetGrdChgd( ChangeType* pIn ) { pnGradientListState = pIn; } in SetGrdChgd() argument
312 void SetHtchChgd( ChangeType* pIn ) { pnHatchingListState = pIn; } in SetHtchChgd() argument
313 void SetBmpChgd( ChangeType* pIn ) { pnBitmapListState = pIn; } in SetBmpChgd() argument
380 void SetAreaTP( sal_Bool* pIn ) { pbAreaTP = pIn; } in SetAreaTP() argument
381 void SetColorChgd( ChangeType* pIn ) { pnColorTableState = pIn; } in SetColorChgd() argument
472 void SetAreaTP( sal_Bool* pIn ) { pbAreaTP = pIn; } in SetAreaTP() argument
474 void SetGrdChgd( ChangeType* pIn ) { pnGradientListState = pIn; } in SetGrdChgd() argument
475 void SetColorChgd( ChangeType* pIn ) { pnColorTableState = pIn; } in SetColorChgd() 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
/AOO41X/main/vcl/source/helper/
H A Dcanvastools.cxx649 const double* pIn( deviceColor.getConstArray() ); in convertToRGB() local
659 *pOut++ = rendering::RGBColor(pIn[0],pIn[1],pIn[2]); in convertToRGB()
660 pIn += 4; in convertToRGB()
666 const double* pIn( deviceColor.getConstArray() ); in convertToARGB() local
676 *pOut++ = rendering::ARGBColor(pIn[3],pIn[0],pIn[1],pIn[2]); in convertToARGB()
677 pIn += 4; in convertToARGB()
683 const double* pIn( deviceColor.getConstArray() ); in convertToPARGB() local
693 … *pOut++ = rendering::ARGBColor(pIn[3],pIn[3]*pIn[0],pIn[3]*pIn[1],pIn[3]*pIn[2]); in convertToPARGB()
694 pIn += 4; in convertToPARGB()
700 const rendering::RGBColor* pIn( rgbColor.getConstArray() ); in convertFromRGB() local
[all …]
H A Dcanvasbitmap.cxx1144 const sal_uInt8* pIn( reinterpret_cast<const sal_uInt8*>(deviceColor.getConstArray()) ); in convertIntegerToRGB()
1162 m_pBmpAcc->GetPaletteColor(*pIn) : in convertIntegerToRGB()
1163 m_pBmpAcc->GetPixelFromData(pIn,0); in convertIntegerToRGB()
1170 pIn += nBytesPerPixel; in convertIntegerToRGB()
1179 m_pBmpAcc->GetPaletteColor( m_pBmpAcc->GetPixelFromData( pIn, i ).GetIndex()) : in convertIntegerToRGB()
1180 m_pBmpAcc->GetPixelFromData(pIn, i); in convertIntegerToRGB()
1196 const sal_uInt8* pIn( reinterpret_cast<const sal_uInt8*>(deviceColor.getConstArray()) ); in convertIntegerToARGB()
1216 m_pBmpAcc->GetPaletteColor(*pIn) : in convertIntegerToARGB()
1217 m_pBmpAcc->GetPixelFromData(pIn,0); in convertIntegerToARGB()
1220 *pOut++ = rendering::ARGBColor(1.0 - toDoubleColor(nAlphaFactor*pIn[nNonAlphaBytes]), in convertIntegerToARGB()
[all …]
/AOO41X/main/canvas/source/cairo/
H A Dcairo_canvashelper.cxx1607 const double* pIn( deviceColor.getConstArray() ); in convertToRGB() local
1617 const double fAlpha(pIn[3]); in convertToRGB()
1621 *pOut++ = rendering::RGBColor(pIn[2]/fAlpha,pIn[1]/fAlpha,pIn[0]/fAlpha); in convertToRGB()
1622 pIn += 4; in convertToRGB()
1628 const double* pIn( deviceColor.getConstArray() ); in convertToARGB() local
1638 const double fAlpha(pIn[3]); in convertToARGB()
1642 … *pOut++ = rendering::ARGBColor(fAlpha,pIn[2]/fAlpha,pIn[1]/fAlpha,pIn[0]/fAlpha); in convertToARGB()
1643 pIn += 4; in convertToARGB()
1649 const double* pIn( deviceColor.getConstArray() ); in convertToPARGB() local
1659 *pOut++ = rendering::ARGBColor(pIn[3],pIn[2],pIn[1],pIn[1]); in convertToPARGB()
[all …]
/AOO41X/main/basic/source/comp/
H A Dsymtbl.cxx144 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()
332 aName = pIn->rStrings.Find( nId ); in GetName()
340 if( t == SbxVARIANT && pIn ) in SetType()
350 t = pIn->pParser->eDefTypes[ ch2 - 'A' ]; in SetType()
[all …]
/AOO41X/main/sc/source/filter/lotus/
H A Dlotread.cxx67 pIn->Seek( nNextRec ); in Read()
70 ScfStreamProgressBar aPrgrsBar( *pIn, pD->GetDocumentShell() ); 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()
258 ScfStreamProgressBar aPrgrsBar( *pIn, pD->GetDocumentShell() ); in Read()
262 *pIn >> nOp >> nRecLen; in Read()
[all …]
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()
/AOO41X/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 …]
/AOO41X/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 …]
/AOO41X/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 …]
/AOO41X/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()
/AOO41X/main/bridges/source/cpp_uno/cc50_solaris_sparc/
H A Dcc50_solaris_sparc.hxx58 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()
/AOO41X/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()
/AOO41X/main/bridges/source/cpp_uno/gcc3_linux_sparc/
H A Dshare.hxx80 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()
/AOO41X/main/bridges/source/cpp_uno/gcc3_solaris_sparc/
H A Dshare.hxx80 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()
/AOO41X/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()
/AOO41X/main/automation/source/server/
H A Dstatemnt.hxx331 StatementSlot( SCmdStream *pIn );
340 StatementUnoSlot(SCmdStream *pIn);
367 StatementCommand( SCmdStream *pIn );
399 StatementControl( SCmdStream *pIn, sal_uInt16 nControlType );
416 StatementFlow (sal_uLong nServiceId, SCmdStream *pIn, ImplRemoteControl *pRC );
H A Dserver.cxx746 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()
/AOO41X/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()
/AOO41X/main/bridges/source/jni_uno/
H A Djni_bridge.cxx65 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()
/AOO41X/main/sdext/source/pdfimport/wrapper/
H A Dwrapper.cxx1043 oslFileHandle pIn = NULL; in xpdf_ImportFromFile() local
1053 &aProcess, &pIn, &pOut, &pErr); in xpdf_ImportFromFile()
1061 if( pIn ) in xpdf_ImportFromFile()
1069 osl_writeFile( pIn, aBuf.getStr(), sal_uInt64(aBuf.getLength()), &nWritten ); in xpdf_ImportFromFile()
1089 if( pIn ) in xpdf_ImportFromFile()
1090 osl_closeFile(pIn); in xpdf_ImportFromFile()
/AOO41X/main/desktop/win32/source/setup/
H A Dsetup.cpp1672 FILE *pIn = _tfopen( pIniFile, TEXT( "rb" ) ); in CopyIniFile() local
1674 if ( pOut && pIn ) in CopyIniFile()
1679 nRead = fread( pBuf, sizeof( BYTE ), 1024, pIn ); in CopyIniFile()
1680 while ( nRead && !ferror( pIn ) ) in CopyIniFile()
1688 nRead = fread( pBuf, sizeof( BYTE ), 1024, pIn ); in CopyIniFile()
1693 if ( pIn ) fclose( pIn ); in CopyIniFile()
/AOO41X/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()

12