Lines Matching refs:rShort

150 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()
250 sal_uInt16 nIndex = GetIndex ( rShort ); in CopyBlock()
305 rShort = sDestShortName; in CopyBlock()
307 ((SwXMLTextBlocks&)rDestImp).AddName( rShort, rLong, bTextOnly ); in CopyBlock()
316 sal_uLong SwXMLTextBlocks::StartPutBlock( const String& rShort, const String& rPackageName ) in StartPutBlock() argument
321 GetIndex ( rShort ); in StartPutBlock()
343 sal_uLong SwXMLTextBlocks::BeginPutDoc( const String& rShort, const String& rLong ) in BeginPutDoc() argument
346 aShort = rShort; in BeginPutDoc()
348 GeneratePackageName( rShort, aPackageName ); in BeginPutDoc()
349 SetIsTextOnly( rShort, sal_False); in BeginPutDoc()
350 return StartPutBlock (rShort, aPackageName); in BeginPutDoc()
453 sal_uLong SwXMLTextBlocks::GetText( const String& rShort, String& rText ) in GetText() argument
455 return GetBlockText( rShort, rText ); in GetText()
538 void SwXMLTextBlocks::SetIsTextOnly( const String& rShort, sal_Bool bNewValue ) in SetIsTextOnly() argument
540 sal_uInt16 nIdx = GetIndex ( rShort ); in SetIsTextOnly()
550 sal_Bool SwXMLTextBlocks::IsOnlyTextBlock( const String& rShort ) const in IsOnlyTextBlock()
552 sal_uInt16 nIdx = GetIndex ( rShort ); in IsOnlyTextBlock()
590 void SwXMLTextBlocks::GeneratePackageName ( const String& rShort, String& rPackageName ) in GeneratePackageName() argument
592 rPackageName = rShort; in GeneratePackageName()
604 sal_uLong SwXMLTextBlocks::PutText( const String& rShort, const String& rName, in PutText() argument
608 aShort = rShort; in PutText()
612 GeneratePackageName( rShort, aPackageName ); in PutText()
614 nRes = PutBlockText( rShort, rName, rText, aPackageName ); in PutText()