/aoo42x/main/sw/source/core/doc/ |
H A D | docglbl.cxx | 107 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 …]
|
/aoo42x/main/sd/source/ui/app/ |
H A D | sdmod2.cxx | 423 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 D | sdmod.cxx | 169 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 D | sdmod1.cxx | 159 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()
|
/aoo42x/main/sd/source/ui/docshell/ |
H A D | grdocsh.cxx | 67 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()
|
/aoo42x/main/vbahelper/source/vbahelper/ |
H A D | vbadocumentsbase.cxx | 134 …, VbaDocumentsBase::DOCUMENT_TYPE eDocType ) throw (uno::RuntimeException) :m_xContext( xContext )… in DocumentsAccessImpl() argument 212 …eDocType ) throw (uno::RuntimeException) : VbaDocumentsBase_BASE( xParent, xContext, uno::Referenc… in VbaDocumentsBase() argument
|
/aoo42x/main/svx/source/form/ |
H A D | fmmodel.cxx | 273 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 D | formcontroller.cxx | 1285 DocumentType eDocType = DocumentClassification::classifyHostDocument( _rxForm ); in lcl_shouldUseDynamicControlBorder() local 1286 return ControlLayouter::useDynamicBorderColor( eDocType ); in lcl_shouldUseDynamicControlBorder()
|
/aoo42x/main/sd/inc/ |
H A D | sdmod.hxx | 113 SdOptions* GetSdOptions(DocumentType eDocType); 165 …static SfxFrame* CreateEmptyDocument( DocumentType eDocType, const ::com::sun::star::uno::Referenc…
|
H A D | sdabstdlg.hxx | 205 …virtual AbstractSdPublishingDlg* CreateSdPublishingDlg( ::Window* pWindow, DocumentType eDocType) …
|
/aoo42x/main/sdext/source/pdfimport/tree/ |
H A D | drawtreevisiting.hxx | 108 … explicit DrawXmlEmitter(EmitContext& rEmitContext, DocType eDocType, PDFIProcessor& rProc ) : in DrawXmlEmitter() argument 111 m_bWriteDrawDocument(eDocType==DRAW_DOC) in DrawXmlEmitter()
|
/aoo42x/main/sd/source/ui/dlg/ |
H A D | sddlgfact.cxx | 521 …g * SdAbstractDialogFactory_Impl::CreateSdPublishingDlg( ::Window* pWindow, DocumentType eDocType) in CreateSdPublishingDlg() argument 523 return new AbstractSdPublishingDlg_Impl( new SdPublishingDlg( pWindow, eDocType ) ); in CreateSdPublishingDlg()
|
H A D | sddlgfact.hxx | 277 virtual AbstractSdPublishingDlg* CreateSdPublishingDlg( ::Window* pWindow, DocumentType eDocType);
|
/aoo42x/main/sw/inc/ |
H A D | doc.hxx | 684 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
|
/aoo42x/main/sd/source/ui/inc/ |
H A D | optdlg.hxx | 40 DocumentType eDocType );
|
H A D | pubdlg.hxx | 225 SdPublishingDlg(Window* pWindow, DocumentType eDocType);
|
/aoo42x/main/sd/source/ui/view/ |
H A D | drviewsa.cxx | 296 DocumentType eDocType = GetDoc()->GetDocumentType(); // RTTI fasst hier noch nicht in Construct() local 346 if( eDocType == DOCUMENT_TYPE_DRAW ) in Construct()
|
/aoo42x/main/vbahelper/inc/vbahelper/ |
H A D | vbadocumentsbase.hxx | 46 …:uno::Reference< css::uno::XComponentContext >& xContext, DOCUMENT_TYPE eDocType ) throw (css::uno…
|
/aoo42x/main/sd/source/filter/html/ |
H A D | pubdlg.cxx | 380 SdPublishingDlg::SdPublishingDlg(Window* pWindow, DocumentType eDocType) in SdPublishingDlg() argument 394 m_bImpress = eDocType == DOCUMENT_TYPE_IMPRESS; in SdPublishingDlg()
|