/aoo4110/main/framework/test/ |
H A D | test.cxx | 1111 xD->setName ( DECLARE_ASCII("D" ) ); in impl_testTreeSearch() 1137 Reference< XFramesSupplier > xSD ( xD , UNO_QUERY ); in impl_testTreeSearch() 1193 ( xD->findFrame( DECLARE_ASCII("T1" ), nFlags ) != xT1 ) || in impl_testTreeSearch() 1194 ( xD->findFrame( DECLARE_ASCII("T2" ), nFlags ) != xT2 ) || in impl_testTreeSearch() 1195 ( xD->findFrame( DECLARE_ASCII("T3" ), nFlags ) != xT3 ) || in impl_testTreeSearch() 1196 ( xD->findFrame( DECLARE_ASCII("F11" ), nFlags ) != xF11 ) || in impl_testTreeSearch() 1197 ( xD->findFrame( DECLARE_ASCII("F12" ), nFlags ) != xF12 ) || in impl_testTreeSearch() 1198 ( xD->findFrame( DECLARE_ASCII("F21" ), nFlags ) != xF21 ) || in impl_testTreeSearch() 1199 ( xD->findFrame( DECLARE_ASCII("F22" ), nFlags ) != xF22 ) || in impl_testTreeSearch() 1226 ( xD->findFrame( DECLARE_ASCII("T1" ), nFlags ) != xT1 ) || in impl_testTreeSearch() [all …]
|
/aoo4110/main/uui/source/ |
H A D | secmacrowarnings.cxx | 121 uno::Reference< security::XDocumentDigitalSignatures > xD( in IMPL_LINK() local 123 if( xD.is() ) in IMPL_LINK() 126 xD->showCertificate( mxCert ); in IMPL_LINK() 128 xD->showScriptingContentSignatures( mxStore, uno::Reference< io::XInputStream >() ); in IMPL_LINK() 140 uno::Reference< security::XDocumentDigitalSignatures > xD( in IMPL_LINK() local 142 if( xD.is() ) in IMPL_LINK() 145 xD->addAuthorToTrustedSources( mxCert ); in IMPL_LINK() 152 xD->addAuthorToTrustedSources( (*mpInfos)[ i ].Signer ); in IMPL_LINK()
|
/aoo4110/main/xmlsecurity/workben/ |
H A D | signaturetest.cxx | 370 uno::Reference< security::XDocumentDigitalSignatures > xD( in IMPL_LINK() local 372 if ( xD.is() ) in IMPL_LINK() 373 xD->signDocumentContent( xStore, NULL ); in IMPL_LINK() 385 uno::Reference< security::XDocumentDigitalSignatures > xD( in IMPL_LINK() local 387 if ( xD.is() ) in IMPL_LINK() 389 …uno::Sequence< security::DocumentSignatureInformation > aInfos = xD->verifyDocumentContentSignatur… in IMPL_LINK()
|
/aoo4110/main/sw/source/ui/dbui/ |
H A D | dbtablepreviewdialog.cxx | 104 uno::Reference<frame::XDispatch> xD = xDP->queryDispatch(aURL, in SwDBTablePreviewDialog() local 107 if(xD.is()) in SwDBTablePreviewDialog() 109 xD->dispatch(aURL, rValues); in SwDBTablePreviewDialog()
|
/aoo4110/main/toolkit/workben/ |
H A D | unodialog.cxx | 229 uno::Reference< awt::XDialog > xD( xDlg, uno::UNO_QUERY ); in Main() local 233 xD->execute(); in Main() 235 Reference< XComponent > xDT( xD, uno::UNO_QUERY ); in Main()
|
H A D | controls.cxx | 395 XDeviceRef xD( xContControl->getPeer(), USR_QUERY ); in MouseButtonDown() local 396 xG = xD->createGraphics(); in MouseButtonDown()
|
/aoo4110/main/xmlscript/test/ |
H A D | imexp.cxx | 204 Reference< awt::XDialog > xD( xDlg, UNO_QUERY ); in Main() local 205 xD->execute(); in Main()
|
/aoo4110/main/sw/source/ui/envelp/ |
H A D | mailmrge.cxx | 311 uno::Reference<XDispatch> xD = xDP->queryDispatch(aURL, in SwMailMergeDlg() local 314 if(xD.is()) in SwMailMergeDlg() 324 xD->dispatch(aURL, aProperties); in SwMailMergeDlg()
|
/aoo4110/main/toolkit/doc/layout/ |
H A D | oldnotes.txt | 77 Reference< awt::XDialog > xD( xDlg, UNO_QUERY ); 78 xD->execute();
|
/aoo4110/main/cui/source/options/ |
H A D | optinet2.cxx | 1326 Reference< security::XDocumentDigitalSignatures > xD( in IMPL_LINK() local 1328 if ( xD.is() ) in IMPL_LINK() 1329 xD->manageTrustedSources(); in IMPL_LINK()
|
/aoo4110/main/toolkit/source/controls/ |
H A D | controlmodelcontainerbase.cxx | 1406 Reference< XDevice > xD( xPeer, UNO_QUERY ); in ImplSetPosSize() local 1414 Reference< XFont > xFont = xD->getFont( aFD ); in ImplSetPosSize() 1419 Reference< XGraphics > xG = xD->createGraphics(); in ImplSetPosSize()
|
/aoo4110/main/basctl/source/dlged/ |
H A D | dlged.cxx | 164 uno::Reference< awt::XDialog > xD( xDlg, uno::UNO_QUERY ); in ShowDialog() local 165 xD->execute(); in ShowDialog()
|
/aoo4110/main/sfx2/source/dialog/ |
H A D | dinfdlg.cxx | 917 Reference< security::XDocumentDigitalSignatures > xD( in ImplUpdateSignatures() local 920 if( xD.is() ) in ImplUpdateSignatures() 924 aInfos = xD->verifyDocumentContentSignatures( pMedium->GetZipStorageToSign_Impl(), in ImplUpdateSignatures()
|