Searched refs:aHRef (Results 1 – 5 of 5) sorted by relevance
/aoo4110/main/sw/source/filter/html/ |
H A D | htmlsect.cxx | 77 String aId, aHRef, aStyle, aClass, aLang, aDir; in NewDivision() local 109 aHRef = pOption->GetString(); in NewDivision() 248 if( (aId.Len() && !bPositioned) || aHRef.Len() ) in NewDivision() 272 if( aHRef.Len() ) in NewDivision() 276 xub_StrLen nPos = aHRef.SearchBackward( cDelim ); in NewDivision() 280 nPos2 = aHRef.SearchBackward( cDelim, nPos ); in NewDivision() 298 aURL += aHRef.Copy( nPos+1 ); in NewDivision() 302 aURL += aHRef.Copy( nPos+1, nPos2 - (nPos+1) ); in NewDivision() 309 aHRef = aURL; in NewDivision() 314 if( aHRef.Len() ) in NewDivision() [all …]
|
/aoo4110/main/sfx2/source/bastyp/ |
H A D | sfxhtml.cxx | 132 String aName, aHRef, aAlt, aTarget, sEmpty; in ParseAreaOptions() local 153 aHRef = INetURLObject::GetAbsURL( rBaseURL, pOption->GetString() ); in ParseAreaOptions() 192 aHRef.Erase(); in ParseAreaOptions() 202 IMapRectangleObject aMapRObj( aRec, aHRef, aAlt, String(), aTarget, aName, in ParseAreaOptions() 213 IMapCircleObject aMapCObj( aPoint, aCoords[2],aHRef, aAlt, String(), in ParseAreaOptions() 227 IMapPolygonObject aMapPObj( aPoly, aHRef, aAlt, String(), aTarget, aName, in ParseAreaOptions()
|
/aoo4110/main/sd/source/filter/html/ |
H A D | htmlex.cxx | 1756 String aHRef; in CreateHtmlForPresPages() local 1776 aHRef = CreatePageURL(( nPgNum - 1 ) / 2 ); in CreateHtmlForPresPages() 1781 aHRef = pInfo->GetBookmark(); in CreateHtmlForPresPages() 1792 aHRef = CreatePageURL( (sal_uInt16) nPage); in CreateHtmlForPresPages() 1804 aHRef = CreatePageURL( (sal_uInt16) nPage); in CreateHtmlForPresPages() 1809 aHRef = CreatePageURL(0); in CreateHtmlForPresPages() 1813 aHRef = CreatePageURL(mnSdPageCount - 1); in CreateHtmlForPresPages() 1821 if( aHRef.Len() ) in CreateHtmlForPresPages() 1831 aHRef); in CreateHtmlForPresPages() 1839 …bject)->GetPathPoly(), Size(-pPage->GetLftBorder(), -pPage->GetUppBorder()), fLogicToPixel, aHRef); in CreateHtmlForPresPages() [all …]
|
/aoo4110/main/editeng/source/editeng/ |
H A D | eehtml.cxx | 817 pCurAnchor->aHRef = aURL; in AnchorStart() 827 …SvxFieldItem aFld( SvxURLField( pCurAnchor->aHRef, pCurAnchor->aText, SVXURLFORMAT_REPR ), EE_FEAT… in AnchorEnd()
|
H A D | eehtml.hxx | 38 String aHRef; member
|
Completed in 31 milliseconds