Home
last modified time | relevance | path

Searched refs:rINetFormat (Results 1 – 8 of 8) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/html/
H A Dhtmlgrin.cxx822 const SwFormatINetFormat &rINetFormat = in InsertImage() local
827 aURL.SetURL( rINetFormat.GetValue(), bIsMap ); in InsertImage()
828 aURL.SetTargetFrameName( rINetFormat.GetTargetFrame() ); in InsertImage()
829 aURL.SetName( rINetFormat.GetName() ); in InsertImage()
840 const SvxMacro *pMacro = rINetFormat.GetMacro( id ); in InsertImage()
859 if( !rINetFormat.GetName().isEmpty() ) in InsertImage()
862 InsertBookmark( rINetFormat.GetName() ); in InsertImage()
H A Dhtmlatr.cxx2932 Writer& OutHTML_INetFormat( Writer& rWrt, const SwFormatINetFormat& rINetFormat, bool bOn ) in OutHTML_INetFormat() argument
2936 OUString aURL( rINetFormat.GetValue() ); in OutHTML_INetFormat()
2937 const SvxMacroTableDtor *pMacTable = rINetFormat.GetMacroTable(); in OutHTML_INetFormat()
2941 if( aURL.isEmpty() && !bEvents && rINetFormat.GetName().isEmpty() ) in OutHTML_INetFormat()
3017 if( !rINetFormat.GetName().isEmpty() ) in OutHTML_INetFormat()
3021 HTMLOutFuncs::Out_String( rWrt.Strm(), rINetFormat.GetName(), in OutHTML_INetFormat()
3026 const OUString& rTarget = rINetFormat.GetTargetFrame(); in OutHTML_INetFormat()
3057 const SwFormatINetFormat& rINetFormat = static_cast<const SwFormatINetFormat&>(rHt); in OutHTML_SwFormatINetFormat() local
3070 OutHTML_INetFormat( rWrt, rINetFormat, true ); in OutHTML_SwFormatINetFormat()
3073 SwFormatINetFormat *pINetFormat = new SwFormatINetFormat( rINetFormat ); in OutHTML_SwFormatINetFormat()
[all …]
H A Dwrthtml.hxx690 Writer& OutHTML_INetFormat( Writer&, const SwFormatINetFormat& rINetFormat, bool bOn );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/html/
H A Dhtmlgrin.cxx826 const SwFormatINetFormat &rINetFormat = in InsertImage() local
831 aURL.SetURL( rINetFormat.GetValue(), bIsMap ); in InsertImage()
832 aURL.SetTargetFrameName( rINetFormat.GetTargetFrame() ); in InsertImage()
833 aURL.SetName( rINetFormat.GetName() ); in InsertImage()
844 const SvxMacro *pMacro = rINetFormat.GetMacro( id ); in InsertImage()
863 if( !rINetFormat.GetName().isEmpty() ) in InsertImage()
866 InsertBookmark( rINetFormat.GetName() ); in InsertImage()
H A Dhtmlatr.cxx2923 Writer& OutHTML_INetFormat( Writer& rWrt, const SwFormatINetFormat& rINetFormat, bool bOn ) in OutHTML_INetFormat() argument
2927 OUString aURL( rINetFormat.GetValue() ); in OutHTML_INetFormat()
2928 const SvxMacroTableDtor *pMacTable = rINetFormat.GetMacroTable(); in OutHTML_INetFormat()
2932 if( aURL.isEmpty() && !bEvents && rINetFormat.GetName().isEmpty() ) in OutHTML_INetFormat()
3008 if( !rINetFormat.GetName().isEmpty() ) in OutHTML_INetFormat()
3012 HTMLOutFuncs::Out_String( rWrt.Strm(), rINetFormat.GetName(), in OutHTML_INetFormat()
3017 const OUString& rTarget = rINetFormat.GetTargetFrame(); in OutHTML_INetFormat()
3048 const SwFormatINetFormat& rINetFormat = static_cast<const SwFormatINetFormat&>(rHt); in OutHTML_SwFormatINetFormat() local
3061 OutHTML_INetFormat( rWrt, rINetFormat, true ); in OutHTML_SwFormatINetFormat()
3064 SwFormatINetFormat *pINetFormat = new SwFormatINetFormat( rINetFormat ); in OutHTML_SwFormatINetFormat()
[all …]
H A Dwrthtml.hxx677 Writer& OutHTML_INetFormat( Writer&, const SwFormatINetFormat& rINetFormat, bool bOn );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/shells/
H A Dtextsh1.cxx1349 …const SwFormatINetFormat& rINetFormat = dynamic_cast<const SwFormatINetFormat&>( aSet.Get(RES_TXTA… in Execute() local
1354 rINetFormat.GetValue(), in Execute()
1358 rWrtSh.ClickToINetAttr(rINetFormat); in Execute()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/shells/
H A Dtextsh1.cxx1363 …const SwFormatINetFormat& rINetFormat = dynamic_cast<const SwFormatINetFormat&>( aSet.Get(RES_TXTA… in Execute() local
1366 OUString hyperlinkLocation = rINetFormat.GetValue(); in Execute()
1372 rWrtSh.ClickToINetAttr(rINetFormat); in Execute()