Lines Matching refs:String

76 	String	maURL1;
77 String maURL2;
83 virtual sal_Bool GetString( sal_uLong nErrId, String& rCtxStr );
85 void SetContext( sal_uInt16 nResId, const String& rURL );
86 void SetContext( sal_uInt16 nResId, const String& rURL1, const String& rURL2 );
97 String maPath;
118 String maIndex;
119 String maEMail;
120 String maAuthor;
121 String maHomePage;
122 String maInfo;
124 String maDocFileName;
125 String maFramePage;
126 String mDocTitle;
144 String maHTMLExtension;
145 String** mpHTMLFiles;
146 String** mpImageFiles;
147 String** mpPageNames;
148 String** mpTextFiles;
150 String maExportPath; // Das Ausgabeverzeichnes bzw. die URL
151 String maIndexUrl;
152 String maURLPath;
153 String maCGIPath;
156 const String maHTMLHeader;
181 …uno::Reference< ::com::sun::star::ucb::XSimpleFileAccess >& xFileAccess, String const & aFileName …
183 String getDocumentTitle();
186 String CreateLink( const String& aLink, const String& aText,
187 const String& aTarget = String()) const;
188String CreateImage( const String& aImage, const String& aAltText, sal_Int16 nWidth = -1, sal_Int16…
189 String CreateNavBar( sal_uInt16 nSdPage, bool bIsText ) const;
190 String CreateBodyTag() const;
192String ParagraphToHTMLString( SdrOutliner* pOutliner, sal_uLong nPara, const Color& rBackgroundCol…
193String TextAttribToHTMLString( SfxItemSet* pSet, HtmlState* pState, const Color& rBackgroundColor …
195 String CreateTextForTitle( SdrOutliner* pOutliner, SdPage* pPage, const Color& rBackgroundColor );
196String CreateTextForPage( SdrOutliner* pOutliner, SdPage* pPage, bool bHeadLine, const Color& rBac…
197String CreateTextForNotesPage( SdrOutliner* pOutliner, SdPage* pPage, bool bHeadLine, const Color&…
199 String CreateHTMLCircleArea( sal_uLong nRadius, sal_uLong nCenterX,
200 sal_uLong nCenterY, const String& rHRef ) const;
201String CreateHTMLPolygonArea( const ::basegfx::B2DPolyPolygon& rPolyPoly, Size aShift, double fFac…
202 String CreateHTMLRectArea( const Rectangle& rRect,
203 const String& rHRef ) const;
205 String CreatePageURL( sal_uInt16 nPgNum );
207 String InsertSound( const String& rSoundFile );
208 bool CopyFile( const String& rSourceFile, const String& rDestPath );
209 …bool CopyScript( const String& rPath, const String& rSource, const String& rDest, bool bUnix = fal…
214 String WriteMetaCharset() const;
221 bool WriteHtml( const String& rFileName, bool bAddExtension, const String& rHtmlData );
222 String GetButtonName( int nButton ) const;
228 static String ColorToHTMLString( Color aColor );
229 static String StringToHTMLString( const String& rString );
230 static String StringToURL( const String& rURL );