Home
last modified time | relevance | path

Searched refs:eDocType (Results 1 – 19 of 19) sorted by relevance

/trunk/main/sw/source/core/doc/
H A Ddocglbl.cxx107 sal_Bool SwDoc::SplitDoc( sal_uInt16 eDocType, const String& rPath, in SplitDoc() argument
160 switch( eDocType ) in SplitDoc()
171 eDocType = SPLITDOC_TO_GLOBALDOC; in SplitDoc()
313 if( SPLITDOC_TO_HTML == eDocType && in SplitDoc()
332 switch( eDocType ) in SplitDoc()
477 switch( eDocType ) in SplitDoc()
521 switch( eDocType ) in SplitDoc()
532 eDocType = SPLITDOC_TO_GLOBALDOC; in SplitDoc()
664 if( SPLITDOC_TO_HTML == eDocType && in SplitDoc()
683 switch( eDocType ) in SplitDoc()
[all …]
/trunk/main/sd/source/ui/app/
H A Dsdmod2.cxx423 DocumentType eDocType = DOCUMENT_TYPE_IMPRESS; in CreateItemSet() local
425 eDocType = DOCUMENT_TYPE_DRAW; in CreateItemSet()
435 if( pDoc && eDocType == pDoc->GetDocumentType() ) in CreateItemSet()
443 SdOptions* pOptions = GetSdOptions(eDocType); in CreateItemSet()
554 DocumentType eDocType = DOCUMENT_TYPE_IMPRESS; in ApplyItemSet() local
556 eDocType = DOCUMENT_TYPE_DRAW; in ApplyItemSet()
566 if( pDoc && eDocType == pDoc->GetDocumentType() ) in ApplyItemSet()
573 SdOptions* pOptions = GetSdOptions(eDocType); in ApplyItemSet()
593 if( pDoc && eDocType == pDoc->GetDocumentType() ) in ApplyItemSet()
681 if( pDocSh && pDoc && eDocType == pDoc->GetDocumentType() ) in ApplyItemSet()
[all …]
H A Dsdmod.cxx169 SdOptions* SdModule::GetSdOptions(DocumentType eDocType) in GetSdOptions() argument
173 if (eDocType == DOCUMENT_TYPE_DRAW) in GetSdOptions()
180 else if (eDocType == DOCUMENT_TYPE_IMPRESS) in GetSdOptions()
196 if( nMetric != 0xffff && pDoc && eDocType == pDoc->GetDocumentType() ) in GetSdOptions()
H A Dsdmod1.cxx159 DocumentType eDocType = pDocSh->GetDoc()->GetDocumentType(); in Execute() local
162 SdOptions* pOptions = GetSdOptions( eDocType ); in Execute()
378 DocumentType eDocType = pDocSh->GetDoc()->GetDocumentType(); in GetState() local
380 SdOptions* pOptions = GetSdOptions(eDocType); in GetState()
750 SfxFrame* SdModule::CreateEmptyDocument( DocumentType eDocType, const Reference< XFrame >& i_rFrame… in CreateEmptyDocument() argument
756 xDocShell = pNewDocSh = new ::sd::DrawDocShell(SFX_CREATE_MODE_STANDARD,sal_False,eDocType); in CreateEmptyDocument()
/trunk/main/sd/source/ui/docshell/
H A Dgrdocsh.cxx67 DocumentType eDocType) : in GraphicDocShell() argument
68 DrawDocShell(eMode, bDataObject, eDocType) in GraphicDocShell()
75 DocumentType eDocType) : in GraphicDocShell() argument
76 DrawDocShell(nModelCreationFlags, bDataObject, eDocType) in GraphicDocShell()
/trunk/main/vbahelper/source/vbahelper/
H A Dvbadocumentsbase.cxx134 …, VbaDocumentsBase::DOCUMENT_TYPE eDocType ) throw (uno::RuntimeException) :m_xContext( xContext )… in DocumentsAccessImpl() argument
212eDocType ) throw (uno::RuntimeException) : VbaDocumentsBase_BASE( xParent, xContext, uno::Referenc… in VbaDocumentsBase() argument
/trunk/main/svx/source/form/
H A Dfmmodel.cxx273 DocumentType eDocType = eUnknownDocumentType; in ControlsUseRefDevice() local
275 eDocType = DocumentClassification::classifyHostDocument( m_pObjShell->GetModel() ); in ControlsUseRefDevice()
276 … m_pImpl->aControlsUseRefDevice.reset( ControlLayouter::useDocumentReferenceDevice( eDocType ) ); in ControlsUseRefDevice()
H A Dformcontroller.cxx1285 DocumentType eDocType = DocumentClassification::classifyHostDocument( _rxForm ); in lcl_shouldUseDynamicControlBorder() local
1286 return ControlLayouter::useDynamicBorderColor( eDocType ); in lcl_shouldUseDynamicControlBorder()
/trunk/main/sd/inc/
H A Dsdmod.hxx113 SdOptions* GetSdOptions(DocumentType eDocType);
165 …static SfxFrame* CreateEmptyDocument( DocumentType eDocType, const ::com::sun::star::uno::Referenc…
H A Dsdabstdlg.hxx205 …virtual AbstractSdPublishingDlg* CreateSdPublishingDlg( ::Window* pWindow, DocumentType eDocType) …
/trunk/main/sdext/source/pdfimport/tree/
H A Ddrawtreevisiting.hxx108 … explicit DrawXmlEmitter(EmitContext& rEmitContext, DocType eDocType, PDFIProcessor& rProc ) : in DrawXmlEmitter() argument
111 m_bWriteDrawDocument(eDocType==DRAW_DOC) in DrawXmlEmitter()
/trunk/main/sd/source/ui/dlg/
H A Dsddlgfact.cxx521 …g * SdAbstractDialogFactory_Impl::CreateSdPublishingDlg( ::Window* pWindow, DocumentType eDocType) in CreateSdPublishingDlg() argument
523 return new AbstractSdPublishingDlg_Impl( new SdPublishingDlg( pWindow, eDocType ) ); in CreateSdPublishingDlg()
H A Dsddlgfact.hxx277 virtual AbstractSdPublishingDlg* CreateSdPublishingDlg( ::Window* pWindow, DocumentType eDocType);
/trunk/main/sw/inc/
H A Ddoc.hxx684 sal_Bool SplitDoc( sal_uInt16 eDocType, const String& rPath,
686 …sal_Bool SplitDoc( sal_uInt16 eDocType, const String& rPath, int nOutlineLevel = 0 ); //#outline l…
729 void SetDocumentType( DocumentType eDocType ) { meDocType = eDocType; } in SetDocumentType() argument
/trunk/main/sd/source/ui/inc/
H A Doptdlg.hxx40 DocumentType eDocType );
H A Dpubdlg.hxx225 SdPublishingDlg(Window* pWindow, DocumentType eDocType);
/trunk/main/sd/source/ui/view/
H A Ddrviewsa.cxx296 DocumentType eDocType = GetDoc()->GetDocumentType(); // RTTI fasst hier noch nicht in Construct() local
346 if( eDocType == DOCUMENT_TYPE_DRAW ) in Construct()
/trunk/main/vbahelper/inc/vbahelper/
H A Dvbadocumentsbase.hxx46 …:uno::Reference< css::uno::XComponentContext >& xContext, DOCUMENT_TYPE eDocType ) throw (css::uno…
/trunk/main/sd/source/filter/html/
H A Dpubdlg.cxx380 SdPublishingDlg::SdPublishingDlg(Window* pWindow, DocumentType eDocType) in SdPublishingDlg() argument
394 m_bImpress = eDocType == DOCUMENT_TYPE_IMPRESS; in SdPublishingDlg()

Completed in 99 milliseconds