Home
last modified time | relevance | path

Searched refs:rLong (Results 1 – 11 of 11) sorted by relevance

/trunk/main/sw/source/core/swg/
H A Dswblocks.cxx76 : nPos( n ), aShort( rShort ), aLong( rLong ), aPackageName (rShort), in SwBlockName()
80 nHashL = SwImpBlocks::Hash( rLong ); in SwBlockName()
83 : nPos( 0 ), aShort( rShort ), aLong( rLong ), aPackageName (rPackageName), in SwBlockName()
87 nHashL = SwImpBlocks::Hash( rLong ); in SwBlockName()
167 sal_uInt16 SwImpBlocks::GetLongIndex( const String& rLong ) const in GetLongIndex()
169 sal_uInt16 nHash = Hash( rLong ); in GetLongIndex()
174 && pName->aLong == rLong ) in GetLongIndex()
203 void SwImpBlocks::AddName( const String& rShort, const String& rLong, in AddName() argument
209 SwBlockName* pNew = new SwBlockName( rShort, rLong, 0L ); in AddName()
554 const String& rLong ) in CopyBlock() argument
[all …]
H A DSwXMLTextBlocks.cxx150 void SwXMLTextBlocks::AddName( const String& rShort, const String& rLong, sal_Bool bOnlyTxt ) in AddName() argument
158 pNew = new SwBlockName( rShort, rLong, aPackageName ); in AddName()
165 void SwXMLTextBlocks::AddName( const String& rShort, const String& rLong, in AddName() argument
171 SwBlockName* pNew = new SwBlockName( rShort, rLong, rPackageName ); in AddName()
243 const String& rLong) in CopyBlock() argument
307 ((SwXMLTextBlocks&)rDestImp).AddName( rShort, rLong, bTextOnly ); in CopyBlock()
343 sal_uLong SwXMLTextBlocks::BeginPutDoc( const String& rShort, const String& rLong ) in BeginPutDoc() argument
347 aLong = rLong; in BeginPutDoc()
/trunk/main/sw/source/core/sw3io/
H A Dswacorr.cxx51 …Reference < embed::XStorage >& rStg, const String& rFileName, const String& rShort, String& rLong ) in GetLongText() argument
58 nRet = aBlk.GetText( rShort, rLong ); in GetLongText()
63 return !IsError( nRet ) && rLong.Len(); in GetLongText()
69 SfxObjectShell& rObjSh, String& rLong ) in PutText() argument
88 nRet = aBlk.GetText( rShort, rLong ); in PutText()
/trunk/main/sw/source/core/inc/
H A Dswblocks.hxx55 SwBlockName( const String& rShort, const String& rLong, long n );
56 SwBlockName( const String& rShort, const String& rLong, const String& rPackageName );
121 virtual sal_uLong CopyBlock( SwImpBlocks& rImp, String& rShort, const String& rLong) = 0;
H A DSwXMLTextBlocks.hxx66 virtual sal_uLong CopyBlock( SwImpBlocks& rImp, String& rShort, const String& rLong);
100 sal_uLong PutBlock( SwPaM& rPaM, const String& rLong );
/trunk/main/editeng/inc/editeng/
H A Dsvxacorr.hxx188 sal_Bool PutText( const String& rShort, const String& rLong );
238 …sun::star::embed::XStorage >& rStg, const String& rFileName, const String& rShort, String& rLong );
311 …sal_Bool PutText( const String& rShort, const String& rLong, LanguageType eLang = LANGUAGE_SYSTEM …
/trunk/main/tools/inc/tools/
H A Dstream.hxx354 SvStream& operator>>( long& rLong );
415 SvStream& ReadNumber( long& rLong );
/trunk/main/sw/inc/
H A Dswacorr.hxx39 …om::sun::star::embed::XStorage >& , const String& rFileName, const String& rShort, String& rLong );
H A Dshellio.hxx378 const String& rLong ); // copy block
/trunk/main/editeng/source/misc/
H A Dsvxacorr.cxx1683 sal_Bool SvxAutoCorrect::PutText( const String& rShort, const String& rLong, in PutText() argument
1688 bRet = pLangTable->Seek( sal_uLong(eLang) )->PutText(rShort, rLong); in PutText()
2710 const String& rLong ) in PutText() argument
2729 SvxAutocorrWord* pNew = new SvxAutocorrWord( rShort, rLong, sal_True ); in PutText()
/trunk/main/tools/source/stream/
H A Dstream.cxx2092 SvStream& SvStream::ReadNumber( long& rLong ) in ReadNumber() argument
2110 rLong = strtol( buf, &pEndPtr, (int)nRadix ); in ReadNumber()

Completed in 77 milliseconds