Home
last modified time | relevance | path

Searched refs:xD (Results 1 – 13 of 13) sorted by relevance

/trunk/main/framework/test/
H A Dtest.cxx1111 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 …]
/trunk/main/uui/source/
H A Dsecmacrowarnings.cxx121 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()
/trunk/main/xmlsecurity/workben/
H A Dsignaturetest.cxx370 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()
/trunk/main/sw/source/ui/dbui/
H A Ddbtablepreviewdialog.cxx104 uno::Reference<frame::XDispatch> xD = xDP->queryDispatch(aURL, in SwDBTablePreviewDialog() local
107 if(xD.is()) in SwDBTablePreviewDialog()
109 xD->dispatch(aURL, rValues); in SwDBTablePreviewDialog()
/trunk/main/toolkit/workben/
H A Dunodialog.cxx229 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 Dcontrols.cxx395 XDeviceRef xD( xContControl->getPeer(), USR_QUERY ); in MouseButtonDown() local
396 xG = xD->createGraphics(); in MouseButtonDown()
/trunk/main/xmlscript/test/
H A Dimexp.cxx204 Reference< awt::XDialog > xD( xDlg, UNO_QUERY ); in Main() local
205 xD->execute(); in Main()
/trunk/main/sw/source/ui/envelp/
H A Dmailmrge.cxx311 uno::Reference<XDispatch> xD = xDP->queryDispatch(aURL, in SwMailMergeDlg() local
314 if(xD.is()) in SwMailMergeDlg()
324 xD->dispatch(aURL, aProperties); in SwMailMergeDlg()
/trunk/main/toolkit/doc/layout/
H A Doldnotes.txt77 Reference< awt::XDialog > xD( xDlg, UNO_QUERY );
78 xD->execute();
/trunk/main/cui/source/options/
H A Doptinet2.cxx1326 Reference< security::XDocumentDigitalSignatures > xD( in IMPL_LINK() local
1328 if ( xD.is() ) in IMPL_LINK()
1329 xD->manageTrustedSources(); in IMPL_LINK()
/trunk/main/toolkit/source/controls/
H A Dcontrolmodelcontainerbase.cxx1406 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()
/trunk/main/basctl/source/dlged/
H A Ddlged.cxx164 uno::Reference< awt::XDialog > xD( xDlg, uno::UNO_QUERY ); in ShowDialog() local
165 xD->execute(); in ShowDialog()
/trunk/main/sfx2/source/dialog/
H A Ddinfdlg.cxx917 Reference< security::XDocumentDigitalSignatures > xD( in ImplUpdateSignatures() local
920 if( xD.is() ) in ImplUpdateSignatures()
924 aInfos = xD->verifyDocumentContentSignatures( pMedium->GetZipStorageToSign_Impl(), in ImplUpdateSignatures()

Completed in 147 milliseconds