Searched refs:aDocumentName (Results 1 – 8 of 8) sorted by relevance
/trunk/main/comphelper/source/misc/ |
H A D | mimeconfighelper.cxx | 283 if ( !aDocumentName.isEmpty() ) in GetDocServiceNameFromMediaType() 284 return aDocumentName; in GetDocServiceNameFromMediaType() 470 ::rtl::OUString aDocumentName = GetDocServiceNameFromMediaType( aMediaType ); in GetObjectPropsByMediaType() 471 if ( !aDocumentName.isEmpty() ) in GetObjectPropsByMediaType() 472 return GetObjectPropsByDocumentName( aDocumentName ); in GetObjectPropsByMediaType() 480 ::rtl::OUString aDocumentName = GetDocServiceNameFromFilter( aFilterName ); in GetObjectPropsByFilter() 481 if ( !aDocumentName.isEmpty() ) in GetObjectPropsByFilter() 482 return GetObjectPropsByDocumentName( aDocumentName ); in GetObjectPropsByFilter() 596 ::rtl::OUString aDocumentName = GetDocServiceNameFromMediaType( aMediaType ); in GetFactoryNameByMediaType() 597 if ( !aDocumentName.isEmpty() ) in GetFactoryNameByMediaType() [all …]
|
H A D | docpasswordhelper.cxx | 448 OUString aDocumentName = rMediaDesc.getUnpackedValueOrDefault( in requestAndVerifyDocPassword() local 453 …rVerifier, aMediaEncData, aMediaPassword, xInteractHandler, aDocumentName, eRequestType, pDefaultP… in requestAndVerifyDocPassword()
|
/trunk/main/uui/source/ |
H A D | iahndl-authentication.cxx | 580 ::rtl::OUString aDocumentName, in handlePasswordRequest_() argument 598 aDocumentName, bMSCryptoMode, bIsPasswordToModify, bIsSimplePasswordRequest ); in handlePasswordRequest_() 691 ::rtl::OUString aDocumentName; in handlePasswordRequest() 703 aDocumentName = aDocumentPasswordRequest2.Name; in handlePasswordRequest() 714 aDocumentName = aDocumentPasswordRequest.Name; in handlePasswordRequest() 725 aDocumentName = aDocumentMSPasswordRequest2.Name; in handlePasswordRequest() 736 aDocumentName = aDocumentMSPasswordRequest.Name; in handlePasswordRequest() 746 aDocumentName, bMSCryptoMode, bIsPasswordToModify ); in handlePasswordRequest()
|
/trunk/main/embedserv/source/embed/ |
H A D | docholder.cxx | 1016 void DocumentHolder::setTitle(const rtl::OUString& aDocumentName) in setTitle() argument 1076 aTotalName += aDocumentName; in setTitle() 1089 m_aDocumentNamePart = aDocumentName; in setTitle()
|
/trunk/main/embedserv/source/inc/ |
H A D | docholder.hxx | 172 void setTitle(const rtl::OUString& aDocumentName);
|
/trunk/main/comphelper/inc/comphelper/ |
H A D | mimeconfighelper.hxx | 99 const ::rtl::OUString& aDocumentName );
|
/trunk/main/sfx2/source/appl/ |
H A D | appopen.cxx | 359 …::rtl::OUString aDocumentName = INetURLObject( pFile->GetOrigURL() ).GetMainURL( INetURLObject::DE… in CheckPasswd_Impl() 363 …aVerifier, aEncryptionData, aPassword, xInteractionHandler, aDocumentName, comphelper::DocPassword… in CheckPasswd_Impl()
|
/trunk/main/sfx2/source/view/ |
H A D | viewfrm.cxx | 428 …::rtl::OUString aDocumentName = INetURLObject( pMed->GetOrigURL() ).GetMainURL( INetURLObject::DEC… in ExecReload_Impl() 429 …if( !AskPasswordToModify_Impl( pMed->GetInteractionHandler(), aDocumentName, pMed->GetOrigFilter()… in ExecReload_Impl()
|
Completed in 58 milliseconds