/trunk/main/sw/source/core/swg/ |
H A D | swblocks.cxx | 76 : 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 D | SwXMLTextBlocks.cxx | 150 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 D | swacorr.cxx | 51 …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 D | swblocks.hxx | 55 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 D | SwXMLTextBlocks.hxx | 66 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 D | svxacorr.hxx | 188 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 D | stream.hxx | 356 SvStream& operator>>( long& rLong ); 417 SvStream& ReadNumber( long& rLong );
|
/trunk/main/sw/inc/ |
H A D | swacorr.hxx | 39 …om::sun::star::embed::XStorage >& , const String& rFileName, const String& rShort, String& rLong );
|
H A D | shellio.hxx | 378 const String& rLong ); // copy block
|
/trunk/main/editeng/source/misc/ |
H A D | svxacorr.cxx | 1683 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 D | stream.cxx | 2175 SvStream& SvStream::ReadNumber( long& rLong ) in ReadNumber() argument 2193 rLong = strtol( buf, &pEndPtr, (int)nRadix ); in ReadNumber()
|