Home
last modified time | relevance | path

Searched refs:pDocument (Results 101 – 125 of 159) sorted by relevance

1234567

/aoo41x/main/sc/inc/
H A Dcell.hxx292 ScDocument* pDocument; member in ScFormulaCell
450 ScDocument* GetDocument() const { return pDocument; } in GetDocument()
H A Dcompiler.hxx349 ScCompiler( ScDocument* pDocument, const ScAddress&);
351 ScCompiler( ScDocument* pDocument, const ScAddress&,ScTokenArray& rArr);
H A Dreffind.hxx48 ScDocument* pDocument = NULL,
H A Dchartarr.hxx70 ScDocument* pDocument; member in ScChartArray
H A Dchartpos.hxx114 ScDocument* pDocument; member in ScChartPositioner
/aoo41x/main/sd/source/ui/unoidl/
H A Dunomodel.cxx3032 rtl::Reference< SdXImpressDocument > SdXImpressDocument::GetModel( SdDrawDocument* pDocument ) in GetModel() argument
3035 if( pDocument ) in GetModel()
3037 ::sd::DrawDocShell* pDocShell = pDocument->GetDocSh(); in GetModel()
3049 void NotifyDocumentEvent( SdDrawDocument* pDocument, const rtl::OUString& rEventName ) in NotifyDocumentEvent() argument
3051 rtl::Reference< SdXImpressDocument > xModel( SdXImpressDocument::GetModel( pDocument ) ); in NotifyDocumentEvent()
3061 void NotifyDocumentEvent( SdDrawDocument* pDocument, const rtl::OUString& rEventName, const uno::Re… in NotifyDocumentEvent() argument
3063 rtl::Reference< SdXImpressDocument > xModel( SdXImpressDocument::GetModel( pDocument ) ); in NotifyDocumentEvent()
/aoo41x/main/sw/source/core/unocore/
H A Dunorefmk.cxx323 SwDoc *const pDocument = in attach() local
325 if (!pDocument) in attach()
330 SwUnoInternalPaM aPam(*pDocument); in attach()
335 m_pImpl->m_pDoc = pDocument; in attach()
/aoo41x/main/sw/source/filter/ww8/
H A Ddocxexport.cxx632 DocxExport::DocxExport( DocxExportFilter *pFilter, SwDoc *pDocument, SwPaM *pCurrentPam, SwPaM *pOr… in DocxExport() argument
633 : MSWordExportBase( pDocument, pCurrentPam, pOriginalPam ), in DocxExport()
H A Ddocxexport.hxx181 DocxExport( DocxExportFilter *pFilter, SwDoc *pDocument,
/aoo41x/main/sc/source/core/tool/
H A Dchgtrack.cxx4558 ScChangeTrack* ScChangeTrack::Clone( ScDocument* pDocument ) const in Clone()
4560 if ( !pDocument ) in Clone()
4565 ScChangeTrack* pClonedTrack = new ScChangeTrack( pDocument ); in Clone()
4585 ScBaseCell* pClonedNewCell = pNewCell->CloneWithoutNote( *pDocument ); in Clone()
4669 … ScBaseCell* pClonedOldCell = pOldCell ? pOldCell->CloneWithoutNote( *pDocument ) : 0; in Clone()
4682 pDocument, in Clone()
4688 ScBaseCell* pClonedNewCell = pNewCell->CloneWithoutNote( *pDocument ); in Clone()
4689 pClonedContent->SetNewValue( pClonedNewCell, pDocument ); in Clone()
4813 pDocument->SetChangeTrack( pClonedTrack ); in Clone()
/aoo41x/main/unoxml/source/xpath/
H A Dnodelist.hxx67 ::rtl::Reference<DOM::CDocument> const& pDocument,
H A Dxpathobject.hxx63 CXPathObject( ::rtl::Reference<DOM::CDocument> const& pDocument,
/aoo41x/main/sd/source/ui/inc/
H A Dunmodpg.hxx69 …RenameLayoutTemplateUndoAction( SdDrawDocument* pDocument, const String& rOldLayoutName, const Str…
/aoo41x/main/sc/source/core/inc/
H A Dadiasync.hxx72 static void RemoveDocument( ScDocument* pDocument );
H A Daddinlis.hxx68 static void RemoveDocument( ScDocument* pDocument );
/aoo41x/main/sc/source/ui/inc/
H A Dsolvrdlg.hxx52 ScDocument* pDocument,
H A Dtabopdlg.hxx53 ScDocument* pDocument,
/aoo41x/main/sw/source/core/fields/
H A Ddbfld.cxx837 SwDBNameFieldType::SwDBNameFieldType(SwDoc* pDocument) in SwDBNameFieldType() argument
840 pDoc = pDocument; in SwDBNameFieldType()
/aoo41x/main/writerfilter/source/ooxml/
H A DOOXMLParserState.hxx84 void setDocument(OOXMLDocument * pDocument);
H A DOOXMLFastDocumentHandler.hxx50 OOXMLDocument* pDocument );
/aoo41x/main/sd/source/ui/sidebar/
H A DMasterPageDescriptor.hxx130 SdDrawDocument* pDocument);
/aoo41x/main/sw/source/filter/basflt/
H A Dshellio.cxx428 SwReader::SwReader(SfxMedium& rMedium, const String& rFileName, SwDoc *pDocument) in SwReader() argument
429 : SwDocFac(pDocument), pStrm(0), pMedium(&rMedium), pCrsr(0), in SwReader()
/aoo41x/main/sd/inc/
H A Dsdmod.hxx182 void AddSummaryPage (SfxViewFrame* pViewFrame, SdDrawDocument* pDocument);
/aoo41x/main/writerfilter/source/doctok/
H A DWW8StructBase.hxx153 void setDocument(WW8DocumentImpl * pDocument);
/aoo41x/main/sc/source/ui/view/
H A Dprevloc.cxx166 ScPreviewLocationData::ScPreviewLocationData( ScDocument* pDocument, OutputDevice* pWin ) : in ScPreviewLocationData() argument
168 pDoc( pDocument ), in ScPreviewLocationData()

Completed in 134 milliseconds

1234567