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()
1198 OUString aDocType; in initFilterList() local
1199 pValues2->Value >>= aDocType; in initFilterList()
1201 if( aDocType.match( sDocTypePrefix ) ) in initFilterList()
1202 aDocType = aDocType.copy( sDocTypePrefix.getLength() ); in initFilterList()
[all …]
/trunk/main/sfx2/source/view/
H A Dviewsh.cxx538 rtl::OUString aDocType; in ExecMisc_Impl() local
556 aDocType = pMailDocType->GetValue(); in ExecMisc_Impl()
569 aDocType = impl_searchFormatTypeForApp(xFrame, E_MS_DOC); in ExecMisc_Impl()
570 if (aDocType.getLength() > 0) in ExecMisc_Impl()
571 eResult = aModel.SaveAndSend( xFrame, aDocType ); in ExecMisc_Impl()
576 aDocType = impl_searchFormatTypeForApp(xFrame, E_OOO_DOC); in ExecMisc_Impl()
577 if (aDocType.getLength() > 0) in ExecMisc_Impl()
578 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()

Completed in 84 milliseconds