Searched refs:SwFltShell (Results 1 – 4 of 4) sorted by relevance
| /trunk/main/sw/source/filter/ww1/ |
| H A D | fltshell.cxx | 1021 SwFltShell::SwFltShell(SwDoc* pDoc, SwPaM& rPaM, const String& rBaseURL, sal_Bool bNew, sal_uLong n… in SwFltShell() function in SwFltShell 1067 SwFltShell::~SwFltShell() in ~SwFltShell() 1128 SwFltShell& SwFltShell::operator << ( const String& rStr ) in operator <<() 1135 void SwFltShell::ConvertUStr( String& rInOut ) in ConvertUStr() 1141 String SwFltShell::QuoteStr( const String& rIn ) in QuoteStr() 1165 SwFltShell& SwFltShell::operator << ( const sal_Unicode c ) in operator <<() 1172 SwFltShell& SwFltShell::AddError( const sal_Char* pErr ) in AddError() 1189 SwFltShell& SwFltShell::operator << (Graphic& rGraphic) in operator <<() 1196 void SwFltShell::NextParagraph() in NextParagraph() 1201 void SwFltShell::NextPage() in NextPage() [all …]
|
| H A D | w1par.hxx | 33 class Ww1Shell : public SwFltShell
|
| H A D | w1par.cxx | 133 : SwFltShell(&rD, rPam, rBaseURL, bNew, nFieldFlags) in Ww1Shell()
|
| /trunk/main/sw/source/filter/inc/ |
| H A D | fltshell.hxx | 41 class SwFltShell; 106 friend class SwFltShell; 241 friend class SwFltShell; // darf aName und aVal uebersetzen 472 class SwFltShell class 511 SwFltShell(SwDoc* , SwPaM& , const String& rBaseURL, sal_Bool bNew, sal_uLong = 0); 512 ~SwFltShell(); 530 SwFltShell& AddGraphic( const String& rPicName ); 531 SwFltShell& AddError( const sal_Char* pErr ); 532 SwFltShell& EndItem( sal_uInt16 nId ); 533 SwFltShell& SetStyle( sal_uInt16 nStyle ); [all …]
|