Home
last modified time | relevance | path

Searched refs:doc (Results 26 – 50 of 362) sorted by relevance

12345678910>>...15

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/chart/
H A D_StackableDiagram.java53 XChartDocument doc = null; field in _StackableDiagram
62 doc = (XChartDocument) tEnv.getObjRelation("CHARTDOC"); in before()
63 if (doc == null) throw new StatusException(Status.failed in before()
70 oldDiagram = doc.getDiagram(); in before()
72 doc.setDiagram(stack); in before()
74 UnoRuntime.queryInterface( XPropertySet.class, doc.getDiagram() ); in before()
81 doc.setDiagram(oldDiagram); in after()
H A D_StockDiagram.java54 XChartDocument doc = null; field in _StockDiagram
62 doc = (XChartDocument) tEnv.getObjRelation("CHARTDOC"); in before()
63 if (doc == null) throw new StatusException(Status.failed in before()
70 oldDiagram = doc.getDiagram(); in before()
71 doc.setDiagram(stock); in before()
73 UnoRuntime.queryInterface(XPropertySet.class, doc.getDiagram()); in before()
80 doc.setDiagram(oldDiagram); in after()
H A D_ChartTwoAxisXSupplier.java53 XChartDocument doc = null; field in _ChartTwoAxisXSupplier
62 doc = (XChartDocument) tEnv.getObjRelation("CHARTDOC"); in before()
63 if (doc == null) throw new StatusException(Status.failed in before()
70 oldDiagram = doc.getDiagram(); in before()
72 doc.setDiagram(bar); in before()
75 UnoRuntime.queryInterface( XPropertySet.class, doc.getDiagram() ); in before()
101 doc.setDiagram(oldDiagram); in after()
H A D_ChartTwoAxisYSupplier.java53 XChartDocument doc = null; field in _ChartTwoAxisYSupplier
62 doc = (XChartDocument) tEnv.getObjRelation("CHARTDOC"); in before()
63 if (doc == null) throw new StatusException(Status.failed in before()
70 oldDiagram = doc.getDiagram(); in before()
72 doc.setDiagram(bar); in before()
75 UnoRuntime.queryInterface( XPropertySet.class, doc.getDiagram() ); in before()
101 doc.setDiagram(oldDiagram); in after()
H A D_Chart3DBarProperties.java60 XChartDocument doc = (XChartDocument) tEnv.getObjRelation("CHARTDOC"); in before() local
61 if (doc == null) throw new StatusException(Status.failed in before()
68 doc.setDiagram(bar); in before()
71 UnoRuntime.queryInterface( XPropertySet.class, doc.getDiagram() ); in before()
98 XChartDocument doc = (XChartDocument) tEnv.getObjRelation("CHARTDOC"); in after() local
99 if (doc == null) throw new StatusException(Status.failed in after()
104 UnoRuntime.queryInterface( XPropertySet.class, doc.getDiagram() ); in after()
H A D_BarDiagram.java61 XChartDocument doc = null; field in _BarDiagram
70 doc = (XChartDocument) tEnv.getObjRelation("CHARTDOC"); in before()
71 if (doc == null) throw new StatusException(Status.failed in before()
78 oldDiagram = doc.getDiagram(); in before()
79 doc.setDiagram(bar); in before()
81 UnoRuntime.queryInterface( XPropertySet.class, doc.getDiagram() ); in before()
108 doc.setDiagram(oldDiagram); in after()
H A D_LineDiagram.java63 XChartDocument doc = null; field in _LineDiagram
72 doc = (XChartDocument) tEnv.getObjRelation("CHARTDOC"); in before()
73 if (doc == null) throw new StatusException(Status.failed in before()
80 oldDiagram = doc.getDiagram(); in before()
81 doc.setDiagram(Line); in before()
83 UnoRuntime.queryInterface( XPropertySet.class, doc.getDiagram() ); in before()
90 doc.setDiagram(oldDiagram); in after()
/trunk/main/sfx2/
H A DAllLangResTarget_sfx2.mk68 sfx2/source/doc/doc.src \
69 sfx2/source/doc/doctdlg.src \
70 sfx2/source/doc/doctempl.src \
71 sfx2/source/doc/docvor.src \
72 sfx2/source/doc/graphhelp.src \
73 sfx2/source/doc/new.src \
/trunk/main/wizards/com/sun/star/wizards/web/
H A DWWD_Events.java297 CGDocument doc = getDoc(s); in setSelectedDoc() local
299 if (doc == null) in setSelectedDoc()
305 else if (oldDoc == null || (!oldDoc.appType.equals(doc.appType))) in setSelectedDoc()
307 fillExportList(settings.getExporters(doc.appType)); in setSelectedDoc()
313 mount(doc, docAware); in setSelectedDoc()
392 settings.cp_DefaultSession.cp_Content.cp_Documents.add(--selectedDoc[0], doc); in docUp()
404 settings.cp_DefaultSession.cp_Content.cp_Documents.add(++selectedDoc[0], doc); in docDown()
1259 CGDocument doc = new CGDocument(); in loadDocuments() local
1260 doc.setRoot(settings); in loadDocuments()
1262 doc.cp_URL = (start == 0) ? files[i] : FileAccess.connectURLs(files[0], files[i]); in loadDocuments()
[all …]
/trunk/main/autodoc/source/display/idl/
H A Dhi_factory.cxx192 const ary::doc::OldIdlDocu * in get_Annotations()
193 doc = Get_IdlDocu(i_ce.Docu()); in get_Annotations() local
194 if (doc != 0) in get_Annotations()
196 if (doc->IsDeprecated()) in get_Annotations()
198 if (NOT doc->IsPublished()) in get_Annotations()
210 const ary::doc::OldIdlDocu * in write_Docu()
211 doc = Get_IdlDocu(i_ce.Docu()); in write_Docu() local
212 if (doc != 0) in write_Docu()
/trunk/main/dbaccess/source/ext/macromigration/
H A Dmigrationlog.cxx163 for ( DocumentLogs::const_iterator doc = m_pData->aDocumentLogs.begin(); in startedDocument() local
164 doc != m_pData->aDocumentLogs.end() && !bAlreadyKnown; in startedDocument()
165 ++doc in startedDocument()
168 bAlreadyKnown = ( doc->second.eType == _eType ) && ( doc->second.sName == _rName ); in startedDocument()
463 for ( DocumentLogs::const_iterator doc = m_pData->aDocumentLogs.begin(); in getCompleteLog() local
464 doc != m_pData->aDocumentLogs.end(); in getCompleteLog()
465 ++doc in getCompleteLog()
468 const DocumentEntry& rDoc( doc->second ); in getCompleteLog()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/sxw/
H A DSxwPluginFactory.java58 SxwDocument doc = new SxwDocument(name); in createOfficeDocument() local
59 doc.read(is); in createOfficeDocument()
60 return doc; in createOfficeDocument()
67 SxwDocument doc = new SxwDocument(name); in createOfficeDocument() local
68 doc.read(is,isZip); in createOfficeDocument()
69 return doc; in createOfficeDocument()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/sxc/
H A DSxcPluginFactory.java63 SxcDocument doc = new SxcDocument(name); in createOfficeDocument() local
64 doc.read(is); in createOfficeDocument()
65 return doc; in createOfficeDocument()
73 SxcDocument doc = new SxcDocument(name); in createOfficeDocument() local
74 doc.read(is,isZip); in createOfficeDocument()
75 return doc; in createOfficeDocument()
/trunk/test/testuno/source/org/openoffice/test/uno/
H A DUnoApp.java200 …public void saveDocument(XComponent doc, String toPath, PropertyValue... propertyValue) throws Exc… in saveDocument() argument
201 XStorable m_xstorable = (XStorable)UnoRuntime.queryInterface(XStorable.class, doc); in saveDocument()
206 …public void saveDocumentToURL(XComponent doc, String toURL, PropertyValue... propertyValue) throws… in saveDocumentToURL() argument
207 XStorable m_xstorable = (XStorable)UnoRuntime.queryInterface(XStorable.class, doc); in saveDocumentToURL()
211 public void closeDocument(XComponent doc) { in closeDocument() argument
213 XModifiable modified = (XModifiable) UnoRuntime.queryInterface(XModifiable.class, doc); in closeDocument()
214 XCloseable closer = (XCloseable) UnoRuntime.queryInterface(XCloseable.class, doc); in closeDocument()
/trunk/main/xmlsecurity/tools/standalone/csfit/
H A Dencrypter.cxx80 xmlDocPtr doc = NULL ; in main() local
118 doc = xmlParseFile( argv[2] ) ; in main()
119 if( doc == NULL || xmlDocGetRootElement( doc ) == NULL ) { in main()
125 tplNode = xmlSecFindNode( xmlDocGetRootElement( doc ), xmlSecNodeEncryptedData, xmlSecEncNs ) ; in main()
132 …tarNode = xmlSecFindNode( xmlDocGetRootElement( doc ), ( const unsigned char*)argv[4], ( const uns… in main()
281 xmlDocDump( dstFile, doc ) ; in main()
H A Ddecrypter.cxx82 xmlDocPtr doc = NULL ; in main() local
116 doc = xmlParseFile( argv[2] ) ; in main()
117 if( doc == NULL || xmlDocGetRootElement( doc ) == NULL ) { in main()
123 tplNode = xmlSecFindNode( xmlDocGetRootElement( doc ), xmlSecNodeEncryptedData, xmlSecEncNs ) ; in main()
248 xmlDocDump( dstFile, doc ) ; in main()
/trunk/main/scripting/workben/data/testdata/
H A DScriptStorageManager.csv11 …tion=Try to get permssion when run macro is set to according to path list, doc in path, no warning…
12 …tion=Try to get permssion when run macro is set to according to path list, doc not in path, no war…
13 …tion=Try to get permssion when run macro is set to according to path list, doc in path, warning di…
14 …tion=Try to get permssion when run macro is set to according to path list, doc in path, warning di…
15 …tion=Try to get permssion when run macro is set to according to path list, doc not in path, warnin…
16 …tion=Try to get permssion when run macro is set to according to path list, doc not in path, warnin…
17 …tion=Try to get permssion when run macro is set to according to path list, doc not in path, warnin…
18 …tion=Try to get permssion when run macro is set to according to path list, doc not in path, warnin…
/trunk/main/pyuno/demo/
H A Dooextract.py48 doc = None
87 doc = desktop.loadComponentFromURL( fileUrl , "_blank", 0,inProps)
89 if not doc:
92 doc.storeToURL("private:stream",outProps)
99 if doc:
100 doc.dispose()
/trunk/main/xmlsecurity/tools/standalone/mscsfit/
H A Dencrypter.cxx71 xmlDocPtr doc = NULL ; in main() local
124 doc = xmlParseFile( argv[1] ) ; in main()
125 if( doc == NULL || xmlDocGetRootElement( doc ) == NULL ) { in main()
131 tplNode = xmlSecFindNode( xmlDocGetRootElement( doc ), xmlSecNodeEncryptedData, xmlSecEncNs ) ; in main()
138 …tarNode = xmlSecFindNode( xmlDocGetRootElement( doc ), ( const unsigned char*)argv[3], ( const uns… in main()
304 xmlDocDump( dstFile, doc ) ; in main()
H A Ddecrypter.cxx81 xmlDocPtr doc = NULL ; in main() local
115 doc = xmlParseFile( argv[2] ) ; in main()
116 if( doc == NULL || xmlDocGetRootElement( doc ) == NULL ) { in main()
122 tplNode = xmlSecFindNode( xmlDocGetRootElement( doc ), xmlSecNodeEncryptedData, xmlSecEncNs ) ; in main()
247 xmlDocDump( dstFile, doc ) ; in main()
/trunk/main/oox/source/export/
H A Dooxml-export-notes.txt42 - can also parse .doc; but used for ooxml only for now
50 - doc export
199 …ionList (this=0x1750050, _bNoReload=false) at /home/rodo/git/ooxml/sfx2/source/doc/docfile.cxx:3247
200 … in SfxMedium::GetStorage (this=0x1750050) at /home/rodo/git/ooxml/sfx2/source/doc/docfile.cxx:1328
201 …xMedium::GetOutputStorage (this=0x1750050) at /home/rodo/git/ooxml/sfx2/source/doc/docfile.cxx:1068
204 at /home/rodo/git/ooxml/sfx2/source/doc/objstor.cxx:2984
206 at /home/rodo/git/ooxml/sfx2/source/doc/objstor.cxx:2855
208 at /home/rodo/git/ooxml/sfx2/source/doc/objserv.cxx:432
210 at /home/rodo/git/ooxml/sfx2/source/doc/sfxbasemodel.cxx:2591
212 at /home/rodo/git/ooxml/sfx2/source/doc/sfxbasemodel.cxx:1568
[all …]
/trunk/main/autodoc/inc/ary/cpp/
H A Dc_cppentity.hxx54 const ary::doc::Documentation &
58 DYN ary::doc::Node &
62 ary::doc::Documentation
70 inline const doc::Documentation &
77 CppEntity::Set_Docu(ary::doc::Node & pass_docudata) in Set_Docu()
/trunk/main/scripting/java/org/openoffice/netbeans/editor/
H A DJavaKit.java95 public Syntax createSyntax(Document doc) { in createSyntax() argument
100 public SyntaxSupport createSyntaxSupport(BaseDocument doc) { in createSyntaxSupport() argument
101 return new JavaSyntaxSupport(doc); in createSyntaxSupport()
117 protected void initDocument(BaseDocument doc) { in initDocument() argument
118 doc.addLayer(new JavaDrawLayerFactory.JavaLayer(), in initDocument()
120 doc.addDocumentListener(new JavaDrawLayerFactory.LParenWatcher()); in initDocument()
/trunk/main/filter/qa/complex/filter/detection/typeDetection/
H A Dfiles.csv14 #TODO: Word2000_document;Writer/Word2000.doc;writer_MS_Word_97;writer_MS_Word_97
16 #TODO: Word6_document;Writer/Word6.doc;writer_MS_WinWord_60;writer_MS_WinWord_60
18 #TODO: Word95_document;Writer/Word95.doc;writer_MS_WinWord_60;writer_MS_WinWord_60
19 #TODO: Word97_document;Writer/Word97.doc;writer_MS_Word_97;writer_MS_Word_97
21 #TODO: WordXP_document;Writer/WordXP.doc;writer_MS_Word_97;writer_MS_Word_97
40 #TODO: WinWord2_document;Writer/WinWord_2x.doc;writer_Text_encoded:writer_Text;writer_Text_encoded:…
41 #TODO: WinWord6_95_document;Writer/WinWord_6_95.doc;writer_MS_WinWord_60;writer_MS_WinWord_60
42 #TODO: WinWord97_2000_XP_document;Writer/Winword_97_2000_xp.doc;writer_MS_Word_97;writer_MS_Word_97
/trunk/main/autodoc/inc/ary/idl/
H A Di_ce.hxx69 const ary::doc::Documentation &
77 DYN ary::doc::Node &
91 ary::doc::Documentation
116 inline const ary::doc::Documentation &
121 CodeEntity::Set_Docu(DYN ary::doc::Node & pass_data) in Set_Docu()

Completed in 52 milliseconds

12345678910>>...15