Home
last modified time | relevance | path

Searched refs:rInput (Results 1 – 25 of 67) sorted by relevance

123

/trunk/main/svtools/source/svrtf/
H A Dsvparser.cxx76 : rInput( rIn ) in SvParser()
178 rInput.Seek(nNextChPos); in RereadLookahead()
190 if( bSwitchToUCS2 && 0 == rInput.Tell() ) in GetNextChar()
195 rInput >> c1; in GetNextChar()
196 bErr = rInput.IsEof() || rInput.GetError(); in GetNextChar()
201 rInput >> c2; in GetNextChar()
202 bErr = rInput.IsEof() || rInput.GetError(); in GetNextChar()
221 rInput.Seek( 0 ); in GetNextChar()
226 nNextChPos = rInput.Tell(); in GetNextChar()
233 rInput >> c1 >> c2; in GetNextChar()
[all …]
H A Dparrtf.cxx79 rInput.SeekRel( -1 ); in _GetNextToken()
150 rInput.SeekRel( -1 ); in _GetNextToken()
382 rInput.SeekRel(-1); in ScanText()
415 rInput.SeekRel( -2 ); in ScanText()
461 rInput.SeekRel( -1 ); in ScanText()
540 rInput.SeekRel(-1); in SkipGroup()
541 rInput.SeekRel(nTokenValue); in SkipGroup()
587 nNextChPos = rInput.Tell(); in CallParser()
588 rInput >> cFirstCh; nNextCh = cFirstCh; in CallParser()
/trunk/main/extensions/test/stm/
H A Dmarktest.cxx86 void testSimple( const XOutputStreamRef &r, const XInputStreamRef &rInput );
210 const XInputStreamRef &rInput ) in testSimple() argument
228 rInput->readBytes( seqRead , rInput->available() ); in testSimple()
240 rInput->readBytes( seqRead , seqWrite.getLen() ); in testSimple()
252 ERROR_ASSERT( 0 == rInput->available() , "bytes available though mark is holded" ); in testSimple()
258 …ERROR_ASSERT( nMax*seqWrite.getLen() == rInput->available(),"bytes are not available though mark h… in testSimple()
260 rInput->skipBytes( nMax*seqWrite.getLen() ); in testSimple()
261 ERROR_ASSERT( 0 == rInput->available(), "skip bytes failure" ); in testSimple()
273 ERROR_ASSERT( 0 == rInput->available(), "stream isn't clean" ); in testSimple()
302 ERROR_ASSERT( 256 == rInput->available(), "in between mark failure" ); in testSimple()
[all …]
H A Ddatatest.cxx175 XDataInputStreamRef rInput( TestObject , USR_QUERY ); in test() local
186 x->queryInterface( XDataInputStream::getSmartUik() , rInput ); in test()
205 testSimple( rInput , rOutput ); in test()
254 void ODataStreamTest::testSimple( const XDataInputStreamRef &rInput, in testSimple() argument
260 ERROR_ASSERT( 0x34ff3c == rInput->readLong() , "long read/write mismatch" ); in testSimple()
261 ERROR_ASSERT( 0x34ff3d == rInput->readLong() , "long read/write mismatch" ); in testSimple()
264 ERROR_ASSERT( 0x87 == rInput->readByte() , "byte read/write mismatch" ); in testSimple()
267 ERROR_ASSERT( rInput->readBoolean() , "boolean read/write mismatch" ); in testSimple()
270 ERROR_ASSERT( ! rInput->readBoolean() , "boolean read/write mismatch" ); in testSimple()
273 ERROR_ASSERT( rInput->readFloat() == ((float)42.42) , "float read/write mismatch" ); in testSimple()
[all …]
/trunk/main/io/test/stm/
H A Dmarktest.cxx85 … void testSimple( const Reference< XOutputStream > &r, const Reference < XInputStream > &rInput );
209 const Reference< XInputStream > &rInput ) in testSimple()
227 rInput->readBytes( seqRead , rInput->available() ); in testSimple()
239 rInput->readBytes( seqRead , seqWrite.getLength() ); in testSimple()
251 ERROR_ASSERT( 0 == rInput->available() , "bytes available though mark is holded" ); in testSimple()
257 …ERROR_ASSERT( nMax*seqWrite.getLength() == rInput->available(),"bytes are not available though mar… in testSimple()
259 rInput->skipBytes( nMax*seqWrite.getLength() ); in testSimple()
260 ERROR_ASSERT( 0 == rInput->available(), "skip bytes failure" ); in testSimple()
273 ERROR_ASSERT( 0 == rInput->available(), "stream isn't clean" ); in testSimple()
302 ERROR_ASSERT( 256 == rInput->available(), "in between mark failure" ); in testSimple()
[all …]
H A Ddatatest.cxx177 Reference < XDataInputStream > rInput( TestObject , UNO_QUERY ); in test() local
190 rInput = Reference < XDataInputStream > ( x , UNO_QUERY); in test()
210 testSimple( rInput , rOutput ); in test()
262 void ODataStreamTest::testSimple( const Reference < XDataInputStream > &rInput, in testSimple() argument
269 ERROR_ASSERT( 0x34ff3c == rInput->readLong() , "long read/write mismatch" ); in testSimple()
270 ERROR_ASSERT( 0x34ff3d == rInput->readLong() , "long read/write mismatch" ); in testSimple()
271 ERROR_ASSERT( -1027 == rInput->readLong() , "long read/write mismatch" ); in testSimple()
274 ERROR_ASSERT( 0x77 == rInput->readByte() , "byte read/write mismatch" ); in testSimple()
277 ERROR_ASSERT( rInput->readBoolean() , "boolean read/write mismatch" ); in testSimple()
280 ERROR_ASSERT( ! rInput->readBoolean() , "boolean read/write mismatch" ); in testSimple()
[all …]
/trunk/main/chart2/source/controller/dialogs/
H A Dres_Titles.cxx171 void TitleResources::writeToResources( const TitleDialogData& rInput ) in writeToResources() argument
173 m_aFT_Main.Enable( rInput.aPossibilityList[0] ); in writeToResources()
174 m_aFT_Sub.Enable( rInput.aPossibilityList[1] ); in writeToResources()
175 m_aFT_XAxis.Enable( rInput.aPossibilityList[2] ); in writeToResources()
176 m_aFT_YAxis.Enable( rInput.aPossibilityList[3] ); in writeToResources()
177 m_aFT_ZAxis.Enable( rInput.aPossibilityList[4] ); in writeToResources()
178 m_aFT_SecondaryXAxis.Enable( rInput.aPossibilityList[5] ); in writeToResources()
179 m_aFT_SecondaryYAxis.Enable( rInput.aPossibilityList[6] ); in writeToResources()
181 m_aEd_Main.Enable( rInput.aPossibilityList[0] ); in writeToResources()
182 m_aEd_Sub.Enable( rInput.aPossibilityList[1] ); in writeToResources()
[all …]
H A Ddlg_InsertAxis_Grid.cxx62 , const InsertAxisOrGridDialogData& rInput, sal_Bool bAxisDlg ) in SchAxisDlg() argument
117 aCbPrimaryX.Check( rInput.aExistenceList[0] ); in SchAxisDlg()
118 aCbPrimaryY.Check( rInput.aExistenceList[1] ); in SchAxisDlg()
119 aCbPrimaryZ.Check( rInput.aExistenceList[2] ); in SchAxisDlg()
120 aCbSecondaryX.Check( rInput.aExistenceList[3] ); in SchAxisDlg()
121 aCbSecondaryY.Check( rInput.aExistenceList[4] ); in SchAxisDlg()
122 aCbSecondaryZ.Check( rInput.aExistenceList[5] ); in SchAxisDlg()
124 aCbPrimaryX.Enable( rInput.aPossibilityList[0] ); in SchAxisDlg()
125 aCbPrimaryY.Enable( rInput.aPossibilityList[1] ); in SchAxisDlg()
126 aCbPrimaryZ.Enable( rInput.aPossibilityList[2] ); in SchAxisDlg()
[all …]
H A Ddlg_InsertTitle.cxx38 SchTitleDlg::SchTitleDlg(Window* pWindow, const TitleDialogData& rInput ) in SchTitleDlg() argument
48 m_apTitleResources->writeToResources( rInput ); in SchTitleDlg()
/trunk/main/sw/source/filter/ascii/
H A Dparasc.cxx59 SvStream& rInput; member in SwASCIIParser
106 : pDoc(pD), rInput(rIn), rOpt(rOpts), nScript(0), bNewDoc(bReadNewDoc) in SwASCIIParser()
150 rInput.Seek(STREAM_SEEK_TO_END); in CallParser()
151 rInput.ResetError(); in CallParser()
153 nFileSize = rInput.Tell(); in CallParser()
154 rInput.Seek(STREAM_SEEK_TO_BEGIN); in CallParser()
155 rInput.ResetError(); in CallParser()
276 nOrig = nLen = rInput.Read(pArr, ASC_BUFFLEN); in ReadChars()
284 rInput.SeekRel(-(long(nLen))); in ReadChars()
287 rInput.SeekRel(-(long(nOrig))); in ReadChars()
[all …]
/trunk/main/svl/source/misc/
H A Dadrparse.cxx125 SvAddressParser_Impl(SvAddressParser * pParser, UniString const & rInput);
460 UniString const & rInput) in SvAddressParser_Impl() argument
462 m_pInputPos = rInput.GetBuffer(); in SvAddressParser_Impl()
463 m_pInputEnd = m_pInputPos + rInput.Len(); in SvAddressParser_Impl()
647 if (nLen == rInput.Len()) in SvAddressParser_Impl()
648 aTheAddrSpec = rInput; in SvAddressParser_Impl()
651 = rInput.Copy( in SvAddressParser_Impl()
654 - rInput.GetBuffer()), in SvAddressParser_Impl()
672 = rInput.Copy( in SvAddressParser_Impl()
675 - rInput.GetBuffer()), in SvAddressParser_Impl()
[all …]
/trunk/main/svtools/source/svhtml/
H A Dparhtml.cxx465 sal_uLong nStreamPos = rInput.Tell(); in ScanText()
534 !rInput.IsEof() ); in ScanText()
536 if( IsParserWorking() && !rInput.IsEof() ) in ScanText()
546 DBG_ASSERT( rInput.Tell() - nStreamPos == in ScanText()
557 rInput.SeekRel( -(long) in ScanText()
576 DBG_ASSERT( rInput.Tell()-nStreamPos == in ScanText()
582 rInput.Seek( nStreamPos ); in ScanText()
621 DBG_ASSERT( rInput.Tell()-nStreamPos == in ScanText()
627 rInput.Seek( nStreamPos ); in ScanText()
691 rInput.Seek( nStreamPos-(sal_uInt32)GetCharSize() ); in ScanText()
[all …]
/trunk/main/chart2/source/view/charttypes/
H A DSplines.cxx557 const drawing::PolyPolygonShape3D& rInput in CalculateCubicSplines() argument
567 sal_uInt32 nOuterCount = rInput.SequenceX.getLength(); in CalculateCubicSplines()
577 if( rInput.SequenceX[nOuter].getLength() <= 1 ) in CalculateCubicSplines()
580 sal_uInt32 nMaxIndexPoints = rInput.SequenceX[nOuter].getLength()-1; // is >=1 in CalculateCubicSplines()
581 const double* pOldX = rInput.SequenceX[nOuter].getConstArray(); in CalculateCubicSplines()
582 const double* pOldY = rInput.SequenceY[nOuter].getConstArray(); in CalculateCubicSplines()
583 const double* pOldZ = rInput.SequenceZ[nOuter].getConstArray(); in CalculateCubicSplines()
697 const ::com::sun::star::drawing::PolyPolygonShape3D& rInput in CalculateBSplines()
714 sal_Int32 nOuterCount = rInput.SequenceX.getLength(); in CalculateBSplines()
724 if( rInput.SequenceX[nOuter].getLength() <= 1 ) in CalculateBSplines()
[all …]
/trunk/main/io/source/stm/
H A Dopump.cxx218 Reference< XInputStream > rInput; in close() local
222 rInput = m_xInput; in close()
230 if( rInput.is() ) in close()
234 rInput->closeInput(); in close()
267 Reference< XInputStream > rInput; in run() local
271 rInput = m_xInput; in run()
275 if( ! rInput.is() ) in run()
282 while( rInput->readSomeBytes( aData, 65536 ) ) in run()
/trunk/main/dbaccess/source/ui/misc/
H A DRtfReader.cxx106 rInput.Seek(STREAM_SEEK_TO_BEGIN); in CallParser()
107 rInput.ResetError(); in CallParser()
162 … sal_uInt32 nTell = rInput.Tell(); // ver�ndert vielleicht die Position des Streams in NextToken()
168 rInput.Seek(nTell); in NextToken()
169 rInput.ResetError(); in NextToken()
H A DHtmlReader.cxx143 rInput.Seek(STREAM_SEEK_TO_BEGIN); in CallParser()
144 rInput.ResetError(); in CallParser()
184 … sal_uInt32 nTell = rInput.Tell(); // ver�ndert vielleicht die Position des Streams in NextToken()
189 rInput.Seek(nTell); in NextToken()
/trunk/main/editeng/source/editeng/
H A Dimpedit4.cxx99 EditPaM ImpEditEngine::Read( SvStream& rInput, const String& rBaseURL, EETextFormat eFormat, EditSe… in Read() argument
105 aPaM = ReadText( rInput, aSel ); in Read()
107 aPaM = ReadRTF( rInput, aSel ); in Read()
109 aPaM = ReadXML( rInput, aSel ); in Read()
111 aPaM = ReadHTML( rInput, rBaseURL, aSel, pHTTPHeaderAttrs ); in Read()
113 aPaM = ReadBin( rInput, aSel ); in Read()
125 EditPaM ImpEditEngine::ReadText( SvStream& rInput, EditSelection aSel ) in ReadText() argument
132 sal_Bool bDone = rInput.ReadByteStringLine( aTmpStr ); in ReadText()
138 bDone = rInput.ReadByteStringLine( aTmpStr ); in ReadText()
143 EditPaM ImpEditEngine::ReadXML( SvStream& rInput, EditSelection aSel ) in ReadXML() argument
[all …]
/trunk/main/o3tl/inc/o3tl/
H A Dlazy_update.hxx84 LazyUpdateImpl( const input_type& rInput, UnaryConstructorTag ) : in LazyUpdateImpl() argument
85 m_aInput(rInput) in LazyUpdateImpl()
89 const input_type& rInput ) : in LazyUpdateImpl() argument
91 m_aInput(rInput) in LazyUpdateImpl()
/trunk/main/sc/source/core/data/
H A Dvalidat.cxx189 sal_Bool ScValidationData::DoScript( const ScAddress& rPos, const String& rInput, in DoScript() argument
203 String aValStr = rInput; in DoScript()
272 sal_Bool ScValidationData::DoMacro( const ScAddress& rPos, const String& rInput, in DoMacro() argument
277 return DoScript( rPos, rInput, pCell, pParent ); in DoMacro()
335 String aValStr = rInput; in DoMacro()
398 sal_Bool ScValidationData::DoError( Window* pParent, const String& rInput, in DoError() argument
402 return DoMacro( rPos, rInput, NULL, pParent ); in DoError()
/trunk/main/svx/inc/svx/
H A Dsvdxcgv.hxx140 …am& rInput, const String& rBaseURL, sal_uInt16 eFormat, SdrObjList* pLst=NULL, OutputDevice* pOut=… in Paste() argument
141 …sal_Bool Paste(SvStream& rInput, const String& rBaseURL, sal_uInt16 eFormat, const Poin…
H A Dsvdotext.hxx309 …SdrTextObj(SdrObjKind eNewTextKind, const Rectangle& rNewRect, SvStream& rInput, const String& rBa…
370 void NbcSetText(SvStream& rInput, const String& rBaseURL, sal_uInt16 eFormat);
371 void SetText(SvStream& rInput, const String& rBaseURL, sal_uInt16 eFormat);
/trunk/main/sc/inc/
H A Dvalidat.hxx77 sal_Bool DoMacro( const ScAddress& rPos, const String& rInput,
80 sal_Bool DoScript( const ScAddress& rPos, const String& rInput,
137 … sal_Bool DoError( Window* pParent, const String& rInput, const ScAddress& rPos ) const;
/trunk/main/chart2/source/controller/inc/
H A Ddlg_InsertAxis_Grid.hxx74 SchAxisDlg( Window* pParent, const InsertAxisOrGridDialogData& rInput, sal_Bool bAxisDlg=true );
89 SchGridDlg( Window* pParent, const InsertAxisOrGridDialogData& rInput );
/trunk/main/ucb/workben/ucb/
H A Dsrcharg.cxx113 bool parseSearchArgument(String const & rInput, ucb::SearchInfo & rInfo) in parseSearchArgument() argument
152 sal_Unicode const * p = rInput.GetBuffer(); in parseSearchArgument()
153 sal_Unicode const * pEnd = p + rInput.Len(); in parseSearchArgument()
/trunk/main/package/source/package/zippackage/
H A DZipPackageFolderEnumeration.cxx32 ZipPackageFolderEnumeration::ZipPackageFolderEnumeration ( ContentHash &rInput) in ZipPackageFolderEnumeration() argument
33 : rContents (rInput) in ZipPackageFolderEnumeration()

123