Home
last modified time | relevance | path

Searched refs:GetDocumentShell (Results 1 – 25 of 61) sorted by relevance

123

/aoo4110/main/sc/source/ui/Accessibility/
H A DAccessibleCellBase.cxx114 SfxObjectShell* pObjSh = mpDoc->GetDocumentShell(); in getForeground()
155 SfxObjectShell* pObjSh = mpDoc->GetDocumentShell(); in getBackground()
270 if((aNumber >>= fValue) && mpDoc && mpDoc->GetDocumentShell()) in setCurrentValue()
280 ScDocShell* pDocShell = (ScDocShell*) mpDoc->GetDocumentShell(); in setCurrentValue()
355 SfxObjectShell* pObjSh = mpDoc->GetDocumentShell(); in GetNote()
404 SfxObjectShell* pObjSh = mpDoc->GetDocumentShell(); in getShadowAttrs()
490 SfxObjectShell* pObjSh = mpDoc->GetDocumentShell(); in getBorderAttrs()
H A DAccessibleText.cxx1428 pDocSh = (ScDocShell*) pViewShell->GetDocument()->GetDocumentShell(); in GetDocShell()
1556 pDocSh = (ScDocShell*) pViewShell->GetDocument()->GetDocumentShell(); in GetDocShell()
1577 mpDocSh = (ScDocShell*) pViewShell->GetDocument()->GetDocumentShell(); in ScAccessibleHeaderTextData()
1694 mpDocSh = (ScDocShell*) pViewShell->GetDocument()->GetDocumentShell(); in ScAccessibleNoteTextData()
/aoo4110/main/sc/source/ui/formdlg/
H A Dformula.cxx118 …iceProvider::MakeInstance(SC_SERVICE_FORMULAPARS,(ScDocShell*)pDoc->GetDocumentShell()),uno::UNO_Q… in ScFormulaDlg()
122 …ceProvider::MakeInstance(SC_SERVICE_OPCODEMAPPER,(ScDocShell*)pDoc->GetDocumentShell()),uno::UNO_Q… in ScFormulaDlg()
428 sal_Bool bOtherDoc = ( pRefDoc != pDoc && pRefDoc->GetDocumentShell()->HasName() ); in SetReference()
438 SfxObjectShell* pObjSh = pRefDoc->GetDocumentShell(); in SetReference()
/aoo4110/main/sc/source/filter/xml/
H A Dxmlwrap.cxx413 SfxObjectShell* pObjSh = rDoc.GetDocumentShell(); in Import()
717 SfxObjectShell* pObjSh = rDoc.GetDocumentShell(); in lcl_HasValidStream()
723 SfxMedium* pSrcMed = rDoc.GetDocumentShell()->GetMedium(); in lcl_HasValidStream()
809 uno::Reference<embed::XStorage> xTmpStorage = rDoc.GetDocumentShell()->GetStorage(); in ExportToComponent()
883 SfxObjectShell* pObjSh = rDoc.GetDocumentShell(); in Export()
H A DXMLTableSourceContext.cxx124 aFileString = ScGlobal::GetAbsDocName( aFileString, pDoc->GetDocumentShell() ); in EndElement()
/aoo4110/main/sc/source/filter/lotus/
H A Dlotread.cxx70 ScfStreamProgressBar aPrgrsBar( *pIn, pD->GetDocumentShell() ); in Read()
258 ScfStreamProgressBar aPrgrsBar( *pIn, pD->GetDocumentShell() ); in Read()
H A Dfilter.cxx227 ScfStreamProgressBar aPrgrsBar( aStream, pDocument->GetDocumentShell() ); in ScImportLotus123old()
/aoo4110/main/sc/source/filter/html/
H A Dhtmlpars.cxx149 SfxObjectShell* pObjSh = mpDoc->GetDocumentShell(); in Read()
1541 mpDoc->GetDocumentShell()->GetModel(), uno::UNO_QUERY_THROW); in ProcToken()
1544 mpDoc->GetDocumentShell()->GetHeaderAttributes() ); in ProcToken()
1561 mpDoc->GetDocumentShell()->GetModel(), in ProcToken()
2791 SfxObjectShell* pObjSh = mpDoc->GetDocumentShell(); in Read()
2958 if( mpDoc->GetDocumentShell() ) in MetaOn()
2963 mpDoc->GetDocumentShell()->GetModel(), uno::UNO_QUERY_THROW); in MetaOn()
2966 mpDoc->GetDocumentShell()->GetHeaderAttributes() ); in MetaOn()
2981 if( maTitle.Len() && mpDoc->GetDocumentShell() ) { in TitleOff()
2983 mpDoc->GetDocumentShell()->GetModel(), uno::UNO_QUERY_THROW); in TitleOff()
/aoo4110/main/sc/source/ui/unoobj/
H A Dshapeuno.cxx366 SfxObjectShell* pObjSh = pDoc->GetDocumentShell(); in setPropertyValue()
490 SfxObjectShell* pObjSh = pDoc->GetDocumentShell(); in setPropertyValue()
588 SfxObjectShell* pObjSh = pDoc->GetDocumentShell(); in setPropertyValue()
670 SfxObjectShell* pObjSh = pDoc->GetDocumentShell(); in getPropertyValue()
1022 SfxObjectShell* pObjSh = pDoc->GetDocumentShell(); in getAnchor()
1282 SfxObjectShell* pObjSh = pDoc->GetDocumentShell(); in getParent()
/aoo4110/main/sc/source/core/data/
H A Ddrwlayer.cxx209 ( pDocument ? pDocument->GetDocumentShell() : NULL )), in ScDrawLayer()
220 SfxObjectShell* pObjSh = pDocument ? pDocument->GetDocumentShell() : NULL; in ScDrawLayer()
372 SfxObjectShell* pObjSh = pDoc->GetDocumentShell(); in GetCurDocViewWin()
2074 uno::Reference< embed::XStorage > xStorage = pDoc->GetDocumentShell() ? in GetDocumentStream()
2075 pDoc->GetDocumentShell()->GetStorage() : in GetDocumentStream()
2148 if( pDoc && pDoc->GetDocumentShell() ) in createUnoModel()
2149 xRet = pDoc->GetDocumentShell()->GetModel(); in createUnoModel()
H A Dvalidat.cxx193 SfxObjectShell* pDocSh = pDocument->GetDocumentShell(); in DoScript()
281 SfxObjectShell* pDocSh = pDocument->GetDocumentShell(); in DoMacro()
/aoo4110/main/sc/source/ui/view/
H A Ddrawview.cxx695 SfxObjectShell* pShell = pDoc->GetDocumentShell(); in GetObjectByName()
728 SfxObjectShell* pShell = pDoc->GetDocumentShell(); in SelectCurrentViewObject()
782 SfxObjectShell* pShell = pDoc->GetDocumentShell(); in SelectObject()
H A Dtabvwshg.cxx91 …::rtl::OUString aTmp = INetURLObject::GetAbsURL( pDoc->GetDocumentShell()->GetMedium()->GetBaseURL… in InsertURLButton()
/aoo4110/main/sc/source/ui/docshell/
H A Dimpex.cxx109 : pDocSh( PTR_CAST(ScDocShell,p->GetDocumentShell()) ), pDoc( p ), in ScImportExport()
123 : pDocSh( PTR_CAST(ScDocShell,p->GetDocumentShell()) ), pDoc( p ), in ScImportExport()
139 : pDocSh( PTR_CAST(ScDocShell,p->GetDocumentShell()) ), pDoc( p ), in ScImportExport()
157 : pDocSh( PTR_CAST(ScDocShell,p->GetDocumentShell()) ), pDoc( p ), in ScImportExport()
511 SfxObjectShell* pShell = pDoc->GetDocumentShell(); in ExportStream()
/aoo4110/main/sc/source/filter/starcalc/
H A Dscfobj.cxx66 uno::Reference < embed::XEmbeddedObject > xObj = pDoc->GetDocumentShell()-> in InsertChart()
/aoo4110/main/sc/source/ui/vba/
H A Dvbatextboxshape.cxx60 ScVbaPalette aPalette( pDoc->GetDocumentShell() ); in characters()
/aoo4110/main/sc/source/core/tool/
H A Dformulaparserpool.cxx142 if( SfxObjectShell* pDocShell = mrDoc.GetDocumentShell() ) try in getFormulaParser()
H A Dadiasync.cxx148 pDoc->GetDocumentShell()->Broadcast( SfxSimpleHint( FID_DATACHANGED ) ); in CallBack()
H A Dprogress.cxx167 pInterpretProgress = new ScProgress( pDoc->GetDocumentShell(), in CreateInterpretProgress()
H A Daddinlis.cxx162 pDoc->GetDocumentShell()->Broadcast( SfxSimpleHint( FID_DATACHANGED ) ); in modified()
/aoo4110/main/sc/source/ui/navipi/
H A Dcontent.cxx174 SfxObjectShell* pShell = pDoc->GetDocumentShell(); in getAltLongDescText()
972 SfxObjectShell* pShell = pDoc->GetDocumentShell(); in GetDrawNames()
1213 SfxObjectShell* pShell = pDoc->GetDocumentShell(); in DrawNamesChanged()
/aoo4110/main/sc/source/ui/undo/
H A Dareasave.cxx97 SfxObjectShell* pObjSh = pDoc->GetDocumentShell(); in InsertNewLink()
/aoo4110/main/sc/source/filter/excel/
H A Dexcel.cxx81 if( SfxObjectShell* pDocShell = pDocument->GetDocumentShell() ) try in ScImportExcel()
H A Dxicontent.cxx938 if( maURL.Len() && (meMode != xlWQUnknown) && rDoc.GetDocumentShell() ) in Apply()
940 ScAreaLink* pLink = new ScAreaLink( rDoc.GetDocumentShell(), in Apply()
/aoo4110/main/sc/source/filter/dif/
H A Ddifexp.cxx117 …ScProgress aPrgrsBar( pDoc->GetDocumentShell(), ScGlobal::GetRscString( STR_LOAD_DOC ), n… in ScExportDif()

Completed in 131 milliseconds

123