Home
last modified time | relevance | path

Searched refs:rIn (Results 176 – 200 of 224) sorted by relevance

123456789

/trunk/main/filter/source/flash/
H A Dswfwriter.hxx199 void addBits( BitStream& rIn );
206 void addStream( SvStream& rIn );
/trunk/main/svx/source/items/
H A Dcustomshapeitem.cxx301 SfxPoolItem* __EXPORT SdrCustomShapeGeometryItem::Create( SvStream& rIn, sal_uInt16 nItemVersion ) … in Create() argument
303 return new SdrCustomShapeGeometryItem( rIn, nItemVersion ); in Create()
/trunk/main/svtools/source/svrtf/
H A Dsvparser.cxx76 SvParser::SvParser( SvStream& rIn, sal_uInt8 nStackSize ) in SvParser() argument
77 : rInput( rIn ) in SvParser()
/trunk/main/filter/source/msfilter/
H A Dmsvbasic.cxx63 VBA_Impl::VBA_Impl(SvStorage &rIn, bool bCmmntd) in VBA_Impl() argument
66 xStor(&rIn), pOffsets(0), nOffsets(0), meCharSet(RTL_TEXTENCODING_MS_1252), in VBA_Impl()
H A Dmsvbasic.hxx66 VBA_Impl(SvStorage &rIn, bool bCmmntd = true);
/trunk/main/l10ntools/source/help/
H A DHelpLinker.cxx277 static std::string encode(const std::string &rIn) in encode() argument
283 for (size_t i=0; i < rIn.length(); ++i) in encode()
285 unsigned char c = rIn[i]; in encode()
/trunk/main/basic/source/runtime/
H A Dstep0.cxx195 String VBALikeToRegexp(const String &rIn) in VBALikeToRegexp() argument
198 const sal_Unicode *start = rIn.GetBuffer(); in VBALikeToRegexp()
199 const sal_Unicode *end = start + rIn.Len(); in VBALikeToRegexp()
H A Diosys.cxx1007 void SbiIoSystem::ReadCon( ByteString& rIn ) in ReadCon() argument
1012 rIn = ByteString( aDlg.GetInput(), gsl_getSystemTextEncoding() ); in ReadCon()
/trunk/main/editeng/source/editeng/
H A Deehtml.cxx49 EditHTMLParser::EditHTMLParser( SvStream& rIn, const String& rBaseURL, SvKeyValueIterator* pHTTPHea… in EditHTMLParser() argument
50 : HTMLParser( rIn, true ) in EditHTMLParser()
H A Deertfpar.cxx71 EditRTFParser::EditRTFParser( SvStream& rIn, EditSelection aSel, SfxItemPool& rAttrPool, ImpEditEng… in EditRTFParser() argument
72 : SvxRTFParser( rAttrPool, rIn, 0 ), aRTFMapMode( MAP_TWIP ) in EditRTFParser()
H A Deehtml.hxx84 … EditHTMLParser( SvStream& rIn, const String& rBaseURL, SvKeyValueIterator* pHTTPHeaderAttrs );
H A Deertfpar.hxx104 …EditRTFParser( SvStream& rIn, EditSelection aCurSel, SfxItemPool& rAttrPool, ImpEditEngine* pImpEd…
/trunk/main/editeng/source/rtf/
H A Dsvxrtf.cxx77 SvxRTFParser::SvxRTFParser( SfxItemPool& rPool, SvStream& rIn, in SvxRTFParser() argument
80 : SvRTFParser( rIn, 5 ), in SvxRTFParser()
81 rStrm(rIn), in SvxRTFParser()
/trunk/main/rsc/source/rsc/
H A Drsc.cxx359 OString RscCmdLine::substitutePaths( const OString& rIn ) in substitutePaths() argument
368 if( rIn.compareTo( repl->second, repl->second.getLength() ) == 0 ) // path matches in substitutePaths()
384 aRet.append( rIn.copy( nIndex ) ); in substitutePaths()
/trunk/main/svx/inc/svx/
H A Dsdgcpitm.hxx46 virtual SfxPoolItem* Create( SvStream& rIn, sal_uInt16 nVer ) const;
H A Dsxfiitm.hxx39 SdrFractionItem(sal_uInt16 nId, SvStream& rIn);
H A Dsdasaitm.hxx51 SdrCustomShapeAdjustmentItem( SvStream& rIn, sal_uInt16 nVersion );
H A Dgallery1.hxx109 SvStream& operator>>( SvStream& rIn, GalleryImportThemeEntry& rEntry );
/trunk/main/svtools/inc/svtools/
H A Dparrtf.hxx75 SvRTFParser( SvStream& rIn, sal_uInt8 nStackSize = 3 );
H A Dsvparser.hxx120 SvParser( SvStream& rIn, sal_uInt8 nStackSize = 3 );
/trunk/main/sc/source/filter/inc/
H A Dexcscen.hxx69 ExcScenario( XclImpStream& rIn, const RootData& rRoot );
/trunk/main/vbahelper/source/vbahelper/
H A Dvbahelper.cxx766 rtl::OUString VBAToRegexp(const rtl::OUString &rIn, bool bForLike ) in VBAToRegexp() argument
769 const sal_Unicode *start = rIn.getStr(); in VBAToRegexp()
770 const sal_Unicode *end = start + rIn.getLength(); in VBAToRegexp()
/trunk/main/ucb/source/core/
H A Ducbstore.cxx56 rtl::OUString makeHierarchalNameSegment( const rtl::OUString & rIn ) in makeHierarchalNameSegment() argument
61 sal_Int32 nCount = rIn.getLength(); in makeHierarchalNameSegment()
64 const sal_Unicode c = rIn.getStr()[ n ]; in makeHierarchalNameSegment()
/trunk/main/rsc/inc/
H A Drscrsc.hxx86 ::rtl::OString substitutePaths( const ::rtl::OString& rIn );
/trunk/main/sw/source/filter/html/
H A Dswcss1.hxx87 virtual sal_Bool ParseStyleSheet( const String& rIn );

Completed in 150 milliseconds

123456789