Searched refs:SwXMLTextBlocks (Results 1 – 10 of 10) sorted by relevance
| /AOO41X/main/sw/source/core/swg/ |
| H A D | SwXMLTextBlocks.cxx | 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() [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()
|
| /AOO41X/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();
|
| /AOO41X/main/sw/source/core/sw3io/ |
| H A D | swacorr.cxx | 57 SwXMLTextBlocks aBlk( rStg, rFileName ); in GetLongText() 78 SwXMLTextBlocks aBlk( rStg, rFileName ); in PutText()
|
| /AOO41X/main/sw/ |
| H A D | Library_sw.mk | 333 sw/source/core/swg/SwXMLTextBlocks \
|