Home
last modified time | relevance | path

Searched refs:sDocTypePrefix (Results 1 – 3 of 3) sorted by relevance

/AOO41X/main/filter/source/xsltdialog/
H A Dxmlfiltersettingsdialog.cxx80 sDocTypePrefix( RTL_CONSTASCII_USTRINGPARAM( "doctype:") ) in XMLFilterSettingsDialog()
619 if( !pFilterEntry->maDocType.match( sDocTypePrefix ) ) in insertOrEdit()
621 aDocType = sDocTypePrefix; in insertOrEdit()
628 if (aDocType == sDocTypePrefix) in insertOrEdit()
640 if (aDocType.getLength() > sDocTypePrefix.getLength()) in insertOrEdit()
1201 if( aDocType.match( sDocTypePrefix ) ) in initFilterList()
1202 aDocType = aDocType.copy( sDocTypePrefix.getLength() ); in initFilterList()
H A Dtypedetectionexport.cxx100 const OUString sDocTypePrefix ( RTL_CONSTASCII_USTRINGPARAM ( "doctype:" ) ); in doExport() local
143 sValue += sDocTypePrefix; in doExport()
H A Dxmlfiltersettingsdialog.hxx152 ::rtl::OUString sDocTypePrefix;