Lines Matching refs:SwXMLTextBlocks

56 void SwXMLTextBlocks::InitBlockMode ( const uno::Reference < embed::XStorage >& rStorage )  in InitBlockMode()
62 void SwXMLTextBlocks::ResetBlockMode ( ) in ResetBlockMode()
68 SwXMLTextBlocks::SwXMLTextBlocks( const String& rFile ) in SwXMLTextBlocks() function in SwXMLTextBlocks
109 SwXMLTextBlocks::SwXMLTextBlocks( const uno::Reference < embed::XStorage >& rStg, const String& rNa… in SwXMLTextBlocks() function in SwXMLTextBlocks
129 SwXMLTextBlocks::~SwXMLTextBlocks() in ~SwXMLTextBlocks()
141 void SwXMLTextBlocks::ClearDoc() in ClearDoc()
150 void SwXMLTextBlocks::AddName( const String& rShort, const String& rLong, sal_Bool bOnlyTxt ) in AddName()
165 void SwXMLTextBlocks::AddName( const String& rShort, const String& rLong, in AddName()
178 sal_uLong SwXMLTextBlocks::Delete( sal_uInt16 n ) in Delete()
201 sal_uLong SwXMLTextBlocks::Rename( sal_uInt16 nIdx, const String& rNewShort, const String& ) in Rename()
242 sal_uLong SwXMLTextBlocks::CopyBlock( SwImpBlocks& rDestImp, String& rShort, in CopyBlock()
258 …uno::Reference < container::XNameAccess > xAccess( ((SwXMLTextBlocks&)rDestImp).xBlkRoot, uno::UNO… in CopyBlock()
275 …uno::Reference < embed::XStorage > rDestRoot = ((SwXMLTextBlocks&)rDestImp).xBlkRoot->openStorageE… in CopyBlock()
307 ((SwXMLTextBlocks&)rDestImp).AddName( rShort, rLong, bTextOnly ); in CopyBlock()
308 ((SwXMLTextBlocks&)rDestImp).MakeBlockList(); in CopyBlock()
316 sal_uLong SwXMLTextBlocks::StartPutBlock( const String& rShort, const String& rPackageName ) in StartPutBlock()
343 sal_uLong SwXMLTextBlocks::BeginPutDoc( const String& rShort, const String& rLong ) in BeginPutDoc()
353 sal_uLong SwXMLTextBlocks::PutBlock( SwPaM& , const String& ) in PutBlock()
440 sal_uLong SwXMLTextBlocks::PutDoc() in PutDoc()
448 sal_uLong SwXMLTextBlocks::GetText( sal_uInt16 nIdx, String& rText ) in GetText()
453 sal_uLong SwXMLTextBlocks::GetText( const String& rShort, String& rText ) in GetText()
459 sal_uLong SwXMLTextBlocks::MakeBlockList() in MakeBlockList()
465 sal_Bool SwXMLTextBlocks::PutMuchEntries( sal_Bool bOn ) in PutMuchEntries()
508 sal_uLong SwXMLTextBlocks::OpenFile( sal_Bool bRdOnly ) in OpenFile()
528 void SwXMLTextBlocks::CloseFile() in CloseFile()
538 void SwXMLTextBlocks::SetIsTextOnly( const String& rShort, sal_Bool bNewValue ) in SetIsTextOnly()
545 void SwXMLTextBlocks::SetIsTextOnly( sal_uInt16 nIdx, sal_Bool bNewValue ) in SetIsTextOnly()
550 sal_Bool SwXMLTextBlocks::IsOnlyTextBlock( const String& rShort ) const in IsOnlyTextBlock()
560 sal_Bool SwXMLTextBlocks::IsOnlyTextBlock( sal_uInt16 nIdx ) const in IsOnlyTextBlock()
565 sal_Bool SwXMLTextBlocks::IsFileUCBStorage( const String & rFileName) in IsFileUCBStorage()
585 short SwXMLTextBlocks::GetFileType ( void ) const in GetFileType()
590 void SwXMLTextBlocks::GeneratePackageName ( const String& rShort, String& rPackageName ) in GeneratePackageName()
604 sal_uLong SwXMLTextBlocks::PutText( const String& rShort, const String& rName, in PutText()
618 void SwXMLTextBlocks::MakeBlockText( const String& rText ) in MakeBlockText()