Home
last modified time | relevance | path

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

123

/trunk/main/svtools/inc/svtools/
H A Dsvparser.hxx53 SvStream& rInput; member in SvParser
H A Dtextview.hxx153 sal_Bool Read( SvStream& rInput );
H A Dtexteng.hxx298 sal_Bool Read( SvStream& rInput, const TextSelection* pSel = NULL );
/trunk/main/sfx2/inc/sfx2/
H A Dbasedlgs.hxx87 void CreateOutputItemSet( const SfxItemSet& rInput );
/trunk/main/editeng/source/editeng/
H A Deditview.cxx579 sal_uLong EditView::Read( SvStream& rInput, const String& rBaseURL, EETextFormat eFormat, sal_Bool … in Read() argument
586 EditPaM aEndPaM = PIMPEE->Read( rInput, rBaseURL, eFormat, aOldSel, pHTTPHeaderAttrs ); in Read()
599 return rInput.GetError(); in Read()
H A Dediteng.cxx1345 sal_uLong EditEngine::Read( SvStream& rInput, const String& rBaseURL, EETextFormat eFormat, SvKeyVa… in Read() argument
1352 … pImpEditEngine->Read( rInput, rBaseURL, eFormat, EditSelection( aPaM, aPaM ), pHTTPHeaderAttrs ); in Read()
1354 return rInput.GetError(); in Read()
/trunk/main/svgio/inc/svgio/svgreader/
H A Dsvgtools.hxx225 …::std::vector< double > solveSvgNumberVector(const SvgNumberVector& rInput, const InfoProvider& rI…
/trunk/main/editeng/inc/editeng/
H A Deditview.hxx181 …sal_uLong Read( SvStream& rInput, const String& rBaseURL, EETextFormat eFormat, sal_Bool…
H A Doutliner.hxx305 …sal_uLong Read( SvStream& rInput, const String& rBaseURL, EETextFormat eFormat, sal_Bool bSe…
974 …sal_uLong Read( SvStream& rInput, const String& rBaseURL, sal_uInt16, SvKeyValueIterator…
H A Dediteng.hxx312 …sal_uLong Read( SvStream& rInput, const String& rBaseURL, EETextFormat, SvKeyValueIt…
/trunk/main/sc/source/ui/inc/
H A Doptsolver.hxx200 bool ParseRef( ScRange& rRange, const String& rInput, bool bAllowRange );
/trunk/main/ucb/workben/ucb/
H A Ducbdemo.cxx782 void open( const rtl::OUString & rName, const UniString& rInput,
923 void UcbContent::open( const rtl::OUString & rName, const UniString& rInput, in open() argument
936 if (!parseSearchArgument(rInput, aArgument.Info)) in open()
/trunk/main/sd/source/ui/view/
H A Doutlnvsh.cxx2019 sal_uLong OutlineViewShell::Read(SvStream& rInput, const String& rBaseURL, sal_uInt16 eFormat) in Read() argument
2029 bRet = pOutl->Read( rInput, rBaseURL, eFormat, GetDocSh()->GetHeaderAttributes() ); in Read()
/trunk/main/editeng/source/outliner/
H A Doutlvw.cxx1839 sal_uLong OutlinerView::Read( SvStream& rInput, const String& rBaseURL, EETextFormat eFormat, sal_… in Read() argument
1846 sal_uLong nRet = pEditView->Read( rInput, rBaseURL, eFormat, bSelect, pHTTPHeaderAttrs ); in Read()
H A Doutliner.cxx1207 sal_uLong Outliner::Read( SvStream& rInput, const String& rBaseURL, sal_uInt16 eFormat, SvKeyValueI… in Read() argument
1220 sal_uLong nRet = pEditEngine->Read( rInput, rBaseURL, (EETextFormat)eFormat, pHTTPHeaderAttrs ); in Read()
/trunk/main/svtools/source/edit/
H A Dtextview.cxx2028 sal_Bool TextView::Read( SvStream& rInput ) in Read() argument
2030 sal_Bool bDone = mpImpl->mpTextEngine->Read( rInput, &mpImpl->maSelection ); in Read()
/trunk/main/filter/source/msfilter/
H A Dsvdfppt.cxx1883 sal_Bool SdrPowerPointOLEDecompress( SvStream& rOutput, SvStream& rInput, sal_uInt32 nInputSize ) in SdrPowerPointOLEDecompress() argument
1885 sal_uInt32 nOldPos = rInput.Tell(); in SdrPowerPointOLEDecompress()
1887 rInput.Read( pBuf, nInputSize ); in SdrPowerPointOLEDecompress()
1894 rInput.Seek( nOldPos ); in SdrPowerPointOLEDecompress()

Completed in 162 milliseconds

123