/aoo42x/main/test/source/java/org/openoffice/test/tools/ |
H A D | DocumentType.java | 27 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 D | OfficeDocument.java | 217 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 …]
|
/aoo42x/main/forms/qa/integration/forms/ |
H A D | DocumentType.java | 27 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 D | DocumentHelper.java | 113 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 D | TestCase.java | 33 protected DocumentType m_documentType; /// the type of our document 38 public TestCase( DocumentType docType ) in TestCase()
|
/aoo42x/main/odk/examples/DevelopersGuide/Forms/ |
H A D | DocumentType.java | 27 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 D | DocumentHelper.java | 90 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 …]
|
/aoo42x/main/svx/source/form/ |
H A D | fmdocumentclassification.cxx | 95 DocumentType eType; 122 …DocumentType DocumentClassification::classifyDocument( const Reference< XModel >& _rxDocumentModel… in classifyDocument() 124 DocumentType eType( eUnknownDocumentType ); in classifyDocument() 162 …DocumentType DocumentClassification::classifyHostDocument( const Reference< XInterface >& _rxFormC… in classifyHostDocument() 164 DocumentType eType( eUnknownDocumentType ); in classifyHostDocument() 182 …DocumentType DocumentClassification::getDocumentTypeForModuleIdentifier( const ::rtl::OUString& _r… in getDocumentTypeForModuleIdentifier() 195 … ::rtl::OUString DocumentClassification::getModuleIdentifierForDocumentType( DocumentType _eType ) in getModuleIdentifierForDocumentType()
|
H A D | fmcontrollayout.cxx | 221 …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()
|
/aoo42x/main/svx/source/inc/ |
H A D | fmdocumentclassification.hxx | 39 enum DocumentType enum 61 static DocumentType classifyDocument( 65 static DocumentType classifyHostDocument( 69 static DocumentType getDocumentTypeForModuleIdentifier( 74 DocumentType _eType
|
H A D | fmcontrollayout.hxx | 51 DocumentType _eDocType 56 static bool useDynamicBorderColor( DocumentType _eDocType ); 61 static bool useDocumentReferenceDevice( DocumentType _eDocType ); 80 DocumentType _eDocType
|
H A D | formcontrolfactory.hxx | 75 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…
|
/aoo42x/main/sd/source/ui/inc/ |
H A D | DrawDocShell.hxx | 70 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 D | optdlg.hxx | 36 DocumentType meDocType; 40 DocumentType eDocType );
|
H A D | GraphicDocShell.hxx | 56 DocumentType=DOCUMENT_TYPE_DRAW); 61 DocumentType=DOCUMENT_TYPE_DRAW);
|
/aoo42x/main/oox/inc/oox/export/ |
H A D | drawingml.hxx | 59 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()
|
/aoo42x/main/sd/source/ui/docshell/ |
H A D | docshell.cxx | 161 DocumentType eDocumentType) : in DrawDocShell() 183 …DocShell( const sal_uInt64 nModelCreationFlags, sal_Bool bDataObject, DocumentType eDocumentType )… in DrawDocShell() 207 DocumentType eDocumentType) : in DrawDocShell()
|
H A D | grdocsh.cxx | 67 DocumentType eDocType) : in GraphicDocShell() 75 DocumentType eDocType) : in GraphicDocShell()
|
/aoo42x/main/sfx2/qa/complex/sfx2/undo/ |
H A D | DrawDocumentTest.java | 27 import org.openoffice.test.tools.DocumentType; 36 super( i_orb, DocumentType.DRAWING ); in DrawDocumentTest()
|
H A D | ImpressDocumentTest.java | 27 import org.openoffice.test.tools.DocumentType; 36 super( i_orb, DocumentType.PRESENTATION ); in ImpressDocumentTest()
|
H A D | DocumentTestBase.java | 26 import org.openoffice.test.tools.DocumentType; 34 …DocumentTestBase( final XMultiServiceFactory i_orb, final DocumentType i_docType ) throws Exception in DocumentTestBase()
|
H A D | CalcDocumentTest.java | 29 import org.openoffice.test.tools.DocumentType; 40 super( i_orb, DocumentType.CALC ); in CalcDocumentTest()
|
/aoo42x/main/forms/qa/org/openoffice/xforms/ |
H A D | XMLDocument.java | 39 import integration.forms.DocumentType; 53 super( _orb, implLoadAsComponent( _orb, getDocumentFactoryURL( DocumentType.XMLFORM ) ) ); in XMLDocument()
|
/aoo42x/main/sd/inc/ |
H A D | drawdoc.hxx | 200 DocumentType meDocType; 229 SdDrawDocument(DocumentType eType, SfxObjectShell* pDocSh); 254 DocumentType GetDocumentType() const { return meDocType; } in GetDocumentType()
|
H A D | sdmod.hxx | 113 SdOptions* GetSdOptions(DocumentType eDocType); 165 …static SfxFrame* CreateEmptyDocument( DocumentType eDocType, const ::com::sun::star::uno::Referenc…
|