Home
last modified time | relevance | path

Searched refs:GetDocumentType (Results 1 – 25 of 37) sorted by relevance

12

/trunk/main/sd/source/ui/app/
H A Dsdmod2.cxx435 if( pDoc && eDocType == pDoc->GetDocumentType() ) in CreateItemSet()
566 if( pDoc && eDocType == pDoc->GetDocumentType() ) in ApplyItemSet()
593 if( pDoc && eDocType == pDoc->GetDocumentType() ) in ApplyItemSet()
617 if( pDocSh && pDoc && eDocType == pDoc->GetDocumentType() ) in ApplyItemSet()
681 if( pDocSh && pDoc && eDocType == pDoc->GetDocumentType() ) in ApplyItemSet()
734 if( pDocSh && pDoc && eDocType == pDoc->GetDocumentType() ) in ApplyItemSet()
H A Dsdmod1.cxx159 DocumentType eDocType = pDocSh->GetDoc()->GetDocumentType(); in Execute()
378 DocumentType eDocType = pDocSh->GetDoc()->GetDocumentType(); in GetState()
440 if( pViewShell && (pDocShell->GetDocumentType() == DOCUMENT_TYPE_IMPRESS) ) in GetState()
468 if( pViewShell && (pDocShell->GetDocumentType() == DOCUMENT_TYPE_IMPRESS) ) in IMPL_LINK()
695 SdOptions* pOptions = GetSdOptions(pDoc->GetDocumentType()); in ExecuteNewDocument()
H A Dsdmod.cxx196 if( nMetric != 0xffff && pDoc && eDocType == pDoc->GetDocumentType() ) in GetSdOptions()
217 DocumentType eType = pDocSh->GetDoc()->GetDocumentType(); in GetOptionStream()
H A Dsdxfer.cxx600 mpSdDrawDocumentIntern->GetDocumentType()); in GetData()
643 …if( SvxDrawingLayerExport( pDoc, xDocOut, xComponent, (pDoc->GetDocumentType() == DOCUMENT_TYPE_IM… in WriteObject()
/trunk/main/sd/source/ui/annotations/
H A Dannotationmanager.cxx192 SdOptions* pOptions = SD_MOD()->GetSdOptions(mpDoc->GetDocumentType()); in AnnotationManagerImpl()
276 SdOptions* pOptions = SD_MOD()->GetSdOptions(mpDoc->GetDocumentType()); in ShowAnnotations()
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()
/trunk/main/sd/source/core/
H A Ddrawdoc3.cxx873 (pBookmarkDoc->GetDocumentType() == DOCUMENT_TYPE_IMPRESS) && in InsertBookmarkAsPage()
874 (GetDocumentType() == DOCUMENT_TYPE_DRAW); in InsertBookmarkAsPage()
1978 if( (pSourceDoc->GetDocumentType() == DOCUMENT_TYPE_IMPRESS) && in SetMasterPage()
1979 (GetDocumentType() == DOCUMENT_TYPE_DRAW) ) in SetMasterPage()
/trunk/main/sd/source/ui/unoidl/
H A DUnoDocumentSettings.cxx260 aOptionsPrintItem.SetOptions( SD_MOD()->GetSdOptions(pDoc->GetDocumentType()) ); in _setPropertyValues()
730 if ( pDoc->GetDocumentType() == DOCUMENT_TYPE_IMPRESS ) in _setPropertyValues()
903 aOptionsPrintItem.SetOptions( SD_MOD()->GetSdOptions(pDoc->GetDocumentType()) ); in _getPropertyValues()
H A Dunomodel.cxx216 …mbImpressDoc( pShell && pShell->GetDoc() && pShell->GetDoc()->GetDocumentType() == DOCUMENT_TYPE_I… in SdXImpressDocument()
235 mbImpressDoc( pDoc && pDoc->GetDocumentType() == DOCUMENT_TYPE_IMPRESS ), in SdXImpressDocument()
2909 if( mpDoc->GetDocumentType() == DOCUMENT_TYPE_DRAW ) in getElementNames()
2990 const bool bDraw = mpDoc->GetDocumentType() == DOCUMENT_TYPE_DRAW; in FindPage()
/trunk/main/sd/source/ui/view/
H A Ddrviewse.cxx600 SdOptions* pOptions = SD_MOD()->GetSdOptions(GetDoc()->GetDocumentType()); in FuPermanent()
1066 SdOptions* pOptions = SD_MOD()->GetSdOptions(GetDoc()->GetDocumentType()); in FuSupport()
1479 if ( GetDoc()->GetDocumentType() == DOCUMENT_TYPE_IMPRESS && in FuSupport()
H A Ddrviews5.cxx175 SD_MOD()->GetSdOptions(GetDoc()->GetDocumentType())->IsPickThrough()); in ReadFrameViewData()
469 if(DOCUMENT_TYPE_IMPRESS == GetDoc()->GetDocumentType()) in Paint()
H A Ddrviewsg.cxx145 SdOptions* pOptions = SD_MOD()->GetSdOptions(GetDoc()->GetDocumentType()); in ExecOptionsBar()
H A Dfrmview.cxx272 Update( SD_MOD()->GetSdOptions(pDrawDoc->GetDocumentType()) ); in FrameView()
674 …const bool bImpress = dynamic_cast< SdDrawDocument* >(GetModel())->GetDocumentType() == DOCUMENT_T… in ReadUserDataSequence()
H A Ddrawview.cxx499 if( pDoc && pDoc->GetDocumentType() == DOCUMENT_TYPE_IMPRESS) in CompleteRedraw()
H A Ddrviewsa.cxx296 DocumentType eDocType = GetDoc()->GetDocumentType(); // RTTI fasst hier noch nicht in Construct()
/trunk/main/sd/source/filter/
H A Dsdfilter.cxx62 , mbIsDraw( rDocShell.GetDocumentType() == DOCUMENT_TYPE_DRAW ) in SdFilter()
/trunk/main/sd/source/ui/func/
H A Dfuinsfil.cxx131 if( mpDoc->GetDocumentType() == DOCUMENT_TYPE_IMPRESS ) in DoExecute()
170 if( mpDoc->GetDocumentType() == DOCUMENT_TYPE_IMPRESS ) in DoExecute()
H A Dfusldlg.cxx109 …sal_Bool bStartWithActualPage = SD_MOD()->GetSdOptions( mpDoc->GetDocumentType() )->IsStartWithAct… in DoExecute()
H A Dfutext.cxx547 if(mpDoc->GetDocumentType() == DOCUMENT_TYPE_IMPRESS) in ImpSetAttributesForNewTextObject()
636 if (mpDoc->GetDocumentType() == DOCUMENT_TYPE_IMPRESS) in ImpSetAttributesFitCommon()
H A Dfuconstr.cxx388 mpDoc->GetDocumentType() == DOCUMENT_TYPE_IMPRESS ) in SetStyleSheet()
H A Dfutempl.cxx257 …(pOldStyleSheet->GetFamily() == SD_STYLE_FAMILY_MASTERPAGE && mpDoc->GetDocumentType() == DOCUMENT… in DoExecute()
H A Dfupage.cxx236 bool bScale = mpDoc->GetDocumentType() != DOCUMENT_TYPE_DRAW; in ExecuteDialog()
/trunk/main/sd/source/ui/docshell/
H A Ddocshel4.cxx123 SD_MOD()->GetSdOptions(mpDoc->GetDocumentType())); in GetPrinter()
827 if( (eNewPageKind != PK_STANDARD) && (mpDoc->GetDocumentType() == DOCUMENT_TYPE_DRAW) ) in GotoBookmark()
/trunk/main/sd/source/ui/inc/
H A DDrawDocShell.hxx120 DocumentType GetDocumentType() const { return meDocType; } in GetDocumentType() function in sd::DrawDocShell
/trunk/main/sd/source/ui/table/
H A Dtablefunction.cxx210 if( GetDoc() && (GetDoc()->GetDocumentType() == DOCUMENT_TYPE_DRAW) ) in FuTable()
/trunk/main/sd/inc/
H A Ddrawdoc.hxx254 DocumentType GetDocumentType() const { return meDocType; } in GetDocumentType() function in SdDrawDocument

Completed in 114 milliseconds

12