Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion main/autodoc/inc/ary/doc/d_types4doc.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ enum E_BlockType
dbt_singleline
};

/** Type of documentation text: with html or without.
/** Type of documentation text: with HTML or without.
*/
enum E_TextType
{
Expand Down
2 changes: 1 addition & 1 deletion main/basctl/source/basicide/moduldl2.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -795,7 +795,7 @@ void LibPage::InsertLib()
aFilter += ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( ";*.sdw;*.sxw;*.odt" ) ); // text
aFilter += ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( ";*.vor;*.stw;*.ott" ) ); // text template
aFilter += ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( ";*.sgl;*.sxg;*.odm" ) ); // master document
aFilter += ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( ";*.oth" ) ); // html document template
aFilter += ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( ";*.oth" ) ); // HTML document template
aFilter += ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( ";*.sdc;*.sxc;*.ods" ) ); // spreadsheet
aFilter += ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( ";*.stc;*.ots" ) ); // spreadsheet template
aFilter += ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( ";*.sda;*.sxd;*.odg" ) ); // drawing
Expand Down
2 changes: 1 addition & 1 deletion main/dbaccess/source/ui/misc/WCopyTable.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -728,7 +728,7 @@ void OCopyTableWizard::construct()
m_pbNext.GrabFocus();

if (m_vDestColumns.size())
// source is a html or rtf table
// source is a HTML or rtf table
m_pbNext.SetStyle(m_pbFinish.GetStyle() | WB_DEFBUTTON);
else
m_pbFinish.SetStyle(m_pbFinish.GetStyle() | WB_DEFBUTTON);
Expand Down
8 changes: 4 additions & 4 deletions main/dtrans/source/win32/dtobj/FmtFilter.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ Sequence< sal_Int8 > SAL_CALL OOBmpToWinDIB( Sequence< sal_Int8 >& aOOBmp )
//------------------------------------------------------------------------------
// converts the openoffice text/html clipboard format to the HTML Format
// well known under MS Windows
// the MS HTML Format has a header before the real html data
// the MS HTML Format has a header before the real HTML data
//
// Version:1.0 Version number of the clipboard. Staring is 0.9
// StartHTML: Byte count from the beginning of the clipboard to the start
Expand Down Expand Up @@ -288,7 +288,7 @@ Sequence< sal_Int8 > SAL_CALL TextHtmlToHTMLFormat( Sequence< sal_Int8 >& aTextH
sal_uInt32 lHTMLFmtHdr = rtl_str_getLength( aHTMLFmtHdr );

// the office always writes the start
// and end html tag in upper cases and
// and end HTML tag in upper cases and
// without spaces
// both tags don't allow parameters
OString startHtmlTag( "<HTML>" );
Expand Down Expand Up @@ -321,7 +321,7 @@ Sequence< sal_Int8 > SAL_CALL TextHtmlToHTMLFormat( Sequence< sal_Int8 >& aTextH
nStartFrgmt = nStartFrgmt + startBodyTag.getLength( ) + lHTMLFmtHdr; // after the <BODY> tag
nEndFrgmt = nEndFrgmt + lHTMLFmtHdr;

// fill the html header
// fill the HTML header
rtl_zeroMemory( aHTMLFmtHdr, sizeof( aHTMLFmtHdr ) );

wsprintf(
Expand Down Expand Up @@ -360,7 +360,7 @@ std::string GetHtmlFormatHeader(size_t startHtml, size_t endHtml, size_t startFr
return htmlHeader.str();
}

// the office always writes the start and end html tag in upper cases and
// the office always writes the start and end HTML tag in upper cases and
// without spaces both tags don't allow parameters
const std::string TAG_HTML = std::string("<HTML>");
const std::string TAG_END_HTML = std::string("</HTML>");
Expand Down
2 changes: 1 addition & 1 deletion main/dtrans/source/win32/dtobj/FmtFilter.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL OOBmpToWinDIB( com::sun::star
/*------------------------------------------------------------------------
input:
aTextHtml - a sequence of text/html which will be converted to the
HTML Format; the HTML Format has header before the real html data
HTML Format; the HTML Format has header before the real HTML data
the Format is described in the MSDN Library under HTML Clipboard
Format
------------------------------------------------------------------------*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@

<xsl:template name="toc">
<!--
@ pre toc html here
@ pre toc HTML here
-->

<xsl:apply-templates select="/session/content/document"/>

<!--
@ post toc html here
@ post toc HTML here
-->

</xsl:template>
Expand Down Expand Up @@ -108,13 +108,13 @@

<xsl:template name="title">
<!--
@ Pre title html code here
@ Pre title HTML code here
-->
<div style="position:absolute; left:280px; top:8px; width:220px; z-index:2; padding:10px" class="ccolor">
<div align="center" class="toctitle">
<xsl:value-of select="/session/general-info/@title"/>
<!--
@ Post title html code here
@ Post title HTML code here
-->
</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ places...
</table>

<!--
@ post toc html here
@ post toc HTML here
-->

<p class="colback"> </p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ places...
</table>

<!--
@ post toc html here
@ post toc HTML here
-->

<p class="colback"> </p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ places...
</table>

<!--
@ post toc html here
@ post toc HTML here
-->

<p class="colback"> </p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ places...
</table>

<!--
@ post toc html here
@ post toc HTML here
-->

<p class="colback"> </p>
Expand Down
10 changes: 5 additions & 5 deletions main/extras/source/misc_config/wizard/web/layouts/layoutX.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@

<xsl:template name="toc">
<!--
@ pre toc html here
@ pre toc HTML here
-->

<!-- use this to group documents, it
Expand All @@ -74,15 +74,15 @@
<xsl:for-each select="/session/content/document[ ( ( position() - 1 ) mod $group ) = 0 ]">

<!--
@ pre group html here
@ pre group HTML here
-->

<xsl:call-template name="document-group">
<xsl:with-param name="group" select="$group"/>
</xsl:call-template>

<!--
@ post group html here
@ post group HTML here
-->

</xsl:for-each>
Expand All @@ -97,7 +97,7 @@
-->

<!--
@ post toc html here
@ post toc HTML here
-->

</xsl:template>
Expand Down Expand Up @@ -142,7 +142,7 @@

<xsl:template name="title">
<!--
@ Pre title html code here
@ Pre title HTML code here
-->

<xsl:value-of select="/session/general-info/@title"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ places...

<xsl:template name="toc">
<!--
@ pre toc html here
@ pre toc HTML here
-->
<tr>
<td width="30" class="ccolor">&#160;
Expand All @@ -80,7 +80,7 @@ places...
<xsl:apply-templates select="/session/content/document"/>

<!--
@ post toc html here
@ post toc HTML here
-->
</td>
</tr>
Expand Down Expand Up @@ -134,15 +134,15 @@ places...

<xsl:template name="title">
<!--
@ Pre title html code here
@ Pre title HTML code here
-->
<tr>
<td height="80" colspan="2" class="toctitle">

<xsl:value-of select="/session/general-info/@title"/>

<!--
@ Post title html code here
@ Post title HTML code here
-->
</td>
</tr>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,15 +80,15 @@ places...

<xsl:template name="title">
<!--
@ Pre title html code here
@ Pre title HTML code here
-->
<tr>
<td height="200%" colspan="7" class="toctitle">

<xsl:value-of select="/session/general-info/@title"/>

<!--
@ Post title html code here
@ Post title HTML code here
-->

</td>
Expand All @@ -99,7 +99,7 @@ places...

<xsl:template name="toc">

<!-- @ pre toc html here -->
<!-- @ pre toc HTML here -->

<!-- - - -->

Expand All @@ -119,7 +119,7 @@ places...

<!-- <xsl:apply-templates select="/session/content/document"/> -->

<!-- @ post toc html here -->
<!-- @ post toc HTML here -->

<!-- - - -->

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,15 +80,15 @@ places...

<xsl:template name="title">
<!--
@ Pre title html code here
@ Pre title HTML code here
-->
<tr>
<td height="200%" colspan="9" class="toctitle">

<xsl:value-of select="/session/general-info/@title"/>

<!--
@ Post title html code here
@ Post title HTML code here
-->

</td>
Expand All @@ -99,7 +99,7 @@ places...

<xsl:template name="toc">

<!-- @ pre toc html here -->
<!-- @ pre toc HTML here -->

<!-- - - -->

Expand All @@ -119,7 +119,7 @@ places...

<!-- <xsl:apply-templates select="/session/content/document"/> -->

<!-- @ post toc html here -->
<!-- @ post toc HTML here -->

<!-- - - -->

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,13 @@ places...

<xsl:template name="toc">
<!--
@ pre toc html here
@ pre toc HTML here
-->

<xsl:apply-templates select="/session/content/document"/>

<!--
@ post toc html here
@ post toc HTML here
-->

</xsl:template>
Expand Down Expand Up @@ -194,14 +194,14 @@ places...

<xsl:template name="title">
<!--
@ Pre title html code here
@ Pre title HTML code here
-->
<div style="position:absolute; left:280px; top:8px; width:220px; z-index:2; padding:10px" class="ccolor">
<div align="center" class="toctitle">
<xsl:value-of select="/session/general-info/@title"/>
&#160;
<!--
@ Post title html code here
@ Post title HTML code here
-->
</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@
<xsl:template name="table-debug-allTableColumns">
<xsl:param name="allTableColumns" />

<!-- debug output as table summary attribut in html -->
<!-- debug output as table summary attribute in HTML -->
<xsl:attribute name="summary">
<xsl:call-template name="table-debug-column-out">
<xsl:with-param name="allTableColumns" select="$allTableColumns" />
Expand Down
8 changes: 4 additions & 4 deletions main/forms/source/component/DatabaseForm.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ ODatabaseForm::~ODatabaseForm()
}

//==============================================================================
// html tools
// HTML tools
//------------------------------------------------------------------------
::rtl::OUString ODatabaseForm::GetDataURLEncoded(const Reference<XControl>& SubmitButton, const ::com::sun::star::awt::MouseEvent& MouseEvt)
{
Expand Down Expand Up @@ -541,7 +541,7 @@ ::rtl::OUString ODatabaseForm::GetDataEncoded(bool _bURLEncoded,const Reference<
}

//==============================================================================
// html tools
// HTML tools
//------------------------------------------------------------------------
::rtl::OUString ODatabaseForm::GetDataTextEncoded(const Reference<XControl>& SubmitButton, const ::com::sun::star::awt::MouseEvent& MouseEvt)
{
Expand Down Expand Up @@ -3955,7 +3955,7 @@ void SAL_CALL ODatabaseForm::write(const Reference<XObjectOutputStream>& _rxOutS
_rxOutStream->writeBoolean(m_bAllowUpdate);
_rxOutStream->writeBoolean(m_bAllowDelete);

// html form stuff
// HTML form stuff
::rtl::OUString sTmp = INetURLObject::decode( m_aTargetURL, '%', INetURLObject::DECODE_UNAMBIGUOUS);
_rxOutStream << sTmp;
_rxOutStream->writeShort( (sal_Int16)m_eSubmitMethod );
Expand Down Expand Up @@ -4063,7 +4063,7 @@ void SAL_CALL ODatabaseForm::read(const Reference<XObjectInputStream>& _rxInStre
m_bAllowUpdate = _rxInStream->readBoolean();
m_bAllowDelete = _rxInStream->readBoolean();

// html stuff
// HTML stuff
::rtl::OUString sTmp;
_rxInStream >> sTmp;
m_aTargetURL = INetURLObject::decode( sTmp, '%', INetURLObject::DECODE_UNAMBIGUOUS);
Expand Down
4 changes: 2 additions & 2 deletions main/forms/source/component/DatabaseForm.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ namespace frm
//.........................................................................

//========================================================================
//= html tools
//= HTML tools
//========================================================================

const sal_uInt16 SUCCESSFUL_REPRESENT_TEXT = 0x0001;
Expand Down Expand Up @@ -524,7 +524,7 @@ private:
void onError(const ::com::sun::star::sdb::SQLErrorEvent& _rEvent);
void onError(const ::com::sun::star::sdbc::SQLException&, const ::rtl::OUString& _rContextDescription);

// html tools
// HTML tools
::rtl::OUString GetDataEncoded(bool _bURLEncoded,const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XControl>& SubmitButton, const ::com::sun::star::awt::MouseEvent& MouseEvt);
::rtl::OUString GetDataURLEncoded(const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XControl>& SubmitButton, const ::com::sun::star::awt::MouseEvent& MouseEvt);
::rtl::OUString GetDataTextEncoded(const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XControl>& SubmitButton, const ::com::sun::star::awt::MouseEvent& MouseEvt);
Expand Down
Loading