Searched refs:aDocType (Results 1 – 4 of 4) sorted by relevance
618 OUString aDocType; in insertOrEdit() local621 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() local1199 pValues2->Value >>= aDocType; in initFilterList()1201 if( aDocType.match( sDocTypePrefix ) ) in initFilterList()1202 aDocType = aDocType.copy( sDocTypePrefix.getLength() ); in initFilterList()[all …]
538 rtl::OUString aDocType; in ExecMisc_Impl() local556 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()
193 ::rtl::OUString aDocType ( RTL_CONSTASCII_USTRINGPARAM ( MANIFEST_DOCTYPE ) ); in ManifestExport()194 xExtHandler->unknown ( aDocType ); in ManifestExport()
697 ::rtl::OUString aDocType = mxType->queryTypeByURL( rURL ); in getTitleFromURL()698 if ( aDocType.getLength() ) in getTitleFromURL()702 SequenceAsHashMap aTypeProps( xTypeDetection->getByName( aDocType ) ); in getTitleFromURL()
Completed in 54 milliseconds