Home
last modified time | relevance | path

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

/AOO41X/main/sw/source/core/swg/
H A DSwXMLTextBlocks.cxx150 void SwXMLTextBlocks::AddName( const String& rShort, const String& rLong, sal_Bool bOnlyTxt ) in AddName() argument
152 sal_uInt16 nIdx = GetIndex( rShort ); in AddName()
157 GeneratePackageName( rShort, aPackageName ); in AddName()
158 pNew = new SwBlockName( rShort, rLong, aPackageName ); in AddName()
165 void SwXMLTextBlocks::AddName( const String& rShort, const String& rLong, in AddName() argument
168 sal_uInt16 nIdx = GetIndex( rShort ); in AddName()
171 SwBlockName* pNew = new SwBlockName( rShort, rLong, rPackageName ); in AddName()
242 sal_uLong SwXMLTextBlocks::CopyBlock( SwImpBlocks& rDestImp, String& rShort, in CopyBlock() argument
248 String aGroup( rShort ); in CopyBlock()
249 sal_Bool bTextOnly = IsOnlyTextBlock ( rShort ) ;//pImp->pBlkRoot->IsStream( aGroup ); in CopyBlock()
[all …]
H A Dswblocks.cxx75 SwBlockName::SwBlockName( const String& rShort, const String& rLong, long n ) in SwBlockName() argument
76 : nPos( n ), aShort( rShort ), aLong( rLong ), aPackageName (rShort), in SwBlockName()
79 nHashS = SwImpBlocks::Hash( rShort ); in SwBlockName()
82 SwBlockName::SwBlockName( const String& rShort, const String& rLong, const String& rPackageName) in SwBlockName() argument
83 : nPos( 0 ), aShort( rShort ), aLong( rLong ), aPackageName (rPackageName), 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()
[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()
/AOO41X/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()
/AOO41X/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;
/AOO41X/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);
/AOO41X/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()
1694 sal_Bool SvxAutoCorrect::DeleteText( const String& rShort, LanguageType eLang ) in DeleteText() argument
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
2729 SvxAutocorrWord* pNew = new SvxAutocorrWord( rShort, rLong, sal_True ); in PutText()
2735 String sStgNm( rShort ); in PutText()
2739 GeneratePackageName ( rShort, sStgNm); in PutText()
[all …]
/AOO41X/main/tools/inc/tools/
H A Dstream.hxx357 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 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.hxx392 sal_Bool IsOnlyTextBlock( const String& rShort ) const;
/AOO41X/main/sw/source/ui/misc/
H A Dglossary.cxx401 const String& rShort) in DoesBlockExist() argument
414 (!rShort.Len() || rShort == *(String*)pChild->GetUserData())) in DoesBlockExist()
/AOO41X/main/sw/source/ui/inc/
H A Dglossary.hxx162 SvLBoxEntry* DoesBlockExist(const String& sBlock, const String& rShort);