/aoo42x/main/svx/source/svdraw/ |
H A D | svdoole2.cxx | 415 … if ( xObject->getStatus( pObj->GetAspect() ) & embed::EmbedMisc::MS_EMBED_ACTIVATEWHENVISIBLE ) in activatingUI() 781 … if ( xObjRef.is() && (xObjRef->getStatus( GetAspect() ) & embed::EmbedMisc::EMBED_NEVERRESIZE ) ) in SdrOle2Obj() 803 … if ( xObjRef.is() && (xObjRef->getStatus( GetAspect() ) & embed::EmbedMisc::EMBED_NEVERRESIZE ) ) in SdrOle2Obj() 826 … if ( xObjRef.is() && (xObjRef->getStatus( GetAspect() ) & embed::EmbedMisc::EMBED_NEVERRESIZE ) ) in SdrOle2Obj() 1590 if ( (xObjRef->getStatus( GetAspect() ) & embed::EmbedMisc::EMBED_NEVERRESIZE ) ) in SetObjRef() 1806 sal_Int64 nMiscStatus = xObjRef->getStatus( GetAspect() ); in ImpSetVisAreaSize() 1930 …if ( xObjRef.is() && ( xObjRef->getStatus( GetAspect() ) & embed::EmbedMisc::MS_EMBED_RECOMPOSEONR… in NbcResize() 2032 sal_Int64 nMiscStatus = xObj->getStatus( nAspect ); in CanUnloadRunningObj() 2149 sal_Int64 nMiscStatus = xObjRef->getStatus( GetAspect() ); in GetObjRef_Impl()
|
/aoo42x/main/extensions/inc/ucbhelper/ |
H A D | ext_content.hxx | 242 virtual ContentTaskStatus SAL_CALL getStatus() throw(); 275 virtual ContentTaskStatus SAL_CALL getStatus() throw(); 315 virtual ContentTaskStatus SAL_CALL getStatus() throw();
|
/aoo42x/main/ucb/source/ucp/webdav/ |
H A D | webdavcontent.cxx | 969 if ( e.getStatus() == SC_FORBIDDEN ) in addProperty() 1081 if ( e.getStatus() == SC_FORBIDDEN ) in removeProperty() 1590 if ( aLastException.getStatus() == SC_NOT_IMPLEMENTED || in getPropertyValues() 1591 aLastException.getStatus() == SC_METHOD_NOT_ALLOWED || in getPropertyValues() 1592 aLastException.getStatus() == SC_NOT_FOUND ) in getPropertyValues() 2606 if ( except.getStatus() == SC_METHOD_NOT_ALLOWED ) in insert() 2908 if ( e.getStatus() == SC_PRECONDITION_FAILED ) in transfer() 3078 switch(e.getStatus()) in lock() 3272 switch ( e.getStatus() ) in MapDAVException() 3463 if ( ( e.getStatus() == SC_NOT_FOUND ) || in shouldAccessNetworkAfterException() [all …]
|
H A D | DAVResourceAccess.cxx | 1193 if ( ( e.getStatus() < 400 || e.getStatus() >= 500 || in handleException() 1194 e.getStatus() == 413 ) && in handleException()
|
H A D | DAVException.hxx | 188 sal_uInt16 getStatus() const { return mStatusCode; } in getStatus() function in http_dav_ucp::DAVException
|
/aoo42x/main/sfx2/source/view/ |
H A D | ipclient.cxx | 708 return GetObject()->getStatus( m_pImp->m_nAspect ); in GetObjectMiscStatus() 1109 …if ( m_pImp->m_xObject->getStatus( m_pImp->m_nAspect ) & embed::EmbedMisc::MS_EMBED_ACTIVATEWHENVI… in DeactivateObject() 1145 …if ( m_pImp->m_xObject->getStatus( m_pImp->m_nAspect ) & embed::EmbedMisc::MS_EMBED_ACTIVATEWHENVI… in ResetObject()
|
/aoo42x/main/qadevOOo/runner/lib/ |
H A D | StatusException.java | 74 public Status getStatus() { in getStatus() method in StatusException
|
/aoo42x/main/embeddedobj/source/general/ |
H A D | docholder.cxx | 89 #define HATCH_BORDER_WIDTH (((m_pEmbedObj->getStatus(embed::Aspects::MSOLE_CONTENT)&embed::EmbedMis… 1317 …if ( (m_pEmbedObj->getStatus(embed::Aspects::MSOLE_CONTENT)&embed::EmbedMisc::MS_EMBED_ACTIVATEWHE… in activated() 1320 … !(m_pEmbedObj->getStatus(embed::Aspects::MSOLE_CONTENT)&embed::EmbedMisc::MS_EMBED_NOUIACTIVATE) ) in activated()
|
/aoo42x/main/desktop/source/app/ |
H A D | langselect.hxx | 50 static LanguageSelectionStatus getStatus();
|
/aoo42x/main/svx/source/sdr/contact/ |
H A D | viewobjectcontactofsdrole2obj.cxx | 98 const sal_Int64 nMiscStatus(xObjRef->getStatus(rSdrOle2.GetAspect())); in createPrimitive2DSequence()
|
/aoo42x/main/wizards/com/sun/star/wizards/web/status/ |
H A D | Task.java | 96 public int getStatus() in getStatus() method in Task
|
/aoo42x/main/qadevOOo/runner/convwatch/ |
H A D | ImageHelper.java | 58 if ((pg.getStatus() & ImageObserver.ABORT) != 0) { in ImageHelper()
|
/aoo42x/main/qadevOOo/runner/graphical/ |
H A D | ImageHelper.java | 61 if ((pg.getStatus() & ImageObserver.ABORT) != 0) in ImageHelper()
|
/aoo42x/main/wizards/com/sun/star/wizards/ui/event/ |
H A D | Task.java | 95 public int getStatus() in getStatus() method in Task
|
/aoo42x/main/wizards/com/sun/star/wizards/web/ |
H A D | WWD_Events.java | 183 while (task.getStatus() <= task.getMax()) in loadSession() 1295 while (task.getStatus() < task.getMax()) in loadDocuments()
|
/aoo42x/main/sw/source/filter/ww8/ |
H A D | WW8FFData.hxx | 102 const ::rtl::OUString & getStatus() const { return msStatus; } in getStatus() function in sw::WW8FFData
|
/aoo42x/main/xmlsecurity/source/framework/ |
H A D | xmlencryptiontemplateimpl.cxx | 82 …::sun::star::xml::crypto::SecurityOperationStatus SAL_CALL XMLEncryptionTemplateImpl::getStatus( ) in getStatus() function in XMLEncryptionTemplateImpl
|
H A D | decryptorimpl.cxx | 152 m_nStatus = xResultTemplate->getStatus(); in startEngine()
|
H A D | signatureverifierimpl.cxx | 150 m_nStatus = xResultTemplate->getStatus(); in startEngine()
|
H A D | encryptorimpl.cxx | 168 m_nStatus = xResultTemplate->getStatus(); in startEngine()
|
H A D | signaturecreatorimpl.cxx | 157 m_nStatus = xResultTemplate->getStatus(); in startEngine()
|
H A D | xmlencryptiontemplateimpl.hxx | 81 SAL_CALL getStatus( )
|
H A D | xmlsignaturetemplateimpl.cxx | 108 ::com::sun::star::xml::crypto::SecurityOperationStatus SAL_CALL XMLSignatureTemplateImpl::getStatus… in getStatus() function in XMLSignatureTemplateImpl
|
/aoo42x/main/offapi/com/sun/star/xml/crypto/ |
H A D | XXMLSecurityTemplate.idl | 78 SecurityOperationStatus getStatus( ) ;
|
/aoo42x/main/embeddedobj/source/msole/ |
H A D | oleembed.cxx | 1061 sal_Int64 SAL_CALL OleEmbeddedObject::getStatus( sal_Int64 in getStatus() function in OleEmbeddedObject 1072 return xWrappedObject->getStatus( nAspect ); in getStatus()
|