/trunk/main/sw/source/ui/app/ |
H A D | docsh.cxx | 167 if( !pRead ) in StartConvertFrom() 171 ? SW_STORAGE_READER & pRead->GetReaderType() in StartConvertFrom() 172 : SW_STREAM_READER & pRead->GetReaderType() ) in StartConvertFrom() 184 if ((*ppRdr)->NeedsPasswd( *pRead )) in StartConvertFrom() 201 if (!(*ppRdr)->CheckPasswd( aPasswd, *pRead )) in StartConvertFrom() 226 if( pRead ) in StartConvertFrom() 227 pRead->GetReaderOpt().SetASCIIOpts( aOpt ); in StartConvertFrom() 230 return pRead; in StartConvertFrom() 242 SwRead pRead = StartConvertFrom(rMedium, &pRdr); in ConvertFrom() local 243 if (!pRead) in ConvertFrom() [all …]
|
H A D | docsh2.cxx | 1816 SwRead pRead = ReadXML; in LoadStylesFromFile() local 1832 pRead->GetReaderOpt().SetTxtFmts( rOpt.IsTxtFmts() ); in LoadStylesFromFile() 1833 pRead->GetReaderOpt().SetFrmFmts( rOpt.IsFrmFmts() ); in LoadStylesFromFile() 1834 pRead->GetReaderOpt().SetPageDescs( rOpt.IsPageDescs() ); in LoadStylesFromFile() 1835 pRead->GetReaderOpt().SetNumRules( rOpt.IsNumRules() ); in LoadStylesFromFile() 1836 pRead->GetReaderOpt().SetMerge( rOpt.IsMerge() ); in LoadStylesFromFile() 1841 nErr = pReader->Read( *pRead ); in LoadStylesFromFile() 1846 nErr = pReader->Read( *pRead ); in LoadStylesFromFile()
|
/trunk/main/vcl/source/gdi/ |
H A D | bitmapex.cxx | 787 BitmapReadAccess* pRead = aTestBitmap.AcquireReadAccess(); in GetTransparency() local 789 if(pRead) in GetTransparency() 791 const Color aColor = pRead->GetColor(nY, nX); in GetTransparency() 799 aTestBitmap.ReleaseAccess(pRead); in GetTransparency() 810 if(pRead) in GetTransparency() 812 const BitmapColor aBitmapColor(pRead->GetPixel(nY, nX)); in GetTransparency() 826 aTestBitmap.ReleaseAccess(pRead); in GetTransparency() 856 if(pRead) in impTransformBitmap() 872 pRead->GetInterpolatedColorWithFallback( in impTransformBitmap() 884 pRead->GetColorWithFallback( in impTransformBitmap() [all …]
|
/trunk/main/svx/source/xoutdev/ |
H A D | xattrbmp.cxx | 125 BitmapReadAccess* pRead = aBitmap.AcquireReadAccess(); in isHistorical8x8() local 127 if(pRead) in isHistorical8x8() 129 if(pRead->HasPalette() && 2 == pRead->GetPaletteEntryCount()) in isHistorical8x8() 131 const BitmapPalette& rPalette = pRead->GetPalette(); in isHistorical8x8()
|
/trunk/main/extensions/source/xmlextract/ |
H A D | xmxtrct.cxx | 50 virtual ErrCode ReadAt( sal_Size nPos, void* pBuffer, sal_Size nCount, sal_Size* pRead ) const; 92 ErrCode XMXLockBytes::ReadAt( sal_Size nPos, void* pBuffer, sal_Size nCount, sal_Size* pRead ) const in ReadAt() 103 *pRead = nCount; in ReadAt() 106 *pRead = 0UL; in ReadAt()
|
/trunk/main/sdext/source/pdfimport/wrapper/ |
H A D | wrapper.cxx | 218 const sal_Char* pRead(pOrig); in lcl_unescapeLineFeeds() local 226 const size_t nLen(pCur - pRead); in lcl_unescapeLineFeeds() 227 strncpy(pWrite, pRead, nLen); in lcl_unescapeLineFeeds() 231 pCur = pRead = pCur + 2; in lcl_unescapeLineFeeds() 242 if (sal::static_int_cast<size_t>(pRead - pOrig) < nOrigLen) in lcl_unescapeLineFeeds() 244 const size_t nLen(nOrigLen - (pRead - pOrig)); in lcl_unescapeLineFeeds() 245 strncpy(pWrite, pRead, nLen); in lcl_unescapeLineFeeds()
|
/trunk/main/sdext/source/pdfimport/xpdfwrapper/ |
H A D | pdfioutdev_gpl.cxx | 84 const char* pRead = i_pStr; in lcl_escapeLineFeeds() local 88 if( *pRead == '\r' ) in lcl_escapeLineFeeds() 93 else if( *pRead == '\n' ) in lcl_escapeLineFeeds() 98 else if( *pRead == '\\' ) in lcl_escapeLineFeeds() 104 *pWrite++ = *pRead; in lcl_escapeLineFeeds() 105 pRead++; in lcl_escapeLineFeeds()
|
/trunk/main/sw/source/ui/dochdl/ |
H A D | swdtflvr.cxx | 1643 SwRead pRead = 0; in _PasteFileContent() local 1649 pRead = ReadAscii; in _PasteFileContent() 1676 pRead = ReadHTML; in _PasteFileContent() 1677 pRead->SetReadUTF8( sal_True ); in _PasteFileContent() 1689 else if( !pRead ) in _PasteFileContent() 1691 pRead = ReadHTML; in _PasteFileContent() 1692 pRead->SetReadUTF8( sal_True ); in _PasteFileContent() 1699 if( pStream && pRead ) in _PasteFileContent() 1739 Reader* pRead = 0; in _PasteOLE() local 1766 pRead = ReadXML; in _PasteOLE() [all …]
|
/trunk/main/tools/source/inet/ |
H A D | inetstrm.cxx | 257 pRead = pWrite = pBuffer; in INetMessageIStream() 283 sal_uIntPtr n = pRead - pWrite; in GetData() 294 pRead = pWrite = pBuffer; in GetData() 301 pRead = pBuffer + nRead; in GetData() 309 *pRead++ = '\r'; in GetData() 310 *pRead++ = '\n'; in GetData()
|
/trunk/main/sw/source/filter/basflt/ |
H A D | fltini.cxx | 189 SwRead pRead = 0; in GetReader() local 193 pRead = aReaderWriter[n].GetReader(); in GetReader() 195 if ( pRead ) in GetReader() 196 pRead->SetFltName( rFltName ); in GetReader() 199 return pRead; in GetReader()
|
/trunk/main/forms/source/component/ |
H A D | imgprod.cxx | 58 virtual ErrCode ReadAt( sal_Size nPos, void* pBuffer, sal_Size nCount, sal_Size* pRead ) const; 107 ErrCode ImgProdLockBytes::ReadAt( sal_Size nPos, void* pBuffer, sal_Size nCount, sal_Size* pRead ) … in ReadAt() 112 const ErrCode nErr = SvLockBytes::ReadAt( nPos, pBuffer, nCount, pRead ); in ReadAt() 127 *pRead = nCount; in ReadAt() 130 *pRead = 0UL; in ReadAt()
|
/trunk/main/unotools/source/ucbhelper/ |
H A D | ucblockbytes.cxx | 1428 ErrCode UcbLockBytes::ReadAt ( sal_uLong nPos, void *pBuffer, sal_uLong nCount, sal_uLong *pRead) c… in ReadAt() 1445 if ( pRead ) in ReadAt() 1446 *pRead = 0; in ReadAt() 1486 if (pRead) in ReadAt() 1487 *pRead = sal_uLong(nSize); in ReadAt()
|
/trunk/main/sw/source/core/docnode/ |
H A D | section.cxx | 1435 Reader* pRead = 0; in DataChanged() local 1439 pRead = ReadAscii; in DataChanged() 1443 pRead = SwReaderWriter::GetReader( READER_WRITER_RTF ); in DataChanged() 1593 if( pRead && rValue.hasValue() && ( rValue >>= aSeq ) ) in DataChanged() 1620 if( !IsError( aTmpReader.Read( *pRead ) )) in DataChanged()
|
/trunk/main/tools/source/stream/ |
H A D | stream.cxx | 183 sal_Size * pRead) const in ReadAt() 193 if (pRead) in ReadAt() 194 *pRead = nTheRead; in ReadAt() 296 sal_Size * pRead) const in ReadAt() 299 return SvOpenLockBytes::ReadAt(nPos, pBuffer, nCount, pRead); in ReadAt() 304 pRead); in ReadAt()
|
/trunk/main/sw/source/ui/uiview/ |
H A D | view2.cxx | 2138 Reader *pRead = pDocSh->StartConvertFrom( *pMedium, &pRdr, pWrtShell ); in InsertMedium() local 2139 if( pRead || in InsertMedium() 2144 if( pRead && pDocSh->GetDoc() ) in InsertMedium() 2153 if( pRead ) in InsertMedium() 2155 nErrno = pRdr->Read( *pRead ); // und Dokument einfuegen in InsertMedium() 2177 if( !pRead || nUndoCheck != lcl_PageDescWithHeader( *pDoc ) ) in InsertMedium()
|
/trunk/main/sw/source/core/unocore/ |
H A D | unocrsrhelper.cxx | 917 Reader *pRead = pDocSh->StartConvertFrom( *pMed, &pRdr, 0, pUnoCrsr); in InsertFile() local 918 if( pRead ) in InsertFile() 929 sal_uInt32 nErrno = pRdr->Read( *pRead ); // und Dokument einfuegen in InsertFile()
|
/trunk/main/tools/inc/tools/ |
H A D | stream.hxx | 157 sal_Size * pRead) const; 217 sal_Size * pRead) const;
|
H A D | inetstrm.hxx | 131 sal_Char *pRead; member in INetMessageIStream
|
/trunk/main/unotools/inc/unotools/ |
H A D | ucblockbytes.hxx | 151 …virtual ErrCode ReadAt ( sal_uLong nPos, void *pBuffer, sal_uLong nCount, sal_uLong *pRead…
|
/trunk/main/svx/source/dialog/ |
H A D | dlgctrl.cxx | 1224 BitmapReadAccess* pRead = aBitmap.AcquireReadAccess(); in SetXBitmap() local 1231 const BitmapColor aColor(pRead->GetColor(i/8, i%8)); in SetXBitmap() 1243 aBitmap.ReleaseAccess(pRead); in SetXBitmap()
|