Home
last modified time | relevance | path

Searched refs:docName (Results 1 – 18 of 18) sorted by relevance

/trunk/main/xmerge/java/aportisdoc/src/main/java/org/openoffice/xmerge/converter/xml/sxw/aportisdoc/
H A DDocumentDeserializerImpl.java105 String docName = palmDoc.getName(); in deserialize() local
108 doc = buildDocument(docName, text); in deserialize()
128 private SxwDocument buildDocument(String docName, String str) in buildDocument() argument
132 SxwDocument sxwDoc = new SxwDocument(docName); in buildDocument()
H A DDocumentSerializerImpl.java102 String docName = URLDecoder.decode(sxwDoc.getName(), DocConstants.ENCODING); in serialize() local
126 PalmDocument palmDoc = new PalmDocument(docName, in serialize()
/trunk/main/xmerge/java/pocketword/src/main/java/org/openoffice/xmerge/converter/xml/sxw/pocketword/
H A DPocketWordDocument.java51 private String docName; field in PocketWordDocument
91 docName = trimDocumentName(name); in PocketWordDocument()
225 return docName; in getName()
235 return new String(docName + FILE_EXTENSION); in getFileName()
H A DDocumentDeserializerImpl.java66 private String docName; field in DocumentDeserializerImpl
91 docName = pswDoc.getName(); in DocumentDeserializerImpl()
112 sxwDoc = new SxwDocument (docName); in deserialize()
/trunk/main/xmerge/source/minicalc/java/org/openoffice/xmerge/converter/xml/sxc/minicalc/
H A DSxcDocumentSerializerImpl.java77 String docName = sxcDoc.getName(); in serialize() local
83 encoder = new MinicalcEncoder(docName, password); in serialize()
109 String fullSheetName = new String(docName in serialize()
/trunk/main/xmerge/source/wordsmith/java/org/openoffice/xmerge/converter/xml/sxw/wordsmith/
H A DDocumentDeserializerImpl.java118 String docName = palmDoc.getName(); in deserialize() local
119 doc = buildDocument(docName, b, origDoc); in deserialize()
296 private SxwDocument buildDocument(String docName, Wse[] data, Document origDoc) in buildDocument() argument
300 SxwDocument sxwDoc = new SxwDocument(docName); in buildDocument()
H A DDocumentSerializerImpl.java120 String docName = sxwDoc.getName(); in serialize() local
166 PalmDocument palmDoc = new PalmDocument(docName, in serialize()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/
H A DConvertData.java75 public void setName(String docName) { in setName() argument
76 name = docName; in setName()
/trunk/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/
H A DSxcDocumentSerializerImpl.java66 String docName = sxcDoc.getName(); in serialize() local
72 encoder = new PocketExcelEncoder(docName, password); in serialize()
/trunk/main/vcl/qa/complex/persistent_window_states/
H A DDocumentHandle.java68 public Rectangle loadDocument(String docName, boolean hidden) in loadDocument() argument
95 docName, "_self", 0, szArgs); in loadDocument()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/xslt/
H A DDocumentSerializerImpl.java108 String docName = sxwDoc.getName(); in serialize() local
189 …DOMDocument resultDomDoc=(DOMDocument)pluginFactory.createDeviceDocument(docName,new ByteArrayInpu… in serialize()
/trunk/main/cui/source/customize/
H A Dselector.cxx683 Reference< XComponentContext >& xCtx, OUString& docName ) in getDocumentModel() argument
704 if( sTdocUrl.equals( docName ) ) in getDocumentModel()
H A Dcfgutil.cxx908 …oupListBox_Impl::getDocumentModel( Reference< XComponentContext >& xCtx, ::rtl::OUString& docName ) in getDocumentModel() argument
930 if( sTdocUrl.equals( docName ) ) in getDocumentModel()
/trunk/main/cui/source/inc/
H A Dcfgutil.hxx162 …star::uno::Reference< ::com::sun::star::uno::XComponentContext >& xCtx, ::rtl::OUString& docName );
H A Dselector.hxx153 …star::uno::Reference< ::com::sun::star::uno::XComponentContext >& xCtx, ::rtl::OUString& docName );
H A Dscriptdlg.hxx90 …star::uno::Reference< ::com::sun::star::uno::XComponentContext >& xCtx, ::rtl::OUString& docName );
/trunk/main/sc/qa/complex/calcPreview/
H A DViewForwarder.java990 String docName = "calcshapes.sxc"; in checkPreviewShape() local
993 String url = TestDocument.getUrl(docName); in checkPreviewShape()
/trunk/main/cui/source/dialogs/
H A Dscriptdlg.cxx274 SFTreeListBox::getDocumentModel( Reference< XComponentContext >& xCtx, ::rtl::OUString& docName ) in getDocumentModel() argument
295 if( sTdocUrl.equals( docName ) ) in getDocumentModel()

Completed in 89 milliseconds