Searched refs:sHRef (Results 1 – 9 of 9) sorted by relevance
/aoo41x/main/xmloff/source/text/ |
H A D | XMLTextFrameContext.cxx | 91 OUString sHRef; member in XMLTextFrameContextHyperlink_Impl 112 sHRef( rHRef ), in XMLTextFrameContextHyperlink_Impl() 411 ::rtl::OUString sHRef; 542 else if( sHRef.getLength() ) in Create() 582 bMayScript, sHRef, in Create() 588 if(sHRef.getLength()) in Create() 754 if( sHRef.getLength() ) in Create() 760 sHRef = GetImport().ResolveGraphicObjectURL( sHRef, !bForceLoad ); in Create() 767 aAny <<= sHRef; in Create() 1058 sHRef = rValue; in XMLTextFrameContext_Impl() [all …]
|
H A D | txtparaimphint.hxx | 128 OUString sHRef; member in XMLHyperlinkHint_Impl 149 void SetHRef( const OUString& s ) { sHRef = s; } in SetHRef() 150 const OUString& GetHRef() const { return sHRef; } in GetHRef()
|
H A D | XMLTextFrameHyperlinkContext.cxx | 74 sHRef = GetImport().GetAbsoluteReference( rValue ); in XMLTextFrameHyperlinkContext() 135 pTextFrameContext->SetHyperlink( sHRef, sName, sTargetFrameName, bMap ); in CreateChildContext()
|
H A D | XMLTextFrameHyperlinkContext.hxx | 45 ::rtl::OUString sHRef;
|
H A D | txtparae.cxx | 3155 OUString sHRef, sName, sTargetFrame, sUStyleName, sVStyleName; in addHyperlinkAttributes() local 3162 rPropSet->getPropertyValue( sHyperLinkURL ) >>= sHRef; in addHyperlinkAttributes() 3163 if ( !sHRef.isEmpty() ) in addHyperlinkAttributes() 3166 if ( sHRef.isEmpty() ) in addHyperlinkAttributes() 3222 …GetExport().AddAttribute( XML_NAMESPACE_XLINK, XML_HREF, GetExport().GetRelativeReference( sHRef )… in addHyperlinkAttributes()
|
/aoo41x/main/xmloff/source/transform/ |
H A D | FrameOASISTContext.cxx | 64 OUString sHRef( rAttrList->getValueByIndex( i ) ); in IsLinkedEmbeddedObject() local 65 if (sHRef.getLength() == 0) in IsLinkedEmbeddedObject() 71 GetTransformer().ConvertURIToOOo( sHRef, sal_True ); in IsLinkedEmbeddedObject() 72 return !(sHRef.getLength() && '#'==sHRef[0]); in IsLinkedEmbeddedObject()
|
/aoo41x/main/xmloff/source/draw/ |
H A D | XMLReplacementImageContext.cxx | 87 OUString sHRef; in EndElement() local 94 sHRef = GetImport().ResolveGraphicObjectURL( m_sHRef, !bForceLoad ); in EndElement() 98 sHRef = GetImport().ResolveGraphicObjectURLFromBase64( m_xBase64Stream ); in EndElement() 105 m_xPropSet->setPropertyValue( m_sGraphicURL, makeAny( sHRef ) ); in EndElement()
|
/aoo41x/main/sw/source/filter/html/ |
H A D | htmlgrin.cxx | 1059 String sHRef, aName, sTarget; in NewAnchor() local 1080 sHRef = pOption->GetString(); in NewAnchor() 1177 if( aStrippedClass.Len() >=9 && bHasHRef && sHRef.Len() > 1 && in NewAnchor() 1190 aFtnName = sHRef.Copy( 1 ); in NewAnchor() 1211 if( sHRef.Len() ) in NewAnchor() 1213 sHRef = URIHelper::SmartRel2Abs( INetURLObject(sBaseURL), sHRef, Link(), false ); in NewAnchor() 1219 sHRef = aURLObj.GetPartBeforeLastName(); in NewAnchor() 1223 SwFmtINetFmt aINetFmt( sHRef, sTarget ); in NewAnchor()
|
H A D | htmlcss1.cxx | 1832 String sRel, sHRef, sType; in InsertLink() local 1844 … sHRef = URIHelper::SmartRel2Abs( INetURLObject( sBaseURL ), pOption->GetString(), Link(), false ); in InsertLink() 1852 if( sHRef.Len() && sRel.EqualsIgnoreCaseAscii( "STYLESHEET" ) && in InsertLink() 1859 StartFileDownload( sHRef, 0, pDoc->GetDocShell() ); in InsertLink() 1878 if( FileDownload( sHRef, sSource ) ) in InsertLink()
|
Completed in 113 milliseconds