/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);
|
/aoo42x/main/sd/source/ui/app/ |
H A D | sdmod1.cxx | 440 if( pViewShell && (pDocShell->GetDocumentType() == DOCUMENT_TYPE_IMPRESS) ) in GetState() 468 if( pViewShell && (pDocShell->GetDocumentType() == DOCUMENT_TYPE_IMPRESS) ) in IMPL_LINK() 564 SdOptions* pOpt = GetSdOptions(DOCUMENT_TYPE_IMPRESS); in ExecuteNewDocument() 584 pFrame = CreateEmptyDocument( DOCUMENT_TYPE_IMPRESS, xTargetFrame ); in ExecuteNewDocument()
|
H A D | sdmod2.cxx | 423 DocumentType eDocType = DOCUMENT_TYPE_IMPRESS; in CreateItemSet() 554 DocumentType eDocType = DOCUMENT_TYPE_IMPRESS; in ApplyItemSet()
|
H A D | sdmod.cxx | 180 else if (eDocType == DOCUMENT_TYPE_IMPRESS) in GetSdOptions()
|
H A D | sdxfer.cxx | 643 …yerExport( pDoc, xDocOut, xComponent, (pDoc->GetDocumentType() == DOCUMENT_TYPE_IMPRESS) ? "com.su… in WriteObject()
|
/aoo42x/main/sd/source/ui/slideshow/ |
H A D | slideshow.cxx | 582 SdOptions* pOptions = SD_MOD()->GetSdOptions(DOCUMENT_TYPE_IMPRESS); in setPropertyValue() 658 SdOptions* pOptions = SD_MOD()->GetSdOptions(DOCUMENT_TYPE_IMPRESS); in getPropertyValue() 1286 SdOptions* pOptions = SD_MOD()->GetSdOptions(DOCUMENT_TYPE_IMPRESS); in GetDisplay()
|
H A D | slideshowimpl.cxx | 612 SdOptions* pOptions = SD_MOD()->GetSdOptions(DOCUMENT_TYPE_IMPRESS); in SlideshowImpl() 622 SdOptions* pOptions = SD_MOD()->GetSdOptions(DOCUMENT_TYPE_IMPRESS); in ~SlideshowImpl()
|
/aoo42x/main/sd/source/ui/annotations/ |
H A D | annotationmanager.cxx | 733 bool bImpress = mpDoc->GetDocumentType() == DOCUMENT_TYPE_IMPRESS; in SelectNextAnnotation() 1187 …return mpDoc->GetMasterSdPage( (mpDoc->GetDocumentType() == DOCUMENT_TYPE_IMPRESS) ? 0 : 1, PK_STA… in GetNextPage() 1212 if( nPageNum == (mpDoc->GetDocumentType() == DOCUMENT_TYPE_IMPRESS) ? 0 : 1 ) in GetNextPage()
|
/aoo42x/main/sd/source/ui/animations/ |
H A D | CustomAnimationCreateDialog.cxx | 529 SdOptions* pOptions = SD_MOD()->GetSdOptions(DOCUMENT_TYPE_IMPRESS); in CustomAnimationCreateDialog() 575 SdOptions* pOptions = SD_MOD()->GetSdOptions(DOCUMENT_TYPE_IMPRESS); in ~CustomAnimationCreateDialog()
|
H A D | SlideTransitionPane.cxx | 899 SdOptions* pOptions = SD_MOD()->GetSdOptions(DOCUMENT_TYPE_IMPRESS); in updateControls() 1297 SdOptions* pOptions = SD_MOD()->GetSdOptions(DOCUMENT_TYPE_IMPRESS); in IMPL_LINK()
|
H A D | CustomAnimationPane.cxx | 945 SdOptions* pOptions = SD_MOD()->GetSdOptions(DOCUMENT_TYPE_IMPRESS); in updateControls() 2335 SdOptions* pOptions = SD_MOD()->GetSdOptions(DOCUMENT_TYPE_IMPRESS); in IMPL_LINK()
|
/aoo42x/main/sd/source/core/ |
H A D | drawdoc.cxx | 294 if ( meDocType != DOCUMENT_TYPE_IMPRESS ) in SdDrawDocument() 476 if( meDocType == DOCUMENT_TYPE_IMPRESS ) in AllocModel()
|
H A D | drawdoc3.cxx | 873 (pBookmarkDoc->GetDocumentType() == DOCUMENT_TYPE_IMPRESS) && in InsertBookmarkAsPage() 1978 if( (pSourceDoc->GetDocumentType() == DOCUMENT_TYPE_IMPRESS) && in SetMasterPage()
|
/aoo42x/main/sd/inc/ |
H A D | pres.hxx | 123 DOCUMENT_TYPE_IMPRESS, enumerator
|
/aoo42x/main/sd/source/ui/func/ |
H A D | fuinsfil.cxx | 131 if( mpDoc->GetDocumentType() == DOCUMENT_TYPE_IMPRESS ) in DoExecute() 170 if( mpDoc->GetDocumentType() == DOCUMENT_TYPE_IMPRESS ) in DoExecute()
|
H A D | fusldlg.cxx | 137 SdOptions* pOptions = SD_MOD()->GetSdOptions(DOCUMENT_TYPE_IMPRESS); in DoExecute()
|
H A D | futext.cxx | 547 if(mpDoc->GetDocumentType() == DOCUMENT_TYPE_IMPRESS) in ImpSetAttributesForNewTextObject() 636 if (mpDoc->GetDocumentType() == DOCUMENT_TYPE_IMPRESS) in ImpSetAttributesFitCommon()
|
H A D | fuconstr.cxx | 388 mpDoc->GetDocumentType() == DOCUMENT_TYPE_IMPRESS ) in SetStyleSheet()
|
/aoo42x/main/sd/source/ui/unoidl/ |
H A D | unodoc.cxx | 96 _nCreationFlags, sal_False, DOCUMENT_TYPE_IMPRESS ); in SdPresentationDocument_createInstance()
|
/aoo42x/main/sd/source/filter/html/ |
H A D | HtmlOptionsDialog.cxx | 273 meDocType = DOCUMENT_TYPE_IMPRESS; in setSourceDocument()
|
H A D | htmlex.cxx | 457 mbImpress = mpDoc && mpDoc->GetDocumentType() == DOCUMENT_TYPE_IMPRESS; in InitExportParameters() 817 if( mpDoc->GetDocumentType() == DOCUMENT_TYPE_IMPRESS ) in SetDocColors()
|
/aoo42x/main/sd/source/ui/view/ |
H A D | drawview.cxx | 499 if( pDoc && pDoc->GetDocumentType() == DOCUMENT_TYPE_IMPRESS) in CompleteRedraw()
|
H A D | drviews5.cxx | 469 if(DOCUMENT_TYPE_IMPRESS == GetDoc()->GetDocumentType()) in Paint()
|
H A D | drviews4.cxx | 400 if(DOCUMENT_TYPE_IMPRESS == GetDoc()->GetDocumentType()) in MouseMove()
|
H A D | frmview.cxx | 674 …bImpress = dynamic_cast< SdDrawDocument* >(GetModel())->GetDocumentType() == DOCUMENT_TYPE_IMPRESS; in ReadUserDataSequence()
|