Home
last modified time | relevance | path

Searched refs:aDocument (Results 26 – 36 of 36) sorted by relevance

12

/aoo4110/main/unoxml/source/dom/
H A Dsaxbuilder.cxx175 Reference< XDocument > aDocument = aBuilder->newDocument(); in startDocument() local
176 m_aNodeStack.push(Reference< XNode >(aDocument, UNO_QUERY)); in startDocument()
177 m_aDocument = aDocument; in startDocument()
/aoo4110/main/odk/examples/DevelopersGuide/Forms/
H A DButtonOperator.java52 public ButtonOperator( XComponentContext xCtx, DocumentHelper aDocument, XPropertySet _form ) in ButtonOperator() argument
55 m_aDocument = aDocument; in ButtonOperator()
H A DKeyGenerator.java366 DocumentHelper aDocument = DocumentHelper.getDocumentForComponent( xForm, xCtx ); in KeyGenerator() local
368 m_aResetKeyGenerator = new KeyGeneratorForReset( sFieldName, aDocument.getCurrentView() ); in KeyGenerator()
H A DSalesFilter.java57 public SalesFilter( DocumentHelper aDocument, XPropertySet xSalesForm, in SalesFilter() argument
69 m_aDocument = aDocument; in SalesFilter()
/aoo4110/main/qadevOOo/qa/complex/junitskeleton/
H A DSkeleton.java133 XComponent aDocument = SOF.loadDocument(sREADME); in checkOpenDocumentWithOffice() local
135 XCloseable xClose = UnoRuntime.queryInterface(XCloseable.class, aDocument); in checkOpenDocumentWithOffice()
/aoo4110/main/basctl/source/basicide/
H A Ddoceventnotifier.cxx169 ScriptDocument aDocument( xDocument ); in notifyEvent() local
181 (m_pListener->*aEvents[i].listenerMethod)( aDocument ); in notifyEvent()
H A Dbaside2b.cxx524 ScriptDocument aDocument( pModulWindow->GetDocument() ); in SetSourceInBasic() local
527 OSL_VERIFY( aDocument.updateModule( aLibName, aName, aModule ) ); in SetSourceInBasic()
530 BasicIDE::MarkDocumentModified( aDocument ); in SetSourceInBasic()
632 ScriptDocument aDocument( pModulWindow->GetDocument() ); in CreateEditEngine() local
634 …Reference< script::XLibraryContainer2 > xModLibContainer( aDocument.getLibraryContainer( E_SCRIPTS… in CreateEditEngine()
640 if ( aDocument.isDocument() && aDocument.isReadOnly() ) in CreateEditEngine()
H A Dbasicbox.cxx329 ScriptDocument aDocument( pEntry->GetDocument() ); in NotifyIDE() local
330 …SfxUsrAnyItem aDocumentItem( SID_BASICIDE_ARG_DOCUMENT_MODEL, uno::makeAny( aDocument.getDocumentO… in NotifyIDE()
H A Dscriptdocument.cxx1166 ScriptDocument aDocument( getApplicationScriptDocument() ); in getDocumentWithURLOrCaption() local
1168 return aDocument; in getDocumentWithURLOrCaption()
1183 aDocument = aCheck; in getDocumentWithURLOrCaption()
1188 return aDocument; in getDocumentWithURLOrCaption()
H A Dbaside3.cxx1311 ScriptDocument aDocument( GetDocument() ); in CreateEntryDescriptor() local
1314 LibraryLocation eLocation = aDocument.getLibraryLocation( aLibName ); in CreateEntryDescriptor()
1315 …return BasicEntryDescriptor( aDocument, eLocation, aLibName, aLibSubName, GetName(), OBJ_TYPE_DIAL… in CreateEntryDescriptor()
/aoo4110/main/sw/source/core/swg/
H A DSwXMLBlockExport.cxx121 SvXMLElementExport aDocument (*this, XML_NAMESPACE_OFFICE, XML_DOCUMENT, sal_True, sal_True); in exportDoc() local

Completed in 71 milliseconds

12