Home
last modified time | relevance | path

Searched refs:DocumentType (Results 1 – 25 of 73) sorted by relevance

123

/trunk/main/test/source/java/org/openoffice/test/tools/
H A DDocumentType.java27 public class DocumentType extends com.sun.star.uno.Enum class
29 private DocumentType( int value ) in DocumentType() method in DocumentType
34 public static DocumentType getDefault() in getDefault()
39 public static final DocumentType WRITER = new DocumentType(0);
40 public static final DocumentType CALC = new DocumentType(1);
41 public static final DocumentType DRAWING = new DocumentType(2);
42 public static final DocumentType XMLFORM = new DocumentType(3);
43 public static final DocumentType PRESENTATION = new DocumentType(4);
44 public static final DocumentType FORMULA = new DocumentType(5);
45 public static final DocumentType UNKNOWN = new DocumentType(-1);
[all …]
H A DOfficeDocument.java217 if ( eType == DocumentType.WRITER ) in getDocumentFactoryURL()
219 if ( eType == DocumentType.CALC ) in getDocumentFactoryURL()
221 if ( eType == DocumentType.DRAWING ) in getDocumentFactoryURL()
223 if ( eType == DocumentType.XMLFORM ) in getDocumentFactoryURL()
227 if ( eType == DocumentType.FORMULA ) in getDocumentFactoryURL()
235 public DocumentType classify( ) in classify()
240 return DocumentType.WRITER; in classify()
242 return DocumentType.CALC; in classify()
244 return DocumentType.DRAWING; in classify()
248 return DocumentType.FORMULA; in classify()
[all …]
/trunk/main/forms/qa/integration/forms/
H A DDocumentType.java27 public class DocumentType extends com.sun.star.uno.Enum class
29 private DocumentType( int value ) in DocumentType() method in DocumentType
34 public static DocumentType getDefault() in getDefault()
39 public static final DocumentType WRITER = new DocumentType(0);
40 public static final DocumentType CALC = new DocumentType(1);
41 public static final DocumentType DRAWING = new DocumentType(2);
42 public static final DocumentType XMLFORM = new DocumentType(3);
43 public static final DocumentType UNKNOWN = new DocumentType(-1);
45 public static DocumentType fromInt(int value) in fromInt()
H A DDocumentHelper.java113 return blankDocument( orb, DocumentType.WRITER ); in blankTextDocument()
170 if ( classify() == DocumentType.CALC ) in getCurrentView()
290 if ( eType == DocumentType.WRITER ) in getDocumentFactoryURL()
292 if ( eType == DocumentType.CALC ) in getDocumentFactoryURL()
294 if ( eType == DocumentType.DRAWING ) in getDocumentFactoryURL()
296 if ( eType == DocumentType.XMLFORM ) in getDocumentFactoryURL()
304 public DocumentType classify( ) in classify()
310 return DocumentType.WRITER; in classify()
312 return DocumentType.CALC; in classify()
314 return DocumentType.DRAWING; in classify()
[all …]
H A DTestCase.java33 protected DocumentType m_documentType; /// the type of our document
38 public TestCase( DocumentType docType ) in TestCase()
/trunk/main/odk/examples/DevelopersGuide/Forms/
H A DDocumentType.java27 public class DocumentType extends com.sun.star.uno.Enum class
29 private DocumentType( int value ) in DocumentType() method in DocumentType
34 public static DocumentType getDefault() in getDefault()
39 public static final DocumentType WRITER = new DocumentType(0);
40 public static final DocumentType CALC = new DocumentType(1);
41 public static final DocumentType DRAWING = new DocumentType(2);
42 public static final DocumentType UNKNOWN = new DocumentType(-1);
44 public static DocumentType fromInt(int value) in fromInt()
H A DDocumentHelper.java90 return blankDocument( xCtx, DocumentType.WRITER ); in blankTextDocument()
97 if ( eType == DocumentType.CALC ) in blankDocument()
116 if ( classify() == DocumentType.CALC ) in getCurrentView()
209 if ( eType == DocumentType.WRITER ) in getDocumentFactoryURL()
211 if ( eType == DocumentType.CALC ) in getDocumentFactoryURL()
213 if ( eType == DocumentType.DRAWING ) in getDocumentFactoryURL()
221 public DocumentType classify( ) in classify()
227 return DocumentType.WRITER; in classify()
229 return DocumentType.CALC; in classify()
231 return DocumentType.DRAWING; in classify()
[all …]
/trunk/main/svx/source/form/
H A Dfmdocumentclassification.cxx95 DocumentType eType;
122DocumentType DocumentClassification::classifyDocument( const Reference< XModel >& _rxDocumentModel… in classifyDocument()
124 DocumentType eType( eUnknownDocumentType ); in classifyDocument()
162DocumentType DocumentClassification::classifyHostDocument( const Reference< XInterface >& _rxFormC… in classifyHostDocument()
164 DocumentType eType( eUnknownDocumentType ); in classifyHostDocument()
182DocumentType DocumentClassification::getDocumentTypeForModuleIdentifier( const ::rtl::OUString& _r… in getDocumentTypeForModuleIdentifier()
195 … ::rtl::OUString DocumentClassification::getModuleIdentifierForDocumentType( DocumentType _eType ) in getModuleIdentifierForDocumentType()
H A Dfmcontrollayout.cxx221 …initializeControlLayout( const Reference< XPropertySet >& _rxControlModel, DocumentType _eDocType ) in initializeControlLayout()
290 ::utl::OConfigurationNode ControlLayouter::getLayoutSettings( DocumentType _eDocType ) in getLayoutSettings()
300 bool ControlLayouter::useDynamicBorderColor( DocumentType _eDocType ) in useDynamicBorderColor()
310 bool ControlLayouter::useDocumentReferenceDevice( DocumentType _eDocType ) in useDocumentReferenceDevice()
/trunk/main/svx/source/inc/
H A Dfmdocumentclassification.hxx39 enum DocumentType enum
61 static DocumentType classifyDocument(
65 static DocumentType classifyHostDocument(
69 static DocumentType getDocumentTypeForModuleIdentifier(
74 DocumentType _eType
H A Dfmcontrollayout.hxx51 DocumentType _eDocType
56 static bool useDynamicBorderColor( DocumentType _eDocType );
61 static bool useDocumentReferenceDevice( DocumentType _eDocType );
80 DocumentType _eDocType
H A Dformcontrolfactory.hxx75 const DocumentType _eDocType,
80 sal_Int16 initializeControlModel( const DocumentType _eDocType, const SdrUnoObj& _rObject );
81 …sal_Int16 initializeControlModel( const DocumentType _eDocType, const ::com::sun::star::uno::Refer…
/trunk/main/sd/source/ui/inc/
H A DDrawDocShell.hxx70 DocumentType=DOCUMENT_TYPE_IMPRESS);
75 DocumentType=DOCUMENT_TYPE_IMPRESS);
81 DocumentType=DOCUMENT_TYPE_IMPRESS);
120 DocumentType GetDocumentType() const { return meDocType; } in GetDocumentType()
219 DocumentType meDocType;
H A Doptdlg.hxx36 DocumentType meDocType;
40 DocumentType eDocType );
H A DGraphicDocShell.hxx56 DocumentType=DOCUMENT_TYPE_DRAW);
61 DocumentType=DOCUMENT_TYPE_DRAW);
/trunk/main/oox/inc/oox/export/
H A Ddrawingml.hxx59 enum DocumentType { DOCUMENT_DOCX, DOCUMENT_PPTX, DOCUMENT_XLSX }; enum in oox::drawingml::DrawingML
68 DocumentType meDocumentType;
82 …_fastparser::FSHelperPtr pFS, ::oox::core::XmlFilterBase* pFB = NULL, DocumentType eDocumentType =… in DrawingML()
/trunk/main/sd/source/ui/docshell/
H A Ddocshell.cxx161 DocumentType eDocumentType) : in DrawDocShell()
183 …DocShell( const sal_uInt64 nModelCreationFlags, sal_Bool bDataObject, DocumentType eDocumentType )… in DrawDocShell()
207 DocumentType eDocumentType) : in DrawDocShell()
H A Dgrdocsh.cxx67 DocumentType eDocType) : in GraphicDocShell()
75 DocumentType eDocType) : in GraphicDocShell()
/trunk/main/sfx2/qa/complex/sfx2/undo/
H A DDrawDocumentTest.java27 import org.openoffice.test.tools.DocumentType;
36 super( i_orb, DocumentType.DRAWING ); in DrawDocumentTest()
H A DImpressDocumentTest.java27 import org.openoffice.test.tools.DocumentType;
36 super( i_orb, DocumentType.PRESENTATION ); in ImpressDocumentTest()
H A DDocumentTestBase.java26 import org.openoffice.test.tools.DocumentType;
34 …DocumentTestBase( final XMultiServiceFactory i_orb, final DocumentType i_docType ) throws Exception in DocumentTestBase()
H A DCalcDocumentTest.java29 import org.openoffice.test.tools.DocumentType;
40 super( i_orb, DocumentType.CALC ); in CalcDocumentTest()
/trunk/main/forms/qa/org/openoffice/xforms/
H A DXMLDocument.java39 import integration.forms.DocumentType;
53 super( _orb, implLoadAsComponent( _orb, getDocumentFactoryURL( DocumentType.XMLFORM ) ) ); in XMLDocument()
/trunk/main/sd/inc/
H A Ddrawdoc.hxx200 DocumentType meDocType;
229 SdDrawDocument(DocumentType eType, SfxObjectShell* pDocSh);
254 DocumentType GetDocumentType() const { return meDocType; } in GetDocumentType()
H A Dsdmod.hxx113 SdOptions* GetSdOptions(DocumentType eDocType);
165 …static SfxFrame* CreateEmptyDocument( DocumentType eDocType, const ::com::sun::star::uno::Referenc…

Completed in 117 milliseconds

123