/aoo42x/main/qadevOOo/runner/helper/ |
H A D | URLHelper.java | 139 String sBaseURL = URLHelper.getFileURLFromSystemPath(aBasePath ); in getURLWithProtocolFromSystemPath() local 142 if (sBaseURL.lastIndexOf('/')==(sBaseURL.length()-1)) in getURLWithProtocolFromSystemPath() 143 sBaseURL = sBaseURL.substring(0,sBaseURL.length()-1); in getURLWithProtocolFromSystemPath() 149 int index = sFileURL.indexOf(sBaseURL); in getURLWithProtocolFromSystemPath() 151 sFileURL.substring(index+sBaseURL.length()); in getURLWithProtocolFromSystemPath()
|
/aoo42x/main/l10ntools/source/filter/utils/ |
H A D | FileHelper.java | 144 java.lang.String sBaseURL = FileHelper.getFileURLFromSystemPath(aBasePath ); in getURLWithProtocolFromSystemPath() local 147 if (sBaseURL.lastIndexOf('/')==(sBaseURL.length()-1)) in getURLWithProtocolFromSystemPath() 148 sBaseURL = sBaseURL.substring(0,sBaseURL.length()-1); in getURLWithProtocolFromSystemPath()
|
/aoo42x/main/sw/inc/ |
H A D | shellio.hxx | 168 String sBaseURL; member in SwReader 199 const String& GetBaseURL() const { return sBaseURL;} in GetBaseURL() 202 void SetBaseURL( const String& rURL ) { sBaseURL = rURL; } in SetBaseURL() 435 String sBaseURL; member in Writer 455 void SetBaseURL( const String& rURL ) { sBaseURL = rURL; } in SetBaseURL() 499 const String& GetBaseURL() const { return sBaseURL;} in GetBaseURL()
|
/aoo42x/main/sw/source/core/unocore/ |
H A D | unocrsrhelper.cxx | 814 ::rtl::OUString sFilterName, sFilterOptions, sPassword, sBaseURL; in InsertFile() 828 aMediaDescriptor[comphelper::MediaDescriptor::PROP_DOCUMENTBASEURL() ] >>= sBaseURL; in InsertFile() 863 new SfxMedium(xReadStorage, sBaseURL, 0 ) : in InsertFile() 865 if( sBaseURL.getLength() ) in InsertFile() 866 pMed->GetItemSet()->Put( SfxStringItem( SID_DOC_BASEURL, sBaseURL ) ); in InsertFile() 889 pMed = new SfxMedium(xReadStorage, sBaseURL, 0 ); in InsertFile() 898 if( sBaseURL.getLength()) in InsertFile() 899 pMed->GetItemSet()->Put( SfxStringItem( SID_DOC_BASEURL, sBaseURL ) ); in InsertFile()
|
/aoo42x/main/sw/source/core/inc/ |
H A D | swblocks.hxx | 74 String sBaseURL; // base URL - has to be set at the Readers and Writers member in SwImpBlocks 116 const String& GetBaseURL() const { return sBaseURL;} in GetBaseURL() 117 void SetBaseURL( const String& rURL ) { sBaseURL = rURL; } in SetBaseURL()
|
/aoo42x/main/sfx2/inc/sfx2/ |
H A D | mieclip.hxx | 40 String sBaseURL; member in MSE40HTMLClipFormatObj 54 const String& GetBaseURL() const { return sBaseURL; } in GetBaseURL()
|
/aoo42x/main/sfx2/source/bastyp/ |
H A D | mieclip.cxx | 79 sBaseURL = String( sLine.Erase( 0, nIndex ), RTL_TEXTENCODING_UTF8); in IsValid() 82 ( sBaseURL.Len() || rStream.Tell() >= (sal_uInt32)nStt )) in IsValid()
|
/aoo42x/main/sw/source/filter/html/ |
H A D | htmlplug.cxx | 412 INetURLObject(sBaseURL), aURL, in InsertEmbed() 641 if( pAppletImpl->CreateApplet( sBaseURL ) ) in EndObject() 746 aCodeBase = INetURLObject::GetAbsURL( sBaseURL, aCodeBase ); in InsertApplet() 747 pAppletImpl->CreateApplet( aCode, aName, bMayScript, aCodeBase, sBaseURL );//, aAlt ); in InsertApplet() 887 SfxFrameHTMLParser::ParseFrameOptions( &aFrameDesc, pHTMLOptions, sBaseURL ); in InsertFloatingFrame()
|
H A D | svxcss1.hxx | 232 String sBaseURL; member in SvxCSS1Parser 368 const String& GetBaseURL() const { return sBaseURL;} in GetBaseURL()
|
H A D | htmlgrin.cxx | 358 sGrfNm = INetURLObject::GetAbsURL( sBaseURL, sGrfNm ); in InsertImage() 954 aBrushItem.SetGraphicLink( INetURLObject::GetAbsURL( sBaseURL, aBackGround ) ); in InsertBodyOptions() 1213 sHRef = URIHelper::SmartRel2Abs( INetURLObject(sBaseURL), sHRef, Link(), false ); in NewAnchor()
|
H A D | htmlsect.cxx | 290 aURL = URIHelper::SmartRel2Abs(INetURLObject( sBaseURL ), aHRef, Link(), false); in NewDivision() 294 … aURL = URIHelper::SmartRel2Abs(INetURLObject( sBaseURL ), aHRef.Copy( 0, nPos ), Link(), false ); in NewDivision()
|
H A D | htmlbas.cxx | 73 ParseScriptOptions( aScriptType, sBaseURL, eScriptLang, aScriptURL, in NewScript()
|
H A D | htmlform.cxx | 1334 String aAction( sBaseURL ); in NewForm() 1431 aAction = URIHelper::SmartRel2Abs(INetURLObject(sBaseURL), aAction, Link(), false); in NewForm() 1965 … aTmp <<= OUString( URIHelper::SmartRel2Abs(INetURLObject(sBaseURL), sImgSrc, Link(), false)); in InsertInput()
|
H A D | swhtml.cxx | 274 sBaseURL( rBaseURL ), in SwHTMLParser() 365 pCSS1Parser = new SwCSS1Parser( pDoc, aFontHeights, sBaseURL, IsNewDoc() ); in SwHTMLParser() 1292 sBaseURL = pOption->GetString(); in NextToken() 1987 ParseAreaOptions( pImageMap, sBaseURL, SFX_EVENT_MOUSEOVER_OBJECT, in NextToken()
|
H A D | htmlnum.cxx | 254 … aBulletSrc = URIHelper::SmartRel2Abs( INetURLObject( sBaseURL ), aBulletSrc, Link(), false ); in NewNumBulList()
|
H A D | swhtml.hxx | 379 String sBaseURL; member in SwHTMLParser
|
/aoo42x/main/editeng/inc/editeng/ |
H A D | svxrtf.hxx | 232 String sBaseURL; member in SvxRTFParser 366 const String& GetBaseURL() const { return sBaseURL; } in GetBaseURL()
|
/aoo42x/main/sw/source/filter/rtf/ |
H A D | swparrtf.hxx | 314 String sBaseURL; member in SwRTFParser 448 const String& GetBaseURL() const { return sBaseURL;} in GetBaseURL()
|
/aoo42x/main/framework/source/jobs/ |
H A D | helponstartup.cxx | 405 ::rtl::OUString HelpOnStartup::ist_createHelpURL(const ::rtl::OUString& sBaseURL, in ist_createHelpURL() argument 410 sHelpURL.append (sBaseURL ); in ist_createHelpURL()
|
/aoo42x/main/sw/source/filter/inc/ |
H A D | fltshell.hxx | 502 String sBaseURL; member in SwFltShell 654 const String& GetBaseURL() const { return sBaseURL; } in GetBaseURL()
|
/aoo42x/main/framework/inc/jobs/ |
H A D | helponstartup.hxx | 220 static ::rtl::OUString ist_createHelpURL(const ::rtl::OUString& sBaseURL,
|
/aoo42x/main/editeng/source/rtf/ |
H A D | svxrtf.cxx | 165 sBaseURL.Erase(); in CallParser() 765 sBaseURL = GetTextToEndGroup( sStr ) ; in ReadInfo()
|
/aoo42x/main/sw/source/filter/ww8/ |
H A D | ww8par.hxx | 1108 String sBaseURL; member in SwWW8ImplReader 1750 const String& GetBaseURL() const { return sBaseURL; } in GetBaseURL()
|
H A D | ww8graf2.cxx | 276 INetURLObject(sBaseURL), rFileName, in ReadGrafFile()
|
/aoo42x/main/sw/source/filter/ww1/ |
H A D | fltshell.cxx | 1029 sBaseURL(rBaseURL), in SwFltShell()
|