Searched refs:meDocType (Results 1 – 12 of 12) sorted by relevance
/trunk/main/vbahelper/source/vbahelper/ |
H A D | vbadocumentsbase.cxx | 132 VbaDocumentsBase::DOCUMENT_TYPE meDocType; member in DocumentsAccessImpl 134 …CUMENT_TYPE eDocType ) throw (uno::RuntimeException) :m_xContext( xContext ), meDocType( eDocType ) in DocumentsAccessImpl() 142 …&& ( ( xServiceInfo->supportsService( sSpreadsheetDocument ) && meDocType == VbaDocumentsBase::EX… in DocumentsAccessImpl() 143 …|| ( xServiceInfo->supportsService( sTextDocument ) && meDocType == VbaDocumentsBase::WORD_DOCUMEN… in DocumentsAccessImpl() 212 …container::XIndexAccess >( new DocumentsAccessImpl( xContext, eDocType ) ) ), meDocType( eDocType ) in VbaDocumentsBase() 257 if( meDocType == WORD_DOCUMENT ) in createDocument() 259 else if( meDocType == EXCEL_DOCUMENT ) in createDocument()
|
/trunk/main/sd/source/core/ |
H A D | drawdoc.cxx | 171 , meDocType(eType) in SdDrawDocument() 192 SdOptions* pOptions = SD_MOD()->GetSdOptions(meDocType); in SdDrawDocument() 294 if ( meDocType != DOCUMENT_TYPE_IMPRESS ) in SdDrawDocument() 476 if( meDocType == DOCUMENT_TYPE_IMPRESS ) in AllocModel() 478 SFX_CREATE_MODE_EMBEDDED, sal_True, meDocType ) ); in AllocModel() 481 SFX_CREATE_MODE_EMBEDDED, sal_True, meDocType ) ); in AllocModel() 514 SFX_CREATE_MODE_EMBEDDED, sal_True, meDocType); in AllocModel() 520 pNewModel = new SdDrawDocument(meDocType, NULL); in AllocModel()
|
H A D | drawdoc2.cxx | 623 else if (meDocType == DOCUMENT_TYPE_DRAW) in CreateFirstPages() 731 if( !pRefPage && (meDocType != DOCUMENT_TYPE_DRAW) ) in CreateFirstPages()
|
/trunk/main/sd/source/filter/html/ |
H A D | HtmlOptionsDialog.cxx | 68 DocumentType meDocType; member in SdHtmlOptionsDialog 143 meDocType ( DOCUMENT_TYPE_DRAW ) in SdHtmlOptionsDialog() 243 …PublishingDlg* pDlg = pFact->CreateSdPublishingDlg( Application::GetDefDialogParent(), meDocType ); in execute() 273 meDocType = DOCUMENT_TYPE_IMPRESS; in setSourceDocument() 278 meDocType = DOCUMENT_TYPE_DRAW; in setSourceDocument()
|
/trunk/main/sd/source/ui/docshell/ |
H A D | docshell.cxx | 138 mpDoc = new SdDrawDocument(meDocType, this); in Construct() 168 meDocType(eDocumentType), in DrawDocShell() 190 meDocType(eDocumentType), in DrawDocShell() 214 meDocType(eDocumentType), in DrawDocShell()
|
H A D | docshel4.cxx | 1230 if ( meDocType == DOCUMENT_TYPE_DRAW ) in FillClass() 1245 if ( meDocType == DOCUMENT_TYPE_DRAW ) in FillClass() 1259 *pShortTypeName = String(SdResId( (meDocType == DOCUMENT_TYPE_DRAW) ? in FillClass()
|
/trunk/main/sd/source/ui/inc/ |
H A D | DrawDocShell.hxx | 120 DocumentType GetDocumentType() const { return meDocType; } in GetDocumentType() 219 DocumentType meDocType; member in sd::DrawDocShell
|
H A D | optdlg.hxx | 36 DocumentType meDocType; member in SdOptionsDlg
|
/trunk/main/sd/inc/ |
H A D | drawdoc.hxx | 200 DocumentType meDocType; member in SdDrawDocument 254 DocumentType GetDocumentType() const { return meDocType; } in GetDocumentType()
|
/trunk/main/vbahelper/inc/vbahelper/ |
H A D | vbadocumentsbase.hxx | 43 DOCUMENT_TYPE meDocType; member in VbaDocumentsBase
|
/trunk/main/sw/inc/ |
H A D | doc.hxx | 727 DocumentType meDocType; member in SwDoc 728 DocumentType GetDocumentType(){ return meDocType; } in GetDocumentType() 729 void SetDocumentType( DocumentType eDocType ) { meDocType = eDocType; } in SetDocumentType()
|
/trunk/main/sw/source/core/doc/ |
H A D | docnew.cxx | 305 meDocType( DOCTYPE_NATIVE ) in SwDoc()
|
Completed in 74 milliseconds