/aoo42x/main/svtools/source/svrtf/ |
H A D | svparser.cxx | 77 : rInput( rIn ) in SvParser() 196 rInput >> c1; in GetNextChar() 197 bErr = rInput.IsEof() || rInput.GetError(); in GetNextChar() 202 rInput >> c2; in GetNextChar() 203 bErr = rInput.IsEof() || rInput.GetError(); in GetNextChar() 222 rInput.Seek( 0 ); in GetNextChar() 234 rInput >> c1 >> c2; in GetNextChar() 236 !(rInput.IsEof() || rInput.GetError()) && in GetNextChar() 241 bErr = rInput.IsEof() || rInput.GetError(); in GetNextChar() 261 rInput >> c1; in GetNextChar() [all …]
|
H A D | parrtf.cxx | 79 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()
|
/aoo42x/main/io/test/stm/ |
H A D | marktest.cxx | 227 rInput->readBytes( seqRead , rInput->available() ); in testSimple() 303 rInput->readBytes( aByte ,256); in testSimple() 350 rInput->readBytes( seqRead , 4 ); in testSimple() 358 rInput->closeInput(); in testSimple() 517 OSL_ASSERT( rInput.is() ); in test() 591 rInput->readBytes( seqRead , 10 ); in testSimple() 596 rInput->skipBytes( 50 ); in testSimple() 603 rInput->readBytes( seqRead , 10 ); in testSimple() 612 rInput->readBytes( seqRead , 10 ); in testSimple() 619 rInput->readBytes( seqRead , 10 ); in testSimple() [all …]
|
H A D | datatest.cxx | 177 Reference < XDataInputStream > rInput( TestObject , UNO_QUERY ); in test() local 190 rInput = Reference < XDataInputStream > ( x , UNO_QUERY); in test() 210 testSimple( rInput , rOutput ); in test() 277 ERROR_ASSERT( rInput->readBoolean() , "boolean read/write mismatch" ); in testSimple() 302 ERROR_ASSERT( rInput->readUTF() == str , "error reading 64k block" ); in testSimple() 307 rInput->readLong(); in testSimple() 320 ERROR_ASSERT( ! rInput->readBytes( dummy , 1 ), in testSimple() 323 rInput->closeInput(); in testSimple() 781 rInput = Reference < XObjectInputStream > ( x , UNO_QUERY ); in test() 801 testObject( rOutput , rInput); in test() [all …]
|
/aoo42x/main/extensions/test/stm/ |
H A D | marktest.cxx | 228 rInput->readBytes( seqRead , rInput->available() ); in testSimple() 303 rInput->readBytes( aByte ,256); in testSimple() 350 rInput->readBytes( seqRead , 4 ); in testSimple() 358 rInput->closeInput(); in testSimple() 522 OSL_ASSERT( rInput.is() ); in test() 592 rInput->readBytes( seqRead , 10 ); in testSimple() 597 rInput->skipBytes( 50 ); in testSimple() 604 rInput->readBytes( seqRead , 10 ); in testSimple() 613 rInput->readBytes( seqRead , 10 ); in testSimple() 620 rInput->readBytes( seqRead , 10 ); in testSimple() [all …]
|
H A D | datatest.cxx | 175 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 279 ERROR_ASSERT( rInput->readUTF() == L"Live long and prosper !" , in testSimple() 293 rInput->readLong(); in testSimple() 304 ERROR_ASSERT( ! rInput->readBytes( Sequence<BYTE> (1) , 1 ), in testSimple() 307 rInput->closeInput(); in testSimple() 740 XObjectInputStreamRef rInput( TestObject , USR_QUERY ); in test() local 786 testObject( rOutput , rInput); in test() [all …]
|
/aoo42x/main/chart2/source/controller/dialogs/ |
H A D | res_Titles.cxx | 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() 181 m_aEd_Main.Enable( rInput.aPossibilityList[0] ); in writeToResources() 182 m_aEd_Sub.Enable( rInput.aPossibilityList[1] ); in writeToResources() 189 m_aEd_Main.SetText(rInput.aTextList[0]); in writeToResources() 190 m_aEd_Sub.SetText(rInput.aTextList[1]); in writeToResources() 191 m_aEd_XAxis.SetText(rInput.aTextList[2]); in writeToResources() 192 m_aEd_YAxis.SetText(rInput.aTextList[3]); in writeToResources() [all …]
|
H A D | dlg_InsertAxis_Grid.cxx | 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() 127 aCbSecondaryX.Enable( rInput.aPossibilityList[3] ); in SchAxisDlg() [all …]
|
H A D | dlg_InsertTitle.cxx | 38 SchTitleDlg::SchTitleDlg(Window* pWindow, const TitleDialogData& rInput ) in SchTitleDlg() argument 48 m_apTitleResources->writeToResources( rInput ); in SchTitleDlg()
|
/aoo42x/main/sw/source/filter/ascii/ |
H A D | parasc.cxx | 59 SvStream& rInput; member 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() 284 rInput.SeekRel(-(long(nLen))); in ReadChars() 287 rInput.SeekRel(-(long(nOrig))); in ReadChars() 308 bSwapUnicode = rInput.IsEndianSwap(); in ReadChars() 323 rInput.Read( pArr + nArrOffset, in ReadChars() [all …]
|
/aoo42x/main/svl/source/misc/ |
H A D | adrparse.cxx | 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() 672 = rInput.Copy( in SvAddressParser_Impl() 688 if (nLen == rInput.Len()) in SvAddressParser_Impl() 689 aTheRealName = rInput; in SvAddressParser_Impl() 692 = rInput.Copy( in SvAddressParser_Impl() [all …]
|
/aoo42x/main/svtools/source/svhtml/ |
H A D | parhtml.cxx | 534 !rInput.IsEof() ); in ScanText() 557 rInput.SeekRel( -(long) in ScanText() 582 rInput.Seek( nStreamPos ); in ScanText() 731 if( rInput.IsEof() ) in ScanText() 806 rInput.IsEof() ) in ScanText() 848 rInput.IsEof() ) || in ScanText() 1004 rInput.Seek( nStreamPos ); in _GetNextRawToken() 1062 if( rInput.IsEof() ) in _GetNextRawToken() 1259 rInput.Seek( nStreamPos ); in _GetNextToken() 1284 rInput.Seek( nStreamPos ); in _GetNextToken() [all …]
|
/aoo42x/main/chart2/source/view/charttypes/ |
H A D | Splines.cxx | 557 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() 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() 714 sal_Int32 nOuterCount = rInput.SequenceX.getLength(); in CalculateBSplines() 724 if( rInput.SequenceX[nOuter].getLength() <= 1 ) in CalculateBSplines() 731 const double* pOldX = rInput.SequenceX[nOuter].getConstArray(); in CalculateBSplines() 732 const double* pOldY = rInput.SequenceY[nOuter].getConstArray(); in CalculateBSplines() [all …]
|
/aoo42x/main/io/source/stm/ |
H A D | opump.cxx | 218 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()
|
/aoo42x/main/dbaccess/source/ui/misc/ |
H A D | RtfReader.cxx | 106 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 D | HtmlReader.cxx | 143 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()
|
/aoo42x/main/editeng/source/editeng/ |
H A D | impedit4.cxx | 105 aPaM = ReadText( rInput, aSel ); in Read() 107 aPaM = ReadRTF( rInput, aSel ); in Read() 109 aPaM = ReadXML( rInput, aSel ); in Read() 113 aPaM = ReadBin( rInput, aSel ); in Read() 132 sal_Bool bDone = rInput.ReadByteStringLine( aTmpStr ); in ReadText() 138 bDone = rInput.ReadByteStringLine( aTmpStr ); in ReadText() 151 ::SvxReadXML( *GetEditEnginePtr(), rInput, aESel ); in ReadXML() 165 aRTFOut << rInput; in ReadRTF() 167 rInput.Seek( 0 ); in ReadRTF() 189 rInput.SetError( EE_READWRITE_WRONGFORMAT ); in ReadRTF() [all …]
|
/aoo42x/main/o3tl/inc/o3tl/ |
H A D | lazy_update.hxx | 84 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()
|
/aoo42x/main/sc/source/core/data/ |
H A D | validat.cxx | 189 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()
|
/aoo42x/main/svx/inc/svx/ |
H A D | svdxcgv.hxx | 140 …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 D | svdotext.hxx | 311 …SdrTextObj(SdrObjKind eNewTextKind, const Rectangle& rNewRect, SvStream& rInput, const String& rBa… 372 void NbcSetText(SvStream& rInput, const String& rBaseURL, sal_uInt16 eFormat); 373 void SetText(SvStream& rInput, const String& rBaseURL, sal_uInt16 eFormat);
|
/aoo42x/main/sc/inc/ |
H A D | validat.hxx | 77 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;
|
/aoo42x/main/chart2/source/controller/inc/ |
H A D | dlg_InsertAxis_Grid.hxx | 74 SchAxisDlg( Window* pParent, const InsertAxisOrGridDialogData& rInput, sal_Bool bAxisDlg=true ); 89 SchGridDlg( Window* pParent, const InsertAxisOrGridDialogData& rInput );
|
/aoo42x/main/ucb/workben/ucb/ |
H A D | srcharg.cxx | 113 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()
|
/aoo42x/main/package/source/package/zippackage/ |
H A D | ZipPackageFolderEnumeration.cxx | 32 ZipPackageFolderEnumeration::ZipPackageFolderEnumeration ( ContentHash &rInput) in ZipPackageFolderEnumeration() argument 33 : rContents (rInput) in ZipPackageFolderEnumeration()
|