Searched refs:sDocTypePrefix (Results 1 – 3 of 3) sorted by relevance
80 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()
100 const OUString sDocTypePrefix ( RTL_CONSTASCII_USTRINGPARAM ( "doctype:" ) ); in doExport() local143 sValue += sDocTypePrefix; in doExport()
152 ::rtl::OUString sDocTypePrefix;