Home
last modified time | relevance | path

Searched refs:rShort (Results 1 – 13 of 13) sorted by relevance

/trunk/main/sw/source/core/swg/
H A DSwXMLTextBlocks.cxx152 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 Dswblocks.cxx76 : 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 DSwXMLTextBlocks1.cxx314 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()
/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()
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()
/trunk/main/sw/source/core/inc/
H A DSwXMLTextBlocks.hxx61 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 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;
133 virtual sal_Bool IsOnlyTextBlock( const String& rShort ) const;
/trunk/main/editeng/inc/editeng/
H A Dsvxacorr.hxx188 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);
/trunk/main/editeng/source/misc/
H A Dsvxacorr.cxx1688 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 …]
/trunk/main/tools/inc/tools/
H A Dstream.hxx355 SvStream& operator>>( short& rShort );
413 SvStream& ReadNumber( short& rShort );
631 inline SvStream& SvStream::ReadNumber( short& rShort ) in ReadNumber() argument
635 rShort = (short)nTmp; in ReadNumber()
/trunk/main/sw/inc/
H A Dswacorr.hxx39 …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 Dshellio.hxx389 sal_Bool IsOnlyTextBlock( const String& rShort ) const;
/trunk/main/sw/source/ui/misc/
H A Dglossary.cxx406 const String& rShort) in DoesBlockExist() argument
419 (!rShort.Len() || rShort == *(String*)pChild->GetUserData())) in DoesBlockExist()
/trunk/main/sw/source/ui/inc/
H A Dglossary.hxx162 SvLBoxEntry* DoesBlockExist(const String& sBlock, const String& rShort);

Completed in 91 milliseconds