Home
last modified time | relevance | path

Searched refs:aDocType (Results 1 – 4 of 4) sorted by relevance

/trunk/main/filter/source/xsltdialog/
H A Dxmlfiltersettingsdialog.cxx618 OUString aDocType; in insertOrEdit() local
621 aDocType = sDocTypePrefix; in insertOrEdit()
622 aDocType += pFilterEntry->maDocType; in insertOrEdit()
626 aDocType = pFilterEntry->maDocType; in insertOrEdit()
628 if (aDocType == sDocTypePrefix) in insertOrEdit()
631 aValues[1].Value <<= aDocType; in insertOrEdit()
640 if (aDocType.getLength() > sDocTypePrefix.getLength()) in insertOrEdit()
1198 OUString aDocType; in initFilterList() local
1199 pValues2->Value >>= aDocType; in initFilterList()
1201 if( aDocType.match( sDocTypePrefix ) ) in initFilterList()
[all …]
/trunk/main/sfx2/source/view/
H A Dviewsh.cxx534 rtl::OUString aDocType; in ExecMisc_Impl() local
552 aDocType = pMailDocType->GetValue(); in ExecMisc_Impl()
565 aDocType = impl_searchFormatTypeForApp(xFrame, E_MS_DOC); in ExecMisc_Impl()
566 if (aDocType.getLength() > 0) in ExecMisc_Impl()
567 eResult = aModel.SaveAndSend( xFrame, aDocType ); in ExecMisc_Impl()
572 aDocType = impl_searchFormatTypeForApp(xFrame, E_OOO_DOC); in ExecMisc_Impl()
573 if (aDocType.getLength() > 0) in ExecMisc_Impl()
574 eResult = aModel.SaveAndSend( xFrame, aDocType ); in ExecMisc_Impl()
/trunk/main/package/source/package/manifest/
H A DManifestExport.cxx193 ::rtl::OUString aDocType ( RTL_CONSTASCII_USTRINGPARAM ( MANIFEST_DOCTYPE ) ); in ManifestExport()
194 xExtHandler->unknown ( aDocType ); in ManifestExport()
/trunk/main/sfx2/source/doc/
H A Ddoctemplates.cxx697 ::rtl::OUString aDocType = mxType->queryTypeByURL( rURL ); in getTitleFromURL()
698 if ( aDocType.getLength() ) in getTitleFromURL()
702 SequenceAsHashMap aTypeProps( xTypeDetection->getByName( aDocType ) ); in getTitleFromURL()