Searched refs:SwXMLTextBlocks (Results 1 – 10 of 10) sorted by relevance
/trunk/main/sw/source/core/swg/ |
H A D | SwXMLTextBlocks.cxx | 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() 178 sal_uLong SwXMLTextBlocks::Delete( sal_uInt16 n ) in Delete() 308 ((SwXMLTextBlocks&)rDestImp).MakeBlockList(); in CopyBlock() 440 sal_uLong SwXMLTextBlocks::PutDoc() in PutDoc() 459 sal_uLong SwXMLTextBlocks::MakeBlockList() in MakeBlockList() 528 void SwXMLTextBlocks::CloseFile() in CloseFile() [all …]
|
H A D | SwXMLTextBlocks1.cxx | 64 sal_uLong SwXMLTextBlocks::GetDoc( sal_uInt16 nIdx ) in GetDoc() 179 sal_uLong SwXMLTextBlocks::GetMacroTable( sal_uInt16 nIdx, in GetMacroTable() 314 sal_uLong SwXMLTextBlocks::GetBlockText( const String& rShort, String& rText ) in GetBlockText() 393 sal_uLong SwXMLTextBlocks::PutBlockText( const String& rShort, const String& , in PutBlockText() 479 void SwXMLTextBlocks::ReadInfo( void ) in ReadInfo() 544 void SwXMLTextBlocks::WriteInfo( void ) in WriteInfo() 606 sal_uLong SwXMLTextBlocks::SetMacroTable( in SetMacroTable()
|
H A D | SwXMLBlockImport.cxx | 45 SwXMLTextBlocks &rBlocks ) in SwXMLBlockListImport() 77 SwXMLTextBlocks &rBlocks, in SwXMLTextBlockImport()
|
H A D | SwXMLBlockExport.cxx | 38 SwXMLTextBlocks & rBlocks, in SwXMLBlockListExport() 87 SwXMLTextBlocks & rBlocks, in SwXMLTextBlockExport()
|
H A D | swblocks.cxx | 97 if( SwXMLTextBlocks::IsFileUCBStorage( rFile ) ) in GetFileType() 267 case SWBLK_XML: pImp = new SwXMLTextBlocks( sFileName ); break; in SwTextBlocks() 268 case SWBLK_NO_FILE: pImp = new SwXMLTextBlocks( sFileName ); break; in SwTextBlocks()
|
/trunk/main/sw/source/core/inc/ |
H A D | SwXMLBlockImport.hxx | 28 class SwXMLTextBlocks; 32 SwXMLTextBlocks &rBlockList; 45 SwXMLTextBlocks &rBlocks ); 47 SwXMLTextBlocks& getBlockList ( void ) in getBlockList() 58 SwXMLTextBlocks &rBlockList; 74 SwXMLTextBlocks &rBlocks, String &rNewText, sal_Bool bNewTextOnly ); 76 SwXMLTextBlocks& getBlockList ( void ) in getBlockList()
|
H A D | SwXMLBlockExport.hxx | 29 class SwXMLTextBlocks; 34 SwXMLTextBlocks &rBlockList; 39 SwXMLTextBlocks & rBlocks, 53 SwXMLTextBlocks &rBlockList; 58 SwXMLTextBlocks & rBlocks,
|
H A D | SwXMLTextBlocks.hxx | 38 class SwXMLTextBlocks : public SwImpBlocks class 57 SwXMLTextBlocks( const String& rFile ); 58 …SwXMLTextBlocks( const com::sun::star::uno::Reference < com::sun::star::embed::XStorage >&, const … 62 virtual ~SwXMLTextBlocks();
|
/trunk/main/sw/source/core/sw3io/ |
H A D | swacorr.cxx | 57 SwXMLTextBlocks aBlk( rStg, rFileName ); in GetLongText() 78 SwXMLTextBlocks aBlk( rStg, rFileName ); in PutText()
|
/trunk/main/sw/ |
H A D | Library_sw.mk | 338 sw/source/core/swg/SwXMLTextBlocks \
|
Completed in 35 milliseconds