/aoo41x/main/sw/source/core/swg/ |
H A D | SwXMLTextBlocks.cxx | 152 sal_uInt16 nIdx = GetIndex( rShort ); in AddName() 168 sal_uInt16 nIdx = GetIndex( rShort ); in AddName() 248 String aGroup( rShort ); in CopyBlock() 305 rShort = sDestShortName; in CopyBlock() 321 GetIndex ( rShort ); in StartPutBlock() 346 aShort = rShort; in BeginPutDoc() 349 SetIsTextOnly( rShort, sal_False); in BeginPutDoc() 455 return GetBlockText( rShort, rText ); in GetText() 540 sal_uInt16 nIdx = GetIndex ( rShort ); in SetIsTextOnly() 592 rPackageName = rShort; in GeneratePackageName() [all …]
|
H A D | swblocks.cxx | 76 : nPos( n ), aShort( rShort ), aLong( rLong ), aPackageName (rShort), in SwBlockName() 79 nHashS = SwImpBlocks::Hash( rShort ); in SwBlockName() 86 nHashS = SwImpBlocks::Hash( rShort ); in SwBlockName() 152 sal_uInt16 SwImpBlocks::GetIndex( const String& rShort ) const in GetIndex() 154 String s( GetAppCharClass().upper( rShort ) ); in GetIndex() 203 void SwImpBlocks::AddName( const String& rShort, const String& rLong, in AddName() argument 206 sal_uInt16 nIdx = GetIndex( rShort ); in AddName() 209 SwBlockName* pNew = new SwBlockName( rShort, rLong, 0L ); in AddName() 677 String aNew( rShort ); in PutText() 750 sal_Bool SwTextBlocks::IsOnlyTextBlock( const String& rShort ) const in IsOnlyTextBlock() [all …]
|
H A D | SwXMLTextBlocks1.cxx | 314 sal_uLong SwXMLTextBlocks::GetBlockText( const String& rShort, String& rText ) in GetBlockText() argument 319 GeneratePackageName ( rShort, aFolderName ); in GetBlockText() 393 sal_uLong SwXMLTextBlocks::PutBlockText( const String& rShort, const String& , in PutBlockText() argument 396 GetIndex ( rShort ); in PutBlockText()
|
/aoo41x/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() 68 …xt( const uno::Reference < embed::XStorage >& rStg, const String& rFileName, const String& rShort, in PutText() argument 81 nRet = aBlk.BeginPutDoc( rShort, rShort ); in PutText() 86 aBlk.AddName ( rShort, rShort, sal_False ); in PutText() 88 nRet = aBlk.GetText( rShort, rLong ); in PutText()
|
/aoo41x/main/sw/source/core/inc/ |
H A D | SwXMLTextBlocks.hxx | 61 void GeneratePackageName ( const String& rShort, String& rPackageName ); 66 virtual sal_uLong CopyBlock( SwImpBlocks& rImp, String& rShort, const String& rLong); 82 sal_uLong GetText( const String& rShort, String& ); 84 virtual sal_Bool IsOnlyTextBlock( const String& rShort ) const; 86 virtual void SetIsTextOnly( const String& rShort, sal_Bool bNewValue ); 99 sal_uLong StartPutBlock( const String& rShort, const String& rPackageName ); 101 sal_uLong GetBlockText( const String& rShort, String& rText ); 102 …sal_uLong PutBlockText( const String& rShort, const String& rName, const String& rText, const Str…
|
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; 133 virtual sal_Bool IsOnlyTextBlock( const String& rShort ) const;
|
/aoo41x/main/editeng/inc/editeng/ |
H A D | svxacorr.hxx | 188 sal_Bool PutText( const String& rShort, const String& rLong ); 190 sal_Bool PutText( const String& rShort, SfxObjectShell& ); 192 sal_Bool DeleteText( const String& rShort ); 226 …un::star::embed::XStorage >& rStg, const String& rFileName, const String& rShort, SfxObjectShell& , 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 … 313 sal_Bool PutText( const String& rShort, SfxObjectShell& rShell, in PutText() argument 315 { return _GetLanguageList( eLang ).PutText(rShort, rShell ); } in PutText() 318 sal_Bool DeleteText( const String& rShort, LanguageType eLang = LANGUAGE_SYSTEM);
|
/aoo41x/main/editeng/source/misc/ |
H A D | svxacorr.cxx | 1688 bRet = pLangTable->Seek( sal_uLong(eLang) )->PutText(rShort, rLong); in PutText() 1698 bRet = pLangTable->Seek( sal_uLong( eLang ))->DeleteText( rShort ); in DeleteText() 1730 void GeneratePackageName ( const String& rShort, String& rPackageName ) in GeneratePackageName() argument 1732 rPackageName = rShort; in GeneratePackageName() 2709 sal_Bool SvxAutoCorrectLanguageLists::PutText( const String& rShort, in PutText() argument 2735 String sStgNm( rShort ); in PutText() 2739 GeneratePackageName ( rShort, sStgNm); in PutText() 2764 sal_Bool SvxAutoCorrectLanguageLists::PutText( const String& rShort, in PutText() argument 2819 SvxAutocorrWord aTmp( rShort, rShort ); in DeleteText() 2825 String aName( rShort ); in DeleteText() [all …]
|
/aoo41x/main/tools/inc/tools/ |
H A D | stream.hxx | 357 SvStream& operator>>( short& rShort ); 415 SvStream& ReadNumber( short& rShort ); 635 inline SvStream& SvStream::ReadNumber( short& rShort ) in ReadNumber() argument 639 rShort = (short)nTmp; in ReadNumber()
|
/aoo41x/main/sw/inc/ |
H A D | swacorr.hxx | 39 …om::sun::star::embed::XStorage >& , const String& rFileName, const String& rShort, String& rLong ); 43 …om::sun::star::embed::XStorage >&, const String& rFileName, const String& rShort, SfxObjectShell& ,
|
H A D | shellio.hxx | 392 sal_Bool IsOnlyTextBlock( const String& rShort ) const;
|
/aoo41x/main/sw/source/ui/misc/ |
H A D | glossary.cxx | 401 const String& rShort) in DoesBlockExist() argument 414 (!rShort.Len() || rShort == *(String*)pChild->GetUserData())) in DoesBlockExist()
|
/aoo41x/main/sw/source/ui/inc/ |
H A D | glossary.hxx | 162 SvLBoxEntry* DoesBlockExist(const String& sBlock, const String& rShort);
|