Home
last modified time | relevance | path

Searched refs:pDocument (Results 51 – 75 of 159) sorted by relevance

1234567

/aoo41x/main/basctl/source/basicide/
H A Dbasides1.cxx649 ::std::auto_ptr< ScriptDocument > pDocument; in ExecuteGlobal()
656pDocument.reset( new ScriptDocument( ScriptDocument::getDocumentWithURLOrCaption( sDocumentCaption… in ExecuteGlobal()
660 if ( !pDocument.get() && pDocModelItem ) in ExecuteGlobal()
664 pDocument.reset( new ScriptDocument( xModel ) ); in ExecuteGlobal()
667 if ( !pDocument.get() ) in ExecuteGlobal()
675 pDocument->loadLibraryIfExists( E_SCRIPTS, aLibName ); in ExecuteGlobal()
676 SetCurLib( *pDocument, aLibName ); in ExecuteGlobal()
690 pWin = FindBasWin( *pDocument, aLibName, aName, sal_False ); in ExecuteGlobal()
692 pWin = FindDlgWin( *pDocument, aLibName, aName, sal_False ); in ExecuteGlobal()
/aoo41x/main/sd/source/ui/sidebar/
H A DMasterPageDescriptor.cxx185 SdDrawDocument* pDocument) in UpdatePageObject() argument
196 SdPage* pPage = (*mpPageObjectProvider)(pDocument); in UpdatePageObject()
206 if (pDocument != NULL) in UpdatePageObject()
207 mpMasterPage = DocumentHelper::CopyMasterPageToLocalDocument(*pDocument,pPage); in UpdatePageObject()
H A DRecentMasterPagesSelector.cxx47 SdDrawDocument* pDocument = rViewShellBase.GetDocument(); in Create() local
48 if (pDocument == NULL) in Create()
56 *pDocument, in Create()
H A DAllMasterPagesSelector.cxx96 SdDrawDocument* pDocument = rViewShellBase.GetDocument(); in Create() local
97 if (pDocument == NULL) in Create()
105 *pDocument, in Create()
H A DCurrentMasterPagesSelector.cxx57 SdDrawDocument* pDocument = rViewShellBase.GetDocument(); in Create() local
58 if (pDocument == NULL) in Create()
66 *pDocument, in Create()
/aoo41x/main/sc/source/filter/lotus/
H A Dfilter.cxx209 FltError ScImportLotus123old( SvStream& aStream, ScDocument* pDocument, CharSet eSrc ) in ScImportLotus123old() argument
214 pDoc = pDocument; in ScImportLotus123old()
227 ScfStreamProgressBar aPrgrsBar( aStream, pDocument->GetDocumentShell() ); in ScImportLotus123old()
/aoo41x/main/sd/source/ui/app/
H A Dsdmod1.cxx487 void SdModule::AddSummaryPage (SfxViewFrame* pViewFrame, SdDrawDocument* pDocument) in AddSummaryPage() argument
489 if( !pViewFrame || !pViewFrame->GetDispatcher() || !pDocument ) in AddSummaryPage()
495 OSL_ASSERT (pDocument!=NULL); in AddSummaryPage()
497 sal_Int32 nPageCount = pDocument->GetSdPageCount (PK_STANDARD); in AddSummaryPage()
504 SdPage* pTemplatePage = pDocument->GetSdPage (0, PK_STANDARD); in AddSummaryPage()
508 SdPage* pSummaryPage = pDocument->GetSdPage ( in AddSummaryPage()
/aoo41x/main/sd/source/ui/inc/taskpane/
H A DSlideSorterCacheDisplay.hxx61 SlideSorterCacheDisplay (const SdDrawDocument* pDocument);
69 static SlideSorterCacheDisplay* Instance (const SdDrawDocument* pDocument);
93 static void AddInstance (const SdDrawDocument* pDocument, SlideSorterCacheDisplay* pControl);
/aoo41x/main/sd/source/ui/view/
H A DDocumentRenderer.cxx1353 SdDrawDocument* pDocument = pViewShell->GetDoc(); in PrintPage() local
1354 OSL_ASSERT(pDocument!=NULL); in PrintPage()
1405 *pDocument, in PrintPage()
1446 SdDrawDocument* pDocument = mrBase.GetMainViewShell()->GetDoc(); in SetupPaperOrientation() local
1451 rInfo.meOrientation = pDocument->GetSdPage(0, ePageKind)->GetOrientation(); in SetupPaperOrientation()
1872 SdDrawDocument* pDocument = mrBase.GetDocument(); in PrepareHandout() local
1873 OSL_ASSERT(pDocument != NULL); in PrepareHandout()
1874 SdPage& rHandoutPage (*pDocument->GetSdPage(0, PK_HANDOUT)); in PrepareHandout()
1994 SdDrawDocument* pDocument = mrBase.GetMainViewShell()->GetDoc(); in PrepareStdOrNotes() local
1995 if (pDocument->GetSdPageCount(ePageKind) == 0) in PrepareStdOrNotes()
[all …]
/aoo41x/main/sc/inc/
H A Dvalidat.hxx88 ScDocument* pDocument, const ScAddress& rPos,
94 ScDocument* pDocument, const ScAddress& rPos );
96 ScValidationData( ScDocument* pDocument, const ScValidationData& r );
H A Dstlpool.hxx37 ScDocument* pDocument );
39 void SetDocument( ScDocument* pDocument );
H A Dcharthelper.hxx57 …static void AddRangesIfProtectedChart( ScRangeListVector& rRangesVector, ScDocument* pDocument, Sd…
58 …otectedChartRangesVector( ScRangeListVector& rRangesVector, ScDocument* pDocument, SdrPage* pPage …
/aoo41x/main/sd/source/ui/tools/
H A DPreviewRenderer.cxx254 SdDrawDocument* pDocument in Initialize() local
256 DrawDocShell* pDocShell = pDocument->GetDocSh(); in Initialize()
306 SdrOutliner& rOutliner(pDocument->GetDrawOutliner(NULL)); in Initialize()
308 rOutliner.SetDefaultLanguage(pDocument->GetLanguage(EE_CHAR_LANGUAGE)); in Initialize()
/aoo41x/main/sc/source/core/data/
H A Dstlpool.cxx68 ScDocument* pDocument ) in ScStyleSheetPool() argument
71 pDoc( pDocument ), in ScStyleSheetPool()
84 void ScStyleSheetPool::SetDocument( ScDocument* pDocument ) in SetDocument() argument
86 pDoc = pDocument; in SetDocument()
H A Dtable5.cxx66 if ( pDocument->IsImportingXML() ) in UpdatePageBreaks()
81 SfxStyleSheetBase* pStyle = pDocument->GetStyleSheetPool()-> in UpdatePageBreaks()
1080 SfxStyleSheetBasePool* pStylePool = pDocument->GetStyleSheetPool(); in SetPageStyle()
1137 pDocument->Broadcast( SC_HINT_DATACHANGED, in InvalidateTextWidth()
1175 pDocument->Broadcast( SC_HINT_DATACHANGED, in InvalidateTextWidth()
/aoo41x/main/sd/source/filter/xml/
H A Dsdtransform.cxx83 void TransformOOo2xDocument( SdDrawDocument* pDocument ) in TransformOOo2xDocument() argument
85 if( pDocument ) in TransformOOo2xDocument()
87 SdTransformOOo2xDocument aTransformer( *pDocument ); in TransformOOo2xDocument()
/aoo41x/main/sd/source/ui/inc/
H A DWindowUpdater.hxx95 void SetDocument (SdDrawDocument* pDocument);
107 void Update (OutputDevice* pDevice, SdDrawDocument* pDocument=0) const;
/aoo41x/main/unoxml/source/xpath/
H A Dnodelist.cxx31 ::rtl::Reference<DOM::CDocument> const& pDocument, in CNodeList() argument
34 : m_pDocument(pDocument) in CNodeList()
H A Dxpathobject.cxx64 ::rtl::Reference<DOM::CDocument> const& pDocument, in CXPathObject() argument
67 : m_pDocument(pDocument) in CXPathObject()
/aoo41x/main/writerfilter/source/doctok/
H A DXNoteHelper.hxx79 WW8DocumentImpl * pDocument, in XNoteHelper() argument
83 mpDocument(pDocument), meType(eType), mCpAndFcOffset(cpAndFcOffset) in XNoteHelper()
H A DWW8StructBase.cxx49 void WW8StructBase::setDocument(WW8DocumentImpl * pDocument) in setDocument() argument
51 mpDocument = pDocument; in setDocument()
/aoo41x/main/sd/source/ui/notes/
H A DNotesDockingWindow.cxx56 SdDrawDocument* pDocument = pBase->GetDocument(); in NotesDockingWindow() local
57 mpEditWindow = new EditWindow (this, &pDocument->GetPool()); in NotesDockingWindow()
/aoo41x/main/sc/source/core/tool/
H A Dreffind.cxx64 ScRefFinder::ScRefFinder(const String& rFormula, ScDocument* pDocument, in ScRefFinder() argument
68 pDoc( pDocument ) in ScRefFinder()
/aoo41x/main/sd/source/ui/slidesorter/model/
H A DSlideSorterModel.cxx354 SdDrawDocument* pDocument = GetDocument(); in Resync() local
355 if (pDocument!=NULL && maPageDescriptors.size()==pDocument->GetSdPageCount(mePageKind)) in Resync()
/aoo41x/main/writerfilter/unocomponent/debugservices/doctok/
H A DDocTokTestService.cxx100 doctok::WW8Document::Pointer_t pDocument(doctok::WW8DocumentFactory::createDocument(pDocStream)); in run() local
107 pDocument->resolve(*pStream); in run()

Completed in 258 milliseconds

1234567